Jump to content

Dism - Remove Windows Packages: Telemetry, Diagtrack, Windows Defender..etc


zavana

Recommended Posts

My Dism Guide to Remove Windows Packages requested by Ecarion

 

Syntax

Spoiler

Mount install.wim


Dism /Mount-Wim /Wimfile:<Path>:install.wim /Index:1 /MountDir:<MountDir>

Load Registry hive


Reg Load HKLM\WIM_Software <MountDir>\windows\system32\config\software

Take Full Control Permission of registry keys (Run regedit, Navigate to Packages key)


HKEY_LOCAL_MACHINE\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages

Set Packages key visibility


Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\<PackageName>" /v "Visibility" /t REG_DWORD /d 1 /f

Delete Owner key


Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\<PackageName>\Owners" /f

Unload Registry hive


Reg Unload HKLM\WIM_Software

Remove Package


Dism /image:<MountDir> /Remove-Package /Packagename:<PackageName>

Cleanup WinSxS /ResetBase


Dism /Image:<MountDir> /Cleanup-Image /StartComponentCleanup /ResetBase

Save Changes to Image


Dism /Commit-Image /MountDir:<MountDir>

UnMount Commit /Saving Image


Dism /Unmount-Wim /MountDir:<MountDir> /Commit

 

 

Remove Adobe, DiagTrack, Telemetry, Windows Defender, Cortana, OneDrive Packages from en_windows_10_enterprise_version_1511_x64_dvd_7224901.iso

eg.

Dism layout

<Path>     E:\
<MountDir> E:\IMG
<wim file> E:\install.wim

 

Mount install.wim

Dism /Mount-Wim /Wimfile:E:install.wim /Index:1 /MountDir:E:\IMG

 

Load Registry hive

Reg Load HKLM\WIM_Software E:\IMG\windows\system32\config\software

 

Take Registry key Full Control Permission . Run regedit, navigate to Packages(Right-click) Tick Full Control Allow then CLOSE Registry Editor.

Spoiler

daf535b17c.png

HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages

 

Set Adobe Flash Package key visibility and Delete Owner key

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f

 

Set DiagTrack Package key visibility and Delete Owner key

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f

 

Set Telemetry Package key visibility and Delete Owner key

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-AllowTelemetry-Reduced-Default-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-AllowTelemetry-Reduced-Default-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f

 

Set Windows Defender Package key visibility and Delete Owner key

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Group-Policy-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Group-Policy-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f

 

Set Cortana Package key visibility and Delete Owner key

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-PAL-Desktop-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-PAL-Desktop-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f

 

Set OneDrive Package key visibility and Delete Owner key

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f

 

Unload Registry hive

Reg Unload HKLM\WIM_Software
Spoiler

2da7eb867e.png

 

 

 

Remove Adobe, DiagTrack, Telemetry, Windows Defender, Cortana, OneDrive Packages

Dism /Image:E:\IMG /Remove-Package /Packagename:Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-AllowTelemetry-Reduced-Default-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-TroubleShooting-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-TroubleShooting-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-Client-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-Group-Policy-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-Cortana-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-Cortana-PAL-Desktop-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Spoiler

9cd8f3bb2c.png

 

 

Or create a simple script save as .cmd (Run as Admin)

Spoiler

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-AllowTelemetry-Reduced-Default-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Group-Policy-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-PAL-Desktop-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-AllowTelemetry-Reduced-Default-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-OneCore-TroubleShooting-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Client-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Windows-Defender-Group-Policy-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Cortana-PAL-Desktop-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0\Owners" /f
Reg Unload HKLM\WIM_Software
Dism /Image:E:\IMG /Remove-Package /Packagename:Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-AllowTelemetry-Reduced-Default-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-TroubleShooting-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-TroubleShooting-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-Client-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-Client-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Windows-Defender-Group-Policy-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-Cortana-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-Cortana-PAL-Desktop-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-OneDrive-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Pause

 

 

Spoiler

b34886d7b5.png

 

 

Cleanup WinSxS /ResetBase

Dism /Image:E:\IMG /Cleanup-Image /StartComponentCleanup /ResetBase

 

Save Changes to Image

Dism /Commit-Image /MountDir:E:\IMG

 

UnMount Saving Image

Dism /Unmount-Wim /MountDir:E:\IMG /Commit
Spoiler

d5e3153682.png

 

 

 

Dism Remove Windows Store Apps (NOT NEW, add for general info)

 

Syntax

Spoiler

Getting the list of app packages (.appx or .appxbundle) in this image


Dism /Image:<MountDir> /Get-ProvisionedAppxPackages ><Path>:\ProvisionedAppxPack.txt

Remove AppxPackage


Dism /Image:<MountDir> /Remove-ProvisionedAppxPackage /PackageName:<PackageName>

 

 

e.g

Getting the list of app packages

Dism /Image:E:\IMG /Get-ProvisionedAppxPackages >E:\ProvisionedAppxPack.txt
Spoiler

Image Version: 10.0.10586.0

DisplayName : Microsoft.3DBuilder
Version : 10.9.50.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.3DBuilder_10.9.50.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.Appconnector
Version : 2015.707.550.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Appconnector_2015.707.550.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.BingFinance
Version : 4.6.169.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingFinance_4.6.169.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.BingNews
Version : 4.6.169.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingNews_4.6.169.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.BingSports
Version : 4.6.169.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingSports_4.6.169.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.BingWeather
Version : 4.6.169.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingWeather_4.6.169.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.CommsPhone
Version : 1.10.15000.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.CommsPhone_1.10.15000.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.ConnectivityStore
Version : 1.1509.1.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ConnectivityStore_1.1509.1.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.Getstarted
Version : 2.3.7.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Getstarted_2.3.7.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.Messaging
Version : 1.10.22012.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Messaging_1.10.22012.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.MicrosoftOfficeHub
Version : 2015.6306.23501.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftOfficeHub_2015.6306.23501.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.MicrosoftSolitaireCollection
Version : 3.3.9211.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftSolitaireCollection_3.3.9211.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.Office.OneNote
Version : 2015.6131.10051.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Office.OneNote_2015.6131.10051.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.Office.Sway
Version : 2015.6216.20251.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Office.Sway_2015.6216.20251.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.People
Version : 2015.1012.106.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.People_2015.1012.106.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.SkypeApp
Version : 3.2.1.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.SkypeApp_3.2.1.0_neutral_~_kzf8qxf38zg5c

DisplayName : Microsoft.Windows.Photos
Version : 2015.1001.17200.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Windows.Photos_2015.1001.17200.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.WindowsAlarms
Version : 2015.1012.20.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsAlarms_2015.1012.20.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.WindowsCalculator
Version : 2015.1009.20.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsCalculator_2015.1009.20.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.WindowsCamera
Version : 2015.1071.40.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsCamera_2015.1071.40.0_neutral_~_8wekyb3d8bbwe

DisplayName : microsoft.windowscommunicationsapps
Version : 2015.6308.42271.0
Architecture : neutral
ResourceId : ~
PackageName : microsoft.windowscommunicationsapps_2015.6308.42271.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.WindowsMaps
Version : 4.1509.50911.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsMaps_4.1509.50911.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.WindowsPhone
Version : 2015.1009.10.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsPhone_2015.1009.10.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.WindowsSoundRecorder
Version : 2015.1012.110.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsSoundRecorder_2015.1012.110.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.WindowsStore
Version : 2015.1013.14.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsStore_2015.1013.14.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.XboxApp
Version : 2015.930.526.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxApp_2015.930.526.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.ZuneMusic
Version : 2019.6.13251.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ZuneMusic_2019.6.13251.0_neutral_~_8wekyb3d8bbwe

DisplayName : Microsoft.ZuneVideo
Version : 2019.6.13251.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ZuneVideo_2019.6.13251.0_neutral_~_8wekyb3d8bbwe

 

 

Remove All AppxPackage

Spoiler

 


Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.3DBuilder_10.9.50.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Appconnector_2015.707.550.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingFinance_4.6.169.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingNews_4.6.169.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingSports_4.6.169.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.BingWeather_4.6.169.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.CommsPhone_1.10.15000.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.ConnectivityStore_1.1509.1.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Getstarted_2.3.7.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Messaging_1.10.22012.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.MicrosoftOfficeHub_2015.6306.23501.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.MicrosoftSolitaireCollection_3.3.9211.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Office.OneNote_2015.6131.10051.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Office.Sway_2015.6216.20251.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.People_2015.1012.106.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.SkypeApp_3.2.1.0_neutral_~_kzf8qxf38zg5c
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.Windows.Photos_2015.1001.17200.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.WindowsAlarms_2015.1012.20.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.WindowsCalculator_2015.1009.20.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.WindowsCamera_2015.1071.40.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:microsoft.windowscommunicationsapps_2015.6308.42271.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.WindowsMaps_4.1509.50911.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.WindowsPhone_2015.1009.10.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.WindowsSoundRecorder_2015.1012.110.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.WindowsStore_2015.1013.14.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.XboxApp_2015.930.526.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.ZuneMusic_2019.6.13251.0_neutral_~_8wekyb3d8bbwe
Dism /Image:E:\IMG /Remove-ProvisionedAppxPackage /Packagename:Microsoft.ZuneVideo_2019.6.13251.0_neutral_~_8wekyb3d8bbwe

 

 

Spoiler

362ea23b93.png

 

First boot Windows 10 Enterprise 10.0.10586 Version 1511 without Store Apps

Spoiler

cdef2931d3.png

 

Windows 10 Version 1511 Deployment Tools
File : Deployment_Tools_10.0.10586.7z
Size : 6.73 MB (7,057,829 bytes)
SHA1 : B149753C47FF8CA7B7D6C8C566EE93DD2BC10125
Download : http://www.solidfiles.com/d/6b95336b33/
Link to comment
Share on other sites


  • Replies 39
  • Views 24.3k
  • Created
  • Last Reply

Great guide ! Thanks.

 

Unfortunately you can't do this with w7 host :(

 

Anyone has tried NTLITE free program to remove w10 packages ?

Link to comment
Share on other sites


On 8/12/2015 at 10:53 AM, zavana said:

Run regedit, navigate to Packages(Right-click) Tick Full Control Allow then CLOSE Registry Editor.

Pardon but could you clarify this point ? Which user needs a full control ?

I'm not able to determine which one require this kind of access. Maybe you should add a picture, it's just an idea.

 

About the apps, it works perfectly fine and it's also better than PowerShell. I didn't get any trouble with Windows 8.1 (Pro VL). I won't try with Windows 10 because it's already clean (LTSB).

PowerShell never did the job (entirely and without errors).

Link to comment
Share on other sites


Just now, Ecarion said:

Pardon but could you clarify this point ? Which user needs a full control ?

I'm not able to determine which one require this kind of access. Maybe you should add a picture, it's just an idea.

 

 

Already include pic, click the spoiler "Reveal hidden contents"

Link to comment
Share on other sites


This is an excellent insight job and worth reading.

 

zavana This will work for remove all XBox apps from wim?.

Link to comment
Share on other sites


Indeed I'm sorry, I miss it. This new version creates some confusion... Well I could assume there's still none difference between Windows 8(.1) and 10 ? ATM I can't set the full control. Basically, the access is denied... I don't understand (yes regedit run as admin). I must changed the owner or something else ? One software (antivirus, UAC etc) could block the process ?

 

Also with Windows 8, there's a way to remove a package on Windows 10 ? For such case, it seem's that I need a new version of dism. I assume, it's the (same) version inside Windows 10 ? To proceed, Windows ask me to download this new version (e.g. via the ADK). So, I'm wondering, maybe I could extract the tool from the iso itself ?

Another way would be to (re)install Windows 10. Which could require sometime (a long)... And it might crash (beta driver). I rather to avoid that.

Link to comment
Share on other sites


12 hours ago, petok said:

This is an excellent insight job and worth reading.

 

zavana This will work for remove all XBox apps from wim?.

 

Yes and rem to exclude the Package LangPack (not required)

 

e.g 10.0.10586.0 (en_us)

Spoiler

Remove


Microsoft-OneCore-AppRuntime-WOW64-xbox-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Microsoft-OneCore-AppRuntime-xbox-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Microsoft-Windows-Client-Drivers-xbox-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Microsoft-Windows-Client-Features-Package-AutoMerged-xbox~31bf3856ad364e35~amd64~~10.0.10586.0
Microsoft-Windows-Client-Features-WOW64-Package-AutoMerged-xbox~31bf3856ad364e35~amd64~~10.0.10586.0
Microsoft-Xbox-GameCallableUI-Package~31bf3856ad364e35~amd64~~10.0.10586.0
Microsoft-Xbox-IdentityProvider-Package~31bf3856ad364e35~amd64~~10.0.10586.0

Exclude


Microsoft-OneCore-AppRuntime-WOW64-xbox-Package~31bf3856ad364e35~amd64~en-US~10.0.10586.0
Microsoft-OneCore-AppRuntime-xbox-Package~31bf3856ad364e35~amd64~en-US~10.0.10586.0
Microsoft-Windows-Client-Drivers-xbox-Package~31bf3856ad364e35~amd64~en-US~10.0.10586.0
Microsoft-Windows-Client-Features-Package-AutoMerged-xbox~31bf3856ad364e35~amd64~en-US~10.0.10586.0
Microsoft-Windows-Client-Features-WOW64-Package-AutoMerged-xbox~31bf3856ad364e35~amd64~en-US~10.0.10586.0
Microsoft-Xbox-GameCallableUI-Package~31bf3856ad364e35~amd64~en-US~10.0.10586.0
Microsoft-Xbox-IdentityProvider-Package~31bf3856ad364e35~amd64~en-US~10.0.10586.0

 

 

Link to comment
Share on other sites


12 hours ago, Ecarion said:

Indeed I'm sorry, I miss it. This new version creates some confusion... Well I could assume there's still none difference between Windows 8(.1) and 10 ? ATM I can't set the full control. Basically, the access is denied... I don't understand (yes regedit run as admin). I must changed the owner or something else ? One software (antivirus, UAC etc) could block the process ?

 

Also with Windows 8, there's a way to remove a package on Windows 10 ? For such case, it seem's that I need a new version of dism. I assume, it's the (same) version inside Windows 10 ? To proceed, Windows ask me to download this new version (e.g. via the ADK). So, I'm wondering, maybe I could extract the tool from the iso itself ?

Another way would be to (re)install Windows 10. Which could require sometime (a long)... And it might crash (beta driver). I rather to avoid that.

 

Apply permissions control according to user account. Win8 requires Win10 ADK for servicing Win10 images

http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/adksetup.exe

 

Link to comment
Share on other sites


In fact, the trouble is present only with Windows 8(.1). It can't be done (or apply) even with a new version (latest 10.0.10240.16384 ? Probably.) of DISM. At the contrary, Windows 10 doesn't seem to have this trouble.

The ADK has a few drawbacks : it's an online installer and the download is very long (few hours)... Even Windows Update is faster (several minutes). It's also true about the OS installation. So I followed my believes and yes, it seems right. At least, you could use the dism(.exe inside the sources folder) to (un)mount the wim file. Now, which other files are require (dismapi.dll, dismcore.dll, dismcoreps.dll, dismprov.dll etc) ? Where are the binaries ? It could be just interesting to know.

 

And do you know if there's a log file about regedit (error) ? I don't see any solution about Windows 8(.1)... It's could be cause by a service ? The message error don't provide any detail (nothing more specific).

Link to comment
Share on other sites


7 hours ago, Ecarion said:

In fact, the trouble is present only with Windows 8(.1). It can't be done (or apply) even with a new version (latest 10.0.10240.16384 ? Probably.) of DISM. At the contrary, Windows 10 doesn't seem to have this trouble.

The ADK has a few drawbacks : it's an online installer and the download is very long (few hours)... Even Windows Update is faster (several minutes). It's also true about the OS installation. So I followed my believes and yes, it seems right. At least, you could use the dism(.exe inside the sources folder) to (un)mount the wim file. Now, which other files are require (dismapi.dll, dismcore.dll, dismcoreps.dll, dismprov.dll etc) ? Where are the binaries ? It could be just interesting to know.

 

And do you know if there's a log file about regedit (error) ? I don't see any solution about Windows 8(.1)... It's could be cause by a service ? The message error don't provide any detail (nothing more specific).

 

Windows 10 ADK version 1511 offline files

Spoiler

e.g Folder structure for installation:
<path>\ADK\adksetup.exe
<path>\ADK\Installers\<All other files>
Run adksetup.exe

 

Spoiler

(Setup)
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/adksetup.exe

(All other files)
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/0302dc615b0a5fd4810430b2cdacb5e3.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/036c618de505eeb40cca35afad6264f5.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/0708be5ffbe332f6a1571c929c1322a5.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/0a3a39d2f8a258e1dea4e76da0ec31b8.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/0b63b7c537782729483bff2d64a620fa.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/0c48c56ca00155f992c30167beb8f23d.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/0ce2876e9da7f82aac8755701aecfa64.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/0d981f062236baed075df3f42b1747db.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/11bdc4a4637c4d7ab86107fd13dcb9c6.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/125b1c8c81e36ec9dbe5abf370ff9919.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/1439dbcbd472f531c37a149237b300fc.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/14f4df8a2a7fc82a4f415cf6a341415d.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/186c4aa0cae637da0996e87ababf5b71.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/18e5e442fc73caa309725c0a69394a46.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/1bd4f044e271b42b110fe533720c10e9.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/1f90b0f7321fab8dcdedaba3b30415f3.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/23ca402f61cda3f672b3081da79dab63.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/24b9e5f1f97c2f05aa95ee1f671fd3cc.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/2517aec0259281507bfb693d7d136f30.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/268b1a41f6bd2906449944b964bf7393.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/27c0562eb1efb3ad282cf987ae40e873.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/2e134b026e871c5e8e547b6711578fb3.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/2e82f679c8709f838e7c839f7864ac84.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3585b51691616d290315769bec85eb6f.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3611bd81544efa3deb061718f15aee0c.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/36e3c2de16bbebad20daec133c22acb1.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3814eaa1d4e897c02ac4ca93e7e7796a.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/388dee738d7d1c99d6fe776a85ee32f8.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/38d93b8047d5efb04cf01ab7ec66d090.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3b71855dfae6a44ab353293c119908b8.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3d610ba2a5a333717eea5f9db277718c.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3dc1ed76e5648b575ed559e37a1052f0.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3e602662e913edefa58e52e04e900bf8.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/3eaef6a740a72a55f4a0ac3039d05419.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/413a073d16688e177d7536cd2a64eb43.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/450f8c76ee138b1d53befd91b735652b.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/45c632fb53b95fe3bd58a6242325afa6.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/4d2878f43060bacefdd6379f2dae89b0.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/4defb086385752d8cd0d1432900fb4ca.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/4e56c6c11e546d4265da4e9ff7686b67.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/500e0afd7cc09e1e1d6daca01bc67430.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/527b957c06e68ebb115b41004f8e3ad0.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/56dd07dea070851064af5d29cadfac56.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/56e5d88e2c299be31ce4fc4a604cede4.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/57007192b3b38fcd019eb88b021e21cc.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/5775a15b7f297f3e705a74609cb21bbc.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/5ac1863798809c64e85c2535a27a3da6.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/5d984200acbde182fd99cbfbe9bad133.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/5eea85046f0c2112e2fcd0bac2c2cfc8.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/625aa8d1c0d2b6e8cf41c50b53868ecd.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/630e2d20d5f2abcc3403b1d7783db037.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/662ea66cc7061f8b841891eae8e3a67c.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6894c1e1e549c4ab533078e3ff2e92af.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/690b8ac88bc08254d351654d56805aea.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/69f8595b00cf4081c2ecc89420610cbd.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6a68bedadf2564eeef76c19379aae5ef.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6bdcd388323175da70d836a25654aa92.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6cc7aebd21947dbd8ea4884662780188.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6d2cfb2c5343c33c8d9e54e7d1f613f9.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6d3c63e785ac9ac618ae3f1416062098.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6da2af86cb1227e66cf9bc85f2786782.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6dc62760f8235e462db8f91f6eaa1d90.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/6e142759ce3a6e36e52e089caffaffe1.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/7011bf2f8f7f2df2fdd2ed7c82053d7f.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/732eefaf52275b7a708311a31c82c814.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/7608a6c73562800dd82c513d6d2dcd94.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/77adc85e5c49bbd36a91bb751dc55b39.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/781e7c95c1b6b277057c9b53b7b5a044.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/791b388183dc99f779aa6adadab92e9a.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/7a8eaeba46cc44d02a9a46fcbb641a12.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/7c11b295fb7f25c6d684b1957e96a226.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/7c195d91008a0a6ad16e535ac228467d.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/83bd1072721871ea0bdc4fab780d9382.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/84cf100ee76440117226cfb9af196ba3.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/8624feeaa6661d6216b5f27da0e30f65.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/870d7f92116bc55f7f72e7a9f5d5d6e1.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/8c9919a5e8638dd2b352b0a218939370.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/8d25d56b34194978403f6bba33f419c5.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/8f264641cdc436354282a744033e7850.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9050f238beb90c3f2db4a387654fec4b.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/94cae441bc5628e21814208a973bbb9d.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9722214af0ab8aa9dffb6cfdafd937b7.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/97b6e3671e2e5d03ea25df25a8056e70.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9d2b092478d6cca70d5ac957368c00ba.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9f0be655144a0c68c7f087465e1ad4f9.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9f8944e2cc69646284cd07010e7eee99.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a011a13d3157dae2dbdaa7090daa6acb.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a03686381bcfa98a14e9c579f7784def.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a1d26d38d4197f7873a8da3a26fc351c.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a22d6a2483a921a887070cd800030e47.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a29a0c716f903f42aca181dca250f681.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a30d7a714f70ca6aa1a76302010d7914.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a565f18707816c0d052281154b768ac0.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a7eb3390a15bcd2c80a978c75f2dcc4f.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/aa25d18a5fcce134b0b89fb003ec99ff.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/aa4db181ead2227e76a3d291da71a672.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/abbeaf25720d61b6b6339ada72bdd038.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Application%20Compatibility%20Toolkit-x64_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Application%20Compatibility%20Toolkit-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Assessments%20on%20Client-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Assessments%20on%20Server-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/b0189bdfbad208b3ac765f88f21a89df.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/b3892d561b571a5b8c81d33fbe2d6d24.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/b4687bc42d465256ad1a68aec6886f83.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/b5227bb68c3d4641d71b769e3ac606a1.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/b6758178d78e2a03e1d692660ec642bd.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/bbf55224a0290f00676ddc410f004498.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/bd00e61b3056a8aa44b48303f6fa1e62.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/be7ebc1ac434ead4ab1cf36e3921b70e.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/c300c91a497ea70c80a6d0efc9454c35.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/c36902435dc33ec7f0b63405ca9f0047.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/c6babfeb2e1e6f814e70cacb52a0f923.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/c98a0a5b63e591b7568b5f66d64dc335.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/cd23bfdfd9e3dfa8475bf59c2c5d6901.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/cfb8342932e6752026b63046a8d93845.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/d2611745022d67cf9a7703eb131ca487.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/d344672ad340db2b98b706ff06350843.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/d519967dbb262c80060d9efb5079aa23.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/d562ae79e25b943d03fc6aa7a65f9b81.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/dotNetFx45_Full_x86_x64.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/e0509d502dcdae109023403fc3bc8ac4.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/e5f4f4dc519b35948be4500a7dfeab14.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/e65f08c56c86f4e6d7e9358fa99c4c97.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/ea9c0c38594fd7df374ddfc620f4a1fd.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/eacac0698d5fa03569c86b25f90113b5.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/eb90890d25e1dee03cf79844d9f823f4.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/ec093852a41cbd9d167b714e4f4a2648.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/ed711e0a0102f1716cc073671804eb4c.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/eebe1a56de59fd5a57e26205ff825f33.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/f051f100a86ad4c94057a1d5280d9283.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/f2a850bce4500b85f37a8aaa71cbb674.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/f480ed0b7d2f1676b4c1d5fc82dd7420.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/f4e72c453e36ce0795c8c9fcaae2b190.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/f6aa96e71953e06cb7a3f69e76804b6d.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/f7699e5a82dcf6476e5ed2d8a3507ace.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/f8f7800500b180b8a2103c40ce94f56a.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/fa7c072a4c8f9cf0f901146213ebbce7.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/fbcf182748fd71a49becc8bb8d87ba92.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/fcc051e0d61320c78cac9fe4ad56a2a2.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/fd5778f772c39c09c3dd8cd99e7f0543.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/fe2c9602686dc1bcbf80a0f18bd54b49.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/fe43ba83b8d1e88cc4f4bfeac0850c6c.cab
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Imaging%20And%20Configuration%20Designer-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Imaging%20Tools%20Support-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/InstallRegHiveRecoveryDriverAmd64.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/InstallRegHiveRecoveryDriverX86.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Kits%20Configuration%20Installer-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Microsoft%20Compatibility%20Monitor-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/SQLEXPR_x86_ENU.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Toolkit%20Documentation-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/User%20State%20Migration%20Tool-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Volume%20Activation%20Management%20Tool-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/wasinstaller.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WimMountAdkSetupAmd64.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WimMountAdkSetupArm.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WimMountAdkSetupX86.exe
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Services%20-%20Client%20(AMD64%20Architecture%20Specific,%20Client%20SKU)-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Services%20-%20Client%20(AMD64%20Architecture%20Specific,%20Server%20SKU)-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Services%20-%20Client%20(Client%20SKU)-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Services%20-%20Client%20(Server%20SKU)-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Services%20-%20Client%20(X86%20Architecture%20Specific,%20Client%20SKU)-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Services-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Toolkit%20(AMD64%20Architecture%20Specific)-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Toolkit%20(X86%20Architecture%20Specific)-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Assessment%20Toolkit-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Deployment%20Customizations-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20Deployment%20Tools-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20PE%20x86%20x64%20wims-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20PE%20x86%20x64-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20System%20Image%20Manager%20on%20amd64-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/Windows%20System%20Image%20Manager%20on%20x86-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WP_CPTT_NT-x86-fre.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WPT%20Redistributables-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WPTarm-arm_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WPTx64-x86_en-us.msi
http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/WPTx86-x86_en-us.msi

 

 

I don't use Win8 for this task and it's hard for me to mind guess(least w/o an error message screenshot from your side) What harm it is to install Win10 on VMs/Partitions, probably less hassle then the errors your encountering .

 

Link to comment
Share on other sites


Thank you zavana, it was far faster. The installation was done in about 5 minutes and the download 30 (minutes).

 

I didn't provide any picture because for me, it's clear : I don't have the access, That's why, it doesn't apply the alteration. It's sound like a protection (or block) by the system. And also, I assume, you might don't speak (or read) french. Unless I translated them, ATM I didn't see the point. I didn't want to bother you with the translation.

And yes sorry the SDK didn't solve the trouble. At least Windows 10 still doesn't seem to have any similar trouble.

Link to comment
Share on other sites


  • 4 months later...
On 18/04/2016 at 5:36 PM, knox said:

Can apply to Window 10 Version 1511 TH2 10586.103.th2_release.160126-1819 iso??

 

It should, as no change in syntax. Have you tried? I don't have Win10 TH2, still using LTSB. TH2 may have more packages, use registry tweak tool to check first.

Link to comment
Share on other sites


  • 1 month later...

Hello,

 

I believe, you made a little mistake about the "Save Changes to Image", right ? Take a look at the beginning (the spoiler about the syntax), it isn't the same thing.

 

There's something to know about the Geolocation ? I met an error when I try to remove those packages :

  • Microsoft-Windows-Geolocation-shell-Package~31bf3856ad364e35~amd64~fr-FR~10.0.10240.16384
  • Microsoft-Windows-Geolocation-shell-Package~31bf3856ad364e35~amd64~~10.0.10240.16384

The trouble is only present with them. The others packages (Geolocation) doesn't seem to create any trouble (none error).

And how can I get the full list of packages ? With something like that ;

'reg query "HKEY_LOCAL_MACHINE\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages" /z >> E:\PackagesListWimFile.txt'

Maybe there's an easier (or better) way ? You can see the result here. I just remove the path.

Link to comment
Share on other sites


11 hours ago, Ecarion said:

I believe, you made a little mistake about the "Save Changes to Image", right ? Take a look at the beginning (the spoiler about the syntax), it isn't the same thing.

 

Corrected, thanks :)

 

11 hours ago, Ecarion said:

There's something to know about the Geolocation ? I met an error when I try to remove those packages :

  • Microsoft-Windows-Geolocation-shell-Package~31bf3856ad364e35~amd64~fr-FR~10.0.10240.16384
  • Microsoft-Windows-Geolocation-shell-Package~31bf3856ad364e35~amd64~~10.0.10240.16384

 

Remove Geolocation-shell-Package first before other Geolocation packages. LangPack is not required.

 

e.g (this sequence)
1. Microsoft-Windows-Geolocation-shell-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
2. Microsoft-Windows-Geolocation-drivers-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
3. Microsoft-Windows-Geolocation-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
4. Microsoft-Windows-Geolocation-WOW64-Package~31bf3856ad364e35~amd64~~10.0.10240.16384

 

YvtyBOc.png

 

11 hours ago, Ecarion said:

And how can I get the full list of packages ? With something like that

 

Yep or with Registry Tweak Tool

Link to comment
Share on other sites


  • 1 month later...

You're welcome zavana :) and thanks, it works almost as expected. Sorry for the time, it's a long process. I discover several things like :

  • Defender is still "present" inside the the new panel (Parameter (as French) or shoud I call it ImmersiveControlPanel ?). One drawback, one click will result as a failure. The process fail then it close the program.
  • In fact, even the LTSB has some packages (18) . According to this command (PowerShell)
    Get-AppxPackage -AllUsers | Select PackageFullName
    ## You can also check the directory via : dir %localappdata%\Packages
    And that's the result :
  1. Microsoft.Windows.CloudExperienceHost_10.0.10240.16384_neutral_neutral_cw5n1h2txyewy
  2. Microsoft.AAD.BrokerPlugin_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy
  3. Microsoft.AccountsControl_10.0.10240.16384_neutral__cw5n1h2txyewy
  4. Microsoft.BioEnrollment_10.0.10240.16384_neutral__cw5n1h2txyewy
  5. Microsoft.LockApp_10.0.10240.16384_neutral__cw5n1h2txyewy
  6. Microsoft.Windows.AssignedAccessLockApp_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy
  7. Microsoft.Windows.ContentDeliveryManager_10.0.10240.16384_neutral_neutral_cw5n1h2txyewy
  8. Microsoft.Windows.Cortana_1.4.8.152_neutral_neutral_cw5n1h2txyewy
  9. Microsoft.Windows.ParentalControls_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy
  10. Microsoft.Windows.ShellExperienceHost_10.0.10240.16384_neutral_neutral_cw5n1h2txyewy
  11. Microsoft.WindowsFeedback_10.0.10240.16384_neutral_neutral_cw5n1h2txyewy
  12. Microsoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy
  13. Microsoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy
  14. Windows.ContactSupport_10.0.10240.16384_neutral_neutral_cw5n1h2txyewy
  15. windows.immersivecontrolpanel_6.2.0.0_neutral_neutral_cw5n1h2txyewy
  16. Windows.MiracastView_6.3.0.0_neutral_neutral_cw5n1h2txyewy
  17. Windows.PrintDialog_6.2.0.0_neutral_neutral_cw5n1h2txyewy
  18. Windows.PurchaseDialog_6.2.0.0_neutral_neutral_cw5n1h2txyewy

Do you think there's a way to remove some of them ? And maybe there's a way to restore Windows Update ? If you have an idea, it would be really nice.

Dism /Image:E:\IMG /Remove-Provisionedappxpackage /PackageName:windows.immersivecontrolpanel_6.2.0.0_neutral_neutral_cw5n1h2txyewy

I tried and no, it doesn't work. It's probably not the right syntax... With PowerShell, I got the same kind of result.

Indeed, by the past, it was true with the Windows 8.1.

 

Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-OfflineFiles-UI-Package~31bf3856ad364e35~amd64~fr-FR~10.0.10240.16384
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-OfflineFiles-UI-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-Biometrics-FaceRecognition-windows-Package~31bf3856ad364e35~amd64~fr-FR~10.0.10240.16384
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-OneCore-Biometrics-FaceRecognition-windows-Package~31bf3856ad364e35~amd64~~10.0.10240.16384
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-WMI-SNMP-Provider-Package~31bf3856ad364e35~amd64~fr-FR~10.0.10240.16384
Dism /Image:E:\IMG /Remove-Package /Packagename:Microsoft-Windows-WMI-SNMP-Provider-Package~31bf3856ad364e35~amd64~~10.0.10240.16384

With these packages, I met the same error : 0x800f0805 (invalide package). Nevertheless, I believe, it's quite easy to fix because you just need to put the both at the beginning (of each group).

Dism /Image:E:\IMG /Cleanup-Image /StartComponentCleanup /ResetBase

This one is mandatory or optionnel ? Sometimes, I get one error : 0x800f0806 because the operation could not be completed due to pending operations.

