Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Windows Explorer settings for Specify the number of columns in the Task SwitcherContent of Configure Windows Explorer settings for Specify the number of columns in the Task Switcher.vbsMD5 Hash: F01B87F2FC4A01FAF43522BD63172F45 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Control Panel\Desktop" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "CoolSwitchColumns" strValue = "5" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |