📎 AI Summary: The thread discusses a user's issue with their screensaver randomly turning off despite settings indicating it is disabled, which may be related to Windows 10. A responder suggests monitoring the registry using a tool called Process Monitor to identify which process is modifying the screensaver settings, offering detailed instructions. The user expresses uncertainty about how to proceed with these technical steps, highlighting a lack of technical knowledge and concern about causing further issues.
I have the screensaver set to turn on after 15 minutes. But every other week or so, I'll notice that it's been more than 15 minutes but the screensaver didn't come on. I'll go into the settings and find that the screensaver is set to none.
Well it's fairly trivial to programmatically change it. You'd need to use a program like procmon to monitor the registry location for changes and hope you can detect which program is removing the value.
The values that control that are in HKEY_CURRENT_USER\Control Panel\Desktop
Well it's fairly trivial to programmatically change it. You'd need to use a program like procmon to monitor the registry location for changes and hope you can detect which program is removing the value.
The values that control that are in HKEY_CURRENT_USER\Control Panel\Desktop