Monday, November 17, 2014

Automate windows customisation

Scriptable windows commands :

http://www.autohotkey.com
http://www.macrocreator.com

Inno Setup is a free installer for Windows programs.
General useful silent install switches :
http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html  

Control Panel Command Line Commands in Windows :
http://pcsupport.about.com/od/tipstricks/a/control-panel-command-line.htm

CONTROL [cpl],,[page]
CONTROL [/name] [/page]
CONTROL [-name] [-page]

ex :
control /name Microsoft.ActionCenter
control /name Microsoft.DateAndTime
control /name Microsoft.ActionCenter /page pageSettings

http://msdn.microsoft.com/en-us/library/windows/desktop/ee330741%28v=vs.85%29.aspx#canonical_names

No comments:

Post a Comment