Consolidate Get-Dev.ps1 into Get.ps1, add WhatIf support to Get.ps1 (#681)

This commit is contained in:
Jeffrey
2026-06-28 22:53:27 +02:00
committed by GitHub
parent 26b313372b
commit 9a700afaed
3 changed files with 16 additions and 241 deletions

View File

@@ -18,7 +18,7 @@ You can help us test the latest changes and additions to the script. If you enco
You can launch the prerelease version of Win11Debloat by running this command:
```ps1
& ([scriptblock]::Create((irm "https://debloat.raphi.re/dev")))
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -Dev
```
# Contributing Code