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