Find out what registry setting and file settings that you need access to with procmon, filemon and regmon and use the default windows tools called cacls and regini to change those so you have proper access.
Process Monitor v3.2 link
CACLS.exe
Access Control Lists apply only to files stored on an NTFS formatted drive, each ACL determines which users (or groups of users) can read or edit the file. When a new file is created it normally inherits ACL's from the folder where it was created.
Link1
Link2
RegINI
Set permission on Registry Keys
Link
Alternative RunAs
- Create a Scheduled Task in the task scheduler. The scheduled task launches the application. Set the task to run at highest privilege level.
- Create a shortcut on the desktop of all the users needing to run the application. The shortcut ended up looking like this:
C:\Windows\System32\schtasks.exe /run /tn "Name of task"
The only downside of this is that i need to create a separate task for every user, but I think it works just fine.
No comments:
Post a Comment