diff --git a/Get.ps1 b/Get.ps1 index f08f3d5..f58f3ad 100644 --- a/Get.ps1 +++ b/Get.ps1 @@ -73,7 +73,7 @@ Write-Output "------------------------------------------------------------------ Write-Output "> Downloading Win11Debloat..." # Download latest version of Win11Debloat from github as zip archive -Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/master -OutFile "$env:TEMP/win11debloat-temp.zip" +Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.19 -OutFile "$env:TEMP/win11debloat-temp.zip" # Remove old script folder if it exists, except for CustomAppsList and SavedSettings files if (Test-Path "$env:TEMP/Win11Debloat") { diff --git a/README.md b/README.md index de8ec09..6063e32 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ This method supports parameters to customize the behaviour of the script. Please
Manually download & run the script.
- 1. [Download the latest version of the script](https://github.com/Raphire/Win11Debloat/zipball/master), and extract the .ZIP file to your desired location. + 1. [Download the latest version of the script](https://github.com/Raphire/Win11Debloat/releases/latest), and extract the .ZIP file to your desired location. 2. Navigate to the Win11Debloat folder 3. Double click the `Run.bat` file to start the script. NOTE: If the console window immediately closes and nothing happens, try the advanced method below. 4. Accept the Windows UAC prompt to run the script as administrator, this is required for the script to function. @@ -65,7 +65,7 @@ This method supports parameters to customize the behaviour of the script. Please
Manually download the script & run the script via PowerShell. Recommended for advanced users.
- 1. [Download the latest version of the script](https://github.com/Raphire/Win11Debloat/zipball/master), and extract the .ZIP file to your desired location. + 1. [Download the latest version of the script](https://github.com/Raphire/Win11Debloat/releases/latest), and extract the .ZIP file to your desired location. 2. Open PowerShell or Terminal as an administrator. 3. Temporarily enable PowerShell execution by entering the following command: