Posts: 14,434
Threads: 9,515
Thanks Received: 9,034 in 7,184 posts
Thanks Given: 9,806
Joined: 12 September 18
07 May 24, 09:42
Quote:A clean installation of Windows 10 or Windows 11 may enable Bitlocker drive encryption automatically. The main system partition and all fixed drives will be encrypted in this case after the out-of-box experience.
Bitlocker protects data on the PC against unauthorized access by encrypting partitions and drives.
Microsoft calls this specific BitLocker feature device encryption: "Device encryption is a Windows feature that provides a simple way for some devices to enable BitLocker encryption automatically".
Problem is, since the encryption process happens automatically in this case, users may not be aware of it. This can lead to issues, for instance when reinstalling the operating system without saving the Bitlocker recovery key or using a Microsoft account. Access to files is lost in the worst case.
Thankfully, there are ways to block Windows from enabling the automatic encryption of drives during clean installs.
Option 1: during installation
New PCs come with a preinstallation of Windows. This speeds up the setup process, but it also gives users less control.
Step 1: It begins on the country or region selection screen.
![[Image: windows-11-installation.png]](https://www.ghacks.net/wp-content/uploads/2024/05/windows-11-installation.png)
Step 2: Open the Registry Editor
![[Image: regedit.png]](https://www.ghacks.net/wp-content/uploads/2024/05/regedit.png)
- Use the keyboard shortcut Shift-F10 to open a command prompt window.
- Type regedit and press the Enter-key.
This opens the Registry Editor.
Step 3: Disable automatic encryption using BitLocker
![[Image: preventdevicencryption.png]](https://www.ghacks.net/wp-content/uploads/2024/05/preventdevicencryption.png)
- Use the structure on the left to go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker
- Right-click on BitLocker and select New > Dword (32-bit) Value.
- Name it PreventDeviceEncryption.
- Double-click on it and change its value to 1.
- Close the Registry Editor.
- Close the Command Prompt window.
Continue with the installation.
...
Continue Reading