3 lines
116 B
PowerShell
3 lines
116 B
PowerShell
# https://github.com/Raphire/Win11Debloat
|
|
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults
|