Add Geek Uninstaller
This commit is contained in:
parent
d74b133276
commit
6df673ccc3
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@ PowerShell -Command "$link = 'https://github.com/Vencord/Installer/releases/late
|
|||
wsl --install --no-launch
|
||||
wsl --unregister Ubuntu
|
||||
|
||||
:: Install Geek Uninstaller
|
||||
PowerShell -Command "$archive = '%TEMP%\geek.zip';" ^
|
||||
"Invoke-WebRequest -Uri https://geekuninstaller.com/geek.zip -OutFile $archive;" ^
|
||||
"Expand-Archive -Path $archive -DestinationPath $env:HOMEPATH\Documents\Local"
|
||||
|
||||
:: === Firefox configuration ==
|
||||
"%ProgramFiles%\Mozilla Firefox\firefox.exe"
|
||||
TASKKILL /im firefox.exe /F
|
||||
|
|
Loading…
Reference in a new issue