DISM doesn't recognize the command-line option Hatası

mburaktekin

Hectopat
Katılım
10 Eylül 2020
Mesajlar
4.963
Makaleler
2
Çözümler
11
Daha fazla  
Cinsiyet
Erkek
Aranızda belki bilen vardır: "Win Toolkit" adlı program aracılığıyla Windows 10 ISO'sunu düzenleyip bazı gereksiz hizmetleri ISO'dan kaldırabiliyoruz. Ben de bunu denemek istedim. Fakat program sadece .wim uzantılı dosyaları destekliyor. ISO dosyasının içindeki dosya uzantısı ise install.EFI. Bunu dönüştürmem için öncelikle şu kodu girmem gerek ama hata veriyor:

DISM / Get-WimInfo /wimfile:install.esd

Kod:
Error: 87

DISM doesn't recognize the command-line option "".
For more information, refer to the help by running DISM.exe /?.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

Ne yapabilirim?
 
Son düzenleyen: Moderatör:
Komut yanlış yazıldığında bu soruna yol açabilir. Bu ekranda özellikle boşlukları ve slaş’ı doğru kullanmak önemli.

Aşağıdaki komutu yazıp, tekrar dener misin?
Kod:
DISM /Get-WimInfo /wimfile:install.esd
 
Son düzenleme:
Komut yanlış yazıldığında bu soruna yol açabilir. Bu ekranda özellikle boşlukları ve slaş’ı doğru kullanmak önemli.

Aşağıdaki komutu yazıp, tekrar dener misin?
Kod:
DISM /Get-WimInfo /wimfile:install.esd
Evet bu komut işime yaradı, istediğim bilgiyi edindim fakat, .esd dosyasını .wim uzantısına çevirmek isterken hatayla karşılaşıyorum. Kullandığım komuy şu.
DISM /export-image /sourceimagefile:install.esd /sourceindex:4 /destinationimagefile:install.wim
Aldığım hata:

Kod:
Deployment Image Servicing and Management tool
Version: 10.0.18362.1139


Error: 13

Veri geçersiz.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
 
Evet bu komut işime yaradı, istediğim bilgiyi edindim fakat, .esd dosyasını .wim uzantısına çevirmek isterken hatayla karşılaşıyorum. Kullandığım komuy şu.
DISM /export-image /sourceimagefile:install.esd /sourceindex:4 /destinationimagefile:install.wim
Aldığım hata:

Kod:
Deployment Image Servicing and Management tool
Version: 10.0.18362.1139


Error: 13

Veri geçersiz.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Log’u paylaşır mısın?
 
Bu arada yanlış yazmışım yazdığım kod şuydu.
DISM /export-image /sourceimagefile:install.esd /sourceindex:4 /destinationimagefile:install.wim /compress:max /checkintegrity
 
Bu arada yanlış yazmışım yazdığım kod şuydu.
DISM /export-image /sourceimagefile:install.esd /sourceindex:4 /destinationimagefile:install.wim /compress:max /checkintegrity
Log dosyasının içindeki metinleri çıktı olarak paylaşırsanız sevinirim, mobil üzerinden erişemiyorum.
 
