From 78d09b998b448f4f735464b50e92fc0e55ec175d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 9 Feb 2024 21:53:17 +0100 Subject: [PATCH] update winget --- windows11.bat | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows11.bat b/windows11.bat index 4de031e..4daf240 100644 --- a/windows11.bat +++ b/windows11.bat @@ -12,6 +12,12 @@ fltmc >NUL 2>&1 || ( :: Notice ECHO Please wait until the administrator popup appears + :: === Update winget to latest version == + PowerShell -Command "" ^ + "Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle;" ^ + "Add-AppPackage -ForceApplicationShutdown .\winget.msixbundle;" ^ + "del .\winget.msixbundle" + :: === Install Spotify == PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/blockthespot.bat -OutFile '!local!\blockthespot.bat'" DEL "%APPDATA%\Spotify"