Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure AutoCompletion settings for Use AutoCompletion when typing Web page addressesContent of Configure AutoCompletion settings for Use AutoCompletion when typing Web page addresses.vbsMD5 Hash: 12A7C935C2A4DA6BEDB1EE54BF9BE49D |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "AutoSuggest" 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 :: |