完全 徹底 刪除 百度雲管家

2021-06-21 06:04:51 字數 1003 閱讀 8046

不說了.用過的都知道.

尼瑪還能再流氓點嗎

第一步:

reg delete "hkcu\software\microsoft\windows\currentversion\explorer\mycomputer\namespace\" /f

reg delete "hku\s-1-5-21-3538394240-1017738246-1664097843-1003\software\microsoft\windows\currentversion\explorer\mycomputer\namespace\" /f

上面的**儲存為bat,執行一下

第二步

set ofso = createobject("scripting.filesystemobject")

strfilename = ofso.gettempname

set ofile = ofso.createtextfile(strfilename)

ofile.writeline "hkey_current_user\software\microsoft\windows\currentversion\explorer\mycomputer\namespace [2 8 19]"

ofile.writeline "hkey_users\s-1-5-21-3538394240-1017738246-1664097843-1003\software\microsoft\windows\currentversion\explorer\mycomputer\namespace [2 8 19]"

ofile.close

set oshell = createobject("wscript.shell")

oshell.run "regini " & strfilename, 8, true

ofso.deletefile strfilename

執行一下.

返回"我的電腦"重新整理一下,ok了.

百度雲重複檔案刪除指令碼

首先隨便刪除乙個檔案,抓包,發現是post請求然後data是filelist 其中是用過url編碼,果斷寫個函式代替 def cut a,cookies,bdstoken t for s in range len a if a s or a s 1 t t a s t t url querystri...

百度雲推送

主要功能是 推送通知 推送訊息 推送富 特點 1 增強使用者粘性 保持與使用者的溝通,提高使用者活躍率。2 節約成本 省點 省流量。3 穩定 可靠。應用場景 單播訊息推送 1 向特定的終端推送訊息 通過客戶端api,先獲取終端的channel id,再向channel id推送訊息。2 向可定的使用...

百度雲推送

在ios開發中我們開發中往往離不開遠端推送,因為他能夠有提醒客戶自己的存在,且能夠通過訊息提醒來獲取使用者的回頭率。1.框架設計 操作步驟 配置 2.配置證書檔案 使用終端命令 key.p12檔案轉key.pem檔案 openssl pkcs12 nocerts out key.pem inkey....