mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-06 05:03:52 -05:00
Compare commits
3 Commits
6bd01e6bfb
...
f85519b79e
Author | SHA1 | Date | |
---|---|---|---|
f85519b79e | |||
a975fe6942 | |||
359a2c3a88 |
@ -2347,10 +2347,11 @@
|
||||
"panel": "1",
|
||||
"Order": "a029_",
|
||||
"InvokeScript": [
|
||||
|
||||
"Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -OutFile \"$ENV:TEMP\\edgeremoval.bat\"",
|
||||
"Start-Process $ENV:temp\\edgeremoval.bat"
|
||||
|
||||
"
|
||||
#:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat
|
||||
Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -OutFile \"$ENV:TEMP\\edgeremoval.bat\"
|
||||
Start-Process $ENV:temp\\edgeremoval.bat
|
||||
"
|
||||
],
|
||||
"UndoScript": [
|
||||
"
|
||||
|
Reference in New Issue
Block a user