Skip to content

Instantly share code, notes, and snippets.

View ntt-matthias-fleschuetz's full-sized avatar

Matthias Fleschütz ntt-matthias-fleschuetz

  • NanoTemper Technologies
View GitHub Profile
@asheroto
asheroto / Disable-EdgeAnnoyances.reg
Last active April 25, 2025 10:45
Disable annoying Microsoft Edge first run experience, implicit sign-in, disable shopping, rewards, default browser campaign, auto import, forced sync, sidebar, restore browser reminder. Shows home button, enables SmartScreen.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended]
"UserFeedbackAllowed"=dword:00000000
"AutoImportAtFirstRun"=dword:00000001
"SmartScreenEnabled"=dword:00000001
"PersonalizationReportingEnabled"=dword:00000000
"ShowRecommendationsEnabled"=dword:00000000
"ForceSync"=dword:00000000
"SyncDisabled"=dword:00000001