![cipher 명령으로 EFS 파일을 해독할 수 없습니다.](https://rvso.com/image/1575966/cipher%20%EB%AA%85%EB%A0%B9%EC%9C%BC%EB%A1%9C%20EFS%20%ED%8C%8C%EC%9D%BC%EC%9D%84%20%ED%95%B4%EB%8F%85%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..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 파일의 암호를 해독하려고 했습니다. cipher -d "D:\sample.txt"
구문이 올바르지 않습니다. 올바른 명령은암호 /d /f "D:\sample.txt"