diff --git a/windows11.bat b/windows11.bat index 9666f5d..711cc23 100644 --- a/windows11.bat +++ b/windows11.bat @@ -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