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 355ae22 commit 26ebc7dCopy full SHA for 26ebc7d
Get.ps1
@@ -75,7 +75,7 @@ Write-Output "------------------------------------------------------------------
75
Write-Output "> Downloading Win11Debloat..."
76
77
# Download latest version of Win11Debloat from github as zip archive
78
-Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.19 -OutFile "$env:TEMP/win11debloat-temp.zip"
+Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.26 -OutFile "$env:TEMP/win11debloat-temp.zip"
79
80
# Remove old script folder if it exists, except for CustomAppsList and SavedSettings files
81
if (Test-Path "$env:TEMP/Win11Debloat") {
0 commit comments