Skip to content

Commit 4165f99

Browse files
committed
Update Get.ps1 to new release
1 parent 8bc12a5 commit 4165f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Get.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Write-Output "------------------------------------------------------------------
7575
Write-Output "> Downloading Win11Debloat..."
7676

7777
# Download latest version of Win11Debloat from github as zip archive
78-
Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.26 -OutFile "$env:TEMP/win11debloat-temp.zip"
78+
Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.06.11 -OutFile "$env:TEMP/win11debloat-temp.zip"
7979

8080
# Remove old script folder if it exists, except for CustomAppsList and SavedSettings files
8181
if (Test-Path "$env:TEMP/Win11Debloat") {

0 commit comments

Comments
 (0)