nobby 0 Posted August 23, 2004 Hi, I am trying to run a script that would unlock a workstation. I understand that CTRL+ALT+DEL cannot be simulated. Is there another way? Cheers CheersNobby Share this post Link to post Share on other sites
bobheart 0 Posted August 23, 2004 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinlogonForceUnlockLogonREG_DWORD0 - Do not force authentication inline (default)1 - Require online authentication to unlockThe preceding value controls whether a full logon is performed during the unlock process. This can force a validation at the domain controller for the user attempting the unlock process.NOTE: If the value is not present, it functions as if it had been set to 0 (zero).http://support.microsoft.com/?id=281250 Share this post Link to post Share on other sites