Modifying Windows Appearance via Command Line / Script
how specify windows appearance settings (eg - color, border width, etc) via script or command line? tx
you might able modify via regwrite method of vbscript
hkey_current_user\control panel\desktop\windowmetrics
hkey_current_user\control panel\colors
then run;
rundll32.exe user32.dll,updateperusersystemparameters,1,true
regards, dave patrick .... microsoft certified professional microsoft mvp [windows]
hkey_current_user\control panel\desktop\windowmetrics
hkey_current_user\control panel\colors
then run;
rundll32.exe user32.dll,updateperusersystemparameters,1,true
regards, dave patrick .... microsoft certified professional microsoft mvp [windows]
Windows Server > Windows Server General Forum
Comments
Post a Comment