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 74ffa96 commit 70ebe29Copy full SHA for 70ebe29
Get.ps1
@@ -82,7 +82,7 @@ Write-Output "------------------------------------------------------------------
82
Write-Output "> Downloading Win11Debloat..."
83
84
# Download latest version of Win11Debloat from github as zip archive
85
-Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.06.12 -OutFile "$env:TEMP/win11debloat.zip"
+Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.08.01 -OutFile "$env:TEMP/win11debloat.zip"
86
87
# Remove old script folder if it exists, except for CustomAppsList and SavedSettings files
88
if (Test-Path "$env:TEMP/Win11Debloat") {
0 commit comments