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