https://github.com/heismauri/hide-edge-ad
Powershell script to hide Edge ad on the Control Panel
https://github.com/heismauri/hide-edge-ad
Last synced: 3 months ago
JSON representation
Powershell script to hide Edge ad on the Control Panel
- Host: GitHub
- URL: https://github.com/heismauri/hide-edge-ad
- Owner: heismauri
- Created: 2022-02-14T16:13:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T16:26:05.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:41:28.851Z (5 months ago)
- Language: PowerShell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This script hides the Edge banner ad on the control panel. It just has to be run.# How to run the script
```ps1
iex ((New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/heismauri/hide-edge-ad/main/main.ps1"))
```