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: JRL, Dorian (MJT support)
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