Update tweaks.json

add credit for edge removal
This commit is contained in:
Chris Titus 2024-06-25 15:29:48 -05:00 committed by GitHub
parent 6bd01e6bfb
commit 359a2c3a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2347,7 +2347,7 @@
"panel": "1", "panel": "1",
"Order": "a029_", "Order": "a029_",
"InvokeScript": [ "InvokeScript": [
#:: 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\"", "Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -OutFile \"$ENV:TEMP\\edgeremoval.bat\"",
"Start-Process $ENV:temp\\edgeremoval.bat" "Start-Process $ENV:temp\\edgeremoval.bat"