-
Notifications
You must be signed in to change notification settings - Fork 156
Description
Hi,
Lately I have upgraded to the new version of windows (Windows 10 2004 enterprise) and after trying to run this, windows got into a this weird boot loop.
After being able to get out of the loop i tried to figure out what was the problem,and after looking around for a while i found that on windows 10 2004 there is simply no CodeIntegrity-AllowConfigurablePolicy policy and that the program throws an exception on
Policy[L"CodeIntegrity-AllowConfigurablePolicy"].GetData<PolicyValue::TypeOfUInt32>() = 1;
and exits before it is able to clean itself from the startup cmdLine - making it restart over and over and getting an exception over and over
So I tried playing around with it and found that if i do add the policy using this code's API the program does not enter a boot loop any more but then it fails while trying to install the driver saying that it isnt signed
Note that this program worked perfectly fine on my last windows which was a Windows 10 1909 enterprise
Thanks in advance