修改註冊表,建立一個文字檔,將下面的語句複製到檔案中,並將檔案儲存為.reg格式的檔案,雙擊運行就可以了。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Desktop/NameSpace/{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}]
@="Internet Explorer"
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//DefaultIcon]
@="C://Windows//System32//ieframe.dll,-190"
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//shell]
@=""
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//shell/NoAddOns]
@="無附加元件啟動(&N)"
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//shell/NoAddOns/Command]
@="/"C://Program Files//Internet Explorer//iexplore.exe/" -extoff"
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//shell/Open]
@="開啟首頁(&H)"
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//shell/Open/Command]
@="/"C://Program Files//Internet Explorer//iexplore.exe/""
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//shell/Set]
@="屬性(&R)"
[HKEY_CLASSES_ROOT/CLSID/{00000000-0000-0000-0000-100000000001}//shell/Set/Command]
@="/"C://Windows//System32//rundll32.exe/" C://Windows//System32//shell32.dll,Control_RunDLL C://Windows//System32//inetcpl.cpl"