Monday, April 5, 2021

Reset Group Policy To Default

1. Open command prompt with admin permission

2. Execute these commands then restart the computer


RD /S /Q "%WinDir%\System32\GroupPolicy"

RD /S /Q "%WinDir%\System32\GroupPolicyUsers"


gpupdate.exe /force 

Ventoy On Secure Boot

I turn of secure boot in every BIOS. However, some do not show that setting. Here is an option that has worked for me. Boot the PC and launc...