An open API service indexing awesome lists of open source software.

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

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"))
```