You have the option to configure Splashtop Streamer to prompt for Windows credentials whenever you attempt to remote into a specific device.
1. Upload the following script to your Atera account. Make sure that you change the "x" value within the script. Below are all available options.
- 0 - No additional password
- 8 - Windows login
For our use case, change "x" to "8". If you wish to disable this option, change "x" to "0".
wmic os get osarchitecture | find "64-bit" && reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Splashtop Inc.\Splashtop Remote Server" /v ReqPassword /t REG_DWORD /d x /f || reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Splashtop Inc.\Splashtop Remote Server" /v ReqPassword /t REG_DWORD /d x /f
net stop "SplashtopRemoteService"
net start "SplashtopRemoteService"
2. Once you've uploaded the script to your Atera instance, proceed to run it on your device. You can refer to this guide to learn how to execute scripts on your devices.
Once the script is executed, when trying to connect to that machine, you will receive the following prompt:
The relevant script can also be located under the Script Shared Library section in Atera (Admin > Scripts > Shared Script Library), 'Request Credentials'
Note: You have the option to add the script to an IT Automation Profile and execute it automatically on newly installed agents by checking the checkbox next to Run the profile on newly installed agents: