mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Fixes Edge Removal (#2136)
* Fixes Edge Removal * Update tweaks.json add credit for edge removal * Update tweaks.json * Update tweaks.json --------- Co-authored-by: hubster-bot <hubsterbotbuisness@gmail.com> Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
parent
8ded42a3ce
commit
ade1c3b830
@ -2330,10 +2330,8 @@
|
||||
"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
|
||||
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