Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on new windows #8

Open
martinmclauren opened this issue Aug 4, 2020 · 3 comments
Open

Not working on new windows #8

martinmclauren opened this issue Aug 4, 2020 · 3 comments

Comments

@martinmclauren
Copy link

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

@l1pz
Copy link

l1pz commented Mar 28, 2021

I tried this method today and I also have this same exact problem. Bootloop when running EnableCKS.exe. Any idea how to resolve this problem?

@valinet
Copy link

valinet commented Aug 27, 2021

Check out https://github.com/valinet/ssde, I have put together a new driver based on the one from here and what was provided in Geoff's article and it works just fine on Windows 11 22000.1. Also, I fixed EnableCKS (ssde_enable) so that it does not boot loop anymore by commenting the offending instruction from above.

@l1pz
Copy link

l1pz commented Aug 27, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants