combined updates

This commit is contained in:
Corey Butler
2024-12-28 22:23:51 -06:00
parent 096e0a20fc
commit 7de073ee16
41 changed files with 2197 additions and 1111 deletions

12
assets/elevate.cmd Normal file
View File

@@ -0,0 +1,12 @@
@setlocal
@echo off
:: Try without elevation, in case %NVM_SYMLINK% is a user-owned path and the
:: machine has Windows 10 Developer Mode enabled
%*
if %ERRORLEVEL% LSS 1 goto :EOF
:: The command failed without elevation, try with elevation
set CMD=%*
set APP=%1
start wscript //nologo "%~dpn0.vbs" %*