Skip to content

Instantly share code, notes, and snippets.

View hyriph's full-sized avatar
🫠
Wiki is coming

hyriph

🫠
Wiki is coming
  • South Korea
  • 18:37 (UTC +09:00)
View GitHub Profile
@echo off
setlocal
cd /d "%~dp0"
net session >nul 2>&1
if %errorlevel% neq 0 (
powershell -NoProfile -ExecutionPolicy Bypass ^
-Command "Start-Process -FilePath '%~f0' -Verb RunAs"
exit /b