go to your manufacturer's site of you PC or laptop or whatever it is and find the latest driver for Win10. The driver will allow you to adjust the resolution of your device upon its design structure. If a 800 x 600 is the max by design even with a w10 driver, you cannot set it to another value
Guys, i'm using Windows built-in DISM to remove bunch of packages from install.wim but WimTweak report the amount packages still the same as before the removal process, the test wim is installed with those removed packages non-functional but my question is how do i remove the packages not only from the registry but also the physical packages to reduce WIM and installation size? Must i be using Windows 10 ADK or there are more DISM variants i'm missing? There's no straight forward clue and i've been looking answer for hours.
Offline servicing results usually will be pending you must boot (install) the image to get rid of pending operations
Indeed there are alot on pending but i'm not sure the procedure "Boot (install) image", meaning to boot from bios POST and install the OS? But how does that able to apply the pending to wim itself? Sorry i'm new at Dism.
I mean after ypu modify the wim, install the image/system in audit mode, run dism cleanup Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase then capture new wim
@vuze4u You need to compress the install.wim after unmounting your image. Example: DISM.exe /Mount-Wim /WimFile:"C:\install.wim" /index:1 /MountDir:"C:\mount" <remove your packages> DISM.exe /Unmount-Image /MountDir:C:\mount /commit DISM.exe /Export-Image /SourceImageFile:"C:\install.wim" /SourceIndex:1 /DestinationImageFile:"C:\install.wim.compressed" /compress:max
Everything goes fine, but the last cmd fail. Spoiler Code: C:\Windows\system32>DISM.exe /Unmount-Image /MountDir:C:\mount /commit Deployment Image Servicing and Management tool Version: 10.0.10532.0 Error: 50 The request is not supported. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log I tried everything, but got stuck ,suggestions?
Still got same Error: 50 Something is missing or not right. Dunno! First cmd at starting get same error and need change cmd to Spoiler worked, Code: Dism /apply-image /imagefile:c:\install.wim /index:1 /ApplyDir:C:\mount but this cmd's not Code: dism /mount-wim /wimfile:C:\10240\sources\install.wim /mountdir:C:\mount /index:1 .LOG Spoiler Code: DISM DISM.EXE: Dism.exe version: 10.0.10240.16384 2015-09-19 21:40:46, Info DISM DISM.EXE: Executing command line: DISM.exe /Unmount-WIM /MountDir:C:\mount /commit 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Loading Provider from location C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Connecting to the provider located at C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Loading Provider from location C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Connecting to the provider located at C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Loading Provider from location C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Connecting to the provider located at C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Loading Provider from location C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Connecting to the provider located at C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Loading Provider from location C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Connecting to the provider located at C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Loading Provider from location C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\FfuProvider.dll - CDISMProviderStore::Internal_GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Connecting to the provider located at C:\Users\\Downloads\GetWaikTools\ADK_6\amd64\Dism\FfuProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2015-09-19 21:40:46, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table. 2015-09-19 21:40:46, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider 2015-09-19 21:40:46, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager 2015-09-19 21:40:46, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager 2015-09-19 21:40:46, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager. 2015-09-19 21:40:46, Info DISM DISM.EXE: Attempting to add the commands from provider: VHDManager 2015-09-19 21:40:46, Info DISM DISM.EXE: Attempting to add the commands from provider: GenericImagingManager 2015-09-19 21:40:46, Info DISM DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager. 2015-09-19 21:40:46, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager 2015-09-19 21:40:46, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager. 2015-09-19 21:40:46, Info DISM DISM.EXE: Attempting to add the commands from provider: FfuManager 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Getting Provider WimManager - CDISMProviderStore::GetProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider [4272] [0x80070002] FIOReadFileIntoBuffer:(1250): The system cannot find the file specified. [4272] [0xc142011c] UnmarshallImageHandleFromDirectory:(793) [4272] [0xc142011c] WIMGetMountedImageHandle:(3046) 2015-09-19 21:40:46, Info DISM DISM WIM Provider: PID=4272 TID=2024 [C:\mount] is not a WIM mount point. - CWimMountedImageInfo::Initialize 2015-09-19 21:40:46, Code: Error DISM DISM WIM Provider: PID=4272 TID=2024 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2709 - CWimManager::InternalOpUnmount(hr:0x80070032) 2015-09-19 21:40:46, Error DISM DISM WIM Provider: PID=4272 TID=2024 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4219 - CWimManager::InternalCmdUnmount(hr:0x80070032) 2015-09-19 21:40:46, Error DISM DISM WIM Provider: PID=4272 TID=2024 Error executing command - CWimManager::InternalExecuteCmd(hr:0x80070032) 2015-09-19 21:40:46, Error DISM DISM WIM Provider: PID=4272 TID=2024 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2186 - CWimManager::ExecuteCmdLine(hr:0x80070032) 2015-09-19 21:40:46, Info DISM DISM.EXE: Image session has been closed. Reboot required=no. 2015-09-19 21:40:46, Info DISM DISM.EXE: 2015-09-19 21:40:46, Info DISM DISM.EXE: <----- Ending Dism.exe session -----> 2015-09-19 21:40:46, Info DISM DISM.EXE: 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Disconnecting Provider: FfuManager - CDISMProviderStore::Internal_DisconnectProvider 2015-09-19 21:40:46, Info DISM DISM Provider Store: PID=4272 TID=2024 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider