解決win10文件夾沒法解密的問題。

 若是win10文件夾經過右鍵-》屬性-》高級-》加密文件夾設定後,html

若是要進行解密的化,有部分文件夾會報錯。沒法解密。bash

將下面程序保存爲bat文件,就能夠解密了。加密

@echo off

taskkill /im "explorer.exe" /f

cipher /d "C:\Users\XXXXX\Documents"
start "" "explorer.exe"
pause

參考:https://oshiete.goo.ne.jp/qa/9588702.htmlcode

相關文章
相關標籤/搜索