Block Edge experimentation hosts
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Windows onlyThis script improves your privacy on Windows
- Impact: MinimumSystem Functionality Loss Risk: Low
This action improves privacy with minimal impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This script blocks the connection between Microsoft Edge and the Experimentation and Configuration Service (ECS) 1.
ECS delivers various updates to Microsoft Edge, including configurations, feature rollouts, and experiments 1:
- Configurations aim to ensure the product's health, security, and privacy compliance 1. These settings are uniform for all users, based on their platforms and channels, and can enable or disable features as necessary 1.
- Controlled Feature Rollout (CFR) gradually introduces a new feature to a portion of the user base 1.
- Experiments test new features and functionalities within Microsoft Edge that are still under development 1. These features are not visible to all users and are activated or deactivated through experiment flags 1.
By blocking communication with ECS, this script prevents Microsoft Edge from receiving updates related to these payloads 1. It enhances user privacy by limiting exposure to experimental features and configurations that may collect data or alter the browsing experience without the user's explicit consent.
Blocked Hosts
The blocked hosts are:
config.edge.skype.com
2
Sources
- Microsoft Edge configurations and experimentation. Microsoft Learn. learn.microsoft.com. (2024).
Original: https://learn.microsoft.com/en-us/deployedge/edge-configuration-and-experiments
Archived: https://web.archive.org/web/20240219203636/https://learn.microsoft.com/en-us/deployedge/edge-configuration-and-experiments - Windows 10 spies on your use of System Settings. www.michaelhorowitz.com. (2024).
Original: https://www.michaelhorowitz.com/Windows10.spying.onsettings.php
Archived: https://web.archive.org/web/20240217204251/https://www.michaelhorowitz.com/Windows10.spying.onsettings.php
Apply Now
Choose one of three ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Help
How to apply or restore "Block Edge experimentation hosts" using script
- ≈ 2 min to complete
- Tools: Web Browser
- Difficulty: Simple
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Block Edge experimentation hosts" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Block Edge experimentation hosts
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
:: Add hosts entries for config.edge.skype.com
PowerShell -ExecutionPolicy Unrestricted -Command "$domain ='config.edge.skype.com'; $hostsFilePath = "^""$env:SYSTEMROOT\System32\drivers\etc\hosts"^""; $comment = "^""managed by privacy.sexy"^""; $hostsFileEncoding = [Microsoft.PowerShell.Commands.FileSystemCmdletProviderEncoding]::Utf8; $blockingHostsEntries = @(; @{ AddressType = "^""IPv4"^""; IPAddress = '0.0.0.0'; }; @{ AddressType = "^""IPv6"^""; IPAddress = '::1'; }; ); try { $isHostsFilePresent = Test-Path -Path $hostsFilePath -PathType Leaf -ErrorAction Stop; } catch { Write-Error "^""Failed to check hosts file existence. Error: $_"^""; exit 1; }; if (-Not $isHostsFilePresent) { Write-Output "^""Creating a new hosts file at $hostsFilePath."^""; try { New-Item -Path $hostsFilePath -ItemType File -Force -ErrorAction Stop | Out-Null; Write-Output "^""Successfully created the hosts file."^""; } catch { Write-Error "^""Failed to create the hosts file. Error: $_"^""; exit 1; }; }; foreach ($blockingEntry in $blockingHostsEntries) { Write-Output "^""Processing addition for $($blockingEntry.AddressType) entry."^""; try { $hostsFileContents = Get-Content -Path "^""$hostsFilePath"^"" -Raw -Encoding $hostsFileEncoding -ErrorAction Stop; } catch { Write-Error "^""Failed to read the hosts file. Error: $_"^""; continue; }; $hostsEntryLine = "^""$($blockingEntry.IPAddress)`t$domain $([char]35) $comment"^""; if ((-Not [String]::IsNullOrWhiteSpace($hostsFileContents)) -And ($hostsFileContents.Contains($hostsEntryLine))) { Write-Output 'Skipping, entry already exists.'; continue; }; try { Add-Content -Path $hostsFilePath -Value $hostsEntryLine -Encoding $hostsFileEncoding -ErrorAction Stop; Write-Output 'Successfully added the entry.'; } catch { Write-Error "^""Failed to add the entry. Error: $_"^""; continue; }; }"
Ijo6IFJlbW92ZSBob3N0cyBlbnRyaWVzIGZvciBjb25maWcuZWRnZS5za3lwZS5jb21cblBvd2VyU2hlbGwgLUV4ZWN1dGlvblBvbGljeSBVbnJlc3RyaWN0ZWQgLUNvbW1hbmQgXCIkZG9tYWluID0nY29uZmlnLmVkZ2Uuc2t5cGUuY29tJzsgJGhvc3RzRmlsZVBhdGggPSBcIl5cIlwiJGVudjpTWVNURU1ST09UXFxTeXN0ZW0zMlxcZHJpdmVyc1xcZXRjXFxob3N0c1wiXlwiXCI7ICRjb21tZW50ID0gXCJeXCJcIm1hbmFnZWQgYnkgcHJpdmFjeS5zZXh5XCJeXCJcIjsgJGhvc3RzRmlsZUVuY29kaW5nID0gW1N5c3RlbS5UZXh0LkVuY29kaW5nXTo6VVRGODsgJGJsb2NraW5nSG9zdHNFbnRyaWVzID0gQCg7IEB7IEFkZHJlc3NUeXBlID0gXCJeXCJcIklQdjRcIl5cIlwiOyAgSVBBZGRyZXNzID0gJzAuMC4wLjAnOyB9OyBAeyBBZGRyZXNzVHlwZSA9IFwiXlwiXCJJUHY2XCJeXCJcIjsgIElQQWRkcmVzcyA9ICc6OjEnOyB9OyApOyB0cnkgeyAkaXNIb3N0c0ZpbGVQcmVzZW50ID0gVGVzdC1QYXRoIC1QYXRoICRob3N0c0ZpbGVQYXRoIC1QYXRoVHlwZSBMZWFmIC1FcnJvckFjdGlvbiBTdG9wOyB9IGNhdGNoIHsgV3JpdGUtRXJyb3IgXCJeXCJcIkZhaWxlZCB0byBjaGVjayBob3N0cyBmaWxlIGV4aXN0ZW5jZS4gRXJyb3I6ICRfXCJeXCJcIjsgZXhpdCAxOyB9OyBpZiAoLU5vdCAkaXNIb3N0c0ZpbGVQcmVzZW50KSB7IFdyaXRlLU91dHB1dCAnU2tpcHBpbmcsIHRoZSBob3N0cyBmaWxlIGRvZXMgbm90IGV4aXN0Lic7IGV4aXQgMDsgfTsgZm9yZWFjaCAoJGJsb2NraW5nRW50cnkgaW4gJGJsb2NraW5nSG9zdHNFbnRyaWVzKSB7IFdyaXRlLU91dHB1dCBcIl5cIlwiUHJvY2Vzc2luZyByZW1vdmFsIGZvciAkKCRibG9ja2luZ0VudHJ5LkFkZHJlc3NUeXBlKSBlbnRyeS5cIl5cIlwiOyB0cnkgeyAkaG9zdHNGaWxlQ29udGVudHMgPSBbU3lzdGVtLklPLkZpbGVdOjpSZWFkQWxsVGV4dCgkaG9zdHNGaWxlUGF0aCwgJGhvc3RzRmlsZUVuY29kaW5nKTsgfSBjYXRjaCB7IFdyaXRlLUVycm9yIFwiXlwiXCJGYWlsZWQgdG8gcmVhZCB0aGUgaG9zdHMgZmlsZSBmb3IgcmVtb3ZhbC4gRXJyb3I6ICRfXCJeXCJcIjsgY29udGludWU7IH07ICRob3N0c0VudHJ5TGluZSA9IFwiXlwiXCIkKCRibG9ja2luZ0VudHJ5LklQQWRkcmVzcylgdCRkb21haW4gJChbY2hhcl0zNSkgJGNvbW1lbnRcIl5cIlwiOyBpZiAoW1N0cmluZ106OklzTnVsbE9yV2hpdGVTcGFjZSgkaG9zdHNGaWxlQ29udGVudHMpIC1PciAoLU5vdCAkaG9zdHNGaWxlQ29udGVudHMuQ29udGFpbnMoJGhvc3RzRW50cnlMaW5lKSkpIHsgV3JpdGUtT3V0cHV0ICdTa2lwcGluZywgZW50cnkgbm90IGZvdW5kLic7IGNvbnRpbnVlOyB9OyAkaG9zdHNFbnRyeVJlbW92YWxQYXR0ZXJuID0gW3JlZ2V4XTo6RXNjYXBlKCRob3N0c0VudHJ5TGluZSkgKyBcIl5cIlwiKFxccj9cXG4pP1wiXlwiXCI7ICRob3N0c0ZpbGVDb250ZW50QWZ0ZXJSZW1vdmFsID0gJGhvc3RzRmlsZUNvbnRlbnRzIC1SZXBsYWNlICRob3N0c0VudHJ5UmVtb3ZhbFBhdHRlcm4sIFwiXlwiXCJcIl5cIlwiOyB0cnkgeyBbU3lzdGVtLklPLkZpbGVdOjpXcml0ZUFsbFRleHQoJGhvc3RzRmlsZVBhdGgsICRob3N0c0ZpbGVDb250ZW50QWZ0ZXJSZW1vdmFsLCAkaG9zdHNGaWxlRW5jb2RpbmcpOyBXcml0ZS1PdXRwdXQgJ1N1Y2Nlc3NmdWxseSByZW1vdmVkIHRoZSBlbnRyeS4nOyB9IGNhdGNoIHsgV3JpdGUtRXJyb3IgXCJeXCJcIkZhaWxlZCB0byByZW1vdmUgdGhlIGVudHJ5LiBFcnJvcjogJF9cIl5cIlwiOyBjb250aW51ZTsgfTsgfVwiIg==
Help
How to apply or restore "Block Edge experimentation hosts" using commands
- ≈ 2 min to complete
- Tools: Command Prompt
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open Command Prompt
Open Command Prompt as Administrator. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into Command Prompt and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
The guide below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
This category includes scripts that enhance privacy by blocking communications with hosts known for tracking and data collection. A host is a domain name...
Same Goal
Other guides in Block tracking hosts See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
See all 12 guides
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.