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

Implement kernel policy cache override. #2

Merged
merged 1 commit into from
Aug 15, 2016
Merged

Conversation

vyvojar
Copy link
Contributor

@vyvojar vyvojar commented Aug 14, 2016

Let's try some documentation this time :)

WinD can now override some really dumb policies.

For example if you want to sideload metro apps:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions\CustomPolicy]
"WSLicensingService-EnableLOBApps"=dword:00000001
"WSLicensingService-LOBSideloadingActivated"=dword:00000001

Or want to join a domain?

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions\CustomPolicy]
"WorkstationService-DomainJoinEnabled"=dword:00000001

And there are many, many more interesting ones.

HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions\ProductPolicy is now basically shadowed by values from CustomPolicy subkey (no blob, for convenience).

All changes are reflected in real time, no reboots needed etc.

For more details, see http://www.geoffchappell.com/notes/windows/license/install.htm and also http://forums.mydigitallife.info/threads/39411-Windows-Product-Policy-Editor

@katlogic katlogic merged commit c4221c5 into katlogic:master Aug 15, 2016
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

Successfully merging this pull request may close these issues.

2 participants