1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes it may be possible, there are two cases where one would break the WU install and other one WU restoring the removed components.

    Just need to experiment more with both the combination to achieve the required state.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    TH1 is Threshold 1 (10.0.10240) i.e the first release of Windows 10
    TH2 is Threshold 2 (10.0.10586)
    RS1 is Redstone 1 (10.0.14393)
    RS2 is Redstone 2 (10.0.15063)
    RS3 is Redstone 3 (10.0.16299)
    RS4 is Redstone 4 (10.0.17134)
    RS5 is Redstone 5 (10.0.17763)
    RS6 is v1903 (10.0.18362.1)

    The Readme.txt clearly specifies the required packs for each versions.

    You may better wait for next version as it is more easier to use the Packs.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    I haven't tested that yet, will checkout.

     
  4. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #11786 Kenafri, Aug 20, 2019
    Last edited: Aug 20, 2019
    19H1 is v1903 (10.0.18362.1) 'coz RS6 (RedStone 6) isn't official codename of v1903.
    RS6 is used by MSMG only for pratical reasons (i suppose) in ToolKit :p
     
  5. AeonX

    AeonX MDL Addicted

    May 24, 2013
    798
    728
    30
    You need to remove the entire <UserAccounts> block:
    Code:
    <UserAccounts>
        <LocalAccounts>
            <LocalAccount wcm:action="add">
                <Group>Administrators</Group>
                <Name>User</Name>
                <Password>
                    <PlainText>true</PlainText>
                    <Value></Value>
                </Password>
            </LocalAccount>
        </LocalAccounts>
    </UserAccounts>
    But the page with synchronize the activities will still be shown :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. cuzzon

    cuzzon MDL Novice

    Jul 27, 2017
    13
    7
    0
    Thanks for the reply. As for shortcut creation, nircmd is a multipurpose cmd tool that can do that, if there are no licensing/usage limitations, try using that, it may replace multiple commands with this. I used it long time ago to add some shortcuts to my silent WinAMP install (their NSIS supported silent, but it was bugged, no startmenu shortcuts/folders, install.ini also missed those entries).
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Here's some reg keys to disable OOBE Pages

    Code:
    
    ; Disable OOBE Screen - "Get even more out of Windows"
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement]
    "ScoobeSystemSettingEnabled"=dword:00000000
    
    ; Disable Cortana Voice Support during OOBE
    [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE]
    "DisableVoice"=dword:00000001
    
    ; Disable OOBE Screen - "Make Cortana your personal assistance"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech_OneCore\AudioPolicy]
    "VoiceActivationIsBatteryCertified"=dword:00000000
    
    ; Disable OOBE Screen - "Choose privacy settings for your device"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE]
    "PrivacyConsentStatus"=dword:00000001
    
    ; Disable OOBE Screen - "Synchronize the activities"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
    "AllowCrossDeviceClipboard"=dword:00000000
    "EnableActivityFeed"=dword:00000000
    "PublishUserActivities"=dword:00000000
    "UploadUserActivities"=dword:00000000
    
    
     
  8. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Sorry for the trivial question,
    these keys as they are inserted in the ISO?
    Thank you
     
  9. paradoxumwind

    paradoxumwind MDL Novice

    Jul 7, 2015
    12
    2
    0
    #11793 paradoxumwind, Aug 21, 2019
    Last edited: Aug 21, 2019
    This has undoubtedly been covered in the 591 pages already but it's like trying to find a needle in a haystack.

    I'm using 1903 latest iso from techbench - when I load it, it asks me what version - I have been using * but it takes forever to remove package lists etc because it does it from every version, is there any way to remove actual windows versions from the install first and just leave me with w10 pro?

    thanks in advance.


    edit: I accidentally removed DISM, can I add it back somehow? which package is it?
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You can insert those keys into the image or rum them in the autounattend.xml file through Run Synchornous Command

    Code:
    <FirstLogonCommands>
       <SynchronousCommand wcm:action="add">
          <CommandLine>CMD /c REG.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\UserProfileEngagement" /v "ScoobeSystemSettingEnabled" /t REG_DWORD /d 0 /f</CommandLine>
          <Description>Disable OOBE Screen - Get even more out of Windows</Description>
          <Order>1</Order>
       </SynchronousCommand>
    </FirstLogonCommands>
    
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    - To remove any unwanted editions from the image use the Tools->WIM Manager.

    - The Toolkit contains the latest DSIM in-built within the Bin folder, Don't understand where did you removed the DISM from System or Bin folder?

     
  12. paradoxumwind

    paradoxumwind MDL Novice

    Jul 7, 2015
    12
    2
    0
    #11796 paradoxumwind, Aug 21, 2019
    Last edited: Aug 21, 2019
    thanks.

    what I mean is, when I was watching it remove packages, I saw it say that it removed DISM - Deployment Image Servicing and Management successful etc. I can't see any apps or packages that I can find which would do it so I assumed one of them was a dependancy or something, or is it just not possible to remove dism with this and I misinterpreted it?

    thanks again

    edit: If I remove all editions but win10 pro, is that what will be installed? because I tried running the iso with them all and I got no option to choose which edition
     
  13. paradoxumwind

    paradoxumwind MDL Novice

    Jul 7, 2015
    12
    2
    0
    #11797 paradoxumwind, Aug 21, 2019
    Last edited: Aug 21, 2019
    I just spent hours making an iso, I go to install it, tells me a driver my computer needs is missing, try to find it in the location of a clean iso but no dice. can't install. where did I go wrong?

    btw why does "Performing Toolkit pre-cleanup operation, please wait..." take so long, is there anything you can do to speed it up? makes doing quick changes take forever.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The Choose Edition is controlled using the EI.cfg file sources folder or through autounattend.xml file at the root of the installation disc.

    Did you integrate updates to boot.wim image if then you may need to also use the Integrate Windows Setup Media Updates menu to add the updated setup.exe to the sources folder.

    If the Toolkit is closed half way while it is processing the image then at the next run the Toolkit will cleanup the mounted images and the temp folder and it will take time based upon the no of indexes mounted.

    The cleanup is done by the DISM and the Toolkit doesn't have control over it's speed.

     
  15. paradoxumwind

    paradoxumwind MDL Novice

    Jul 7, 2015
    12
    2
    0
    I think I integrated to every option available because I thought that was what I was meant to do, I just have 4x = culmulative windows, flash player, net, and service stack = where should they be integrated to?