Skip to content

Instantly share code, notes, and snippets.

@cmbaughman
Last active April 20, 2023 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmbaughman/3ce5429b6d99e45eddaa9206929f8b84 to your computer and use it in GitHub Desktop.
Save cmbaughman/3ce5429b6d99e45eddaa9206929f8b84 to your computer and use it in GitHub Desktop.
Quick untested bat script to run reaper as admin
@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