1. trim18

    trim18 MDL Novice

    Mar 2, 2018
    32
    16
    0
    #13481 trim18, Dec 4, 2019
    Last edited: Dec 4, 2019
    MayBe Usefull ! ?

    Touchkeyboard without Emoti and hide after pressed @ this :) like 1607 on following builds

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TabletTip\1.7]
    "DisableNewKeyboardExperience"=dword:00000001

    Enabled Fulltype touchkeyboard after Install

    [HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7]
    "EnableCompatibilityKeyboard"=dword:00000001

    Disabled LUA UserAccountControl after install

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
    "ConsentPromptBehaviorAdmin"=dword:00000000

    No Transperency after Install

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
    "EnableTransparency"=dword:00000000

    No FastStart - Fastboot whatever after Install

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Power]
    "HiberbootEnabled"=dword:00000000

    Sorry did not want Spam had a drive to write .
     
  2. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    You're right. All the visual style settings are in .theme file. I'm a themer myself, I know. I'm not talking about Microsoft themes but 3rd party themes with entirely different enum classmaps. MSMG Toolkit patches the image to accept the 3rd party themes but as far as I'm aware there is still no function to set the default custom theme.

    The problem is not the paths or the visual style settings referenced in the .theme file, it's marking the custom visual style as default. Once the .theme file and associated .msstyle is marked as default, system can setup all the necessities itself based upon the reference in the .theme file but how to mark them as default ?

    That's the question, mes ami
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    It's not you or the host, it's the faulty update. Other users are also having the same issue. Did you integrated the latest preview of monthly rollup KB4525252 ?? that's most likely the culprit.

    @MSMG is working on a fix. Wait for the updated version of the toolkit.Thank you for taking time and reporting it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    @ceo54 His problem is different. There seems to be an error integrating updates.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Maybe MSMG Toolkit could integrate W10UI as part of it's updating feature?
     
  6. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    yes integrating that update
    thank you sir
    i thought it's something wrong with dism in win7 issues
     
  7. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
  8. xhemal1325

    xhemal1325 MDL Member

    May 24, 2014
    124
    10
    10
    #13488 xhemal1325, Dec 6, 2019
    Last edited: Dec 6, 2019
    Removed :)
     
  9. plasmah77

    plasmah77 MDL Novice

    Apr 3, 2016
    46
    16
    0
    I run Windows 10 Enterprise LTSB 2016. Do I have anything to worry about? I have updates disabled.
     
  10. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    no friend, only configure correctly in gpedit.msc ;):)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    Hi! Don't tell me which components are being restored after the 1909 build update? Or is everything that was deleted restored? Sorry for my English! Thanks!
     
  12. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Edge, SmartScreen, Security Health Center, Voice Recorder
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    @MSMG It would not be better to leave as a menu option the removal of files in the folder \Windows\WinSxS\Backup? This way the user has more control and knowledge of what is being removed. You could also add the following command to the script as part of the folder removal or as a tweak:
    Code:
    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration" /v "DisableComponentBackups" /t REG_DWORD /d "1" /f
    You could also add removing .net cache that reduces approximately 180 MB from install.wim for Windows 8.1 for example and the files will be created again after installation when the PC is idle.
    Code:
    \Windows\assembly\NativeImages_v4.0.30319_64
    \Windows\assembly\NativeImages_v4.0.30319_32
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    886
    385
    30
    @MSMG there was also problems unpacking WMF 5.1 pack for 8.1 x64 downloaded from your Mega folder. I had to download the update, extract the .cab file and then integrate it and it worked without issues CAB file downloaded from your Mega folder gave errors.

    This happened with the version 9.5 of the toolkit. Please look into it if possible.

    Thanks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Any word on preventing this from happening?