search
HomeSystem TutorialWindows SeriesHow to Fix \'Encrypt Contents to Secure Data\' Option Greyed out in Windows 10

As a built-in encryption tool, the encrypting file system (EFS) enables you to easily protect private data from unauthorized access in different account. However, some users complain that “encrypt contents to secure data” option is greyed out and they can’t encrypt folder in Windows 10. If you are facing the same issue, here in this guide you can know why Windows 10 encrypt folder greyed out and how to fix it with 4 useful ways.

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

  • Part 1: Why is the Encrypt Contents to Secure Data Option Greyed out
  • Part 2: How to Fix Encrypt Contents to Secure Data Option Greyed out
  • Part 3: How to Encrypt Folder When Encrypt Option Greyed out

Why is the Encrypt Contents to Secure Data Option Greyed out

Several factors can account for the encrypt option greyed out. Above all, please note that “Encrypt contents to secure data” option is not available in Windows Home Edition. So, check your Windows Edition and If it is Windows Home Edition, you can consider upgrading Home Edition to Pro or Enterprise Edition supporting this encryption feature. Alternatively, you can choose to encrypt folder with a professional tool like iSumsoft FileCarer.

Additionally, Windows services plays an important role on the operation of encryption feature. Thus, once encryption service disabled or stopped, your encryption feature. Last but not least, improper registry value and corrupted system files can also be the cause. After taking all above factors into consideration, you can try to fix the issue with some workarounds in next part.

How to Fix Encrypt Contents to Secure Data Option Greyed out


  • Way 1: Fix Windows 10 Encrypt Folder Greyed out in Windows Services
  • Way 2: Fix Windows 10 Encrypt Folder Greyed out via Command Line
  • Way 3: Fix Windows 10 Encrypt Folder Greyed out by Registry Editor
  • Way 4: Fix Windows 10 Encrypt Folder Greyed out with SFC & DISM Tool

방법 1: Windows 서비스에서 회색으로 표시된 암호화 폴더 수정

회색으로 표시된 "콘텐츠를 암호화하여 데이터 보호" 옵션을 수정하는 일반적인 방법 중 하나는 EFS(암호화 파일 시스템) 서비스를 관리하는 것입니다. Windows 서비스로 이동하여 EFS 서비스가 중지되었거나 비활성화되었는지 확인해야 합니다. 그렇다면 파일 시스템 암호화 서비스를 찾아서 자동으로 시작되도록 설정하세요. 이런 방식으로 암호화 옵션을 다시 사용할 수 있습니다.

1단계: 실행 창에서 Win + R을 누르고 service.msc를 입력하세요. 그런 다음 Enter 버튼을 누르세요.

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

2단계: 서비스 창에서 파일 시스템 암호화를 찾아 두 번 클릭합니다.

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

3단계: 시작 유형의 드롭다운 메뉴에서자동을 선택합니다. 그런 다음 시작을 선택하고 확인을 클릭하세요.

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

방법 2: 명령줄을 통해 회색으로 표시된 암호화 폴더 수정

"데이터를 보호하기 위해 콘텐츠 암호화" 옵션이 회색으로 표시되어 있는 경우 Windows에서 파일 시스템 암호화를 활성화할 수 있는 또 다른 방법이 있습니다. 실제로 Windows 명령줄에서 이 기능을 간단히 활성화할 수 있습니다. 이제 단계를 밟으세요.

1단계: 시작 메뉴를 마우스 오른쪽 버튼으로 클릭하고 A 키를 눌러 관리자 권한으로 명령 프롬프트를 실행하세요.

2단계: 다음 명령을 입력하고 Enter를 누르세요.

fsutil 동작 설정 비활성화암호화 0

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

방법 3: 레지스트리 편집기에서 회색으로 표시된 암호화 폴더 수정

때때로 "Windows 10 암호화 폴더가 회색으로 표시됨" 문제는 레지스트리 오류로 인해 발생할 수 있습니다. 이 문제를 해결하려면 파일 시스템의 레지스트리 키를 수정해야 할 수도 있습니다. 여기서 이러한 단계는 적절한 레지스트리 값 데이터를 설정하고 암호화 도구가 다시 작동하도록 안내합니다.

