Jump to content

Windows 10 Dism Hatası


 Share

Recommended Posts

Dism /Mount-Wim /WimFile:%systemdrive%\TEST\WIN10\sources\install.wim /index:1 /MountDir:%systemdrive%\TEST\wim
dism /Image:%systemdrive%\TEST\wim /enable-feature /featurename:NetFX3 /Source:%systemdrive%\TEST\WIN10\sources\sxs
dism /Image:%systemdrive%\TEST\wim /Add-Package /PackagePath:%systemdrive%\TEST\TOOLS
dism /Unmount-Wim /MountDir:%systemdrive%\TEST\wim /commit


kodlar bunlarsa hata alıyorum...
Error: 11

Geçersiz biçimdeki bir program yüklemek istendi.

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


NOT: Windows 10 işletim sistemini üzerinde yapıyorum...
Link to comment
Share on other sites

  • Editor

 

dism /mount-image /imagefile:%systemdrive%\TEST\WIN10\sources\install.wim /index:1 /mountdir:%systemdrive%\TEST\wim
dism /Image:%systemdrive%\TEST\wim /enable-feature /featurename:NetFX3 /Source:%systemdrive%\TEST\WIN10\sources\sxs /LimitAccess
dism /Image:%systemdrive%\TEST\wim /Add-Package /PackagePath:%systemdrive%\TEST\TOOLS
dism /unmount-image /MountDir:%systemdrive%\TEST\wim /commit

Edited by köylü
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...