修改登錄檔值解決ie被惡意竄改的問題
ie消失
執行—regedit
主鍵hkcu\software\microsoft\windows\currentversion\explorer\hidedesktopicons\
子鍵newstartpanel
鍵值: 設定為 1(刪了ie) 0(恢復ie) 或者直接刪除
執行—regedit
主鍵:hkey_classes_root\clsid\
子鍵:shell\openhomepage\command
鍵值:"%programfiles%\internet explorer\iexplore.exe"
iexplore.exe 「後面新增惡意主頁**」 刪掉就行了
修改登錄檔新增IE信任站點及啟用Activex控制項
客戶抱怨系統要手工設定安全站點,領導是電腦肓,不會搞!修改登錄檔新增ie信任站點及啟用activex控制項 新增資訊站點及將指定ip新增到本地intranet中,dword 00000002 表示受信任的站點區域 dword 00000001 表示本地 intranet 區域 windows reg...
修改登錄檔新增IE信任站點及啟用Activex控制項
新增資訊站點及將指定ip新增到本地intranet中,dword 00000002 表示受信任的站點區域 dword 00000001 表示本地 intranet 區域 windows registry editor version 5.00 hkey current user software m...
C 為IE新增可信任站點 登錄檔修改
新增引用 1 using microsoft.win32 1.新增網域名稱站點,例如 1 以新增www.baidu.com為例 2 registrykey hkml registry.currentuser 讀取hkey current user 新建項 baidu.com按需求替換 新建子項 ww...