Skip to content

Not working on new windows #8

@martinmclauren

Description

@martinmclauren

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions