i want to debug an eVB app on my pocketpc2003 but eVB (platform manager) checks via RAPI the version of the target device:
cemgr.exe_2868.Log
Code:
cemgr.exe,CeRapiInit[Ex],31401933,0,0,Start,Wed Sep 12 11:26:09 2006
cemgr.exe,,31401943,10,10,Exit,,0x00000000
cemgr.exe,,31401943,10,10,CEAPI,0,0,0,0x00000000
cemgr.exe,GetSystemInfo,31401983,50,0,Enter
cemgr.exe,GetSystemInfo,31401983,50,0,Call,16
cemgr.exe,GetSystemInfo,31402123,190,140,Return,52,0x00000000
cemgr.exe,GetSystemInfo,31402123,190,140,Exit,,0x00000000
cemgr.exe,GetSystemInfo,31402123,190,140,CEAPI,1,16,52,0x00000000
cemgr.exe,CeGetVersionEx,31402123,190,0,Enter
cemgr.exe,CeGetVersionEx,31402123,190,0,Call,4
cemgr.exe,CeGetVersionEx,31402133,200,10,Return,34,0x00000000
cemgr.exe,CeGetVersionEx,31402133,200,10,Exit,,0x00000000
cemgr.exe,CeGetVersionEx,31402133,200,10,CEAPI,1,4,34,0x00000000
cemgr.exe,RPCClientUninit,31402133,200,0,Enter
if the version info does not match => an error is displayed.
=> how to prevent platform manager from verifying the os version?
Hello Friends,
Today I bring you a guide on how to properly mod your windows isos, to do anything you want
Spoiler: WRITTEN GUIDE
This method works on all windows! Only the Features, apps, and packages will differ.
Spoiler: PRE-REQS
After you have unipped MODWINDOWZ, you need to edit the code in the instructions.
Open instructions, then press Ctrl + H and replace with your MODWINDOWZ location.
You can save it where ever you like.
Code:
C:\Users\0110\Desktop\MODWINDOWZ
You will also need a Windows Installation ISO. You can generate one here:
https://www.microsoft.com/en-us/software-download/windows10
OR: You may use your own iso and any version of Windows.
Spoiler: SOURCING THE WIM
Open your Windows iso, copy the contents. Paste them into the ISO folder in MODWINDOWZ.
Open the SOURCES folder and CUT install.esd, then Paste install.esd into the WIM folder.
Alternatively use this code to do the step above:
Code:
move "C:\Users\0110\Desktop\MODWINDOWZ\ISO\sources\install.esd" C:\Users\0110\Desktop\MODWINDOWZ\WIM
Open Powershell as admin.
To be able to see image options:
Code:
Dism /Get-WimInfo /WimFile:"C:\Users\0110\Desktop\MODWINDOWZ\WIM\install.esd"
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Spoiler: KNOWLEDGE NOTES
dism.exe is installed by default on all Windows Machines~! It is located in the Windows/System32 Folder.
install.esd is like a zipped or a compressed file that contains all the WIM files listed above. By stripping or sourcing the specific wim file we want to download, we are able to install the system faster, as well as manage or modify the wim, and then create an iso.
WIM stands for Windows Imaging Format and is basically a proprietary disk image format.
Windows Imaging Format - Wikipedia
en.wikipedia.org
Spoiler: EXPORT THE WIM
To export the image:
Code:
dism /export-image /SourceImageFile:"C:\Users\0110\Desktop\MODWINDOWZ\WIM\install.esd" /SourceIndex:1 /DestinationImageFile:"C:\Users\0110\Desktop\MODWINDOWZ\WIM\mod.wim" /Compress:max /CheckIntegrity
Spoiler: KNOWLEDGE NOTES
If you look closely you will notice that we are extracting just the Windows Home installation WIM, but we are renaming it to "mod.wim" to help with exporting and compression later
You can change the Index number in the code above.
Specifically, change the SourceIndex: number to the number of the image you want to download.
As it stands we are at index 1, for the basic windows home. If you want windows pro, change the source Index to 6.
EXAMPLE:
Code:
dism /export-image /SourceImageFile:"C:\Users\0110\Desktop\MODWINDOWZ\WIM\install.esd" /SourceIndex:6 /DestinationImageFile:"C:\Users\0110\Desktop\MODWINDOWZ\WIM\mod.wim" /Compress:max /CheckIntegrity
Spoiler: MOUNT THE WIM
To Mount the Image:
Code:
dism.exe /mount-wim /wimfile:"C:\Users\0110\Desktop\MODWINDOWZ\WIM\mod.wim" /mountdir:"C:\Users\0110\Desktop\MODWINDOWZ\PATH" /index:1
Spoiler: KNOWLEDGE NOTES
What this step is doing, is it is loading the wim and exporting it's Contents (moving all files and folders) to the PATH Folder.
So basically this allows us to do Anything with a little more code
A little deeper down the rabbit hole, how DISM accomplishes mounting the WIM is by using another program called WimServer.exe.
Spoiler: ADD FILES AND FOLDERS TO WIM
To Add Any Custom Files or Folders:
Paste them anywhere in the PATH folder.
Spoiler: PREINSTALL FILES ON THE WIM
The method above doesn't install anything, it only pastes the folder you added. If you would rather Pre-install programs, files, drivers, etc, SEE THIS GUIDE: https://forum.xda-developers.com/t/...rive-and-build-an-iso-windows-11-lab.4502297/
Spoiler: REMOVE PACKAGES AND FEATURES IN WIM
Spoiler: WINDOWS 10 PACKAGES
Spoiler: APP PACKAGES AND REMOVAL
To see installed apps:
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Get-ProvisionedAppxPackages >ProvisionedAppxPackages.txt
Code:
type ProvisionedAppxPackages.txt
Spoiler: APP PACKAGES
The first entry is Cortana, though Microsoft Chose not to name it >.>
Code:
DisplayName : Microsoft.549981C3F5F10
Version : 1.1911.21713.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.549981C3F5F10_1.1911.21713.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.BingWeather
Version : 4.25.20211.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingWeather_4.25.20211.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.DesktopAppInstaller
Version : 2019.125.2243.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.GetHelp
Version : 10.1706.13331.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.Getstarted
Version : 8.2.22942.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.HEIFImageExtension
Version : 1.0.22742.0
Architecture : x64
ResourceId :
PackageName : Microsoft.HEIFImageExtension_1.0.22742.0_x64__8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.Microsoft3DViewer
Version : 6.1908.2042.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Microsoft3DViewer_6.1908.2042.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.MicrosoftOfficeHub
Version : 18.1903.1152.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.MicrosoftSolitaireCollection
Version : 4.4.8204.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.MicrosoftStickyNotes
Version : 3.6.73.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftStickyNotes_3.6.73.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.MixedReality.Portal
Version : 2000.19081.1301.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MixedReality.Portal_2000.19081.1301.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.MSPaint
Version : 2019.729.2301.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MSPaint_2019.729.2301.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.Office.OneNote
Version : 16001.12026.20112.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Office.OneNote_16001.12026.20112.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.People
Version : 2019.305.632.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.ScreenSketch
Version : 2019.904.1644.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.SkypeApp
Version : 14.53.77.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.SkypeApp_14.53.77.0_neutral_~_kzf8qxf38zg5c
Regions :
DisplayName : Microsoft.StorePurchaseApp
Version : 11811.1001.1813.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.StorePurchaseApp_11811.1001.1813.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.VCLibs.140.00
Version : 14.0.27323.0
Architecture : x64
ResourceId :
PackageName : Microsoft.VCLibs.140.00_14.0.27323.0_x64__8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.VP9VideoExtensions
Version : 1.0.22681.0
Architecture : x64
ResourceId :
PackageName : Microsoft.VP9VideoExtensions_1.0.22681.0_x64__8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.Wallet
Version : 2.4.18324.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Wallet_2.4.18324.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WebMediaExtensions
Version : 1.0.20875.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WebpImageExtension
Version : 1.0.22753.0
Architecture : x64
ResourceId :
PackageName : Microsoft.WebpImageExtension_1.0.22753.0_x64__8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.Windows.Photos
Version : 2019.19071.12548.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Windows.Photos_2019.19071.12548.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WindowsAlarms
Version : 2019.807.41.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsAlarms_2019.807.41.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WindowsCalculator
Version : 2020.1906.55.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WindowsCamera
Version : 2018.826.98.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : microsoft.windowscommunicationsapps
Version : 16005.11629.20316.0
Architecture : neutral
ResourceId : ~
PackageName : microsoft.windowscommunicationsapps_16005.11629.20316.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WindowsFeedbackHub
Version : 2019.1111.2029.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WindowsMaps
Version : 2019.716.2316.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsMaps_2019.716.2316.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WindowsSoundRecorder
Version : 2019.716.2313.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsSoundRecorder_2019.716.2313.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.WindowsStore
Version : 11910.1002.513.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsStore_11910.1002.513.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.Xbox.TCUI
Version : 1.23.28002.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.XboxApp
Version : 48.49.31001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxApp_48.49.31001.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.XboxGameOverlay
Version : 1.46.11001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.XboxGamingOverlay
Version : 2.34.28001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.XboxIdentityProvider
Version : 12.50.6001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.XboxSpeechToTextOverlay
Version : 1.17.29001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.YourPhone
Version : 2019.430.2026.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.ZuneMusic
Version : 2019.19071.19011.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
Regions :
DisplayName : Microsoft.ZuneVideo
Version : 2019.19071.19011.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
Regions :
To remove installed apps:
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:
Spoiler: APP PACKAGE REMOVAL EXAMPLE
Here is the code of all the packages I removed, I.E. what's safe for removal. You do not have to remove everything in this list.
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.549981C3F5F10_1.1911.21713.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingWeather_4.25.20211.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.DesktopAppInstaller_2019.125.2243.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.HEIFImageExtension_1.0.22742.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Microsoft3DViewer_6.1908.2042.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MSPaint_2019.729.2301.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.StorePurchaseApp_11811.1001.1813.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.VP9VideoExtensions_1.0.22681.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WebMediaExtensions_1.0.20875.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WebpImageExtension_1.0.22753.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Windows.Photos_2019.19071.12548.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsStore_11910.1002.513.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftStickyNotes_3.6.73.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MixedReality.Portal_2000.19081.1301.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Office.OneNote_16001.12026.20112.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.SkypeApp_14.53.77.0_neutral_~_kzf8qxf38zg5c
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Wallet_2.4.18324.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsAlarms_2019.807.41.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:microsoft.windowscommunicationsapps_16005.11629.20316.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsMaps_2019.716.2316.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsSoundRecorder_2019.716.2313.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Xbox.TCUI_1.23.28002.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxApp_48.49.31001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxGameOverlay_1.46.11001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.YourPhone_2019.430.2026.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe
Optimize after removal:
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Optimize-ProvisionedAppxPackages
Spoiler: PACKAGES AND REMOVAL
To Get installed Packages:
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Get-Packages
Spoiler: PACKAGES LIST
Code:
Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.746
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1266
State : Installed
Release Type : Language Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : Feature Pack
Install Time : 12/7/2019 9:50 AM
Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : Foundation
Install Time : 12/7/2019 9:18 AM
Package Identity : Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.19041.1202
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1202
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.19041.1202
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.1266
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.746
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.488
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1081
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:52 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:54 AM
Package Identity : Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:54 AM
Package Identity : Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.906
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.906
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.19041.1266
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.19041.746
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.746
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1266
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1202
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1
State : Installed
Release Type : OnDemand Pack
Install Time : 12/7/2019 9:53 AM
Package Identity : OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.964
State : Installed
Release Type : OnDemand Pack
Install Time : 10/6/2021 1:57 PM
Package Identity : Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4400.1
State : Installed
Release Type : Update
Install Time : 10/6/2021 1:45 PM
Package Identity : Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3
State : Installed
Release Type : Update
Install Time : 10/6/2021 1:45 PM
Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1288.1.7
State : Installed
Release Type : Security Update
Install Time : 10/6/2021 1:57 PM
Package Identity : Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1220.1.0
State : Installed
Release Type : Security Update
Install Time : 10/6/2021 1:45 PM
Package Identity : Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.985.1.1
State : Superseded
Release Type : Security Update
Install Time : 10/6/2021 1:44 PM
To Remove installed Packages:
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:
Spoiler: PACKAGE REMOVAL EXAMPLE
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.746
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.19041.1202
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1202
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.19041.1202
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.19041.1266
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.19041.746
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.746
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1266
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1202
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.964
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.1266
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.746
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1081
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.906
Spoiler: WINDOWS 11 PACKAGES
Spoiler: APP PACKAGES AND REMOVAL
Spoiler: APP PACKAGES
Code:
DisplayName : Clipchamp.Clipchamp
Version : 2.2.8.0
Architecture : neutral
ResourceId : ~
PackageName : Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt
Regions : all
DisplayName : Microsoft.549981C3F5F10
Version : 3.2204.14815.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.549981C3F5F10_3.2204.14815.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.BingNews
Version : 4.2.27001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingNews_4.2.27001.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.BingWeather
Version : 4.53.33420.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.BingWeather_4.53.33420.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.DesktopAppInstaller
Version : 2022.310.2333.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.DesktopAppInstaller_2022.310.2333.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.GamingApp
Version : 2021.427.138.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.GetHelp
Version : 10.2201.421.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.Getstarted
Version : 2021.2204.1.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Getstarted_2021.2204.1.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.HEIFImageExtension
Version : 1.0.43012.0
Architecture : x64
ResourceId :
PackageName : Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.HEVCVideoExtension
Version : 1.0.50361.0
Architecture : x64
ResourceId :
PackageName : Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.MicrosoftOfficeHub
Version : 18.2204.1141.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.MicrosoftSolitaireCollection
Version : 4.12.3171.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.MicrosoftStickyNotes
Version : 4.2.2.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.MicrosoftStickyNotes_4.2.2.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.Paint
Version : 11.2201.22.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Paint_11.2201.22.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.People
Version : 2020.901.1724.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.PowerAutomateDesktop
Version : 10.0.3735.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.PowerAutomateDesktop_10.0.3735.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.RawImageExtension
Version : 2.1.30391.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.RawImageExtension_2.1.30391.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.ScreenSketch
Version : 2022.2201.12.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ScreenSketch_2022.2201.12.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.SecHealthUI
Version : 1000.22621.1.0
Architecture : x64
ResourceId :
PackageName : Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.StorePurchaseApp
Version : 12008.1001.113.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.Todos
Version : 2.54.42772.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Todos_2.54.42772.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.VCLibs.140.00
Version : 14.0.30704.0
Architecture : x64
ResourceId :
PackageName : Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.VP9VideoExtensions
Version : 1.0.50901.0
Architecture : x64
ResourceId :
PackageName : Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WebMediaExtensions
Version : 1.0.42192.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WebMediaExtensions_1.0.42192.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WebpImageExtension
Version : 1.0.42351.0
Architecture : x64
ResourceId :
PackageName : Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.Windows.Photos
Version : 21.21030.25003.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsAlarms
Version : 2022.2202.24.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsAlarms_2022.2202.24.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsCalculator
Version : 2020.2103.8.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsCalculator_2020.2103.8.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsCamera
Version : 2022.2201.4.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsCamera_2022.2201.4.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : microsoft.windowscommunicationsapps
Version : 16005.14326.20544.0
Architecture : neutral
ResourceId : ~
PackageName : microsoft.windowscommunicationsapps_16005.14326.20544.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsFeedbackHub
Version : 2022.106.2230.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsFeedbackHub_2022.106.2230.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsMaps
Version : 2022.2202.6.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsMaps_2022.2202.6.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsNotepad
Version : 11.2112.32.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsNotepad_11.2112.32.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsSoundRecorder
Version : 2021.2103.28.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsSoundRecorder_2021.2103.28.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsStore
Version : 22204.1400.4.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsStore_22204.1400.4.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.WindowsTerminal
Version : 3001.12.10983.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.WindowsTerminal_3001.12.10983.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.Xbox.TCUI
Version : 1.23.28004.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.Xbox.TCUI_1.23.28004.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.XboxGameOverlay
Version : 1.47.2385.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxGameOverlay_1.47.2385.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.XboxGamingOverlay
Version : 2.622.3232.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.XboxIdentityProvider
Version : 12.50.6001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.XboxSpeechToTextOverlay
Version : 1.17.29001.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.YourPhone
Version : 1.22022.147.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.YourPhone_1.22022.147.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.ZuneMusic
Version : 11.2202.46.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ZuneMusic_11.2202.46.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoft.ZuneVideo
Version : 2019.22020.10021.0
Architecture : neutral
ResourceId : ~
PackageName : Microsoft.ZuneVideo_2019.22020.10021.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : MicrosoftCorporationII.MicrosoftFamily
Version : 0.1.28.0
Architecture : neutral
ResourceId : ~
PackageName : MicrosoftCorporationII.MicrosoftFamily_0.1.28.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : MicrosoftCorporationII.QuickAssist
Version : 2022.414.1758.0
Architecture : neutral
ResourceId : ~
PackageName : MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral_~_8wekyb3d8bbwe
Regions : all
DisplayName : Microsoftndows.Client.WebExperience
Version : 421.20070.195.0
Architecture : neutral
ResourceId : ~
PackageName : MicrosoftWindows.Client.WebExperience_421.20070.195.0_neutral_~_cw5n1h2txyewy
Regions : all
Spoiler: APP PACKAGE REMOVAL EXAMPLE
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.549981C3F5F10_3.2204.14815.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingNews_4.2.27001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.BingWeather_4.53.33420.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.DesktopAppInstaller_2022.310.2333.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.GetHelp_10.2201.421.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Getstarted_2021.2204.1.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftOfficeHub_18.2204.1141.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftSolitaireCollection_4.12.3171.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.MicrosoftStickyNotes_4.2.2.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Paint_11.2201.22.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.People_2020.901.1724.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.PowerAutomateDesktop_10.0.3735.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.RawImageExtension_2.1.30391.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ScreenSketch_2022.2201.12.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.SecHealthUI_1000.22621.1.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.StorePurchaseApp_12008.1001.113.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Todos_2.54.42772.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WebMediaExtensions_1.0.42192.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WebpImageExtension_1.0.42351.0_x64__8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsAlarms_2022.2202.24.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCalculator_2020.2103.8.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsCamera_2022.2201.4.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:microsoft.windowscommunicationsapps_16005.14326.20544.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsFeedbackHub_2022.106.2230.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsMaps_2022.2202.6.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsNotepad_11.2112.32.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsSoundRecorder_2021.2103.28.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsStore_22204.1400.4.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.Xbox.TCUI_1.23.28004.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxGameOverlay_1.47.2385.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxGamingOverlay_2.622.3232.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxIdentityProvider_12.50.6001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.YourPhone_1.22022.147.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneMusic_11.2202.46.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.ZuneVideo_2019.22020.10021.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:MicrosoftCorporationII.MicrosoftFamily_0.1.28.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:MicrosoftCorporationII.QuickAssist_2022.414.1758.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:MicrosoftWindows.Client.WebExperience_421.20070.195.0_neutral_~_cw5n1h2txyewy
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.GamingApp_2021.427.138.0_neutral_~_8wekyb3d8bbwe
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-ProvisionedAppxPackage /PackageName:Microsoft.WindowsTerminal_3001.12.10983.0_neutral_~_8wekyb3d8bbwe
Spoiler: PACKAGES AND REMOVAL
Spoiler: PACKAGES
Code:
Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.525
State : Installed
Release Type : Language Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Ethernet-Client-Intel-E1i68x64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Ethernet-Client-Intel-E2f68-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Ethernet-Client-Realtek-Rtcx21x64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Ethernet-Client-Vmware-Vmxnet3-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 6:01 AM
Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Foundation
Install Time : 5/7/2022 5:28 AM
Package Identity : Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~en-US~11.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:09 AM
Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Kernel-LA57-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.457
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:09 AM
Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~wow64~~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:09 AM
Package Identity : Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:10 AM
Package Identity : Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:10 AM
Package Identity : Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~wow64~~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:10 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Broadcom-Bcmpciedhd63-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63a-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Broadcom-Bcmwl63al-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwbw02-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwew00-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwew01-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwlv64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwns64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwsw00-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwtw02-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwtw04-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwtw06-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwtw08-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Intel-Netwtw10-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Marvel-Mrvlpcie8897-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Qualcomm-Athw8x-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Qualcomm-Athwnx-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Qualcomm-Qcamain10x64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Ralink-Netr28x-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Realtek-Rtl8187se-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Realtek-Rtl8192se-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Realtek-Rtl819xp-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Realtek-Rtl85n64-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Realtek-Rtwlane-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Realtek-Rtwlane01-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-Wifi-Client-Realtek-Rtwlane13-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~wow64~~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~~10.0.22621.1
State : Installed
Release Type : OnDemand Pack
Install Time : 5/7/2022 6:03 AM
Package Identity : OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.22621.525
State : Installed
Release Type : OnDemand Pack
Install Time : 9/25/2022 2:39 AM
Package Identity : Package_for_DotNetRollup_481~31bf3856ad364e35~amd64~~10.0.9082.6
State : Installed
Release Type : Update
Install Time : 9/25/2022 2:30 AM
Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~22621.525.1.1
State : Installed
Release Type : Update
Install Time : 9/25/2022 2:39 AM
Package Identity : Package_for_ServicingStack_378~31bf3856ad364e35~amd64~~22621.378.1.0
State : Installed
Release Type : Security Update
Install Time : 9/25/2022 2:32 AM
Spoiler: PACKAGE REMOVAL EXAMPLE
Code:
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-Notepad-System-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-Wallpaper-Content-Extended-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-WMIC-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
dism.exe /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.22621.525
Spoiler: FEATURES AND REMOVAL
To Disable Windows Features currently enabled on the image:
Code:
Get-WindowsOptionalFeature -Path "C:\Users\0110\Desktop\MODWINDOWZ\PATH" | Where-Object {$_.State –eq “Enabled”} | Out-GridView -PassThru | Disable-WindowsOptionalFeature
Remove Features by holding the control key and click on all the features you want to remove, then hit ok.
Spoiler: REMOVING FEATURES USING THE COMMAND LINE
If you plan on building a script, you can remove the features using the command line like this example:
Code:
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MediaPlayback /Remove
Spoiler: FEATURES LIST
To see features, run this code:
Code:
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Get-Features
Spoiler: WINDOWS 11
Code:
Features listing for package : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.22621.1
Feature Name : Windows-Defender-Default-Definitions
State : Enabled
Feature Name : Printing-PrintToPDFServices-Features
State : Enabled
Feature Name : Printing-XPSServices-Features
State : Disabled
Feature Name : TelnetClient
State : Disabled
Feature Name : TFTP
State : Disabled
Feature Name : TIFFIFilter
State : Disabled
Feature Name : LegacyComponents
State : Disabled
Feature Name : DirectPlay
State : Disabled
Feature Name : MSRDC-Infrastructure
State : Enabled
Feature Name : Windows-Identity-Foundation
State : Disabled
Feature Name : MicrosoftWindowsPowerShellV2Root
State : Enabled
Feature Name : MicrosoftWindowsPowerShellV2
State : Enabled
Feature Name : SimpleTCP
State : Disabled
Feature Name : NetFx4-AdvSrvs
State : Enabled
Feature Name : NetFx4Extended-ASPNET45
State : Disabled
Feature Name : WCF-Services45
State : Enabled
Feature Name : WCF-HTTP-Activation45
State : Disabled
Feature Name : WCF-TCP-Activation45
State : Disabled
Feature Name : WCF-Pipe-Activation45
State : Disabled
Feature Name : WCF-MSMQ-Activation45
State : Disabled
Feature Name : WCF-TCP-PortSharing45
State : Enabled
Feature Name : IIS-WebServerRole
State : Disabled
Feature Name : IIS-WebServer
State : Disabled
Feature Name : IIS-CommonHttpFeatures
State : Disabled
Feature Name : IIS-HttpErrors
State : Disabled
Feature Name : IIS-HttpRedirect
State : Disabled
Feature Name : IIS-ApplicationDevelopment
State : Disabled
Feature Name : IIS-Security
State : Disabled
Feature Name : IIS-RequestFiltering
State : Disabled
Feature Name : IIS-NetFxExtensibility
State : Disabled
Feature Name : IIS-NetFxExtensibility45
State : Disabled
Feature Name : IIS-HealthAndDiagnostics
State : Disabled
Feature Name : IIS-HttpLogging
State : Disabled
Feature Name : IIS-LoggingLibraries
State : Disabled
Feature Name : IIS-RequestMonitor
State : Disabled
Feature Name : IIS-HttpTracing
State : Disabled
Feature Name : IIS-URLAuthorization
State : Disabled
Feature Name : IIS-IPSecurity
State : Disabled
Feature Name : IIS-Performance
State : Disabled
Feature Name : IIS-HttpCompressionDynamic
State : Disabled
Feature Name : IIS-WebServerManagementTools
State : Disabled
Feature Name : IIS-ManagementScriptingTools
State : Disabled
Feature Name : IIS-IIS6ManagementCompatibility
State : Disabled
Feature Name : IIS-Metabase
State : Disabled
Feature Name : WAS-WindowsActivationService
State : Disabled
Feature Name : WAS-ProcessModel
State : Disabled
Feature Name : WAS-NetFxEnvironment
State : Disabled
Feature Name : WAS-ConfigurationAPI
State : Disabled
Feature Name : IIS-HostableWebCore
State : Disabled
Feature Name : WCF-HTTP-Activation
State : Disabled
Feature Name : WCF-NonHTTP-Activation
State : Disabled
Feature Name : IIS-StaticContent
State : Disabled
Feature Name : IIS-DefaultDocument
State : Disabled
Feature Name : IIS-DirectoryBrowsing
State : Disabled
Feature Name : IIS-WebDAV
State : Disabled
Feature Name : IIS-WebSockets
State : Disabled
Feature Name : IIS-ApplicationInit
State : Disabled
Feature Name : IIS-ISAPIFilter
State : Disabled
Feature Name : IIS-ISAPIExtensions
State : Disabled
Feature Name : IIS-ASPNET
State : Disabled
Feature Name : IIS-ASPNET45
State : Disabled
Feature Name : IIS-ASP
State : Disabled
Feature Name : IIS-CGI
State : Disabled
Feature Name : IIS-ServerSideIncludes
State : Disabled
Feature Name : IIS-CustomLogging
State : Disabled
Feature Name : IIS-BasicAuthentication
State : Disabled
Feature Name : IIS-HttpCompressionStatic
State : Disabled
Feature Name : IIS-ManagementConsole
State : Disabled
Feature Name : IIS-ManagementService
State : Disabled
Feature Name : IIS-WMICompatibility
State : Disabled
Feature Name : IIS-LegacyScripts
State : Disabled
Feature Name : IIS-LegacySnapIn
State : Disabled
Feature Name : IIS-FTPServer
State : Disabled
Feature Name : IIS-FTPSvc
State : Disabled
Feature Name : IIS-FTPExtensibility
State : Disabled
Feature Name : MSMQ-Container
State : Disabled
Feature Name : MSMQ-DCOMProxy
State : Disabled
Feature Name : MSMQ-Server
State : Disabled
Feature Name : MSMQ-HTTP
State : Disabled
Feature Name : MSMQ-Multicast
State : Disabled
Feature Name : MSMQ-Triggers
State : Disabled
Feature Name : NetFx3
State : Disabled with Payload Removed
Feature Name : SMB1Protocol-Deprecation
State : Disabled
Feature Name : MediaPlayback
State : Enabled
Feature Name : SearchEngine-Client-Package
State : Enabled
Feature Name : WorkFolders-Client
State : Enabled
Feature Name : Printing-Foundation-Features
State : Enabled
Feature Name : Printing-Foundation-InternetPrinting-Client
State : Enabled
Feature Name : Printing-Foundation-LPDPrintService
State : Disabled
Feature Name : Printing-Foundation-LPRPortMonitor
State : Disabled
Feature Name : HypervisorPlatform
State : Disabled
Feature Name : VirtualMachinePlatform
State : Disabled
Feature Name : Microsoft-Windows-Subsystem-Linux
State : Disabled
Feature Name : Client-ProjFS
State : Disabled
Feature Name : SMB1Protocol
State : Disabled
Feature Name : SMB1Protocol-Client
State : Disabled
Feature Name : SMB1Protocol-Server
State : Disabled
Spoiler: WINDOWS 10
Code:
Features listing for package : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1
Feature Name : Printing-PrintToPDFServices-Features
State : Enabled
Feature Name : Printing-XPSServices-Features
State : Enabled
Feature Name : TelnetClient
State : Disabled
Feature Name : TFTP
State : Disabled
Feature Name : LegacyComponents
State : Disabled
Feature Name : DirectPlay
State : Disabled
Feature Name : SimpleTCP
State : Disabled
Feature Name : Windows-Identity-Foundation
State : Disabled
Feature Name : NetFx3
State : Disabled with Payload Removed
Feature Name : WCF-HTTP-Activation
State : Disabled
Feature Name : WCF-NonHTTP-Activation
State : Disabled
Feature Name : IIS-WebServerRole
State : Disabled
Feature Name : IIS-WebServer
State : Disabled
Feature Name : IIS-CommonHttpFeatures
State : Disabled
Feature Name : IIS-HttpErrors
State : Disabled
Feature Name : IIS-HttpRedirect
State : Disabled
Feature Name : IIS-ApplicationDevelopment
State : Disabled
Feature Name : IIS-Security
State : Disabled
Feature Name : IIS-RequestFiltering
State : Disabled
Feature Name : IIS-NetFxExtensibility
State : Disabled
Feature Name : IIS-NetFxExtensibility45
State : Disabled
Feature Name : IIS-HealthAndDiagnostics
State : Disabled
Feature Name : IIS-HttpLogging
State : Disabled
Feature Name : IIS-LoggingLibraries
State : Disabled
Feature Name : IIS-RequestMonitor
State : Disabled
Feature Name : IIS-HttpTracing
State : Disabled
Feature Name : IIS-URLAuthorization
State : Disabled
Feature Name : IIS-IPSecurity
State : Disabled
Feature Name : IIS-Performance
State : Disabled
Feature Name : IIS-HttpCompressionDynamic
State : Disabled
Feature Name : IIS-WebServerManagementTools
State : Disabled
Feature Name : IIS-ManagementScriptingTools
State : Disabled
Feature Name : IIS-IIS6ManagementCompatibility
State : Disabled
Feature Name : IIS-Metabase
State : Disabled
Feature Name : WAS-WindowsActivationService
State : Disabled
Feature Name : WAS-ProcessModel
State : Disabled
Feature Name : WAS-NetFxEnvironment
State : Disabled
Feature Name : WAS-ConfigurationAPI
State : Disabled
Feature Name : IIS-HostableWebCore
State : Disabled
Feature Name : WCF-Services45
State : Enabled
Feature Name : WCF-HTTP-Activation45
State : Disabled
Feature Name : WCF-TCP-Activation45
State : Disabled
Feature Name : WCF-Pipe-Activation45
State : Disabled
Feature Name : WCF-MSMQ-Activation45
State : Disabled
Feature Name : WCF-TCP-PortSharing45
State : Enabled
Feature Name : IIS-StaticContent
State : Disabled
Feature Name : IIS-DefaultDocument
State : Disabled
Feature Name : IIS-DirectoryBrowsing
State : Disabled
Feature Name : IIS-WebDAV
State : Disabled
Feature Name : IIS-WebSockets
State : Disabled
Feature Name : IIS-ApplicationInit
State : Disabled
Feature Name : IIS-ASPNET
State : Disabled
Feature Name : IIS-ASPNET45
State : Disabled
Feature Name : IIS-ASP
State : Disabled
Feature Name : IIS-CGI
State : Disabled
Feature Name : IIS-ISAPIExtensions
State : Disabled
Feature Name : IIS-ISAPIFilter
State : Disabled
Feature Name : IIS-ServerSideIncludes
State : Disabled
Feature Name : IIS-CustomLogging
State : Disabled
Feature Name : IIS-BasicAuthentication
State : Disabled
Feature Name : IIS-HttpCompressionStatic
State : Disabled
Feature Name : IIS-ManagementConsole
State : Disabled
Feature Name : IIS-ManagementService
State : Disabled
Feature Name : IIS-WMICompatibility
State : Disabled
Feature Name : IIS-LegacyScripts
State : Disabled
Feature Name : IIS-LegacySnapIn
State : Disabled
Feature Name : IIS-FTPServer
State : Disabled
Feature Name : IIS-FTPSvc
State : Disabled
Feature Name : IIS-FTPExtensibility
State : Disabled
Feature Name : MSMQ-Container
State : Disabled
Feature Name : MSMQ-DCOMProxy
State : Disabled
Feature Name : MSMQ-Server
State : Disabled
Feature Name : MSMQ-HTTP
State : Disabled
Feature Name : MSMQ-Multicast
State : Disabled
Feature Name : MSMQ-Triggers
State : Disabled
Feature Name : MediaPlayback
State : Enabled
Feature Name : WindowsMediaPlayer
State : Enabled
Feature Name : Windows-Defender-Default-Definitions
State : Enabled
Feature Name : SearchEngine-Client-Package
State : Enabled
Feature Name : MSRDC-Infrastructure
State : Enabled
Feature Name : TIFFIFilter
State : Disabled
Feature Name : WorkFolders-Client
State : Enabled
Feature Name : Printing-Foundation-Features
State : Enabled
Feature Name : Printing-Foundation-InternetPrinting-Client
State : Enabled
Feature Name : Printing-Foundation-LPDPrintService
State : Disabled
Feature Name : Printing-Foundation-LPRPortMonitor
State : Disabled
Feature Name : MicrosoftWindowsPowerShellV2Root
State : Enabled
Feature Name : MicrosoftWindowsPowerShellV2
State : Enabled
Feature Name : Microsoft-Windows-Subsystem-Linux
State : Disabled
Feature Name : HypervisorPlatform
State : Disabled
Feature Name : VirtualMachinePlatform
State : Disabled
Feature Name : Client-ProjFS
State : Disabled
Feature Name : NetFx4-AdvSrvs
State : Enabled
Feature Name : NetFx4Extended-ASPNET45
State : Disabled
Feature Name : SMB1Protocol
State : Enabled
Feature Name : SMB1Protocol-Client
State : Enabled
Feature Name : SMB1Protocol-Server
State : Disabled
Feature Name : SMB1Protocol-Deprecation
State : Enabled
Spoiler: REMOVED FEATURE EXAMPLES
Spoiler: WINDOWS 11
Code:
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:Printing-Foundation-InternetPrinting-Client /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:Printing-Foundation-Features /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:WorkFolders-Client /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:SearchEngine-Client-Package /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MediaPlayback /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:WCF-TCP-PortSharing45 /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:WCF-Services45 /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:NetFx4-AdvSrvs /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MicrosoftWindowsPowerShellV2 /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MicrosoftWindowsPowerShellV2Root /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MSRDC-Infrastructure /Remove
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:Printing-PrintToPDFServices-Features /Remove
Spoiler: WINDOWS 10
Code:
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:printing-PrintToPDFServices-Features
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:printing-XPSServices-Features
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:WCF-Services45
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MediaPlayback
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:WindowsMediaPlayer
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:SearchEngine-Client-Package
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MSRDC-Infrastructure
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:WorkFolders-Client
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:printing-Foundation-Features
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:printing-Foundation-InternetPrinting-Client
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MicrosoftWindowsPowerShellV2Root
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:MicrosoftWindowsPowerShellV2
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:NetFx4-AdvSrvs
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:SMB1Protocol
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:SMB1Protocol-Client
Dism /Image:C:\Users\0110\Desktop\MODWINDOWZ\PATH /Disable-Feature /FeatureName:SMB1Protocol-Deprecation
Spoiler: REMOVE FILES AND FOLDERS IN WIM
A place holder for when I finish the research. See the comments section for early details
Spoiler: HOW TO MOUNT AND EDIT THE WIM'S REGISTRY
After mounting the WIM file you can run this code to mount the Registry:
Code:
reg load HKLM\OFFLINE C:\Users\0110\Desktop\MODWINDOWZ\PATH\Windows\System32\Config\SOFTWARE
You can load SOFTWARE, DEFAULT, DRIVERS, SAM, or SYSTEM, but only one at a time.
Open regedit on your host machine.
Under HKEY_LOCAL_MACHINE, you will have a new option called "OFFLINE" You can add new keys in here.
Use this code to unmount the registry:
Code:
reg unload HKLM\OFFLINE
Spoiler: SAVE CHANGES TO WIM AND DISMOUNT
To save your changes:
Code:
Dism /Image:"C:\Users\0110\Desktop\MODWINDOWZ\PATH" /cleanup-image /StartComponentCleanup /ResetBase
dism /Unmount-Image /MountDir:"C:\Users\0110\Desktop\MODWINDOWZ\PATH" /Commit
dism /export-image /SourceImageFile:"C:\Users\0110\Desktop\MODWINDOWZ\WIM\mod.wim" /SourceIndex:1 /DestinationImageFile:"C:\Users\0110\Desktop\MODWINDOWZ\ISO\sources\install.esd" /Compress:recovery /CheckIntegrity
This will also debloat the WIM's file size for us.
Spoiler: BUILD THE ISO
To build the new ISO:
Code:
C:\Users\0110\Desktop\MODWINDOWZ\oscdimg.exe -m -oc -u2 -udfver102 -bC:\Users\0110\Desktop\MODWINDOWZ\ISO\efi\microsoft\boot\efisys_noprompt.bin C:\Users\0110\Desktop\MODWINDOWZ\ISO C:\Users\0110\Desktop\MODWIN\MOD\winlite.iso
Spoiler: DOWNLOADS
MODWINDOWZ (131K)
MODWINDOWZ.zip
drive.google.com
If you would Like ISO Samples, see the ONE CLICK TOOL link below
Spoiler: ONE CLICK TOOL
Hello, I wrote a script that takes this entire guide and turns it into a one click tool
MODWIN: A Tool for Inspecting, Modifying, and Building "Lite" ISOs
Hello Friends~! I have built a tool that takes everything I learned from writing this GUIDE and makes it Easier! This is currently just a beginner's tool for those coming from the "How To" Guide. This Tool will evolve over time as I learn how...
forum.xda-developers.com
Spoiler: REFS
Special Credits to @persona78 for without their brilliance, we would not have the final step, to build our iso~!
Special thanks to @james28909 for his help on making sure additional features were added to the Guide~! I appreciate You taking the Time~!
Using dism.exe and Powershell to Modify Windows ISOs
THIS IS OUTDATED, SEE THE NEW ARTICLE https://forum.xda-developers.com/t/how-to-make-a-lite-or-modded-windows-iso-tool-premade-lite-win-10-iso.4496967/ ====================================== USING DISM.EXE AND POWERSHELL TO MODIFY WINDOWS ISOS...
forum.xda-developers.com
Create your own Windows 11 modded ISO image
Hi! This was not my idea! It belongs to @jenneh, i only had done trough batch files. You need to create this batchs files bellow: But first you need to do this: * Need Notepad++ to be easy to read files. * Use MediaCreationToolW11.exe...
forum.xda-developers.com
Oscdimg Command-Line Options
Oscdimg Command-Line Options
learn.microsoft.com
DISM Provisioning Package (.ppkg) Command-Line Options
Use DISM to work with Provisioning Packages (.ppkg) files. For example, you can add settings and Windows desktop applications to Windows, or reduce the size of your Windows installation.
learn.microsoft.com
DISM - Edit Registry on an Offline Image
How to use DISM to Edit Registry in Offline Windows 10 WIM (Image) File
www.tenforums.com
How to bypass the Windows 11 TPM 2.0 requirement
Microsoft now requires a computer to have a TPM 2.0 module to install Windows 11. However, new Registry entries have been discovered that allow you to bypass the TPM requirement and minimum memory and secure boot requirements.
www.bleepingcomputer.com
Download and install the Windows ADK
Instructions on how to download and install the Windows ADK
learn.microsoft.com
How to bypass internet connection to install Windows 11 - Pureinfotech
To install Windows 11 without internet connection and using local account, in the OOBE using Shift + F10 and run the OOBEBYPASSNRO command.
pureinfotech.com
How to Add “Take Ownership” to the Right-Click Menu in Windows Explorer
Taking ownership of files or folders in Windows is not simple. Both the GUI and command line take too many steps. Why not add a simple context menu command that lets you take ownership of any file or folder?
www.howtogeek.com
Spoiler: COMMANDS
You can do a LOT more than what is shown in this guide. Hopefully I have shown you enough that all of this below will make sense!
Spoiler: ALL DISM COMMANDS
Spoiler: OSCDIMG COMMANDS
Spoiler: VIDEO GUIDE
Stupid Music Video Proof of Concepts. See MODWIN for a better tool and code explanation
If you want to see how the Win10lite installer fares vs the Original Windows 10 iso, skip to 5:15 minutes in the video to see the speed!
Note that as far as Installation, This video may be a little fast for some viewers. See the win11 video below for a slower video if needed. It also covers TPM Bypass and Internet bypass
If you lose control of your shell after mounting, and are unable to unmount and save, or delete the MODWINDOWZ Folder, run this code:
Code:
dism.exe /Cleanup-Mountpoints
Using this method, you could also Inspect popular shared ISOs out there to poke around and see what's all what. Also, If anyone makes any neat isos, please share a link with me!! I am looking for more samples for my qemu lab~!
Be careful where you source your ISOs. A provider I trust https://uupdump.net/
hello from reddit. i will also post this question here as well in case of any future readers who have questions.
i am not seeing a way, in the written guide, explaining how to pre-install programs using this method. are regular program install supported or is it just windows apps (UWP)?
looking forward to trying your windows 11 iso. i have startallback and would love to get that, and a multitude of other programs preinstalled and configured for first boot. that way everything is ready to rock and roll straight after installation.
p.s. thanks for taking the time and doing this. it will help many users!
Spoiler: INTERNET BYPASS
When you get to this screen
Disconnect your internet however you can. This is an example for a host using vmware. You can disable your network adapters temporarily in the Network Connections menu
Then Press shift+f10 to open a command prompt, type:
Code:
OOBE\BYPASSNRO
Now when you get to the internet required parts, you will have an option to say "I don't have internet:" like we used to be able to do in windows 10 without stupid codes...
actually, just made my first customized windows installation. was pretty easy tbh. i think the hardest part most people will encounter is mapping a network drive with net use to store the image captured from hyperv to the host computer. but other than that it is pretty much: start hyperv, install win11, when get to the install screen hit ctrl+shift+f3. then once windows is loaded, install all your apps. then sysprep generalize oobe and shut down. then boot to windows pe (inside hyperv put the winPE img in the vm's cdrom) and capture the image. then using the extracted iso from this thread you just replace the install.wim with your newly captured image. then just build the image with oscdimg.exe. then install!
Spoiler: TAKEOWN KNOWLEDGE
Spoiler: TAKEOWN PATH COMMAND LINE
To Take Ownership of the folder:
Code:
takeown.exe /f "C:\Users\0110\Downloads\MODWINDOWZ\PATH\Program Files" /R /D Y
To Set Permissions for the folder so folders and files within can be erased:
Code:
icacls.exe "C:\Users\0110\Downloads\MODWINDOWZ\PATH\Program Files" /inheritance:e /T
Erase Entire Folder command Example:
Code:
rmdir "C:\Users\0110\Downloads\MODWINDOWZ\PATH\Program Files\Windows Portable Devices" /S /Q
rmdir "C:\Users\0110\Downloads\MODWINDOWZ\PATH\Program Files\WindowsPowerShell" /S /Q
Erase single File Example:
Code:
del "C:\Users\0110\Downloads\MODWINDOWZ\PATH\Windows\INF\c_barcodescanner.inf"
Spoiler: REF
rakhesh sasidharan's mostly techie somewhat purpley blog
Blog
rakhesh.com
Spoiler: TAKEOWN REGISTRY HACK
Optional Sources for Owning the PATH Folder,
Spoiler: GUIDE
How to take ownership from trusted installer, in order to be able to delete files and folders preinstalled on the WIM by adding a TakeOwnership registry entry that allows you to right click and own items so you can delete!
This is summarized knowledge from the REFS section~!
Open Registry Editor
Navigate to:
Code:
Computer\HKEY_CLASSES_ROOT\*\shell\
Right Click shell, create a new key, and name it:
Code:
runas
Open Default. Set Value Data to:
Code:
Take Ownership
Right Click Under Default, select New String Value, and name it:
Code:
NoWorkingDirectory
Right Click runas, add a new key, and name it:
Code:
command
Open (Default) and set Value Data to:
Code:
cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F
Right Click Under Default select New String Value and name it:
Code:
IsolatedCommand
Open IsolatedCommand, Set Value Data to:
Code:
cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F
Navigate to:
Code:
Computer\HKEY_CLASSES_ROOT\Directory\shell
Repeat STEPS ABOVE
Spoiler: PREMADE REGISTRY ENTRIES
I exported the registry entries made above, so now we can just run these instead of doing all the above. I wanted to make an open source version instead of using the REF's tool.
Directory-runas.reg
drive.google.com
runas.REG
drive.google.com
how to use
Spoiler: REFS
How to Add “Take Ownership” to the Right-Click Menu in Windows Explorer
Taking ownership of files or folders in Windows is not simple. Both the GUI and command line take too many steps. Why not add a simple context menu command that lets you take ownership of any file or folder?
www.howtogeek.com
This video taught me about the LINK above
Spoiler: COMMANDS
Spoiler: ICACLS
Spoiler: TAKEOWN
Spoiler: MISCILANIOUS
Spoiler: FIX PERMISSIONS WHEN DONE
Code:
icacls C:/YOURFOLDERLOCATION /t /q /c /reset
Spoiler: WINDOWS SYSTEM STRUCTURE
Spoiler: NOTE
Note that obvious entries such as "internet explorer" have been left out. this will cover more obscure topics
This website has all the static linking mapped out for us https://windows10dll.nirsoft.net/ super helpful
Spoiler: PROGRAM FILES
Spoiler: COMMON FILES
Spoiler: MICROSOFT SHARED
Spoiler: DAO
"Database object (DAO)Applies to: Access 2013, Office 2013
A Database object represents an open database.
RemarksYou use the Database object and its methods and properties to manipulate an open database. In any type of database, you can:
Use the Execute method to run an action query.
Set the Connect property to establish a connection to an ODBC data source.
AND MORE SEE REF BELOW"
Database object (DAO)
Office developer client VBA reference
learn.microsoft.com
Spoiler: FILTERS
Windows TIFF IFilter enables you to search for Tagged Image File Format (TIFF) documents based on text content. Windows TIFF IFilter supports all TIFF documents that are complaint with Adobe TIFF Revision 6.0 specifications, and includes the most frequent compressions, such as LZW, JPG, CCITT v4, CCITT v6, uncompressed, and so forth.
When loaded, Windows TIFF IFilter performs Optical Character Recognition (OCR) processing of TIFF images, and then provides the recognized text to the caller for building the search index.
Windows TIFF IFilter can be used by Indexing Service (for Desktop Search), Microsoft Office SharePoint Server 2007 or later, Microsoft SQL Server 2008, and Microsoft SQL Server 2005.
Windows TIFF IFilter Overview
Spoiler: INK
"Windows Ink adds digital pen (or your finger) support to Windows to write and draw on your computer screen.
You can do more than just doodle though; this software tool helps you edit text, write Sticky Notes, and capture a screenshot of your desktop — then mark it up, crop it, and then what you’ve created. There’s also an option to use Windows Ink from the Lock screen so you can use the feature even if you aren’t logged in to your device."
What Is Windows Ink?
Windows Ink lets you draw on your screen on compatible Windows 10 devices or use a digital sketchpad with or without a Windows Ink stylus or other pen.
www.lifewire.com
Spoiler: MSINFO
"Windows includes a tool called Microsoft System Information (Msinfo32.exe). This tool gathers information about your computer and displays a comprehensive view of your hardware, system components, and software environment, which you can use to diagnose computer issues."
Description of Microsoft System Information (Msinfo32.exe) Tool - Microsoft Support
Describes the MSINFO tool and lists the switches that are supported by the MSINFO32 command-line tool in Windows 7, in Windows 8.1 and Windows 10.
support.microsoft.com
Spoiler: STATIONARY
Stationary:
Related to Microsoft Outlook. Empty Folder
Spoiler: TEXTCONV
TextConv:
Related to Microsoft Office. Empty Folder.
Spoiler: TRIEDIT
TriedIt:
Related to Microsoft Office. Empty Folder.
Spoiler: VGX
"The Microsoft Vector Graphics Rendering (VML) component provides support for Vector Markup Language, a subset of XML that defines a markup format for vector graphic information."
“Vector Markup Language (VML) is an XML-based exchange, editing, and delivery format for high-quality vector graphics on the Web that meets the needs of both productivity users and graphic design professionals. VML makes authoring easier for productivity users and authors. It facilitates the exchange (via cut and paste) and subsequent editing of vector graphics between a wide variety of productivity and design applications. VML provides faster graphic downloads and a better user experience. It al”
VGX.dll - Should I Block It? (Microsoft Vector Graphics Rendering(VML))
Should I block VGX.dll? The Microsoft Vector Graphics Rendering (VML) component provides support for Vector Markup Language, a subset of XML that defines a markup f
www.shouldiblockit.com
Spoiler: SERVICES
Services has a VeriSign.bmp image file
Spoiler: SYSTEM
System Folders:
Spoiler: ADO
Related to programming ado files. Stata created the ADO file technology.
Sidenote, finally figured out the day job of that 70's show dad
Microsoft Data Access Components - Wikipedia
en.wikipedia.org
https://www.stata.com/manuals/u17.pdf
Stata Coding Practices: Programming (Ado-files) - Dimewiki
dimewiki.worldbank.org
ghidra-data/symbols/win32/sqmapi.exports at master · 0x6d696368/ghidra-data
Supporting Data Archives for Ghidra. Contribute to 0x6d696368/ghidra-data development by creating an account on GitHub.
github.com
Spoiler: EN-US
This Folder is related to the Windows Address book and wab32 dlls in the SERVICES Folder
wab32res.dll is a module for the Microsoft Address Book is used by Outlook and Outlook Express to store email addresses and other contact information
wab32res.dll - What is wab32res.dll?
wab32res.dll is a module for the Microsoft Address Book is used by Outlook and Outlook Express to store email addresses and other contact information
www.processlibrary.com
Spoiler: MSADC
"MDAC (Microsoft Data Access Components) is a package used to integrate web and database services. It includes a component named RDS (Remote Data Services). RDS allows remote access via the internet to database objects through IIS. Both are included in a default installation of the Windows NT 4.0 Option Pack, but can be excluded via a custom installation.
RDS includes a component called the DataFactory object, which has a vulnerability that could allow any web user to:
--Obtain unauthorized access to unpublished files on the IIS server
--Use MDAC to tunnel ODBC requests through to a remote internal or external location, thereby obtaining access to non-public servers or effectively masking the source of an attack on another network.
The main risk in this vulnerability is the following:
--If the Microsoft JET OLE DB Provider or Microsoft DataShape Provider are installed, a user could use the shell() VBA command on the server with System privileges. (See the Microsoft JET Database Engine VBA Vulnerability for more information). These two vulnerabilities combined can allow an attacker on the Internet to run arbitrary commands with System level privileges on the target host. "
Microsoft Data Access Components (MDAC) 2.1 / Microsoft IIS 3.0/4.0 / Microsoft Index Server 2.0 / Microsoft Site Server Commerce Edition 3.0 i386 MDAC - RDS (1)
Microsoft Data Access Components (MDAC) 2.1 / Microsoft IIS 3.0/4.0 / Microsoft Index Server 2.0 / Microsoft Site Server Commerce Edition 3.0 i386 MDAC - RDS (1). CVE-1999-1011CVE-272 . remote exploit for Windows platform
www.exploit-db.com
Spoiler: OLE DB
"OLE DB (Object Linking and Embedding, Database, sometimes written as OLEDB or OLE-DB), an API designed by Microsoft, allows accessing data from a variety of sources in a uniform manner. The API provides a set of interfaces implemented using the Component Object Model (COM); it is otherwise unrelated to OLE. Microsoft originally intended OLE DB as a higher-level replacement for, and successor to, ODBC, extending its feature set to support a wider variety of non-relational databases, such as object databases and spreadsheets that do not necessarily implement."
OLE DB - Wikipedia
en.wikipedia.org
Spoiler: FILES
wab32.dll and wab32res.dll are related to Windows Address Book, which is used by Microsoft Outlook
Spoiler: WINDOWS MULTIMEDIA PLATFORM
The Microsoft-Windows-SQMAPI component implements the Windows Customer Experience Improvement Program (CEIP). If the component is enabled, it collects and sends data to Microsoft about the use of Windows. Participation in this program is voluntary, and the results are recorded to implement improvements in future releases.
Microsoft-Windows-SQMAPI
Microsoft-Windows-SQMAPI
learn.microsoft.com
Spoiler: WINDOWS PHOTO VIEWER
"Windows Photo Viewer (formerly Windows Picture and Fax Viewer)[1] is an image viewer included with the Windows NT family of operating systems. It was first included with Windows XP and Windows Server 2003 under its former name. It was temporarily replaced with Windows Photo Gallery in Windows Vista,[2] but was reinstated in Windows 7.[3] This program succeeds Imaging for Windows. In Windows 10, it is deprecated in favor of a Universal Windows Platform app called Photos, although it can be brought back with a registry tweak.[4]
Windows Photo Viewer can show individual pictures, display all pictures in a folder as a slide show, reorient them in 90° increments, print them either directly or via an online print service, send them in e-mail or burn them to a disc.[3][5][6] Windows Photo Viewer supports images in BMP, JPEG, JPEG XR (formerly HD Photo), PNG, ICO, GIF and TIFF file formats.[7]"
Windows Photo Viewer - Wikipedia
en.wikipedia.org
Spoiler: PROGRAM FILES X86
SAME AS PROGRAM FILES except for the Microsoft Folder which carries Microsoft Edge, and the Microsoft.NET Folder
Spoiler: WINDOWS
Spoiler: APPCOMPAT
Appcompat
Redirecting
Spoiler: APPPATCH
Apppatch
What is the windows apppatch directory purpose and contents?
What is the c:\windows\apppatch purpose and what does it contain? I see via ProcMon files are occasionally loaded from there and that is now it came on the radar. I'm not finding anything on the
superuser.com
Spoiler: APPREADINESS
AppReadiness
How to Enable or Disable App Readiness Service in Windows 11 or 10
Learn How to Enable or Disable App Readiness Service in Windows 11 or 10, moreover, Start, Stop, Pause or resume and the path to executable.
www.howto-connect.com
Spoiler: ASSEMBLY
Assembly
What are those stuff in C:\WINDOWS\ASSEMBLY\ directory?
I just came across this directory and it seems totally a different world. Anyone knows what's that?
stackoverflow.com
Spoiler: BCASTDVR
Bcastdvr
What Is “Broadcast DVR Server” and Why Is It Running on My PC?
Look in the Task Manager on Windows 10 and you may see one or more “Broadcast DVR server” processes running. These processes have the file name bcastdvr.exe, and are part of the Windows 10 operating system.
www.howtogeek.com
Spoiler: BRANDING
Branding
COOL HACK ALERT
How To Change Your Logon Screen's Windows Branding Logo in Windows 7
Type CMD in start menu search box or run and press Enter. Type the following in Command Prompt:TAKEOWN /F %windir%\Branding\Basebrd\basebrd.dll && ICACLS %windir%\Brandi...
www.door2windows.com
Spoiler: CONTAINERS
'
Containers
How to Enable Windows Defender Application Guard for Microsoft Edge
Windows 10’s “Windows Defender Application Guard” feature runs the Microsoft Edge browser in an isolated, virtualized container. Even if a malicious website exploited a flaw in Edge, it couldn’t compromise your PC. Application Guard is disabled by default.
www.howtogeek.com
Spoiler: DIAGTRACK
DiagTrack
How to Disable Connected User Experiences and Telemetry - MajorGeeks
The Connected User Experiences and Telemetry, originally called Diagnostics Tracking or DiagTracK is a service in Windows that runs automatically and sends data to Microsoft. This service manages transmission and of diagnostic and usage information to
www.majorgeeks.com
Spoiler: DIGITALLOCKER
DigitalLocker
What is the Digital Locker?
When using BitLocker or encrypting your file system with EFS on Windows Vista, you will be using certificates and/or passwords. If these certificates or passwords are lost the chance that you loose the information and data on the disks that are protected is very likely. The certificates can of...
www.wictorwilen.se
Spoiler: FONTS
Fonts:
Funny thread (the replies) https://answers.microsoft.com/en-us...an-i-not/376b1c8a-988e-4adb-99e8-641805a89869
Precise Knowledge https://learn.microsoft.com/en-us/typography/fonts/windows_10_font_list
Not sure if related but storing here. Windows has a single language wim
Spoiler: IDENTITY CRL
IdentityCRL:
Redirecting
Spoiler: INF
Folders in Inf:
Spoiler: .NET CLR
.NET CLR Data
Performance Counters in the .NET Framework - .NET Framework
Read about performance counters in .NET. There are performance counters for exceptions, interop, JIT compilers, loading, memory, networking, security, and more.
learn.microsoft.com
Spoiler: BITS
Background Intelligent Transfer Service (BITS) on Windows 10
Background Intelligent Transfer Service BITS first introduced on Windows 2000 which allows transfer of files between server and client. Recent versions of Microsoft Update, Windows Update, Microsoft Systems Management Server and Windows Server Update Services use Background Intelligent Transfer...
windows101tricks.com
Spoiler: MSDTC
Microsoft Distributed Transaction Coordinator - Wikipedia
en.wikipedia.org
Spoiler: PNRPSVC
PNRPSvc:
Peer Networking Identity Manager - pnrpsvc.dll - Program Information
This entry has information about the Windows startup entry named Peer Networking Identity Manager that points to the pnrpsvc.dll file. Please visit this result for more detailed information about this program.
www.bleepingcomputer.com
Spoiler: READYBOOST
Readyboost:
ReadyBoost - Wikipedia
en.wikipedia.org
Spoiler: OCR
OCR:
OCR sample - Code Samples
Shows how to use the optical character recognition (OCR) API to extract text in the specific language from an image.
learn.microsoft.com
Spoiler: OFFLINE WEB PAGES
Offline Web Pages:
Win 10 Windows Folder "Offline Web Pages Folder"?? - Windows 10 Help Forums
Hidden Files and System Files visible though I can not recall if this funny looking folder inside of the windows folder is visible anyway. So I went looking for trouble this morning and I have seen this folder on any number of occasions but this was the f
www.tenforums.com
Spoiler: PERFORMANCE
Performance:
Contains files relevant to this article. Important for certain software
Windows System Assessment Tool - Wikipedia
en.wikipedia.org
Spoiler: PLA
PLA:
Performance Logs and Alerts
Use PLA to create performance monitoring software that reports application performance measurement alerts based on performance counter thresholds. Use PLA for computer performance software.
learn.microsoft.com
"Performance Logs & Alerts - pla.dll" Service on Windows 7
What is "Performance Logs & Alerts" in my Windows 7 service list? And how is "Performance Logs &a
windows.fyicenter.com
Spoiler: POLICYDEFINITIONS
PolicyDefinitions:
Create and manage Central Store - Windows Client
Describes how to create a Central Store on a domain controller to store and replicate registry-based policies for Windows.
learn.microsoft.com
Spoiler: PROVISIONING
Provisioning:
Provisioning packages overview - Configure Windows
With Windows 10 and Windows 11, you can create provisioning packages that let you quickly and efficiently configure a device without having to install a new image. Learn about what provisioning packages, are and what they do.
learn.microsoft.com
Spoiler: SCHEMAS
Schemas Folders:
Spoiler: TSWORKSPACE
TSWorkSpace:
TSWORKSPACE.DLL
Spoiler: SYSTEM32
[MS-OE376]: Part 4 Section 7.6.2.39, LCID (Locale ID)
a. The standard says LCID represents the source's language. Word uses LCID as the language to format the source when the documentation style
learn.microsoft.com
Spoiler: BCDBOOT
BCDBoot Command-Line Options
BCDBoot Command-Line Options
learn.microsoft.com
Spoiler: MSDTC
Microsoft Distributed Transaction Coordinator - Wikipedia
en.wikipedia.org
Spoiler: FILES
Spoiler: AGENTACTIVATIONRUNTIME
Windows 10 service called AarSvc_70f961. What is it and how could I disable it?
Recently I noticed a service in my windows 10 (v.1903, non-insider) installation with these properties: Service name: AarSvc_70f96 Display name: Agent Activation Runtime_70f961 Description: Runtim...
superuser.com
Spoiler: ALG
Application Layer Gateway service is a component of of Windows OS. It is required if you use a third-party firewall or Internet Connection Sharing (ICS) to connect to the internet. If you end this program using the Task Manager, you will lose all Internet connectivity until your next system restart or login.
alg.exe Windows process - What is it?
The alg.exe process is part of Application Layer Gateway Service of Microsoft. Here are further details of alg.exe, and whether it might be a virus or spyware.
www.neuber.com
Spoiler: APPLYTRUSTOFFLINE
Windows system service associated with WIndows Update
Redirecting
Spoiler: WINSXS
3ware - raid harddrive drive
1394- Serial bus interface standard
61883 - Consumer Audio/Video Equipment - Digital Interface is a technical standard for a digital interface that is used by IEEE 1394
accessibility - provides handicap services such as narrator
acpi - Advanced Configuration and Power Interface (ACPI) provides an open standard that operating systems can use to discover and configure computer hardware components, to perform power management (e.g. putting unused hardware components to sleep), auto configuration
adaptivecards - https://learn.microsoft.com/en-us/adaptive-cards/getting-started/windows
avc - https://learn.microsoft.com/en-us/windows-hardware/drivers/stream/using-avc-sys
b57nd60a - Broadcom NetXtreme Gigabit Ethernet Plus network adapter
bcmfn2 - broadcom related
c_computeaccelerator - intel visual compute accelerator
c_wpd - windows portable device
devicepairingproxy - https://www.exefiles.com/en/dll/devicepairingproxy-dll/
dfsvc - https://en.wikipedia.org/wiki/ClickOnce
disposableclientvm - windows sandbox feature
dual - dual resources for systems running two graphics cards
hostguardian - related to hyperv
Spoiler: ISO
This is for the Contents of the Installer ISO
Spoiler: BOOT
Spoiler: EN-US
"Bootsect.exe updates the master boot code for hard disk partitions to switch between Bootmgr and NT Loader (NTLDR). You can use this tool to restore the boot sector on your computer. This tool replaces FixFAT and FixNTFS."
Bootsect Command-Line Options
Bootsect Command-Line Options
learn.microsoft.com
Spoiler: BOOTFIX.BIN
Windows boot iso file without press any key
I'm trying to make an iso file which will boot without any key-press from the user. In Windows iso files, when booting from a cd, there is a message "press any key to boot from cd" which will wait ...
serverfault.com
Spoiler: EFI
Spoiler: CIPOLICIES
"Windows Defender Application Control and virtualization-based protection of code integrityWindows 10 includes a set of hardware and OS technologies that, when configured together, allow enterprises to "lock down" Windows 10 systems so they behave more like mobile devices. In this configuration, Windows Defender Application Control (WDAC) is used to restrict devices to run only approved apps, while the OS is hardened against kernel memory attacks using hypervisor-protected code integrity (HVCI).
WDAC policies and HVCI are powerful protections that can be used separately. However, when these two technologies are configured to work together, they present a strong protection capability for Windows 10 devices.
Using Windows Defender Application Control to restrict devices to only authorized apps has these advantages over other solutions:
WDAC policy is enforced by the Windows kernel itself, and the policy takes effect early in the boot sequence before nearly all other OS code and before traditional antivirus solutions run.
WDAC lets you set application control policy for code that runs in user mode, kernel mode hardware and software drivers, and even code that runs as part of Windows.
Customers can protect the WDAC policy even from local administrator tampering by digitally signing the policy. To change signed policy requires both administrative privilege and access to the organization's digital signing process. This makes it difficult for an attacker, including one who has managed to gain administrative privilege, to tamper with WDAC policy.
You can protect the entire WDAC enforcement mechanism with HVCI. Even if a vulnerability exists in kernel mode code, HVCI greatly reduces the likelihood that an attacker could successfully exploit it. This is important because an attacker that compromises the kernel could normally disable most system defenses, including those enforced by WDAC or any other application control solution.
Why we no longer use the Device Guard brandWhen we originally promoted Device Guard, we did so with a specific security promise in mind. Although there were no direct dependencies between WDAC and HVCI, we intentionally focused our discussion around the lockdown state achieved when using them together. However, since HVCI relies on Windows virtualization-based security, it has hardware, firmware, and kernel driver compatibility requirements that some older systems can't meet. This misled many people to assume that if systems couldn't use HVCI, they couldn't use WDAC either.
WDAC has no specific hardware or software requirements other than running Windows 10, which means customers were denied the benefits of this powerful application control capability due to Device Guard confusion.
Since the initial release of Windows 10, the world has witnessed numerous hacking and malware attacks where application control alone could have prevented the attack altogether. With this in mind, we now discuss and document Windows Defender Application Control as an independent technology within our security stack and gave it a name of its own: Windows Defender Application Control. We hope this change will help us better communicate options for adopting application control within your organizations."
Windows Defender Application Control and virtualization-based code integrity - Windows Security
Hardware and software system integrity-hardening capabilities that can be deployed separately or in combination with Windows Defender Application Control (WDAC).
learn.microsoft.com
Spoiler: SOURCES
Spoiler: DLMANIFESTS
Spoiler: microsoft-activedirectory-webservices-dl
"Why Consider this
The ADWS provides a Web Service interface to instances of the directory service (AD DS and AD LDS) that are running locally on this server. If the service is stopped or disabled, client applications, such as Active Directory PowerShell, will not be able to access or manage any directory service instances that are running locally on the server."
Configure the Active Directory Web Services (ADWS) to automatically start on all servers
Describes how to configure the Active Directory Web Services to start automatically on all servers and provides context and best practices.
learn.microsoft.com
Spoiler: microsoft-windows-com-complus-setup-dl
Understanding what the USMT 4.0 CONFIG manifests migrate (Part 9: XP Section H)
First published on TechNet on Aug 15, 2011 This part covers the following config.xml components for Windows XP: -------------------------------------------------------------------------------------------------- <component...
techcommunity.microsoft.com
Spoiler: microsoft-windows-com-dtc-setup-dl
Related to Distributed Transaction Coordinator. Interesting article
Configure Distributed Transaction Coordinator (DTC) to work through a firewall - Windows Server
Describes how to configure DTC to work through firewalls.
learn.microsoft.com
Spoiler: microsoft-windows-dhcpservermigplugin-dl
Related to DLL library
Repair DLL Errors: DhcpSrvMigPlugin.dll Download and Update
DhcpSrvMigPlugin.dll errors are related to problems with Speakonia Dynamic Link Library (DLL) files. Generally, DLL errors are caused by missing or corrupt files. Learn how to download and replace your correct version of DhcpSrvMigPlugin.dll and fix these annoying DLL error messages.
www.exefiles.com
Spoiler: microsoft-windows-directoryservices-adam-dl
"Active Directory Lightweight Directory Services
PurposeMicrosoft Active Directory Lightweight Directory Services (AD LDS) is an independent mode of Active Directory that provides dedicated directory services for applications.
Where applicableAlthough AD LDS independently provides directory storage and access for applications, AD LDS uses the same standard application programming interfaces (APIs) as Active Directory to manage and access the application data. The resulting conceptual and programming compatibility makes AD LDS ideal for applications that require directory services, but do not require the complete infrastructure features of Active Directory.
Developer audienceAD LDS is a directory services solution for developers who are familiar with programming for Active Directory. Developers who are unfamiliar with Active Directory will find that integrating AD LDS as a directory service for their applications is easier than using the complete features of Active Directory. In both cases, AD LDS provides a directory services solution for developers who seek compatibility and consistency with Active Directory.
Active Directory Lightweight Directory Services
Microsoft Active Directory Lightweight Directory Services (AD LDS) is an independent mode of Active Directory that provides dedicated directory services for applications.
learn.microsoft.com
Spoiler: microsoft-windows-iasserver-migplugin
Migrating the NPS Server
learn.microsoft.com
Spoiler: microsoft-windows-ie-clientnetworkprotocolimplementation-migration
"The Microsoft-Windows-IE-ClientNetworkProtocolImplementation component contains Microsoft Internet Explorer network policy settings."
Microsoft-Windows-IE-ClientNetworkProtocolImplementation
Microsoft-Windows-IE-ClientNetworkProtocolImplementation
learn.microsoft.com
Spoiler: microsoft-windows-internet-naming-service-runtime
"Windows Internet Name Service (WINS) is a legacy computer name registration and resolution service that maps computer NetBIOS names to IP addresses.
If you do not already have WINS deployed on your network, do not deploy WINS - instead, deploy Domain Name System (DNS). DNS also provides computer name registration and resolution services, and includes many additional benefits over WINS, such as integration with Active Directory Domain Services."
Windows Internet Name Service (WINS)
This topic provides information about decommissioning WINS and using DNS for name resolution services on your network.
learn.microsoft.com
Spoiler: microsoft-windows-msmq-messagingcoreservice
"Message Queuing (MSMQ)Purpose
Message Queuing (MSMQ) technology enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily offline. Applications send messages to queues and read messages from queues. The following illustration shows how a queue can hold messages that are generated by multiple sending applications and read by multiple receiving applications.
Developer Audienc
Message Queuing applications can be developed using C++ APIs or COM objects. Applications can be built in any of the popular development environments: for example, Microsoft® Visual Basic®, Visual Basic® Scripting Edition, Visual C++®, Visual Studio® .NET, Borland Delphi, and Powersoft Powerbuilder. This allows applications to be developed for the Internet as well, including both server-side (Internet Information Server) and client-side (Internet Explorer) applications. The .NET Framework offers a set of managed Message Queuing objects."
Message Queuing (MSMQ)
learn.microsoft.com
[MS-MQMR]: Message Queuing (MSMQ): Queue Manager Management Protocol
Specifies the Message Queuing (MSMQ): Queue Manager Management Protocol that is used for management operations on the MSMQ server, including
learn.microsoft.com
Spoiler: microsoft-windows-networkbridge
How to create a Network Bridge in Windows 11/10
Learn how to create a Network Bridge in Windows 11/10. You can bridge network or Internet connections easily by following this tutorial.
www.thewindowsclub.com
Spoiler: microsoft-windows-networkloadbalancing-core
"The Microsoft-Windows-NetworkLoadBalancing-Core component includes the settings for configuring and binding Network Load Balancing (NLB) to the adapters on this NLB cluster node.
To enable this Network Load Balancing setting, the NetworkLoadBalancingFullServer package must be enabled in the Windows image you are installing. To do this, use Windows System Image Manager to add the Microsoft-Windows-Foundation-Package to your answer file, and then configure the NetworkLoadBalancingFullServer package to enable it."
Microsoft-Windows-NetworkLoadBalancing-Core
Microsoft-Windows-NetworkLoadBalancing-Core
learn.microsoft.com
Spoiler: microsoft-windows-rasconnectionmanager
About Remote Access Service - Win32 apps
Remote Access Service (RAS) provides remote access capabilities to client applications on computers running Windows.
learn.microsoft.com
RAS Connection Operations - Win32 apps
Windows NT and later versions provide the RasPhonebookDlg and RasDialDlg functions that display the built-in user interface for starting a RAS connection operation.
learn.microsoft.com
Spoiler: microsoft-windows-tapisetup
"The following material provides guidelines on using TAPI to write end-user or server communications applications. This information is also highly relevant to service provider programmers.
The first decision a programmer needs to make in using TAPI is the level of service required. For example, if an application requires a menu selection that can dial a phone number, a full TAPI application is probably not required. Assisted Telephony can enable this option quickly and simply. Please see TAPI Levels of Service for more information on the distinction between full TAPI applications and Assisted Telephony.
The second important decision is whether to use TAPI 2.x, the C-based API, or TAPI 3.x, which is based on COM. Please see TAPI 3.x vs. TAPI 2.x for a discussion of important considerations in deciding which one to use."
TAPI Applications - Win32 apps
The following material provides guidelines on using TAPI to write end-user or server communications applications. This information is also highly relevant to service provider programmers.
learn.microsoft.com
Spoiler: microsoft-windows-terminalservices-licenseserver
The Microsoft-Windows-TerminalServices-LicenseServer component specifies the database path and the server role for the Terminal Services license server.
To determine whether a component applies to the image you’re building, load your image into Windows SIM and search for the component or setting name. For information on how to view components and settings, see Configure Components and Settings in an Answer File.
Microsoft-Windows-TerminalServices-LicenseServer
Microsoft-Windows-TerminalServices-LicenseServer
learn.microsoft.com
Spoiler: microsoft-windows-textservicesframework-migration-dl
related here again
Understanding what the USMT 4.0 CONFIG manifests migrate (Part 6: XP Section E)
First published on TechNet on Aug 15, 2011 This part covers the following config.xml components for Windows XP: -------------------------------------------------------------------------------------------------- <component displayname="Microsoft-Windows-International-TimeZones-DL"...
techcommunity.microsoft.com
Spoiler: microsoft-windows-unimodem-config
"Unimodem is the software component that controls devices belonging to the Windows modem device setup class. On Microsoft Windows operating systems, a "modem" is any device that is supported by Unimodem.
Unimodem handles application requests, such as dialing and answering, that are passed down from TAPI. Unimodem also passes result codes to TAPI that are sent up from the modem. The Windows registry defines the sequence of commands that are required by a given modem to complete a TAPI request, and the result codes that are returned by the modem. Unimodem accesses the registry to get the command strings, result codes, and other information such as modem capabilities.
The command strings that are sent to the modem are generally modem AT commands. Manufacturers implement new features by creating additional AT commands, many of which are manufacturer-specific or modem-specific.
The majority of modems are internal and emulate serial UARTs (such as the 8250 and 16550). External modems typically are attached to standard serial COM ports or other types of communications adapters that can expose a COM port to the operating system through a driver, for example, USB.
Unimodem provides many services that make differences between modems transparent to applications. These services include:
Initializing port speed and protocols
Managing calls, for example, dial and answer
Managing the stage-dialing process
Interpreting modem responses
Providing fax modem and voice modem features
Providing ISDN and GSM support for devices that support the AT command set"
Introduction to Unimodem (Windows Drivers)
learn.microsoft.com
Spoiler: microsoft-windows-winsock-core-infrastructure-upgrade
Getting started with Winsock - Win32 apps
Use the links and resources in this topic as a step-by-step guide to getting started with Windows Sockets programming.
learn.microsoft.com
Spoiler: microsoft-windows-wmi-core
"Windows Management Instrumentation (WMI) consists of a set of extensions to the Windows Driver Model that provides an operating system interface through which instrumented components provide information and notification. WMI is Microsoft's implementation of the Web-Based Enterprise Management (WBEM) and Common Information Model (CIM) standards from the Distributed Management Task Force (DMTF).
WMI allows scripting languages (such as VBScript or Windows PowerShell) to manage Microsoft Windows personal computers and servers, both locally and remotely. WMI comes preinstalled in Windows 2000 and in newer Microsoft OSes. It is available as a download for Windows NT and[1] Windows 95 to Windows 98.[2]"
Windows Management Instrumentation - Wikipedia
en.wikipedia.org
Spoiler: networking-mpssvc-svc
"The Networking-MPSSVC-Svc component is part of Windows Firewall, which protects computers by preventing unauthorized users from gaining access through the Internet or a network."
Networking-MPSSVC-Svc
Networking-MPSSVC-Svc
learn.microsoft.com
Spoiler: ETWPROVIDERS
"Event Tracing for Windows (ETW) is an efficient kernel-level tracing facility that lets you log kernel or application-defined events to a log file. You can consume the events in real time or from a log file and use them to debug an application or to determine where performance issues are occurring in the application.
ETW lets you enable or disable event tracing dynamically, allowing you to perform detailed tracing in a production environment without requiring computer or application restarts.
The Event Tracing API is broken into three distinct components:
Controllers, which start and stop an event tracing session and enable providers
Providers, which provide the events
Consumers, which consume the events"
About Event Tracing - Win32 apps
Event Tracing for Windows (ETW) is an efficient kernel-level tracing facility that lets you log kernel or application-defined events to a log file.
learn.microsoft.com
Spoiler: INF
config
[Media]
type=client
Offer=Off
[SetupFiles]
actionqueue.dll
adfscomp.dll
admtv3check.dll
alert.gif
appcompat.xsl
appcompat_detailed.xsl
appcompat_bidi.xsl
appcompat_detailed_bidi.xsl
appcompat_detailed_txt.xsl
appcompat_detailed_bidi_txt.xsl
autounattend.xml
clustercompliance.dll
cmisetup.dll
cmiv2.dll
compres.dll
coverage.dll
cversion.ini
diager.dll
diagnostic.dll
du.dll
hwcompat.dll
hwcompat.txt
hwexclude.txt
hwreqchk.dll
hypervcomplcheck.dll
iiscomp.dll
imagelib.dll
input.dll
itgtupg.dll
lang.ini
license.rtf
locale.nls
migisol.dll
migtestplugin.dll
nlsbres.dll
noupgrade.txt
ntdsupg.dll
ntfrsupg.dll
pidgenx.dll
pkeyconfig.xrm-ms
pnpibs.dll
product.ini
rdsupgcheck.dll
rmsupg.dll
schema.dat
segoeui.ttf
ServicingCommon.dll
setup.cfg
setup.exe
shdocvw.dll
smiengine.dll
spflvrnt.dll
spprgrss.dll
spwizeng.dll
spwizimg.dll
spwizres.dll
sqmapi.dll
testplugin.dll
uddicomp.dll
unattend.dll
unbcl.dll
migres.dll
migcore.dll
migstore.dll
ucrtbase.dll
upgloader.dll
uxlib.dll
uxlibres.dll
vofflps.rtf
w32uiimg.dll
w32uires.dll
warning.gif
wdsclient.dll
wdsclientapi.dll
wdscommonlib.dll
wdscore.dll
wdsupgcompl.dll
wdsutil.dll
wimgapi.dll
win32ui.dll
winsetup.dll
wmicmiplugin.dll
xmllite.dll
[SetupFolders]
??-??\
inf\
Migration\
[ConXSetupFiles]
acmigration.dll
acres.dll
aeinv.dll
appraiser.dll
appraiser.sdb
cmi2migxml.dll
compatAppraiserResources.dll
compatctrl.dll
compatResources.dll
csiagent.dll
cversion.ini
bcd.dll
bootsvc.dll
db_MSFTproductionWindowsSigningCA.cer
devinv.dll
diager.dll
diagtrack.dll
diagtrackrunner.exe
dismapi.dll
dismcore.dll
dismcoreps.dll
dismprov.dll
du.dll
folderprovider.dll
generaltel.dll
globalinstallorder.xml
hwcompat.dll
hwcompat.txt
hwcompatPE.txt
hwexclude.txt
hwexcludePE.txt
hwreqchk.dll
imagingprovider.dll
lang.ini
license.rtf
logprovider.dll
mxeagent.dll
migapp.xml
migcore.dll
mighost.exe
migisol.dll
migres.dll
migstore.dll
migsys.dll
noupgrade.txt
offline.xml
oscomps.xml
oscomps.woa.xml
osfilter.inf
OutOfBox_Windows_db.bin
pid.txt
pidgenx.dll
pkeyconfig.xrm-ms
nxquery.inf
nxquery.sys
reagent.admx
reagent.dll
reagent.xml
reportgen.dll
sdbapiu.dll
ServicingCommon.dll
setupcompat.dll
setupplatform.cfg
setupplatform.dll
setupplatform.exe
sflistw7.dat
sflistw8.dat
sflistw8.woa.dat
sflistwb.dat
sflistwb.woa.dat
sflistwt.dat
sflistwt.woa.dat
sflistrs1.dat
sfcn.dat
sflcid.dat
sfpat.inf
sfpatw7.inf
sfpatw8.inf
sfpatwb.inf
sfpatwt.inf
sfpatrs1.inf
spwizimg.dll
testplugin.dll
unattend.dll
unbcl.dll
upgcompat.inf
upgrade_comp.xml
upgrade_bulk.xml
upgrade_data.xml
upgrade_frmwrk.xml
uninstall.xml
uninstall_data.xml
upgradeagent.dll
upgradeagent.xml
upgWow_bulk.xml
utcapi.dll
vhdprovider.dll
wdsclientapi.dll
wdscommonlib.dll
wdscore.dll
wdscsl.dll
wdsimage.dll
wdsutil.dll
wdstptc.dll
wimgapi.dll
wimprovider.dll
wpx.dll
xmllite.dll
[ConXSetupFolders]
*-*\
dlmanifests
replacementmanifests\
Vista\
XP\
Migration\
[Setup360Files]
bcd.dll
bootsvc.dll
diager.dll
diagtrack.dll
diagtrackrunner.exe
du.dll
gatherosstate.exe
hwreqchk.dll
lang.ini
MediaSetupUiMgr.dll
reagent.admx
reagent.dll
reagent.xml
reservemanager.dll
ServicingCommon.dll
SetupCore.dll
SetupHost.exe
SetupMgr.dll
setupplatform.cfg
setupplatform.dll
setupplatform.exe
unattend.dll
unbcl.dll
utcapi.dll
wdsclientapi.dll
wdscommonlib.dll
wdscore.dll
wdscsl.dll
wdsimage.dll
wdstptc.dll
wdsutil.dll
wimgapi.dll
WinDlp.dll
wpx.dll
Windows setup log file locations - Windows Client
Describes the setup log file locations for each setup phase of Windows Vista, Windows 7, Windows Server 2008 R2, Windows 8.1, and Windows 10 Version 1607.
learn.microsoft.com
Spoiler: FILES
Spoiler: ADMTV3CHECK.DLL
The Active Directory Migration Tool version 3.2 (ADMT v3.2) provides an integrated toolset to facilitate migration and restructuring tasks in an Active Directory Domain Services infrastructure. NOTE: this tool has known problems and is in limited support – please carefully review the ADMT Known Problems and Support Statement link in Related Resources below before using.
Download Active Directory Migration Tool version 3.2 (has known problems and limited support) from Official Microsoft Download Center
www.microsoft.com
SUPER LITE ISO WORK IN PROGRESS, MY NOTES
Spoiler: SAFE FOR REMOVAL.
SAFE DEFINITION FOR THIS USE CASE IS WHETHER OR NOT THE ISO WILL INSTALL, BOOT, AND RUN SOFTWARE.
IE VMWARE TOOLS, OPENING A PICTURE, AND PULLING UP A WEBPAGE.
REMOVING EVERYTHING LISTED HERE MAKES YOUR MACHINE VULNERABLE.
THEREFORE THIS IS ALL FOR RESEARCH AND KNOWLEDGE PURPOSES~!
DOWNLOAD LINKS PROVIDED BELOW FOR ALL REMOVED PACKAGES
Spoiler: PROGRAM FILES
Spoiler: PROGRAM FILES BACKUP
ALL OF THE FOLDERS LISTED BELOW:
Program Files.zip
drive.google.com
Spoiler: INTERNET EXPLORER
Internet Explorer.zip
drive.google.com
Spoiler: WINDOWS DEFENDER
Windows Defender.zip
drive.google.com
Spoiler: WINDOWS MAIL
Windows Mail.zip
drive.google.com
Spoiler: WINDOWS MULTIMEDIA PLATFORM
Windows Multimedia Platform.zip
drive.google.com
Spoiler: WINDOWS NT
Windows NT.zip
drive.google.com
Spoiler: WINDOWS PORTABLE DEVICES
Windows Portable Devices.zip
drive.google.com
Spoiler: WINDOWS SECURITY
Windows Security.zip
drive.google.com
Spoiler: WINDOWSPOWERSHELL
WindowsPowerShell.zip
drive.google.com
Spoiler: PROGRAM FILES X86
Spoiler: PROGRAM FILES X86 BACKUP
ALL THE FOLDERS LISTED BELOW:
Program Files (x86).zip
drive.google.com
Spoiler: INTERNET EXPLORER
Internet Explorer (1).zip
drive.google.com
Spoiler: WINDOWS DEFENDER
Windows Defender (1).zip
drive.google.com
Spoiler: WINDOWS MAIL
Windows Mail (1).zip
drive.google.com
Spoiler: WINDOWS MULTIMEDIA PLATFORM
Windows Multimedia Platform (1).zip
drive.google.com
Spoiler: WINDOWS NT
Windows NT (1).zip
drive.google.com
Spoiler: WINDOWS PORTABLE DEVICES
Windows Portable Devices (1).zip
drive.google.com
Spoiler: WINDOWSPOWERSHELL
WindowsPowerShell (1).zip
drive.google.com
Spoiler: WINDOWS
Windows:
I am working on the last three folders now, SYSTEM32, SYSWOW64, AND WINSXS
Spoiler: BCASTDVR
bcastdvr.zip
drive.google.com
Spoiler: CONTAINERS
Containers.zip
drive.google.com
Spoiler: DIAGNOSTICS
diagnostics.zip
drive.google.com
Spoiler: DIAGTRACK
DiagTrack.zip
drive.google.com
Spoiler: GAMEBARPRESENCEWRITER
GameBarPresenceWriter.zip
drive.google.com
Spoiler: IDENTITYCRL
IdentityCRL.zip
drive.google.com
Spoiler: IME
IME.zip
drive.google.com
Not the whole Folder, the subfolders:
IMEJP
IMEKR
IMETC
Spoiler: INF
INF.zip
drive.google.com
Not the whole Folder, the subfolders:
.NET DATA PROVIDER FOR ORACLE
.NET DATA PROVIDER FOR SQLSERVER
BITS
RDYBOOST
REMOTEACCESS
C_BARCODESCANNER.INF
C_BIOMETRIC.INF
C_CAMERA.INF
C_CASHDRAWER.INF
C_FSANTIVIRUS.INF
GAMEPORT.INF
RDCAMERADRIVER.INF
RDPBUS.INF
RDPIDD.INF
RDSHUP.INF
REMOTEPOSDRV.INF
XBOXGIP.INF
XBOXGIPSYNTHETIC.INF
Spoiler: INPUTMETHOD
InputMethod.zip
drive.google.com
Spoiler: SPEECH
Speech.zip
drive.google.com
Spoiler: SPEECH_ONECORE
Speech_OneCore.zip
drive.google.com
Spoiler: SYSTEM
System.zip
drive.google.com
Not the whole Folder, the subfolder:
SPEECH
Spoiler: NOT SAFE FOR REMOVAL
Spoiler: WHY?
Because ERRORS. See the WINDOWS SYSTEM STRUCTURE comment above for specific knowledge on any item you are interested in.
SOME ERROR EXAMPLES
Something in this list did this
Your browser is not able to display this video.
If you delete too much off the ISO it will act like it installed but do this instead
If you delete the BCD File from the iso >.>
The error above is an endless bootloop
If you delete anything statically linked to the printing services you ruin your image! XD
If you delete anything related to SERVICING this will break the ability to "fast install" using vmware, azure, etc. You will get the error above. To circumvent, you would have to tell the installer you will install the iso later, manually attach it and then run the installer. You could then see if it will boot or if you wrecked the image
If you simply delete too much or an entire folder that is needed by the kernel, such as the SERVICING folder, it will result in the installer out right failing
This one was from SYS32 deleting too much XD "Application Error 0xc0000005 (Access Violation) error is usually caused by your computer not being able to correctly process the files and settings required to run a particular program or installation" deleted all security functions xD readded
More SYS32 errors
Spoiler: PROGRAM FILES
Even though Research suggests that a lot of these items are related to Microsoft office or "SDKs", or are even empty folders... They are Needed at the Core Level to allow Windows print functions to work. And by by print, I do not mean ink printer. More like you lose the ability to open pictures, open text, run code needed for software, etc. Essentially breaking your image. So my Strong suggestion to You, is to Not Delete any Empty Folders. OCD or not, they are not harming You and may in Fact Harm the File System Integrity.
Spoiler: PROGRAM FILES X86
The microsoft folder contains EDGE, This Can be deleted. I am not removing it yet, as its my test if I broke something I didn't want to
Spoiler: PROGRAM DATA
The hidden ProgramData Folder should be left alonel, else you have severe limitations in running most software...
Spoiler: USERS
The users folder is under 2MB not worth any effort here.
Spoiler: WINDOWS
Building proper lists now, bare with me
{Mod edit: Quoted post has been deleted}
No sorry. I don't sell anything either. There are "grey" markets where you can get keys cheap, like sdc-vipkey, but you have to do your research to find a good provider. I used sdc before but cannot recommend bc i only used it once. It worked for me but not for others online.
Spoiler: IMAGEX COMMANDS
EDIT TLDR IMA DUMMY and I did the dism unmount command wrong. No need for IMAGEX but hey its there and it does things
jenneh said:
Spoiler: NOTE
View attachment 5740293
Okay, so as much as I wanted to save my next comment for my new isos, I have learned something that cannot wait. DISM.exe is not the proper way to mount the WIM file. if you are wanting to make lite isos.
The trouble with DISM is it retains the original WIM's file size no matter what alterations you make to the mounted filesystem.
The correct way to proceed is to make a copy of the extracted WIM using the export function from ImageX.
I am unsure how I will proceed, my main thread is too full per site to add any more to, so I will post all the ImageX commands here mostly for myself and anyone else interested. Then re-rewrite my code, finish my isos and likely make a new thread to post all of the new knowledge to and have this as a ref.
Sorry for the clutter~!
PS This method works just fine it's just not ideal if you are concerned about file size, as I am sure a lot of us here are since the title is Lite isos XD
Spoiler: IMAGEX COMMANDS
View attachment 5740295View attachment 5740297View attachment 5740299View attachment 5740301View attachment 5740303View attachment 5740305View attachment 5740307View attachment 5740309View attachment 5740311
TLDR I LEARNED A BETTER METHOD, BUILDING NEW CODE. NEW GUIDE.
Click to expand...
Click to collapse
this is the tool i used to build my image i think:
Code:
oscdimg.exe -m -o -u1 -udfver102 -lWIN_PE_X64 -bootdata2#p0,e,bC:\WinPE_amd64\fwfiles\etfsboot.com#pEF,e,bC:\WinPE_amd64\fwfiles\efisys.bin C:\Users\James\Downloads\win11lite C:\isos\win11test.iso
and it worked great.
Spoiler: I WAS WRONG
james28909 said:
this is the tool i used to build my image i think:
Code:
oscdimg.exe -m -o -u1 -udfver102 -lWIN_PE_X64 -bootdata2#p0,e,bC:\WinPE_amd64\fwfiles\etfsboot.com#pEF,e,bC:\WinPE_amd64\fwfiles\efisys.bin C:\Users\James\Downloads\win11lite C:\isos\win11test.iso
and it worked great.
Click to expand...
Click to collapse
Yes thank you the iso building part is perfect, and there is nothing wrong with this guide per say. i am making another guide using ximage for the miniminalists. The trouble with this method is the size of the iso when finished, it can be made smaller. It's like after you finish the dism steps in the original guide, it doesn't actually remove any file size from the wim. At the end after dismounting dism.exe you could use this command
Code:
imagex /export C:\Users\0110\Desktop\MODWINDOWZ\WIM\install.wim * C:\Users\0110\Desktop\MODWINDOWZ\WIM\mod.wim
To make the new wim and it will be smaller in filesize, then rename it to install.wim and repack it. It's kinda convoluted, so I want to just start over with new code using imagex more and some batch files I made for the tool update.
I also suspect that a lot of what is done in dism can be done in ximage, and I need to test if you use ximage first or after removing packages and features in the wim.
So nothing for anyone to worry about for anyone except for nerds like me just wanting to do things bc its possible
Unless.... You Need to partition a usb with an image under 4gb
Spoiler: NERD RAMBLING
I've had this code stuck in my head all day and finally got to play with it. I have almost finished the "lite" tool that is a one-click solution to source the wim, remove the bloatware (apps, packages, features) dismount then build the iso. I have to rework the way we unmount the wim in dism in order for this to work fully, almost there~! Sneak peek
I will share the code, the new tool and teach you how to make this yourself as soon as i figure it out xD
goodness and if i could learn to read I would have seen that microsoft says to use dism export feature..
Modify a Windows Image Using DISM
Modify a Windows image using DISM
learn.microsoft.com
Code:
Dism /Image:C:\test\offline /cleanup-image /StartComponentCleanup /ResetBase
Dism /Unmount-Image /MountDir:C:\test\offline /Commit
Dism /Export-Image /SourceImageFile:C:\Images\install.wim /SourceIndex:1 /DestinationImageFile:C:\Images\install_cleaned.wim
Which would replace imagex thankfully I think.
I'm testing now
Yes I am correct. I missed a step. The translation of the code above is this
Code:
Dism /Image:"C:\Users\0110\Desktop\MODWIN\PATH" /cleanup-image /StartComponentCleanup /ResetBase
dism /Unmount-Image /MountDir:"C:\Users\0110\Desktop\MODWIN\PATH" /Commit
Dism /Export-Image /SourceImageFile:"C:\Users\0110\Desktop\MODWIN\WIM\mod.wim" /SourceIndex:1 /DestinationImageFile:"C:\Users\0110\Desktop\MODWIN\ISO\sources\install.wim"
THE ORIGINAL MODWINDOWZ TOOL LINK HAS BEEN UPDATED WITH THE AMENDED SAVE CODE, as well as the OP
Okay! I have built the new guide and will be releasing further updates on there, however the WINDOWS SYSTEM STRUCTURE and my SAFE and NOT SAFE FOR REMOVAL sections will still be receiving updates in their respective comments over the next few days https://forum.xda-developers.com/t/modwin-a-one-click-windows-installation-iso-mod-tool.4509153/
Spoiler: TAKEOWN UPDATE
It took me five hours to figure it out but Finally, the TAKEOWN KNOWLEDGE section contains a COMMAND LINE section for taking ownership of folders or files in PATH and being able to remove them in cmd. It involves takeown and icacls like how the registry hack was coded but we have to run it differently. Command Line is for scripting, the Registry takeown hack is for GUI use
translation: this is needed for the "super-lite" script to operate correctly
Spoiler: WARNING
I highly doubt anyone else is going to do this but I will put it out there just incase.
Do not own the path folder, modwin, or modwindowz and delete them prior to properly unmounting the WIM.
A possible problem that could occur from doing this too much or on a hard drive with too little space is the wimserver.exe program that hosts the wim files will not relinquish the space since they did not get unmounted and the action of deleting PATH or the tools will double the space used.
If you go over your hard drive's space, windows will try to load but continuously give you an error that windows itself failed to start. You are fortunate enough to be able to press ctl alt delete to access the sign in screen, can press shift then click on reset to access advanced factory reset.
Bare in mind I discovered this bc I was running like 4 or 5 of these, and deleting PATH to be Lazy. So the average user will have nothing to worry about
Spoiler: reDISCOVERING UUPDUMP
Hello. Through my misfortune of having to factory reset yesterday, I had to go through the trouble of resourcing a windows 10 iso that was similar to what I was using originally. A long story short, I have figured out how to make the "lite" isos 3.5-3.6 gb using images sourced from https://uupdump.net/
This requires changing a couple lines of code in the MODWIN tool and explaining to those that dont know, how to use uup. I am working through that now and will add those steps to modwin for anyone interested. Idk how to do things in scripting code yet like give it options of .wim or .esd, so I will make a second toolset for now, document this here and in the future figure it out.
Check out that filesize! and thats with the efi drivers! Nothing removed from the filesystem. I will upload this to the cloud later
Yes she booted~! And has interwebz
WIN10LITE (3.4G)
win10lite.iso
drive.google.com
Spoiler: UUPDUMP PACKAGE KNOWLEDGE
Okay some update and clarification. UUPDUMP's windows 11 isos app and package names are different than regular windows isos, so I had to build a whole new script for win11. win10 was ambidextrous. WINMOD was able to do it's magic and get win11lite down to
that's uploading now should be another hour or so.
also there was no tpm restrictions on this iso when running it in the vm!
The new tool and uup dump method will be released shortly on the winmod thread
WIN11LITE (3.4 GB)
win11lite.iso
drive.google.com
Spoiler: EFI KNOWLEDGE
So I don't lose it, it is possible to change the efi driver we assign in the last step, specifically for windows 11 images to bypass this message when first running the iso
This efi driver already in the iso I just need to create the code for it. I will include this in the next MODWIN update
ref:
Windows boot iso file without press any key
I'm trying to make an iso file which will boot without any key-press from the user. In Windows iso files, when booting from a cd, there is a message "press any key to boot from cd" which will wait ...
serverfault.com
" There is also a efisys_noprompt.bin boot code file that can be used when creating the ISO for EFI systems. Use that file instead if you want to eliminate the prompt."
Spoiler: NOTES
Here is where I am at. With the windows 11 iso, the iso FOLDER itself, it seems you can strip out literally everything, minus 11 items. I have documented those above in the not safe for removal section.
I went ahead and made a script that can strip the iso in 3 seconds, it will be added to MODWIN when I finish preparing what all I want to add in for the next update. It is also listed below for your copy pastas
Your browser is not able to display this video.
Spoiler: CLEAN ISO SCRIPT
Code:
del "C:\Users\0110\Desktop\MODWIN\ISO\autorun.inf"
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\support" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\boot\en-us" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\boot\fonts" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\boot\resources" /S /Q
del "C:\Users\0110\Desktop\MODWIN\ISO\boot\bootfix.bin"
del "C:\Users\0110\Desktop\MODWIN\ISO\boot\bootsect.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\boot\etfsboot.com"
del "C:\Users\0110\Desktop\MODWIN\ISO\boot\memtest.exe"
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\cipolicies" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\fonts" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\resources" /S /Q
del "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\cdboot.efi"
del "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\cdboot_noprompt.efi"
del "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\efisys.bin"
del "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\memtest.efi"
del "C:\Users\0110\Desktop\MODWIN\ISO\efi\microsoft\boot\winsipolicy.p7b"
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\asz" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\dlmanifests" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\en-us" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\etwproviders" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\inf" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\migration" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\replacementmanifests" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\sxs" /S /Q
rmdir "C:\Users\0110\Desktop\MODWIN\ISO\sources\uup" /S /Q
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\acmigration.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\acres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\actionqueue.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\adfscomp.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\admtv3check.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\aeinv.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\alert.gif"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appcompat.xsl"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appcompat_bidi.xsl"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appcompat_detailed.xsl"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appcompat_detailed_bidi.xsl"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appcompat_detailed_bidi_txt.xsl"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appcompat_detailed_txt.xsl"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appcompatservicing.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appraiser.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appraiser.sdb"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appraiserdatasha1.cat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appraiserres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\appraisersdblatestoshash.txt"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\arunimg.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\arunres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\autorun.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\background_cli.png"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\bcd.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\bootsvc.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\cdplib.mof"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\cdplibuninstall.mof"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\clustercompliance.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\cmi2migxml.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\cmisetup.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\compatappraiserresources.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\compatctrl.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\compatresources.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\compres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\cryptosetup.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\csiagent.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\cversion.ini"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\db_msftproductionwindowssigningca.cer"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\devinv.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\diager.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\diagnostic.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\diagtrack.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\diagtrackrunner.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\dism.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\dismapi.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\dismcore.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\dismcoreps.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\dismprov.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\du.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\facilitator.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\folderprovider.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\gatherosstate.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\generaltel.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\hwcompat.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\hwcompat.txt"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\hwcompatPE.txt"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\hwexclude.txt"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\hwexcludePE.txt"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\hwreqchk.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\hypervcomplcheck.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\iasmigplugin.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\icbexclusion.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\idwbinfo.txt"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\iiscomp.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\imagelib.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\imagingprovider.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\input.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\itgtupg.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\lang.ini"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\locale.nls"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\logprovider.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\mediasetupuimgr.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\migapp.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\migcore.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\mighost.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\migisol.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\migres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\migstore.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\migsys.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\migtestplugin.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\"mitigation.dll
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\mxeagent.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\nlsbres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\ntdsupg.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\ntfrsupg.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\nxquery.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\nxquery.sys"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\offline.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\offlineprofileutils.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\oscomps.woa.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\oscomps.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\osfilter.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\outofbox_windows_db.bin"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\pnpibs.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\pnppropmig.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\product.ini"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\rdsupgcheck.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\reagent.admx"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\reagent.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\reagent.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\reportgen.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\reservemanager.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\rmsupg.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\rollback.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\schema.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sdbapiu.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\segoeui.ttf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\servicingcommon.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupcompat.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupcore.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupdiag.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setuperror.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setuphost.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupmgr.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupplatform.cfg"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupplatform.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupplatform.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\setupprep.exe"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sfcn.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflcid.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistrs1.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistw7.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistw8.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistw8.woa.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistwb.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistwb.woa.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistwt.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sflistwt.woa.dat"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sfpat.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sfpatrs1.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sfpatw7.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sfpatw8.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sfpatwb.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sfpatwt.inf"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\smiengine.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\spflvrnt.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\spprgrss.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\spwizeng.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\spwizimg.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\spwizres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\sqmapi.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\uddicomp.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\unattend.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\unbcl.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\uninstall.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\uninstall_data.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\updateagent.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgloader.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgrade_bulk.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgrade_comp.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgrade_data.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgrade_frmwrk.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgradeagent.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgradeagent.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\upgwow_bulk.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\utcapi.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\uxlib.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\uxlibres.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\vhdprovider.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\w32uiimg.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\w32uires.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\warning.gif"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdsclient.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdsclientapi.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdscommonlib.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdscore.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdscsl.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdsimage.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdstptc.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdsupgcompl.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wdsutil.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wicadevicefilters.xml"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wimgapi.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wimprovider.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\win32ui.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\windlp.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\winsetup.dll"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\winsetupboot.hiv"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\winsetupboot.sys"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\winsetupmon.sys"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\winsetupmon.hiv"
del "C:\Users\0110\Desktop\MODWIN\ISO\sources\wpx.dll"
What I am working on:
I am mounting the boot.wim file and poking around. Apparently it is Windows PE but it too has its own packages, but no apps or features.
Spoiler: PACKAGES
Code:
Packages listing:
Package Identity : Microsoft-Windows-WinPE-AppxPackaging-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : Microsoft-Windows-WinPE-AppxPackaging-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : Microsoft-Windows-WinPE-Fonts-Legacy-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:51 AM
Package Identity : Microsoft-Windows-WinPE-FontSupport-WinRE-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:35 AM
Package Identity : Microsoft-Windows-WinPE-OpcServices-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:53 AM
Package Identity : Microsoft-Windows-WinPE-OpcServices-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:53 AM
Package Identity : Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Foundation
Install Time : 5/7/2022 5:29 AM
Package Identity : WinPE-AppxDeployment-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-AppxDeployment-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-AppxPackaging-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-AppxPackaging-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-ATBroker-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-ATBroker-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-AudioCore-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-AudioCore-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-AudioDrivers-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-AudioDrivers-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-CILockdownPolicies-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:53 AM
Package Identity : WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-FMAPI-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-HTA-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:51 AM
Package Identity : WinPE-HTA-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:51 AM
Package Identity : WinPE-Narrator-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-Narrator-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-OpcServices-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:53 AM
Package Identity : WinPE-OpcServices-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:53 AM
Package Identity : WinPE-Rejuv-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-Rejuv-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:51 AM
Package Identity : WinPE-Scripting-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-Scripting-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-Speech-TTS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:37 AM
Package Identity : WinPE-Speech-TTS-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:37 AM
Package Identity : WinPE-SRH-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-SRH-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-SRT-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-SRT-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-StorageWMI-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-StorageWMI-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-WiFi-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-WiFi-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:52 AM
Package Identity : WinPE-WindowsUpdate-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:53 AM
Package Identity : WinPE-WindowsUpdate-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:53 AM
Package Identity : WinPE-WMI-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
State : Installed
Release Type : Language Pack
Install Time : 5/7/2022 5:36 AM
Package Identity : WinPE-WMI-Package~31bf3856ad364e35~amd64~~10.0.22621.1
State : Installed
Release Type : Feature Pack
Install Time : 5/7/2022 5:36 AM
These are the packages dism was allowed to remove, still testing if "safe" or not (bootable or not)
Spoiler: BOOT.WIM PACKAGE REMOVAL SCRIPT
Code:
move "C:\Users\0110\Desktop\MODWIN\ISO\sources\boot.wim" C:\Users\0110\Desktop\MODWIN\WIM\modboot.wim
dism.exe /mount-wim /wimfile:"C:\Users\0110\Desktop\MODWIN\WIM\modboot.wim" /mountdir:"C:\Users\0110\Desktop\MODWIN\PATH" /index:1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:Microsoft-Windows-WinPE-Fonts-Legacy-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:Microsoft-Windows-WinPE-FontSupport-WinRE-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AppxDeployment-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AppxDeployment-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AppxPackaging-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AppxPackaging-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-ATBroker-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-ATBroker-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AudioCore-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AudioCore-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AudioDrivers-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-AudioDrivers-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-CILockdownPolicies-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-FMAPI-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-HTA-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-HTA-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Narrator-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Narrator-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-OpcServices-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-OpcServices-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Rejuv-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Rejuv-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Scripting-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Scripting-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Speech-TTS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-Speech-TTS-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-SRH-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-SRH-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-SRT-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-SRT-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-StorageWMI-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-StorageWMI-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WiFi-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WiFi-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WindowsUpdate-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WindowsUpdate-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WMI-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1
dism.exe /Image:C:\Users\0110\Desktop\MODWIN\PATH /Remove-Package /PackageName:WinPE-WMI-Package~31bf3856ad364e35~amd64~~10.0.22621.1
dism.exe /Image:"C:\Users\0110\Desktop\MODWIN\PATH" /cleanup-image /StartComponentCleanup /ResetBase
dism.exe /Unmount-Image /MountDir:"C:\Users\0110\Desktop\MODWIN\PATH" /Commit
dism.exe /Export-Image /SourceImageFile:"C:\Users\0110\Desktop\MODWIN\WIM\modboot.wim" /SourceIndex:1 /DestinationImageFile:"C:\Users\0110\Desktop\MODWIN\ISO\sources\boot.wim"
edit -- there is for sure a package that is removable but not =bootable. Will work through that tomorrow.
Still figuring out the tpm bypass, some stuff I've tried, I loaded both the boot.wim and install.wim SYSTEM registries and hand keyed in the LabConfig reg entry, no dice.
Something else I tried just to try it was I made a copy of boot.wim and named it install.wim and repacked the iso to see if it would boot. it did but it's winpe and if you try to select the installer option it says its missing files or something anyway.
Some guides I'm looking at for ideas
Clear-Tpm (TrustedPlatformModule)
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
learn.microsoft.com
Trusted Platform Module Technology Overview
learn.microsoft.com
Something to look at later
wimlib - Main page
Spoiler: UNSAFE REMOVAL PACKAGES
All of them~!
an edit. I cannot explain why my clean iso batch worked and now doesnt. idc to waste any more time on it