How to turn screensaver on (windows 7) by a code (in cmd)? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . How to turn screensaver on (windows 7) by a code (in cmd)? 回答1: Does the following meet your requirements? start logon.scr /s As long as the .scr is on the PATH the above command should work. EDIT: I don't know if Windows 7 comes with logon.scr , make sure you're testing it with a .scr that is actually installed