User Accounts Problem and Start Menu Issue

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

Guest

Hey guys Two quick problems,

#1
Every time I try to add a user account through the computer managment mmc I
get...
The Specified A/D object is not bound to a remote resource.

Or when I try and add user permissions I get...

Microsoft Visual C++ Runtime Library
Program: C:\Windows\system32\mmc.exe

R6025
-pure virtual funtion call


#2
Is there a way to remove not installed icons on the start menu by defaul,
for example...
Windows Messenger, Remote Assitance?




THANKS!
 
Mark,

#1. The R6025 may be happening because of some various problems.
Likely you have got a missing dependency issue.
You may want to monitor the action you do in MMC with Regmon and/or Filemon tools (www.sysinternals.com) to see what's missing.

Also, check out Event log on your run time to see if any useful info was logged there after you saw the failure.

Adding the heavy "Administration Support Tools" component and resolving its dependencies would probably fix the issue for you.

If the image footprint is a concern, you may want to switch to command line tools to play with user accounts (btw, if you see a
problem there it will be easier to monitor it with the Regmon/Filemon).
User "net.exe user ..." or switch to great console user manager tool (cusrmgr.exe) from Windows 2K/XP Resource Kit.

#2. Either remove "Standard Start Menu Shortcuts" component from you build.
Or, better, go to the component Resource node and disable/remove the shortcut resources you don't need in your runtime.
 
Back
Top