VoipDiscount
http://tch.cz/voipbb/

MMC nemůže otevřít soubor C:\WINDOWS\system32\devmgmt.msc
http://tch.cz/voipbb/viewtopic.php?f=7&t=1579
Stránka 1 z 1

Autor:  kotouc [ čtv srp 13, 2009 8:42 pm ]
Předmět příspěvku:  MMC nemůže otevřít soubor C:\WINDOWS\system32\devmgmt.msc

MMC cannot open the file C:\WINDOWS\system32\devmgmt.msc.

nejlépe vrazit toto do bat souboru:
třeba opravamsc.bat:

@echo off
CD /D %SystemRoot%\System32
del /q Msxml.dll
del /q Msxml2.dll
del /q Msxml3.dll
copy /Y %windir%\system32\DLLCACHE\Msxml.dll *.*
copy /Y %windir%\system32\DLLCACHE\Msxml2.dll *.*
copy /Y %windir%\system32\DLLCACHE\Msxml3.dll *.*
regsvr32 /s Msxml.dll
regsvr32 /s Msxml2.dll
regsvr32 /s Msxml3.dll

a spustit a hotovo ....
potom možná restartovat PC


Zde je originální ruční návod:
This may be because the file does not exist, is not the MMC console, or was created by a later version of MMC. This may also be because you do not have sufficient access rights to the file.

This issue may occur when one or more of the .dll files that are used by the Microsoft Management Console (MMC) are missing or corrupted. These files include the following:

* Msxml.dll
* Msxml2.dll
* Msxml3.dll

To resolve this issue, follow these steps:

1. Click Start, click Run, type cmd, and then click OK.
2. At the command prompt, type cd %windir%\system32, and then press ENTER.

Note The %Windir% folder is the folder where you installed Microsoft Windows.
3. Type the following commands. Press ENTER after each command.
Regsvr32 Msxml.dll
Regsvr32 Msxml2.dll
Regsvr32 Msxml3.dll
4. Type exit, and then press ENTER to close the Command Prompt window.
5. Restart the computer.

Stránka 1 z 1 Všechny časy jsou v UTC + 1 hodina [ Letní čas ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/