Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Taskbar settings for Group applications on the taskbarContent of Configure Taskbar settings for Group applications on the taskbar.vbsMD5 Hash: BB10CF17F91A7FBB1A77F6EAC2D44E5D |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "TaskbarGlomming" dwValue = 1 objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |