Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Launch command prompt as administrator
- run these commands to add the registry keys back for EnterpriseG
- :: Add Microsoft Account support
- reg Add "HKLM\Software\Microsoft\PolicyManager\current\device\Accounts" /v "AllowMicrosoftAccountSignInAssistant" /t REG_DWORD /d "1" /f >nul 2>&1
- :: Fix Windows Security
- reg add "HKLM\System\ControlSet001\Control\CI\Policy" /v "VerifiedAndReputablePolicyState" /t REG_DWORD /d 0 /f >nul 2>&1
- :: Add Producer branding
- reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v EditionSubManufacturer /t REG_SZ /d "Microsoft Corporation" /f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement