Skip to content

Instantly share code, notes, and snippets.

@glego
Created February 19, 2022 20:43
Show Gist options
  • Save glego/e1be7059d2b00606c3583f7d6ef731b4 to your computer and use it in GitHub Desktop.
Save glego/e1be7059d2b00606c3583f7d6ef731b4 to your computer and use it in GitHub Desktop.
@echo off
set "params=%*"
cd /d "%~dp0" && ( if exist "%temp%\getadmin.vbs" del "%temp%\getadmin.vbs" ) && fsutil dirty query %systemdrive% 1>nul 2>nul || ( echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~dp0"" && ""%~0"" %params%", "", "runas", 1 >> "%temp%\getadmin.vbs" && "%temp%\getadmin.vbs" && exit /B )
nssm stop nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment