Radified Community Forums
http://radified.com/cgi-bin/yabb2/YaBB.pl
Rad Community Technical Discussion Boards (Computer Hardware + PC Software) >> PC Hardware + Software (except Cloning programs) >> download link to Windows 7 Boot Recovery CD
http://radified.com/cgi-bin/yabb2/YaBB.pl?num=1257103230

Message started by ben_mott on Nov 1st, 2009 at 1:20pm

Title: download link to Windows 7 Boot Recovery CD
Post by ben_mott on Nov 1st, 2009 at 1:20pm
hello ,
this is a useful Cd to have for repairing boot problem and restore in windows 7
http://neosmart.net/blog/2009/windows-7-system-repair-discs/

note it also contains the new Microsoft tool called DISM
deployment image servicing manager
it can mount image wim and also insert drivers into image etc

Deployment image servicing and management (DISM)
new deployment tool in windows 7
to do tings with the image you got to mount it first and work with it OFFLINE

to mount the image use this command
DISM /mount-wim /wimfile:c:\dismdemo\imstallationCaptured.wim /index 1 /mountdir:c:offline

after image is mounted we can see the pakages in the image.

DISM /image:C:offline /get-packages

also can see features in the image

DISM /image:C:\offline /get-features

we now can see all the features in the image and wether they are enabled or disabled ?

new to DISM is the ability to add and remove drivers

DISM /image:C:\offline /add-driver /driver:C:\dismdemo\driverpackages\decon\toaster

to see the drivers
DISM /image:C:\offline /get-drivers

original name is kept but name in the image is changed to say oem65.inf to avoid naming conflicts.
original file name is toastco.inf

to remove this driver from the image

DISM /image:C:offline /remove-driver /driver:oem65.if

to check if it was removed again use
DISM /image:C:\offline /get-drivers

:)
Ben

Radified Community Forums » Powered by YaBB 2.4!
YaBB © 2000-2009. All Rights Reserved.