Log dosyasının içindeki metinleri çıktı olarak paylaşırsanız sevinirim, mobil üzerinden erişemiyorum.
Kod:
2020-11-05 13:54:18, Info                  DISM   PID=11560 TID=9188 Scratch directory set to 'C:\Users\mahir\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
2020-11-05 13:54:18, Info                  DISM   PID=11560 TID=9188 DismCore.dll version: 10.0.18362.1139 - CDISMManager::FinalConstruct
2020-11-05 13:54:18, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2020-11-05 13:54:18, Info                  DISM   PID=11560 TID=9188 Successfully loaded the ImageSession at "C:\Windows\system32\Dism" - CDISMManager::LoadLocalImageSession
2020-11-05 13:54:18, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2020-11-05 13:54:18, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2020-11-05 13:54:18, Info                  DISM   DISM Manager: PID=11560 TID=9188 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2020-11-05 13:54:18, Info                  DISM   DISM.EXE:
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
2020-11-05 13:54:18, Info                  DISM   DISM.EXE:
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.18362, Running architecture=amd64, Number of processors=4
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.18362.1139
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Executing command line: "C:\Windows\system32\Dism.exe" /Get-WimInfo /wimfile:install.esd
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Connecting to the provider located at C:\Windows\system32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:18, Warning               DISM   DISM Provider Store: PID=11560 TID=9188 Failed to load the provider: C:\Windows\system32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Connecting to the provider located at C:\Windows\system32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Connecting to the provider located at C:\Windows\system32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Connecting to the provider located at C:\Windows\system32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Connecting to the provider located at C:\Windows\system32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:18, Warning               DISM   DISM Provider Store: PID=11560 TID=9188 Failed to load the provider: C:\Windows\system32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
2020-11-05 13:54:18, Info                  DISM   DISM.EXE:
2020-11-05 13:54:18, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
2020-11-05 13:54:18, Info                  DISM   DISM.EXE:
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:18, Info                  DISM   DISM Provider Store: PID=11560 TID=9188 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:35, Info                  DISM   PID=15728 TID=1756 Scratch directory set to 'C:\Users\mahir\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
2020-11-05 13:54:35, Info                  DISM   PID=15728 TID=1756 DismCore.dll version: 10.0.18362.1139 - CDISMManager::FinalConstruct
2020-11-05 13:54:35, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2020-11-05 13:54:35, Info                  DISM   PID=15728 TID=1756 Successfully loaded the ImageSession at "C:\Windows\system32\Dism" - CDISMManager::LoadLocalImageSession
2020-11-05 13:54:35, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2020-11-05 13:54:35, Info                  DISM   Initialized Panther logging at C:\Windows\Logs\DISM\dism.log
2020-11-05 13:54:35, Info                  DISM   DISM Manager: PID=15728 TID=1756 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2020-11-05 13:54:35, Info                  DISM   DISM.EXE:
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
2020-11-05 13:54:35, Info                  DISM   DISM.EXE:
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Host machine information: OS Version=10.0.18362, Running architecture=amd64, Number of processors=4
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Dism.exe version: 10.0.18362.1139
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Executing command line: "C:\Windows\system32\Dism.exe" /export-image /sourceimagefile:install.esd /sourceindex:1 /destinationimagefile:install.wim /compress:max /checkintegrity
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Connecting to the provider located at C:\Windows\system32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:35, Warning               DISM   DISM Provider Store: PID=15728 TID=1756 Failed to load the provider: C:\Windows\system32\Dism\SiloedPackageProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Connecting to the provider located at C:\Windows\system32\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Connecting to the provider located at C:\Windows\system32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Connecting to the provider located at C:\Windows\system32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Connecting to the provider located at C:\Windows\system32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2020-11-05 13:54:35, Warning               DISM   DISM Provider Store: PID=15728 TID=1756 Failed to load the provider: C:\Windows\system32\Dism\MetaDeployProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FfuManager
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: FfuManager.
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2020-11-05 13:54:35, Error                 DISM   DISM WIM Provider: PID=15728 TID=1756 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1368 - CWimManager::Export(hr:0x8007000d)
2020-11-05 13:54:35, Error                 DISM   DISM WIM Provider: PID=15728 TID=1756 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4651 - CWimManager::InternalCmdExport(hr:0x8007000d)
2020-11-05 13:54:35, Error                 DISM   DISM WIM Provider: PID=15728 TID=1756 "Error executing command" - CWimManager::InternalExecuteCmd(hr:0x8007000d)
2020-11-05 13:54:35, Error                 DISM   DISM WIM Provider: PID=15728 TID=1756 onecore\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2122 - CWimManager::ExecuteCmdLine(hr:0x8007000d)
2020-11-05 13:54:35, Error                 DISM   DISM.EXE: WimManager processed the command line but failed. HRESULT=8007000D
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
2020-11-05 13:54:35, Info                  DISM   DISM.EXE:
2020-11-05 13:54:35, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
2020-11-05 13:54:35, Info                  DISM   DISM.EXE:
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
2020-11-05 13:54:35, Info                  DISM   DISM Provider Store: PID=15728 TID=1756 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
 
Aşağıdaki yönergeleri takip edip tekrar dener misin?

Bu onarımı dün denemiştim. Şimdi aklıma şöyle bir şey geldi. Ben uzantısı .wim olan eski bir ISO dosyası indirsem (1903 veya 1909) bazı servisleri de Win Toolkit aracıyla kapatsam işe yarar mı ki?
 
Bu onarımı dün denemiştim. Şimdi aklıma şöyle bir şey geldi. Ben uzantısı .wim olan eski bir ISO dosyası indirsem (1903 veya 1909) bazı servisleri de Win Toolkit aracıyla kapatsam işe yarar mı ki?
Uzun zamandır PC erişimim olmadığı için sana yardım şeklim kısıtlı oluyor maalesef. Yanlış yönlendirmek istemem, tecrübe sahibi yetkililer bir çözüm yolu bulabilir diye düşünüyorum. @Recep Baltaş
 

Geri
Yukarı