Jump to content

Windows 10 Esd Netfx Aktif Etme


XXX90
 Share

Recommended Posts

  • Editor

.net 3.5 i aktif etmek için örnek komut:

dism /mount-image /imagefile:C:\win10\sources\install.wim /index:1 /mountdir:C:\wim
dism /Image:C:\wim /enable-feature /featurename:NetFX3 /All /Source:C:\win10\sources\sxs /LimitAccess

wim i esd ye çevirmek için örnek komut:

dism /export-image /sourceimagefile:C:\win10\sources\install.wim /sourceindex:1 /destinationimagefile:C:\install.esd /compress:recovery

dosyaların konumları size kalmış, istediğiniz şekilde değiştiriniz. kolay gelsin.

 

  • Like 2
Link to comment
Share on other sites

  • Editor

Açıklamalar:

C= harddiskteki bölümlerden biri..
DVD= C de oluşturulan ve içine iso içeriği çıkacak klasör..
wim= C de oluşturulan ve install.wim in mount edileceği klasör...

dism /mount-image /imagefile:C:\DVD\sources\install.wim /index:1 /mountdir:C:\wim
dism /Image:C:\wim /enable-feature /featurename:NetFX3 /All /Source:C:\DVD\sources\sxs /LimitAccess
dism /unmount-image /MountDir:C:\wim /commit

:::::::::::::::::::::

Açıklamalar:

install.esd= install.wim in esd ye çevrilmiş hali (komuta göre C bölümünde oluşur..
sourceindex:1 = isodaki sürümlerin numaraları (hangisi seçilecekse numara onun sırasına göre değişir)..

dism /export-image /sourceimagefile:C:\DVD\sources\install.wim /sourceindex:1 /destinationimagefile:C:\install.esd /compress:recovery

yeteri kadar açık olmuştur umarım. komutlarda değişiklik ve çoğaltma yaparak istediklerinize ulaşabilirsiniz.
forumda bir çok anlatım var bu arada...

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...