
To enforce processing of the group policy, run
gpupdate /force


Open command prompt as a administrator and type the following commands
- bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d “DebugTool”/application osloader
- bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path “\EFI\Microsoft\Boot\SecConfig.efi”
- bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}
- bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS
- bcdedit /set hypervisorlaunchtype off
You must log in to post a comment.