處理Desktop 1 ini病毒的辦法

2021-05-01 04:42:22 字數 765 閱讀 6888

此時開啟任務管理器,如果你上著qq你會發現,這時有兩個程序如下

txplatform.exe  

txp1atform.exe    仔細觀察發現上面那個txp後面是l   下面那個是數字1

這2個下面那個是病毒程序!!結束程序

刪除c:/windows/system3/drivers下的txplatformm.exe程式

開始選單那找到"執行"開啟輸入msconfig 啟動那裡 去掉txp1atform 前面的勾- -!重新啟動計算機!

然後執行cmd

輸入下面命令 清除該病毒的殘留晚間desktop_1和2

cd /

c:del desktop_1.ini /f /s /q /ah

del desktop_2.ini /f /s /q /ah

cd /

d:del desktop_1.ini /f /s /q /ah

del desktop_2.ini /f /s /q /ah

cd /

e:del desktop_1.ini /f /s /q /ah

del desktop_2.ini /f /s /q /ah

cd /

f:del desktop_1.ini /f /s /q /ah

del desktop_2.ini /f /s /q /ah

cd /

g:del desktop_1.ini /f /s /q /ah

del desktop_2.ini /f /s /q /ah

ini檔案處理

import configparser cfg configparser.configparser read ok cfg.read e test mysql.ini 操作之前必須先 read到記憶體中 print read ok print cfg.sections print cfg.defau...

GO系列 ini檔案處理

gopkg.in ini.v1 建立乙個空的配置 cfg ini.empty 直接載入存在的配置檔案,如果檔案不存在就會報錯 可以同時載入多個配置檔案,後面的配置檔案鍵值會覆蓋前面乙個 不能夠確定其中哪些檔案是不存在的,可以通過呼叫函式 looseload 來忽略它們。跳過無法識別的資料行 cfg,...

常見檔案處理之INI檔案

ini檔案的結構如下 小節名 關鍵字 值 usesinifiles 常用的方法 writestring 寫入字串 writeinteger 寫入數字 writebool 寫入布林值 readstring 讀取字串值 readinteger 讀取數字 readbool 讀取布林值 readsectio...