Tools
Disable Windows lock after ending a remote session in Dameware Remote Everywhere (DRE)
An article covering steps on how to disable Windows lock after a remote session.
First published date
Last published date
Overview
Product section
Resolution
To apply this to a single agent:
1. Go to the lower right corner of your machine, right-click the DRE agent tray icon.
2. Select Restore.

3. Click Enter Administration Mode, select Yes to continue.

4. Click the gear icon, select the Security option and then click the "Lock Windows when remote sessions end".

5. Click Apply.
To apply this to multiple devices, go to the Web Admin Page:
1. Web Admin Page --> Devices --> Select the Device --> Click on More, then Apply Configuration:
2. On the Apply Configuration windows, scroll down and uncheck "Lock the OS when the remote session ends" then hit Apply.
Additionally, you can use the script below to modify the agent settings without opening the agent tray and to deploy via GPO.
For 32-bit OS
"C:\Program Files\Dameware Remote Everywhere Agent\BASupSrvcCnfg.exe" /lockonsessionend:off
For 64-bit OS
"C:\Program Files (x86)\Dameware Remote Everywhere Agent\BASupSrvcCnfg.exe" /lockonsessionend:off
Notes: You can also customize the agent settings before installing the agent, so your preferred settings are set. Please proceed to Set up the agent for reference.