Home  >  Article  >  Fix: Encrypt content to protect Windows 11 grayed out data

Fix: Encrypt content to protect Windows 11 grayed out data

PHPz
PHPzforward
2023-04-29 08:07:066464browse

Encrypting your files protects you from prying eyes and unauthorized access by individuals who want to access or steal your data. But recently, many Windows users have reported that the ability to encrypt content to protect data is grayed out in Windows 11.

No need to worry anymore! We've got you covered and will help you resolve this issue by providing a fix that allows you to encrypt your files and folders again.

Why is Encrypt content to protect data grayed out on Windows 11?

So why is this option gray? This is due to a bug in the registry value.

But what is the reason for not modifying the registry value yourself? How could it automatically modify itself?

The answer to this is that any application, virus, trojan, or spyware that was not uninstalled properly will mess up your registry entries.

Another reason could also be a large number of unnecessary files consuming system resources without providing any added value.

Fix encrypted content to protect grayed out data in Windows 11

1. Enable EFS using the Windows Registry

  1. Press Win ROpen the "Run" dialog box.
  2. Open the Registry Editor by typing Regedit. 修复:加密内容以保护 Windows 11 灰显的数据
  3. Click "Yes" in the User Account Control pop-up window.
  4. In the Registry Editor window, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
  5. In the right window Pane to find the NtfsDisableEncryption key. 修复:加密内容以保护 Windows 11 灰显的数据
  6. Double-click to open it, then set the value to 1 and press enter. 修复:加密内容以保护 Windows 11 灰显的数据
  7. Restart your computer.

Check if the problem has been resolved.

2. Enable EFS using Command Prompt

You can also enable EFS using Command Prompt; to do this, follow these steps:

  1. Press the key to open the Run dialog box. WinR
  2. Write cmd and press to enter. 修复:加密内容以保护 Windows 11 灰显的数据
  3. Enter the command <strong>fsutil behavior set disableencryption 0</strong>修复:加密内容以保护 Windows 11 灰显的数据
  4. Press Enter to execute After executing the command, restart your computer.

Check that the option Encrypt content to protect data is now working properly.

3. Check whether the Encrypted File System (EFS) service is running

  1. Press Win ROpen the "Run" dialog box.
  2. In the Run box, type services.msc and press Enter.
  3. Find the service named Encryption File System in the services window. 修复:加密内容以保护 Windows 11 灰显的数据
  4. Once you find it, double-click the Encrypted File System service.
  5. Click Startup Type and select Automatic. 修复:加密内容以保护 Windows 11 灰显的数据
  6. After that, click OK and then click Apply.

If this doesn't work, try the next solution listed below.

4. Confirm if you are using an NTFS drive

If you are using FAT32 as the file system, change it to NTFS. Because encryption can only be done on NTFS file system.

To change the drive to NTFS, follow these steps:

  1. Open Command Prompt as administrator from the Start menu. 修复:加密内容以保护 Windows 11 灰显的数据
  2. Click Yes at the User Access Control prompt.
  3. Enter the command convert :/ fs:ntfs修复:加密内容以保护 Windows 11 灰显的数据
  4. Press the Enter key to execute the command
Tips If you want to convert drive E, for example, the command is to be converted to E:/fs:ntfs

Hope this will help. If not, we have a fix that can help you!

5. Run DISM and SFC scan

  1. Open the command prompt as administrator.
  2. In the User Access Control prompt, click Yes.
  3. Enter the commandsfc /scannow修复:加密内容以保护 Windows 11 灰显的数据
  4. Press Enter.

Now restart the system and check if the issue is resolved. If not, try a DISM scan.

  1. Run command prompt as administrator.
  2. Enter the command<strong>DISM.exe /Online /Cleanup-image /scanhealth</strong>修复:加密内容以保护 Windows 11 灰显的数据
  3. Restart the system.

By doing this, all corrupted files will be repaired and you will be able to encrypt all files and folders again.

Microsoft introduced Encrypting File System (EFS) with the launch of Windows 10, allowing you to encrypt files and folders to prevent others from accessing them. Folder Lock is also a great third-party tool that you can choose to use to encrypt your files and folders.

The above is the detailed content of Fix: Encrypt content to protect Windows 11 grayed out data. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yundongfang.com. If there is any infringement, please contact admin@php.cn delete