Skip to content

Instantly share code, notes, and snippets.

@karoltheguy
Last active December 3, 2023 06:03
Show Gist options
  • Save karoltheguy/9f684905bfe51127acab0e06826c1a31 to your computer and use it in GitHub Desktop.
Save karoltheguy/9f684905bfe51127acab0e06826c1a31 to your computer and use it in GitHub Desktop.
Change Edge - Custom New Tab page
Windows Registry Editor Version 5.00
; Bogus MDM Enrollment - Key 1 of 2
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF]
"EnrollmentState"=dword:00000001
"EnrollmentType"=dword:00000000
"IsFederated"=dword:00000000
; Bogus MDM-Enrollment - Key 2 of 2
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF]
"Flags"=dword:00d6fb7f
"AcctUId"="0x000000000000000000000000000000000000000000000000000000000000000000000000"
"RoamingCount"=dword:00000000
"SslClientCertReference"="MY;User;0000000000000000000000000000000000000000"
"ProtoVer"="1.2"
; Set New Tab Page URL
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended]
"NewTabPageLocation"="https://www.google.com/"
@karoltheguy
Copy link
Author

As per Microsoft, the group policy NewTabPageLocation can only be used for computers registered to a domain. With the above we can pretend to be on one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment