Skip to content

Instantly share code, notes, and snippets.

@phoenixthrush
Created October 8, 2022 08:55
Show Gist options
  • Save phoenixthrush/7fa2114f612468db9842234bc5cfef9b to your computer and use it in GitHub Desktop.
Save phoenixthrush/7fa2114f612468db9842234bc5cfef9b to your computer and use it in GitHub Desktop.
Requesting UAC Batch One-Liner
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment