I have a batch file for Win 10: run.bat
Within the batch file, I want to run Regini (app to modify registry permissions).
regini run.bat
I tested this line using CMD prompt. Regular prompt does not work. But if I run CMD prompt "as admin", it works.
Run.bat contains HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies [9]
QUESTION: Is there a way to run "regini" as admin from within a batch file?