"Runtime Error" Abmormal Termination

  • Thread starter Thread starter stew
  • Start date Start date
S

stew

I have recently upgraded the client end of an NT Domain
device to Win2K Prof. Everytime I log in as a user and
execute a certain application, I get a "Runtime Error"
Abnormal Termination Statement. When I log in as an
administrator the application performs and execute
correctly. How do I grant the normal user privilages to
execute this program?
 
You could try adding the users to the power users group or applying the compatws.inf
security template which will give them the same permissions as power users but not
the extra rights. Another option is to contact the software vendor for the
application and ask them if they know of ntfs/registry permissions that will allow a
regular user on W2K to run their application. It may be possible to find these
necessary permissions yourself by using free tools from SysInternals such as filemon
and regmon by invoking them using runas while logged on as a regular user just before
you try to execute the application and reviewing the logs to see where access was
denied. -- Steve

http://www.sysinternals.com/
http://support.microsoft.com/default.aspx?scid=kb;en-us;269259
 
Back
Top