Monday, July 6, 2009

Stop / Start Aero Right Click Menu

[/code]This reg hack allows you to swiftly disable Aero for gaming mode and re-enable.
Works with Vista & Win7 although some report not all versions of the latter.
Save as: Stop-Start DWM.reg

Windows Registry Editor Version 5.00

;Aero On - Aero Off

[HKEY_CLASSES_ROOT\Directory\Background\shell\Start DWM]
@="Start DWM"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Start DWM\command]
@="net start uxsms"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Stop DWM]
@="Stop DWM"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Stop DWM\command]
@="net stop uxsms"

No comments:

Post a Comment

 
$('p').highlight('stockholm');