Working with active Secure Boot

Post Reply
User avatar
simplix
Posts: 1
Joined: Thu Jun 08, 2023 9:09 pm
Contact:

Working with active Secure Boot

Post by simplix »

I suddenly remembered that I heard a long time ago about the possibility of working old-style drivers on updated systems, searched for information on the Internet and found what I was looking for. Checked on the latest version of Windows 11 with all updates and the method works! So:

1. Add a tweak:

Code: Select all

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CI\Policy]
"UpgradedSystem"=dword:00000001
2. Be sure to reboot.

3. Now you can install dcrypt_setup_1.2_beta_3_signed.exe

Done!

User avatar
bastik-1001
Posts: 361
Joined: Sat Apr 22, 2023 8:30 am
Contact:

Re: Working with active Secure Boot

Post by bastik-1001 »

Thank you for sharing this.

Post Reply