Please Help

  • Thread starter Thread starter Petro
  • Start date Start date
P

Petro

I installed DC im trying to open the schema snap-in but
im getting the following error while type schmmgmt.msc at
run command:
Cannot find the file schmmgmt.msc or one of its components
make sure tht the path or the file name are correct and
that all required libraries are available

please help
 
<snipP
Hi Petro,
You need to first register the snap-in DLL - it's not resitered
automatically. In a command prompt type:
regsvr32 schmmgmt.dll

You should get "DllRegisterServer in schmmgmt.dll succeeded.". Then the
snap-in will launch fine ;)

HTH
--
Cheers,
Marin Marinov
MCT, MCSE 2003/2000/NT4.0,
MCSE:Security 2003/2000, MCP+I
-
This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Back
Top