pexcn / Edge-Removal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge-Removal

Description

  • This script remove edge completely from windows
  • Requires you to Run Script file ADMINISTRATOR! (if you don't use launch command)

Demo

ezgif com-gif-maker

Launch Command (Powershell) :

irm edge.bughub.live | iex

Or

iwr -useb https://padsalatushal.github.io/edge.bat | iex

If you are having TLS 1.2 Issues or You cannot find or resolve host then run with the following command:

[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/padsalatushal/Edge-Removal/main/Edge_Removal.bat')

Resources

https://github.com/AveYo/fox

About

License:MIT License


Languages

Language:PowerShell 56.0%Language:Batchfile 44.0%