Hi, with a SafeGuard 5.x protected device:
is it possible do deactivate POA (e.g. for a number of Logins)
and perform a predefined autologon ?
This thread was automatically locked due to age.
Here's the command / s that needs to run on the client:. We use our machine management system to run the appropriate script at the beginning and end of a job.
REM Enable WOL (Disable POA)
REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center
IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCmdIntn.exe -WOLstart
IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCmdIntn.exe -WOLstart
-----------------------------------------------------------
REM Disable WOL (Re-enable POA)
REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center
IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCMDIntn.exe -WOLstop
IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCMDIntn.exe -WOLstop
------------------------------------------------------------
If I remember correctly, the admin guide suggests to add 3 extra reboots in the policy.
Thus if you need to reboot the client twice (2), then set the policy as five (5).
Regards,
John
Here's the command / s that needs to run on the client:. We use our machine management system to run the appropriate script at the beginning and end of a job.
REM Enable WOL (Disable POA)
REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center
IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCmdIntn.exe -WOLstart
IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCmdIntn.exe -WOLstart
-----------------------------------------------------------
REM Disable WOL (Re-enable POA)
REM Must be set-up in conjunction with Machine Settings Policy in SafeGuard Management Center
IF %PROCESSOR_ARCHITECTURE%==x86 C:\Windows\System32\SGMCMDIntn.exe -WOLstop
IF %PROCESSOR_ARCHITECTURE%==AMD64 C:\Windows\SysWOW64\SGMCMDIntn.exe -WOLstop
------------------------------------------------------------
If I remember correctly, the admin guide suggests to add 3 extra reboots in the policy.
Thus if you need to reboot the client twice (2), then set the policy as five (5).
Regards,
John