Compare commits

...

3 Commits

Author SHA1 Message Date
Chris Titus
f85519b79e
Update tweaks.json 2024-06-25 15:33:10 -05:00
Chris Titus
a975fe6942
Update tweaks.json 2024-06-25 15:30:27 -05:00
Chris Titus
359a2c3a88
Update tweaks.json
add credit for edge removal
2024-06-25 15:29:48 -05:00

View File

@ -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": [
"