mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
3 lines
271 B
PowerShell
3 lines
271 B
PowerShell
|
|
Write-Output "Attempting to launch script with admin privileges..."
|
||
|
|
|
||
|
|
PowerShell -NoProfile -ExecutionPolicy Unrestricted -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Unrestricted -File ""$PSScriptRoot\Win10Debloat.ps1""' -Verb RunAs}";
|