mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
Update Windows10DebloaterGUI.ps1
This commit is contained in:
parent
5f726f50dc
commit
770ccd0aca
@ -1,3 +1,4 @@
|
||||
#This will self elevate the script so with a UAC prompt since this script needs to be run as an Administrator in order to function properly.
|
||||
If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) {
|
||||
$arguments = "&" + $MyInvocation.MyCommand.Definition + ""
|
||||
Write-Host "You didn't run this script as an Administrator. This script will self elevate to run as an Administrator." -ForegroundColor "White"
|
||||
|
Loading…
Reference in New Issue
Block a user