Skip to content

Instantly share code, notes, and snippets.

@eddieparker
eddieparker / bootstrap_windows.bat
Last active April 19, 2021 17:37
bootstrap new windows machine
@echo off
goto check_Permissions
:check_Permissions
echo Administrative permissions required. Detecting permissions...
net session >nul 2>&1
if %errorLevel% == 0 (
echo Success: Administrative permissions confirmed; continuing.