What about Edge ? It's possible to remove IE and just keep Edge ?

 

Edit :

I just learned that Edge isn't present (or available) on the LTSB. And apparently, Microsoft didn't publish (or create) an installer. I was thinking maybe there's somewhere an offline installer but it doesn't seem to exist. After all, the .Net Framework has several way for the installation.

Link to comment
Share on other sites


  • 2 weeks later...
On 20/07/2016 at 4:24 AM, Ecarion said:

Defender is still "present" inside the the new panel (Parameter (as French) or shoud I call it ImmersiveControlPanel ?). One drawback, one click will result as a failure. The process fail then it close the program.

 

Defender and ImmersiveControlPanel are different components, one absent doesn't alter the other user interface.

 

On 20/07/2016 at 4:24 AM, Ecarion said:

Do you think there's a way to remove some of them ?

 

Except LockApp, immersivecontrolpanel, PrintDialog, PurchaseDialog. Rest are listed in packages.txt, did you check? I wouldn't remove immersivecontrolpanel, there's configuration options not available in "old" Control Panel.

 

On 20/07/2016 at 4:24 AM, Ecarion said:

And maybe there's a way to restore Windows Update ? If you have an idea, it would be really nice.

 

There's literally many ways to control WU, I disabled all WU auto mechanism(regedit, taskschd.msc, gpedit.msc, services.msc) and apply update via DISM.

 

On 20/07/2016 at 4:24 AM, Ecarion said:

This one is mandatory or optionnel ?

 

Optional.. then it's a good practice to clean up\reduce size WinSxS folder after making drastic changes on wim level.

 

On 20/07/2016 at 4:24 AM, Ecarion said:

What about Edge ? It's possible to remove IE and just keep Edge ?

 

Edit :

I just learned that Edge isn't present (or available) on the LTSB. And apparently, Microsoft didn't publish (or create) an installer. I was thinking maybe there's somewhere an offline installer but it doesn't seem to exist. After all, the .Net Framework has several way for the installation.

 

MS Edge is Window Store App, non-existence in Enterprise LTSB.

Link to comment
Share on other sites


5 hours ago, zavana said:

Defender and ImmersiveControlPanel are different components, one absent doesn't alter the other user interface.

160731083612271133.png160731083612541927.png

As you can see, sorry but the uninstallation is not totally clean. From my point, that's an alteration. Windows Defender (etc) has been removed. So, why it's still present inside the ImmersiveControlPanel ? I just try to understand... because the last few times, I didn't get an error (not even once) when I use Dism to customize the iso. So, I didn't expect to find these entries and indeed, it isn't just the only one. In this example, the other one is about Maps (or the Geolocation).

Like I said, one click on this entry (on Defender etc) will result as a crash. Windows close (immediatly) the program (the ImmersiveControlPanel). I don't know how many are left... but it's (almost) the same error (and result) with the other(s) one. If you want a report, voila a summary :

name event : MoBEX
P1 : windows.immersivecontrolpanel_6.2.0.0_neutral_neutral_cw5n1h2txyewy
P2 : praid:microsoft.windows.immersivecontrolpanel
P3 : 10.0.10240.16384
P4 : 559f39ae
P5 : ntdll.dll
P6 : 10.0.10240.16841
P7 : 570897e1
P8 : 0000000000083b67
P9 : c0000409
P10 : 000000000000000a
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_windows.immersiv_21dce67bbb5010c2cef14e42cbcb17ed993e12e9_8de139c6_0ca756d5
ID report : 92184668-36ce-42ac-8a1c-4e62556a43d1
Statut report : 4102

Normally, I follow a good practice but this command doesn't want to work. I renounced, each attempt was a failure... So, what can do you when it's refuse ? Sometimes, I made some search about but I didn't find much information... There's nothing inside the help of dism. Sometimes, it's also better to report to another day(s)... The luck will be here...

 

At least, if I can understand. Then, perhaps I will be able to fix it. What's wrong ? Maybe Microsoft hasn't yet finished something ? Windows 10 or Dism require some improvements ? Did Microsoft know that the process leave some alterations ? Nothing ? (etc)

 

Indeed, I checked (the syntax too, several times) and I wasn't eable to determine where is the ImmersiveControlPanel ? Because, in my mind I imagine, if I remove this one it could restore the Windows Update inside the control panel. Could I call it a rollback hidden ? I guess, something like that. It's could be fine for me because I just don't like the new Windows Update. One example, the idiot Microsoft still didn't understand this : all my drivers are fine and updated. I don't want to install a driver provide by Microsoft because it's simply the wrong one. Besides the fact, it will provoque damage (crash) on my PC... Microsoft didn't learn anything. This trouble (wrong number) was already there with the previous Windows (8.1)...

 

At the end, finally, I understood how to have the full control on the key (IsConvergedUpdateStackEnabled). After, I ignore how to proceed... What's the next ? For me, It was the easier solution. Now, this key isn't enough (damn silly Microsoft). Apparently, something there let me think it could be done but the link is dead...

I know a few things but which one will be fine ? If you have one advice, it would be nice. That's why, I ask.

 

PS : Pardon for the french in the pictures but like I said, I don't have an english edition.

 

 

 

Link to comment
Share on other sites


On 01/08/2016 at 4:11 AM, Ecarion said:

As you can see, sorry but the uninstallation is not totally clean. From my point, that's an alteration. Windows Defender (etc) has been removed. So, why it's still present inside the ImmersiveControlPanel ? I just try to understand... because the last few times, I didn't get an error (not even once) when I use Dism to customize the iso. So, I didn't expect to find these entries and indeed, it isn't just the only one. In this example, the other one is about Maps (or the Geolocation).