1단계: Win + R을 눌러 실행 창을 엽니다. 그런 다음 regedit 를 입력하고 확인을 클릭하세요.

2단계: 다음 경로로 FileSystem 폴더를 엽니다: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlFileSystem

3단계: FileSystem 폴더에서 NtfsDisableEncryption 값을 두 번 클릭합니다. 편집창이 나타나면 값 데이터를 1로 설정하고 확인 버튼을 클릭하세요. 레지스트리를 수정한 후 컴퓨터를 재부팅하고 문제가 해결되었는지 확인하세요.

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

방법 4: SFC 및 DISM 도구를 사용하여 회색으로 표시된 암호화 폴더 수정

시스템 파일이 손상되면 암호화 옵션이 회색으로 표시될 수도 있습니다. 따라서 암호화 옵션을 수정하는 또 다른 방법은 Windows 시스템 파일이 없거나 손상되었는지 확인하여 수정하는 것입니다. 여기서 SFC 도구와 DISM 도구를 사용하면 도움이 될 수 있습니다.

1단계: 시작 버튼을 마우스 오른쪽 버튼으로 클릭하고 명령 프롬프트(관리자)를 선택합니다.

2단계: 아래 명령을 입력하고 Enter 버튼을 누르세요.

sfc /scannow

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

3단계: 1단계처럼 관리자 권한으로 명령 프롬프트를 실행합니다. 그런 다음 다음 명령을 입력하고 Enter를 누르세요.

DISM.exe /온라인 /Cleanup-image /scanhealth

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

문제 해결 도구를 사용하여 손상된 시스템 파일을 복구하면 암호화 옵션이 더 이상 회색으로 표시되지 않을 수 있습니다.

암호화 옵션이 회색으로 표시된 경우 폴더를 암호화하는 방법

기본 암호화 옵션이 여전히 회색으로 표시되는 경우 타사 암호화 도구를 사용하여 특정 파일 및 폴더를 암호화하는 것이 좋습니다. 전문적인 파일 암호화 도구를 찾고 있다면 반드시 iSumsoft FileCarer를 사용해 보시기 바랍니다. 다른 계정의 무단 액세스를 방지하는 Windows 내장 암호화 기능과 비교됩니다. iSumsoft FileCarer를 사용하면 모든 계정의 비밀번호 없이 다른 사용자가 폴더에 액세스하지 못하도록 쉽게 암호화하고 안전하게 보호할 수 있습니다.

파일과 폴더를 암호화하는 것 외에도 폴더를 빠르게 숨기고, 폴더 아이콘을 위장하고, 폴더를 영구적으로 삭제할 수도 있습니다. 이제 iSumsoft FileCarer를 사용하여 폴더를 암호화해 보겠습니다. 시작하기 전에 컴퓨터에 iSumsoft FileCarer를 설치하고 실행하십시오.

다운로드

1단계: iSumsoft FileCarer의 기본 인터페이스 왼쪽 탭에서 암호화 옵션을 선택하세요.

2단계: 오른쪽 상단에서 폴더 아이콘을 클릭하여 암호화하려는 폴더를 선택하세요.

3단계: 비밀번호 상자에서 원하는 비밀번호를 생성하여 폴더를 암호화하고 암호화 버튼을 클릭하세요.

How to Fix  \'Encrypt Contents  to Secure Data\' Option Greyed out in Windows 10

결론

이제 콘텐츠 암호화 옵션이 회색으로 표시되어 폴더를 암호화할 수 없는 경우 수행할 작업을 이미 알고 계셨습니다. 내장된 폴더 암호화 도구를 사용하는 것 외에도 7-Zip과 같은 타사 도구를 사용하여 파일을 압축하고 비밀번호로 보호할 수도 있습니다. 그러나 Windows에서 민감한 파일을 더 안전하게 보호하려면 로컬 드라이브나 외장 하드 드라이브에 있는 특정 파일을 쉽고 강력하게 암호화하는 데 도움이 되는 전문 파일 암호화 도구인 iSumsoft FileCarer를 사용하는 것이 더 좋습니다.

The above is the detailed content of How to Fix \'Encrypt Contents to Secure Data\' Option Greyed out in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Fedora 42 Joins the Windows Subsystem for LinuxFedora 42 Joins the Windows Subsystem for LinuxMay 09, 2025 am 03:01 AM

