![cipher コマンドで EFS ファイルを復号化できません](https://rvso.com/image/1575966/cipher%20%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%81%A7%20EFS%20%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%82%92%E5%BE%A9%E5%8F%B7%E5%8C%96%E3%81%A7%E3%81%8D%E3%81%BE%E3%81%9B%E3%82%93.png)
組み込みの暗号コマンドを使用して EFS ファイルを復号化しようとしました: cipher -d "D:\sample.txt"
、出力は次のようになります:
Listing C:\Windows\System32\
New files added to this directory will not be encrypted.
Listing D:\
New files added to this directory will not be encrypted.
E sample.txt
これがスクリーンショットコマンドを実行した後、コンピューターを再起動すると、ターゲット ファイルがまだ EFS によって保護されていることがわかりました。暗号コマンドを機能させるにはどうすればよいですか? システムは Windows 10 です。ありがとうございます!
更新: コマンドを実行した結果は次のとおりですcipher "D:\*"
:
Listing D:\
New files added to this directory will not be encrypted.
E sample.txt
答え1
組み込みの暗号コマンドを使用して EFS ファイルを復号化しようとしました。 暗号 -d "D:\sample.txt"
構文が正しくありません。正しいコマンドは暗号 /d /f "D:\sample.txt"