Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Start menu settings for Highlight newly-installed programs on the Start menuContent of Configure Start menu settings for Highlight newly-installed programs on the Start menu.vbsMD5 Hash: 43EA52A118EAB79E7DF466511A6CF6EA |
||
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 = "Start_NotifyNewApps" 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 :: |