Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure User interface settings for Display the Go button in the Address barContent of Configure User interface settings for Display the Go button in the Address bar.vbsMD5 Hash: C783F85E8BA623782629077F0F8240B5 |
||
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 = "ShowGoButton" 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 :: |