-
Notifications
You must be signed in to change notification settings - Fork 1
Microsoft Edge Actions
Feliks edited this page Jan 13, 2025
·
3 revisions
This task applies actions specified by user to Microsoft Edge & WebView2.
Runs the edge-remove.yml task. Microsoft Edge & WebView2 will be removed from the system.
Applies registry changes to reduce clutter and potentially tracking in Microsoft Edge.
HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate\CreateDesktopShortcutDefault | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\EdgeEnhanceImagesEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\PersonalizationReportingEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\ShowRecommendationsEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\HideFirstRunExperience | set to 1 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\UserFeedbackAllowed | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\AlternateErrorPagesEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\EdgeCollectionsEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\EdgeFollowEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\EdgeShoppingAssistantEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\MicrosoftEdgeInsiderPromotionEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\ShowMicrosoftRewards | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\WebWidgetAllowed | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\DiagnosticData | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\EdgeAssetDeliveryServiceEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\CryptoWalletEnabled | set to 0 (REG_DWORD)
HKLM\SOFTWARE\Policies\Microsoft\Edge\WalletDonationEnabled | set to 0 (REG_DWORD)
No changes will be applied.
🔍 Version 0.8.2 🔎
- Playbook installation
- Playbook changes (shortened)
- Playbook custom features
- Unsupported user actions
- Updating Windows with the Playbook
- What shall I use? Win 10 / Win 11?