Pushing the boundaries of Linux: exploring unusual applications. Purely for fun, of course. Posts 7 Technically, you can create a WSL image for any compatible Linux distribution. However, officially supported images offer a significantly smoother e

How to Move a Window When You Can't Click on the Title BarHow to Move a Window When You Can't Click on the Title BarMay 09, 2025 am 01:03 AM

When applications unexpectedly extend beyond your screen's edges, accessing their title bars becomes impossible. This is especially common with dual monitors but can occur on single displays as well. This guide offers solutions for regaining control

This Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesThis Limited-Edition 'Skeleton” HDD Shows You How It Writes BytesMay 08, 2025 pm 09:04 PM

The HD-SKL, a limited-edition hard drive, is a modern take on Buffalo's 1998 Skeleton Hard Disk. The original, a 4.3GB drive with a clear acrylic case, was produced in a limited run of 500 units. While Buffalo cites its 1978 Melco 3533 turntable as

The New Surface Pro Doesn't Feel ProThe New Surface Pro Doesn't Feel ProMay 08, 2025 am 06:01 AM

The new Surface Pro: A step back? Microsoft's latest Surface Pro offers connectivity via two USB-C ports, supporting charging, USB 3.2 data transfer, and DisplayPort 1.4a (up to two 4K monitors at 60Hz). However, the device ships without a power ad

Microsoft Challenges the MacBook Air With New Surface LaptopMicrosoft Challenges the MacBook Air With New Surface LaptopMay 08, 2025 am 03:02 AM

Microsoft's latest Surface Laptop aims to rival the MacBook Air, but with some notable compromises. The absence of a Surface Connect port marks a significant departure from previous models, reflecting the growing prevalence of Thunderbolt and USB do

Solve the problem that the svn plugin in eclipse always prompts for password inputSolve the problem that the svn plugin in eclipse always prompts for password inputMay 07, 2025 pm 05:03 PM

1. Background Recently, when using the svn plug-in to manage remote warehouse code in eclipse, prompts to enter passwords are always prompted to enter passwords, which is particularly annoying. After hard work, I finally solved the problem and shared it with you~ 2. Analysis of the password mechanism of the svn plug-in and the cause of the problem. When we use the svn plug-in for the first time and enter the password, a file that saves the password will be generated, and then the svn plug-in will read the username and password information by default every time. When eclipse is started, the configuration information will be automatically read into the program cache. After the password of svn is modified, it is impossible to log in again, and there is no prompt to re-enter the password. At this time, we can delete the relevant configuration files and let the svn plugin prompt us to re-enter the password. However, ec

How to restore the win8 system details stepsHow to restore the win8 system details stepsMay 07, 2025 pm 05:00 PM

The steps to start system restore in Windows 8 are: 1. Press the Windows key X to open the shortcut menu; 2. Select "Control Panel", enter "System and Security", and click "System"; 3. Select "System Protection", and click "System Restore"; 4. Enter the administrator password and select the restore point. When selecting the appropriate restore point, it is recommended to select the restore point before the problem occurs, or remember a specific date when the system is running well. During the system restore process, if you encounter "The system restore cannot be completed", you can try another restore point or use the "sfc/scannow" command to repair the system files. After restoring, you need to check the system operation status, reinstall or configure the software, and re-back up the data, and create new restore points regularly.

'Modern Operating System Original Book 3rd Edition''Modern Operating System Original Book 3rd Edition'May 07, 2025 pm 04:57 PM

"Modern Operating Systems (English Edition 3rd Edition)" is a classic work written by Professor Tanenbaum. With his profound experience in the design of three operating systems, the book perfectly integrates theory and practice. The third edition of the book explores a number of topics in depth, such as process, threading, storage management, file systems, I/O deadlock, interface design, multimedia, performance trade-offs, and introduces the latest trends in operating system design. The book not only explains the principles and practices of modern operating systems in detail, but also pays special attention to Linux operating systems, Windows Vista operating systems, embedded operating systems, real-time operating systems and multimedia operating systems. Covering Windows Vista and the latest Linux/Unix operations

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version