Monday, December 31, 2012

How to disable Windows screen saver from the command line

Open command prompt and type:

Reg add "HKCU\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d 0 /f

You need to log out to enforce the changes.

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...