→
Dim WshShell
Set WshShell=WScript.CreateObject("WScript.Shell")WshShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser\ITBar7Position",1, "REG_DWORD"
WScript.Echo("変更終了")
WScript.quit
上記のVBスクリプトを拡張子「vbs」(例:ie.vbs)で保存するとそのまま使えます。