App dosen't run correctly for user

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

Guest

I have a program that dosn't run correctly for a power user. If I change the user to the administrator group it then works correctly
 
Hi,

The user doesn't have the proper permissions for the program to run. This
describes the problem and the resolutions:

Some Programs Do Not Work If You Log On from Limited Account [Q307091]
http://support.microsoft.com/?kbid=307091

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Windows
Windows isn't rocket science! That's my other hobby!

Associate Expert - WinXP - Expert Zone
 
Hi Roger,

I have a program that dosn't run correctly for a power user. If I change the user to the administrator group it then works correctly

If you have any problems running the software with other users, you
can use the runas program:

Create a shortcut with the following line in the target window:

%windir%\System32\runas.exe /profile /savecred /user:Administrator
d:\path_to_program

where Administrator is the name of the account with administrative
privileges, and d:\path_to_program is the path to the program folder

This will launch a command window which will ask your password.
It will only ask for it the first time, from then on, the icon will
launch the program with administrative privileges.

Good luck
 
Back
Top