Archive for November, 2009

h1

Add value to registry (Examples)

November 3, 2009

 

to add dword value, create aa.reg file:

aa.reg

REGEDIT4

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics]
"DisableHWAcceleration"=dword:1

 

to add text value, create aa.reg file:

aa.reg

REGEDIT4

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics]
"DisableHWAcceleration"="text"