相信很多 朋友也肯定遇到了這樣的問題,我寫了一軟體,幫大家解決這個問題,只需要在卸載該殺毒軟體的電腦上運行,然後再在控制台中刪除即可。
本地下載: 趨勢殺毒軟體卸載程式
查閱了相關的開發資料,我們可以通過修改註冊表來對趨勢軟體的用戶端進行設定:
允許用戶端移除 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\Misc.\Allow Uninstall=1
允許用戶端啟用漫遊 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\Misc.\AllowMobile=1
允許停止預約掃描 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\Misc.\AllowStopScheduleScan=1
允許至Internet更新病毒碼 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\Misc.\AllowUpdateFromTMAU=1
允許執行立即更新 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\Misc.\AllowUpdateNow=1
允許用戶端卸載 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc./NoPwdProtect=1
禁止使用郵件功能 HKEY_LOCAL_MACHINE\Software\TrendMicro\PC-cillinNtCorp\CurrentVersion\Misc.\MailScanPageOnOff=0
允許顯示病毒警訊 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Real Time Scan Configuration\PopVirusFoundAlert=1
允許更新程式 HKLM\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc.\ noprogramupgrade=0
允許啟用預約更新HKLM\Software\TrendMicro\PCCillinNTCorp\CurrentVersion\scheduleupdate \allowscheduleupdate=1
啟用WRS”網頁信譽服務” HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-PcillinNTCorp\CurrentVersion\URL Filtering\下 enabled=1
表示已啟用WRS EnableInOfficeFilter=1
表示內部WRS已啟用 EnableOutOfficeFilter=1
表示外部WRS已啟用 InOfficeRatingLevel=WRS安全級別(1低,2中,3高) OutOfficeRatingLevel=WRS安全層級(1低,2中,3高) 查看HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Location Awareness Setting下 LocationProfileGatewayIP00X(X代表數字)=Gateway ip
若是用戶端的Gateway ip在LocationProfileGatewayIP00X值中可以找到,就執行WRS內部策略,若找不到則執行WRS外部策略 啟用自動更新 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Schedule Update\EnableDisable=1 允許設定立即掃描 HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Scan Now Configuration\allowcfg=1