Enable Standard User to Run a Program as an Administrator
First Create a Batch File “C:\myprogram.bat” with the following line in it (make sure you replace notepad with your own program): runas /user:COMPUTERNAME\Administrator /savecred “C:\Program Files (x86)\Notepad++\notepad++.exe” Second The first time you run the batch … Read more