1. wasd

    wasd MDL Junior Member

    Sep 13, 2011
    55
    12
    0
    What can you do with NTlite FREE version that you can't with MSMG? Just curious
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    yep dude I agree a lot of things I learn with attempt and error until discover how to things works my method requires patience but I believe is valid anyway ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    903
    1,178
    30
    There is a slight difference, when you don't use these it will still start OOBE and show "Just a moment..." for a few seconds before moving on, while with those two "deprecated" settings OOBE will be skipped entirely. I have also seen someone report that he got stuck in a boot loop without them. And SkipMachineOOBE skips Windows Updates during setup if the computer is connected to internet, not sure if any of the other settings skips it.

    Also if you use these two "deprecated" settings then you can remove the other settings as long as you have a username and password specified. You don't actually need a password either, if you don't specify a password it will force you to set a password before you can reach the desktop.
     
  4. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Windows10 EnterpriseVL x64 (15063).
    Code:
    1.Mounted install.wim with ToolKit-v7.3
    
    2.Added NetFx3 and CU KB4020102 with Command Prompt
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /Add-Package /PackagePath:C:\Microsoft-Windows-NetFx3-OnDemand-Package.cab
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /Add-Package /PackagePath:C:\Windows10.0-KB4020102-x64.cab
    
    3.Disable Features with Command Prompt
    WCF Services
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:WCF-Services45
    
    Media Features
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:MediaPlayback
    
    Microsoft Print to PDF
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:Printing-PrintToPDFServices-Features
    
    Print and Document Services
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:Printing-Foundation-Features
    
    Remote Differential Compression API Support
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:MSRDC-Infrastructure
    
    SMB 1.0/CIFS File Sharing Support
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:SMB1Protocol
    
    Windows PowerShell 2.0
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:MicrosoftWindowsPowerShellV2Root
    
    Work Folders Client
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:WorkFolders-Client
    
    XPS Services
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:Printing-XPSServices-Features
    
    XPS Viewers
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:Xps-Foundation-Xps-Viewer
    
    Search
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /disable-feature /featurename:SearchEngine-Client-Package
    
    4.Enabled Features with Command Prompt
    Legacy Components
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /enable-feature /featurename:LegacyComponents
    Dism /Image:C:\ToolKit-v7.3\Mount\Install /enable-feature /featurename:DirectPlay
    
    5.Removed all with ToolKit-v7.3
    4 - 1 - 2
    4 - 1 - 3
    4 - 2
    4 - 3 - 1
    4 - 3 - 2 - 1
    4 - 3 - 2 - 2
    4 - 3 - 2 - 3
    4 - 3 - 2 - 4
    4 - 3 - 2 - 5
    4 - 3 - 2 - 6
    4 - 3 - 2 - 7
    4 - 3 - 2 - 8
    4 - 3 - 2 - 9
    
    6.Removed Packages with Command Prompt
    DISM /Image:C:\ToolKit-v7.3\Mount\Install /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    DISM /Image:C:\ToolKit-v7.3\Mount\Install /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    DISM /Image:C:\ToolKit-v7.3\Mount\Install /Remove-Package /PackageName:Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.15063.0
    
    7.Saved image with ToolKit-v7.3
    6 - 3
    OR
    6 - 1

    Works fine.;)
     
  5. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    I wish I knew that...
     
  6. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    I cannot find the user xniso on these forums. Could you point me to where I can find more info? What are the consequences of integrating cumulative updates without integrating Servicing Stack updates and Compatibility Definition updates? Now that I am using an image that had the latest cumulative update applied to it without the other 2 types of updates applied, should I apply those 2 other updates and re-install the cumulative update?

    Does MSMG Toolkit integrate updates in any specific order? It may a good to mention on how to integrate latest updates and in which order. I assume integrating Servicing Stack and Compatibility Definition update ahead of Cumulative Update will make Cumulative Update integration more "appropriate"... or will it be the same thing anyway? I just do not see the point in update with MSMG Toolkit if Windows Update is going to re-install it all over again + older Servicing Stack updates and bla bla...
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    It's xinso, and i believe he's banned?

    Abbodi1406's script integration sequence:

    1. Servicing Stack
    2. enable dotnetfx3 (optional)
    3. CU
    4. Flash
     
  8. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    What is the latest Servicing Stack version, for Windows10 Version 1703 (OS Build 15063), and where can i download it. thanks :)
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,511
    450
    For 1703 there is still no servicing stack released.
     
  10. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    Well, that sucks. :confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    #2851 endbase, May 27, 2017
    Last edited: May 27, 2017
    Actualy he came here one night and started raging against people so
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    What should I add my BAT file to force it to start As Admin? I want to create an Unattended Post-Setup BAT file, but unless somehow forced, it will run As User...

    Does anyone recommend disabling all the services you do not use ahead of installation, as in pre-configured? I think it is a bad idea, but maybe not?
     
  13. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60

    Why did you integrate NetFX manually via CMD DISM? What is WCF Services 45? I know what the others do, but not that one...
     
  14. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Great! Thank you. What about Compatibility Definitions? Are those included in Cumulative Updates? It just happens that a new CU came out for 1607, but dated later than the latest Compatibility Definition update... Should integration be done one-at-time? Meaning, if you integrate Servicing Stack first, should you then save the image before proceeding to other updates? I figured it would be the case for the Servicing Stack to actually influence which parts to use from the Cumulative Update...
     
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,863
    1,524
    60
    Because the Microsoft-Windows-NetFx3-OnDemand-Package i use, is the one i copy from C:\Windows\SoftwareDistribution\Download, which is downloaded when i use Turn Windows features on or off, for the version of windows 10 i am going to update.

    I don't know what WCF Services 45 is, all i know is i don't use it.:p
     
  16. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    926
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. ultimate11

    ultimate11 MDL Novice

    Jun 28, 2015
    24
    2
    0
    #2858 ultimate11, May 28, 2017
    Last edited: May 28, 2017
    Was the Games pack just recently updated or has it not been posted out yet? I got errors from MSMG toolkit as I was integrating the old pack of games that was for V4.3 (or older, I forgot, but it was the pack that was removed).

    The errors I got were that it couldn't find a .tpk file, but the filename was highly different from the Games pack I got, cause I had, for example, HoldEm_x86.tpk, but MSMG is looking for example, HoldEm.tpk, which I don't recall being required in previous versions.
     
  18. ultimate11

    ultimate11 MDL Novice

    Jun 28, 2015
    24
    2
    0
    That's for Windows 10, I'm trying to integrate the games to Windows 7. It has worked before for later versions, the pack was removed due to a bug regarding permissions in the live system (I think). I've had the pack before and I was able to integrate it to the image regardless of whether or not the pack was removed. I last tested with 6.7 with no issues, but 7.3 is the first time I've seen these issues. Something must have changed between then for the Games pack to not integrate (structure-wise).