Like I said, one click on this entry (on Defender etc) will result as a crash. Windows close (immediatly) the program (the ImmersiveControlPanel). I don't know how many are left... but it's (almost) the same error (and result) with the other(s) one.

 

As I already said both are different components, separate items. Defender is missing but it does not modify Settings App modern UI look.
Similarly I have Windows Search is removed, yet the magnifying glass(search icon) is present in Windows Explorer Taskbar. Windows Search and Windows Explorer are separated.

 

And I already pre-warn Windows Defender non-accessibility via Settings on earlier (TH1) topic that you read and known. Oddly now you keep lamenting on it..
TH2 builds .iso onwards.. Defender is still "present" but It doesn't crash upon clicked. (bugs fixed?)

 

On 01/08/2016 at 4:11 AM, Ecarion said:

Maybe Microsoft hasn't yet finished something ? Windows 10 or Dism require some improvements ? Did Microsoft know that the process leave some alterations ? Nothing ? (etc)

 

Finished? now I using LTSB Technical Preview Redstone1 14352.1002 from WZor.. with telemetry and unnecessary components I deem useless, already removed. Or just wait for August 2nd Windows 10 Anniversary update RTM Enterprise LTSB .iso images

 

Edit: WZor tweets Enterprise LTSB only available in autumn https://twitter.com/WZorNET/status/760146346796060676

Link to comment
Share on other sites


Lamenting ? You don't have any idea, not even a single one... Don't judge, neither talk about something or someone specially if you don't have any knowledge about them or their live.

Get to understand ? You made an error on my person and that's bad. My patience is very very very limited for such words (or behavior). Did I blame you just once for anything ? Never ! I'm wrong ? Did I blame you because I had to wait a litttle ? Did I really really really bother you ? Only a few time and also not very often.

DId I harass you ? Neither press you ? Trust me, there are a lot people who deserve a blame because they vanished and can't just once respond or something really worse...

It's really easy to say that I should remember something from the past. It's another topic which I only read a few times a quite long time ago. Two topic, two things different (even if there are a lot similarity). Beside the fact, damn I rather pass the IRL (not your business) but I still can say an apology or I forgive (with sometimes a pardon).

 

Ask yourself, who forgot to include the warn ? Damn, I'm sorry for the misleading, that's really so difficult ? Damn, excuse me because I forgot the warning, very very difficult too ?

You made a mistake and that's all. You talk about the UI look or the settings and that's no (definitely not) my point. Basically, you made anothers errors.

Bad decision, bad luck, today I refuse to accept (deny, ignore etc) this. Not the first, not the last, It's fall on you. No respect, trust me one the first result is a regret and the others aren't good at all in anyway... I saw the result.

Enough, I could yet pass but one advice, there's only one smart way (two might be but...).


At least, you respond at my own matter. I don't have anymore to search the information about the update schedule today.

 

Link to comment
Share on other sites


I wouldn't get into senseless squabble with your oxymoronic statements and pointing fingers at who is right or wrong.

 

On 03/08/2016 at 5:14 AM, Ecarion said:

You talk about the UI look or the settings and that's no (definitely not) my point.

 

In other aspects no Windows Defender is found.. so what is your point?

EKircjt.png

%Windir%\ImmersiveControlPanel\SystemSettings.exe

 

On 03/08/2016 at 5:14 AM, Ecarion said:

Bad decision, bad luck, today I refuse to accept (deny, ignore etc) this. Not the first, not the last, It's fall on you. No respect, trust me one the first result is a regret and the others aren't good at all in anyway... I saw the result.

Enough, I could yet pass but one advice, there's only one smart way (two might be but...).

 

Again I make no sense of this(sounds poetic).. Importantly I guess it doesn't matters.

Link to comment
Share on other sites


DiagTrack Package

 

Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.14393.0" /v "Visibility" /t REG_DWORD /d 1 /f
Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.14393.0\Owners" /f

After using above command im getting this error

C:\Windows\system32>Reg Add "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.14393.0" /v "Visibility" /t REG_DWORD /d 1 /f
The operation completed successfully.

C:\Windows\system32>Reg Delete "HKLM\WIM_Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-DiagTrack-Internal-Package~31bf3856ad364e35~amd64~~10.0.14393.0\Owners" /f

ERROR: The system was unable to find the specified registry key or value.

how to remove DiagTrackSearch2 Package in windows 10 LTSB 2016 ?  

 

 

 

Link to comment
Share on other sites


There's no DiagTrack package in Win 10 Version 1607 10.0.14393.0

 

Here's Win10 EnterpriseS LTSB 2016 x64 .wim packages lists http://pastebin.com/raw/mkT9Y2T1

 

Edit: You right, MS "rebranded" Diagnostic tracking service.

 

I in the midst of investigating all packages and their significant functions then removing the unnecessary crap before using EnterpriseS LTSB 2016 live.

EnterpriseS LTSB 2015 had 1819 packages, now LTSB 2016 contains 2664 packages :s

 

DISM removal method still working, I just tried Win10 EnterpriseS LTSB 2016 Adobe Flash and Telemetry packages.

bSsRjWL.png

 

Link to comment
Share on other sites


yes, my mistake there is no diagtrack package in Win 10 Version 1607 10.0.14393.0

 

Could you please make a list of those packages which are safe to remove?

 

now there is two adobe packages

Adobe-Flash-For-Windows-onecoreuap-Package~31bf3856ad364e35~amd64~~10.0.14393.0
Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0

is it safe to remove onecoreuap based packages?

Microsoft renames Diagnostic Tracking Service to Connected User Experiences and Telemetry

connected-user-experiences-and-telemetry

 

 

 

 

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...