Showing posts with label WIM management. Show all posts
Showing posts with label WIM management. Show all posts

Monday, March 28, 2016

Generate a list of installed programs in windows

1. Open command prompt with administrative privilege

2. Enter "wmic"

3. Enter "/output:c:\temp\InstallList.txt product get name,version"

4. Enter "exit"

image

 

Reference: http://helpdeskgeek.com/how-to/generate-a-list-of-installed-programs-in-windows/

Print Friendly and PDF
Share/Bookmark

Thursday, July 22, 2010

imagepatcher

imagepatcher is a script that applies patches to all | selected images in the wim file or vhd file. You will no longer need to update offline installations separately. Updates are downloaded directly from update.microsoft.com. It is developed using Microsoft Powershell

http://imagepatcher.codeplex.com/

Print Friendly and PDF
Share/Bookmark