Windows 10 Imaging, Customization and Deployment

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

  1. Krager

    Krager MDL Senior Member

    Joined:
    Jan 9, 2017
    Messages:
    396
    Likes Received:
    230
    Trophy Points:
    10
    Nice :)
     
  2. Dusktilldawn

    Dusktilldawn MDL Novice

    Joined:
    Oct 24, 2009
    Messages:
    46
    Likes Received:
    10
    Trophy Points:
    0
  3. Bira

    Bira MDL Member

    Joined:
    Oct 4, 2017
    Messages:
    104
    Likes Received:
    42
    Trophy Points:
    10
  4. Tom Mix

    Tom Mix MDL Junior Member

    Joined:
    Jul 24, 2009
    Messages:
    55
    Likes Received:
    5
    Trophy Points:
    0
  5. Dusktilldawn

    Dusktilldawn MDL Novice

    Joined:
    Oct 24, 2009
    Messages:
    46
    Likes Received:
    10
    Trophy Points:
    0
  6. WhiteDeath1313

    WhiteDeath1313 MDL Member

    Joined:
    Aug 25, 2018
    Messages:
    113
    Likes Received:
    206
    Trophy Points:
    10
  7. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
  8. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
  9. oilernut

    oilernut MDL Senior Member

    Joined:
    Jul 8, 2007
    Messages:
    397
    Likes Received:
    316
    Trophy Points:
    10
    18362 Tools are now on the Microsoft Insider Site.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  11. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30
  12. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
  13. whatever127

    whatever127 MDL PHP Wizard

    Joined:
    Nov 9, 2012
    Messages:
    1,050
    Likes Received:
    7,237
    Trophy Points:
    60
  14. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
    Just tried downloading Offline like I have in the past & it didn't work.
    Code:
    adksetup /quiet /layout ADKoffline
    Doesn't matter, ISO links above are working...
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  16. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30
    As I mentioned above, I like the clean ADK PE's, but one of the things I usually add from a full install.wim is the Disk Management GUI (MMC). It's relatively easy to add the needed files and registry settings from a full install.wim and "inject" them into PE's boot.wim (it only adds a few MBs). Of course there's always DiskPart CLI, but DiskManagement is just a bit easier to use (and saves the trouble of adding third party tools).

    In the latest 18362 PE, there do seem to be some changes, however. Maybe just a single (or few) new file dependencies, but I have not found them yet, unfortunately.
    If any of you guys are familiar with this, please share any findings you may discover (I will do the same if I find out anything new).
     
  17. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30
    I checked my notes, and found the part about adding MMC (disk management) to a standard PE. I got this info from "SpleenHarvester", but I haven't heard from him in years...
    devmgmt.msc
    devmgr.dll
    diskmgmt.msc
    dmdlgs.dll
    dmdskmgr.dll
    dmdskres.dll
    dmdskres2.dll
    dmintf.dll
    dmocx.dll
    dmutil.dll
    dmvdsitf.dll
    dmview.ocx
    mmc.exe
    mmcbase.dll
    mmcndmgr.dll
    mmcshext.dll

    and their en-US MUI files!
    regsvr32 /s mmcndmgr.dll
    regsvr32 /s mmcshext.dll
    regsvr32 /s devmgr.dll
    regsvr32 /s dmdlgs.dll
    regsvr32 /s dmdskmgr.dll
    regsvr32 /s dmocx.dll
    regsvr32 /s dmview.ocx
    HKCR\mscfile
    HKCR\.msc
    HKLM\software\microsoft\internet explorer
    HKLM\software\microsoft\internet explorer\activex compatibility
    HKLM\software\microsoft\MMC

    This used to work just fine, but for 18362 it looks like there might be some more file dependencies for the regsvr32 commands to work.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  19. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30