Skip to content

Instantly share code, notes, and snippets.

@mwrock
Created September 3, 2014 15:29
Show Gist options
  • Save mwrock/4dc93879627a20225f91 to your computer and use it in GitHub Desktop.
Save mwrock/4dc93879627a20225f91 to your computer and use it in GitHub Desktop.
reboot
if ( Get-UAC )
{
Disable-UAC
Invoke-Reboot
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment