Windows 10 Imaging, Customization and Deployment

Discussion in 'Windows 10' started by arseny92, Jan 31, 2015.

  1. drifter12

    drifter12 MDL Novice

    Jul 15, 2015
    3
    0
    0
    could you expound on this pls... Mr Desmond?
     
  2. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,011
    4,152
    210
    What's hard to understand? Install the latest driver for your GPU, job done
     
  3. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    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
     
  4. drifter12

    drifter12 MDL Novice

    Jul 15, 2015
    3
    0
    0
    will do that, Sir...
    thanks again.:eek:
     
  5. MUKESH

    MUKESH MDL Junior Member

    Sep 1, 2011
    61
    31
    0

    the following links are not working: View attachment links.txt
     
  6. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    #206 LostED, Sep 7, 2015
    Last edited by a moderator: Apr 20, 2017
    @google
    Code:
    85f7a82797e6f00f1132310791267b4ea729ffdc
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    Don't know, don't use

    propably just fixes
     
  8. vuze4u

    vuze4u MDL Member

    Apr 24, 2010
    140
    36
    10
    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. :weep:
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    Offline servicing results usually will be pending
    you must boot (install) the image to get rid of pending operations
     
  10. vuze4u

    vuze4u MDL Member

    Apr 24, 2010
    140
    36
    10
    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.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    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
     
  12. El-Nebu

    El-Nebu MDL Novice

    Aug 14, 2015
    13
    5
    0
    @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
     
  13. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    But how about this:
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    Don't know, didn't use :D

    i'm talking about dism behaviour
     
  15. MyDigito

    MyDigito MDL Member

    Aug 16, 2012
    149
    22
    10
    #217 MyDigito, Sep 19, 2015
    Last edited by a moderator: Apr 20, 2017
    :help2: Everything goes fine, but the last cmd fail.
    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:confused: ,suggestions?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    Try Unmount-Wim instead
     
  17. MyDigito

    MyDigito MDL Member

    Aug 16, 2012
    149
    22
    10
    #219 MyDigito, Sep 19, 2015
    Last edited by a moderator: Apr 20, 2017
    Still got same Error: 50
    Something is missing or not right. Dunno!

    First cmd at starting get same error and need change cmd to
    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
    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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,357
    14,007
    120
    I use these cmds in dism at least since W7 & now in W10