Compile Winutil

This commit is contained in:
ChrisTitusTech 2024-06-25 20:35:41 +00:00 committed by github-actions[bot]
parent ade1c3b830
commit 5c937efa9b

View File

@ -10873,10 +10873,8 @@ $sync.configs.tweaks = '{
"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": [