Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Favorites settings for Hide Favorites links you have not used recentlyContent of Configure Favorites settings for Hide Favorites links you have not used recently.vbsMD5 Hash: 4A80B16EEF2D3E75DAA143749AE3CED2 |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Internet Explorer\Main" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "FavIntelliMenus" strValue = "yes" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |