mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-17 02:10:36 -06:00
Fixes Edge Removal
This commit is contained in:
parent
864f063878
commit
6bd01e6bfb
@ -2347,13 +2347,10 @@
|
||||
"panel": "1",
|
||||
"Order": "a029_",
|
||||
"InvokeScript": [
|
||||
"
|
||||
#:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat
|
||||
|
||||
curl.exe -s \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -o $ENV:temp\\edgeremoval.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": [
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user