|
Unfortunately many applications are not written correctly. They assume administrator privileges. You may be able to resolve your issues using one of techniques below.
First: When you dcpromo, you have the option to select pre-Windows 2000 compatibility. This option provides broader access to registry and system files for ordinary user accounts by placing the Everyone group in the Pre-Windows 2000 Compatible Access group. If you did not make this selection, you can add it later by adding the Everyone group to this group in Active Directory Users and Computers.
Second: As you may have guessed from the first option, the problem may lie with the attempts by the software to access certain registry keys and system files that only administrators have appropriate privileges for. If you can find which keys and files are the issue, then you can give your users privileges on those keys and files. (v.s. giving them full administrator privileges) to find those keys and files, you can use products such as regmon and filemon from www.systeminternals.
Third: Get the Windows Application Compatibility Toolkit from: http://www.microsoft.com/technet/prodtechnol/windows2000serv/downloads/appkit.mspx. This will help you find out what the problems are and fix them.
|