We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e9537 commit 31b13bfCopy full SHA for 31b13bf
Get.ps1
@@ -84,7 +84,7 @@ Write-Output "------------------------------------------------------------------
84
Write-Output "> Downloading Win11Debloat..."
85
86
# Download latest version of Win11Debloat from github as zip archive
87
-Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.08.01 -OutFile "$env:TEMP/win11debloat.zip"
+Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.08.16 -OutFile "$env:TEMP/win11debloat.zip"
88
89
# Remove old script folder if it exists, except for CustomAppsList and SavedSettings files
90
if (Test-Path "$env:TEMP/Win11Debloat") {
0 commit comments