Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/12/2012 in all areas

  1. I am still getting this error: I used XPtsp_v3.0.0.26_GUI.exe and selected the following options: 1.Integrate in a Windows Xp Source (Offline Mode) 2.Chose MSDN XP SP3 + XPSP3_QFE_UpdatePack Post-SP3 20120710 + IE7 + WMP11+ Addon_Microsoft.Net_AIO_ROE_20120612 source 3.Downloaded the latest Green.xptsp from here 4.Unchecked everything from Extra's Package Page. 5.Uncheck Hexedit,Program Resources and everthing from Extra stuff(Except Bootscreen and Autoplay) 6.Unchecked "Use professional visual theme" and "Include XPtsp Orb" So what can i do to avoid that error?
    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...