Compare commits

...

4 Commits

Author SHA1 Message Date
f85519b79e Update tweaks.json 2024-06-25 15:33:10 -05:00
a975fe6942 Update tweaks.json 2024-06-25 15:30:27 -05:00
359a2c3a88 Update tweaks.json
add credit for edge removal
2024-06-25 15:29:48 -05:00
6bd01e6bfb Fixes Edge Removal 2024-06-20 22:55:53 +01:00

View File

@ -2349,10 +2349,8 @@
"InvokeScript": [ "InvokeScript": [
" "
#:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.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\"
curl.exe -s \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -o $ENV:temp\\edgeremoval.bat
Start-Process $ENV:temp\\edgeremoval.bat Start-Process $ENV:temp\\edgeremoval.bat
" "
], ],
"UndoScript": [ "UndoScript": [