Small manager in Unity 2020.3.12f1, which manages the startup and shutdown of an application on a remote device using PStools.
- Local and remote start of one or more applications (Supports VR mode applications).
- Stopping applications locally or remotely.
- Shutdown of one or more devices remotely.
- Rebooting one or more devices remotely.
- Remote device power on using Wake On Lan.
Windows
- Set a user and password to the devices.
- Enable incoming "Ping" https://www.youtube.com/watch?v=1BGdvSyAADw
- Disable "Remote UAC" : https://www.poweradmin.com/help/pa-server-monitor-8-3/howto_disable_remote_uac.aspx
- Assign an ip range you want pstools to work with.
PSTools suite
- Download PStools suite from the following link: https://docs.microsoft.com/en-us/sysinternals/downloads/pstools
- Unzip the file containing PStools suite and copy its contents to the path "C:\", e.g.
- Add the path "C:\PSTools\" to the windows environment variables.
- To remotely launch an application, call the method LaunchingRemoteApp() inside PStools script.
- To remotely stop an application, call the method KillRemoteApp() inside PSTools script.
- To launch an application locally, call the method LaunchingLocalApp() iniside PSTools script.
- To stop an application locally, call the method KillLocalApp() indise PSTools script.
- There is instability in having two user accounts and switching between them.