Last active
April 20, 2023 14:20
-
-
Save cmbaughman/3ce5429b6d99e45eddaa9206929f8b84 to your computer and use it in GitHub Desktop.
Quick untested bat script to run reaper as admin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set local | |
set runas=runas /user:Administrator | |
%runas% "c:\program files\reaper.exe" | |
%runas% explorer.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment