Hello forum:
I need to retrieve the screensaver timeout setting on the PC the macro is running on & store value to a variable. Is there a command or method to get this information?
Thanks!
Screensaver timeout setting
Moderators: Dorian (MJT support), JRL
Re: Screensaver timeout setting
Read the registry. The result is in seconds.
Code: Select all
RegistryReadKey>HKEY_CURRENT_USER,Control Panel\Desktop,ScreenSaveTimeOut,res
MDL>res
Re: Screensaver timeout setting
JRL!
Thank you
Aaron
Thank you
Aaron