Unable to run a progam as a user

  • Thread starter Thread starter veerendra
  • Start date Start date
V

veerendra

In windows2000 Professional Unable to run a program,when
logged in as a user.Actually program was installed by
administrator.Please advice.
 
Greetings --

This is quite common if the software was designed for Win9x/Me, or
if it was intended for WinNT/2K/XP, but was improperly designed. Quite
simply, the installation routine for this application doesn't "know"
how to handle individual user profiles, or the application tries to
make changes to "off-limits" sections of the registry. Quite often,
you can make this software available to other users by _copying_ the
Start Menu folder and Desktop folder shortcuts from the user profile
from which the software was installed in the corresponding folders in
the user profile(s) in which you'd like the software to be
accessible. If the application is something that can/should be made
available to all current and future users, copying the shortcuts into
the corresponding locations of the All Users profile will do the
trick.

NOTE: This may not work if the software requires access to parts
of the hard drive, system folders, and/or registry that are not
normally accessible to regular users. (This won't occur if the
application was properly written.) If this does prove to be the case,
however, you're left with three options: Either grant the necessary
users appropriate higher access privileges (either as Power Users or
local administrators), grant the users specific access permissions to
those parts of the registry affected, or replace the application with
one that was properly designed specifically for WinNT/2K/XP.


Bruce Chambers

--
Help us help you:



You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH
 
Some applications require the installation to be run under the user even
though it was already installed under a different profile. In effect, it
just places the appropriate files in the user's profile necessary for
access. Of course the user's level of access may prevent this.
 
Back
Top