Jump to content

Windows 7 Ve Windows 8 Dvd Güncelleme Entegre Etme


eno
 Share

Recommended Posts

Arkadaşlar Windows 7 ve Windows 8 DVD Güncelleme Entegre Etmek istiyorum en kolay yolu nedir  sadece çıkmış güncellemeleri entegre edeceğim başka bir şey oynamıcam

bende merak ediyorum nasıl olur diye

 

1.dism

 

2.sysprep

 

3,Autopatcher Updater

Edited by casper0007
Link to comment
Share on other sites

  • Editor
Link to comment
Share on other sites

  • Editor

resmin altında açıkça yazmış kodları zaten.

CODE
DISM /Mount-Wim /WimFile:"F:\DVD\sources\install.wim" /Index:1 /MountDir:"F:\wim" >nul
pause nul
DISM /image:F:\wim /add-package /packagepath:F:\updatepack
DISM /Image:"F:\wim" /Set-ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX >nul ----> burayı silerseniz güncellemeleri entegre etme kodu kalır sadece
DISM /Unmount-Wim /MountDir:"F:\wim" /commit >nul

pause nul
exit

Link to comment
Share on other sites

Üstad Örneğin C diski içinde setup klasörü içinde Windows7 DVD içeriğini kopyaladım attım sonra geldim cmd ye

 

CODE
DISM /Mount-Wim /WimFile:"C:\Setup\sources\install.wim" /Index:1 /MountDir:"C:\wim" >nul
pause nul
DISM /image:C:\wim /add-package /packagepath:C:\updatepack
DISM /Unmount-Wim /MountDir:"C:\wim" /commit >nul

pause nul
exit

 

Doğrumudur Kod?

Link to comment
Share on other sites

  • Editor

dism /Mount-Wim /WimFile:C:\Setup\sources\install.wim /index:4 /MountDir:C:\wim

dism /Image:C:\wim /Add-Package /PackagePath:C:\UPDATEPACK

dism /Unmount-Wim /MountDir:C:\wim /commit

yukarıdaki code, 64 bit ultimate için geçerlidir.siz alt alta kopyalayıp sadece index numaralarını değiştirip diğer sürümleri de güncelleyebilirsiniz.gimagex ile elinizdeki dvd nin hangi sürümleri barındırdığını ve index numaralarını kolayca öğrenebilirsiniz.
Link to comment
Share on other sites

üstad Kodlar bunlar

 

DISM /Mount-Wim /WimFile:"C:\DVD\sources\install.wim" /Index:1 /MountDir:"C:\wim" >nul
pause nul
DISM /image:C:\wim /add-package /packagepath:C:\updatepack
DISM /Unmount-Wim /MountDir:"C:\wim" /commit >nul
 
pause nul
exit
 
Fakat yansımaya erişelemiyor  yansıma yolu vs okuma izinlerinizin olduğuna emin olun diyor
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...