1 string registry_prefix = IntPtr.Size == 4 ? @"Software\Microsoft\Windows\CurrentVersion\App Paths\" : @"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\"; 2 string[] virus_registry = 3 { 4 "360safe.exe","360se6.exe", 5 "2345MPCSafe.exe","2345Explorer.exe", 6 "baidubrowser.exe" 7 };
看 ssrr 的代碼就能夠了,我電腦上沒有安裝這些軟件,以前安裝過 手機助手,給加進去的註冊表,刪除就能夠了spa
我是清除了 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ 下面的 360 就行了ssr