application won't open unless you're signed in as an administrator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using an application omniform 4.0 in an office environment with 12 other people using this computer. Unless you are signed in as an administrator the program won't start, then an error message claiming a file is missing shows up. When you look inside the app files in explorer the file "is" there. If you sign in as an administrator or make everyone an administrator it works. Any thoughts would be welcome. We are trying not to give everyone in this office administrator privileges.
Thanks
Roger
 
Hi,

Create a direct acces on the desktop with the following:
%windir%\System32\runas.exe /profile /savecred /user:Administrator
"d:\setup"

Where 'Administrator' is the name of the account with administrative
privileges and d:\setup is the path to the program you want to open
under a limited account.

Create this direct access on the limited account, when you run it the
first time, it will ask for the account's password. Then it will open
normally like every other program, and you won't have to type the
password each time you open the program.


Hope this helps
 
Back
Top