Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/05/2010 in all areas

  1. Created some videos on the topic of Windows AIK/OPK, how I use it to update my image... OLD Videos Part #1 HD 720 Part #2 HD 720 Part #3 HD 720 NEW Videos Preinstalling Applications and Capturing Image HD 1080 Others will come in the next few weeks... Tutorials How to install Windows 7 on a virtual hard disk (VHD) Use Reverse Integration to slipstream Windows Vista SP1 and SP2 Windows OPK Videos Default Windows 7 Keys Tools Windows Automated Installation Kit (AIK) Windows Automated Installation Kit for Windows 7 documentation (May 2010 Update) SoLoR's Hotfix Repository (Recommended) FireGeier Unattended Vista Guide Hotfix Extractor InstallWimTweak & Packages.xls (Optional) GImageX (Optional) GDism (Optional)
    1 point
  2. Mount image DISM /Mount-Wim /WimFile:<dir>:\<path>\<filename>.wim /Index:<#> /MountDir:<dir>:\<path_to_empty_folder> Integrate MSU/CAB updates DISM /Add-Package /Image:<dir>:\<mounted_image_path> /PackagePath:<dir>:\<folder_with_updates> Integrate multiple drivers DISM /Add-Driver /Image:<dir>:\<mounted_image_path> /Driver:<dir>:\<folder_with_drivers> /recurse Integrate unsigned driver DISM /Add-Driver /Image:<dir>:\<mounted_image_path> /Driver:<dir>:\<folder_with_driver>\<inf_name>.inf /forceunsigned Remove driver DISM /Remove-Driver /Image:<dir>:\<mounted_image_path> /Driver:oem<#>.inf Turn off feature DISM /Disable-Feature /Image:<dir>:\<mounted_image_path> /FeatureName:<feature_name> Turn off features (multi) FOR %i IN (<featurename1> "<feature name 2>" <feature-name-3>) DO DISM /Disable-Feature /Image:<dir>:\<mounted_image_path> /FeatureName:%i Unhide packages (optional) install_wim_tweak /p <dir>:\<mounted_image_path> /m Remove package DISM /Remove-Package /Image:<dir>:\<mounted_image_path> /PackageName:Microsoft-Windows-<example>-Package~31bf3856ad364e35~x86~~6.1.7600.16385 Unmount image DISM /Unmount-Wim /MountDir:<dir>:\<mounted_image_path> /commit [/discard]
    1 point
×
×
  • Create New...