1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Are you using LTSC 32 or 64 bit OS? will check out later.

    For Task manager only the Title Bar icon is changed.

     
  2. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #20042 ingviowarr, Aug 6, 2021
    Last edited: Aug 6, 2021
    Always 64-bit, LTSC 2019

    Me and @Yanta don't see these prompts at all, because UAC disabled via GPO from the beginning.
    Just a clarification. Probably, when UAC is not disabled in the OS, then your temporary trick is possible.
    OK, I understand that something wrong with dependency of the UAC and Firewall removal.

    But DELL launcher issue is same important as previous one. I also name it "Setup Bug" (the solution may be different).
    They are both equal stop-factors do not use broken OS.
    The last one - Task Manager (Icons pack).

    Waiting for resolving these 3 issues. Then I can start use modded OS. Thank you for your hard work.
     
  3. danda28

    danda28 MDL Novice

    Aug 4, 2021
    1
    0
    0
    Hi, thanks for your work on this great tool.
    Trying to make a Win10 21H1 Pro N ISO for a Surface Pro 3, and screen auto-rotation (landscape/portait) is not working after install / sensor and display driver update / reboot / etc ..

    If this component has been removed (I trimmed almost all components), could you please point me out in which System/System App/Windows App "Auto-rotation manager" belongs to ?
    Thanks
     
  4. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    - MicrosoftWindows.Client.CBS
    - InputApp
     
  5. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Try adding this registry entry and then run the iCloud installer

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\WindowsFeatures\WindowsMediaVersion]
    @="1"
    
    or Run the iCloud MSI installer like this

    Code:
    msiexec /i iCloud64.msi IGNORE_MEDIAFEATUREPACK=1
    
     
  7. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    59
    6
    0
    wow! Thank you so much, you're the best!

    i check my reg before addind and i dont even had this folders from
    ....\Setup\WindowsFeatures\WindowsMediaVersion
     
  8. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    I promise I will not remove firewall :)

     
  9. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    Windows Firewall is really inefficient and resource-hungry compared to other firewalls. Especially with larger ranges. Typical user won't notice it because a typical user won't have that many rules, but try blocking a country and watch your computer grind to a halt.
     
  10. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    Problem with Proton is input latency. Can't play multiplayer games competitively because you will pretty much always be at a disadvantage.
     
  11. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    983
    885
    30
    Where do I find the menu to integrate PowerShell 7, I added the update pack to the D:\ToolKit_v11.1\Packs\PowerShell7 but cannot find the menu in the script.
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Integrate Menu 2 --> then 3.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #20053 inTerActionVRI, Aug 8, 2021
    Last edited: Aug 25, 2021
    https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-793#post-1606110

    Sent an 2021-08-07 New Custom Toolkit updated file attached in the link above.

    Merge made with the second version of the Toolkit official on the day 2021-08-05.

    Added a generic AutoUnattend file for builds below 18362 and maintained what I have already made available that it always worked for builds above 17763 LTSC. I recently started dealing with LTSC and found this problem with my generic AutoUnattend. Readme is the same. Make your customizations based on README.

    Improved aesthetics in the display of messages from the integration of skins, optimized a little more due to the style of the code presented in this version by @MSMG.
    Restored the implementation function of the Sun Valley Icons Skin "for the builds below 18362. It is working now.

    Fixed a signal that was exchanged, and prevented the Windows 11 "Bypass Hardware Requests Checking" to be implemented.
    Added plus a "StorageCheck" bypass tweak present in the MSMG code.

    Improved checking for n editions in the session ":IntMediaFeaturePack" with the addition of this Tweaks recommended by MSMG for non-N editions.
    Code:
    :: Checking whether exists N Editions supported for Windows Media Feature Integration are selected as source.
    set /A ImageEditionCount=0
    for %%i in (!ImageIndexNo!) do (
       if exist "%InstallMount%\%%i" (
           call :GetImageEdition "%InstallWim%", %%i
           for /d %%j in (StarterN, StarterKN, HomeBasicN, HomeBasicKN, CoreN, CloudN, ProessionalN, ProfessionalKN, ProfessionalEducationN, ProfessionalEducationKN, EnterpriseN, EnterpriseKN, EnterpriseSN, EnterpriseGN, UltimateN, UltimateKN, EducationN, EducationKN) do (
               if "%ImageEdition%" equ "%%j" (
                   set /A ImageEditionCount+=1
               ) else (
                   call :MountImageRegistry "%InstallMount%\%%i"
                   reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\WindowsFeatures\WindowsMediaVersion" /ve /t REG_SZ /d "1" /f >nul 2>&1
                   call :UnMountImageRegistry
               )
           )
       )
    )
    

    When the new Tweaks that @MSMG put to disable Windows Update were merged with the function "Custom Disable Windows Update Tweaks" that have the purpose of keeping the Download of Apps in Windows Store working, it ended up disabling this function.
    This has been fixed and I am Providing .reg files for anyone who is getting the Windows Store Download Error 0x8024500C, wants to Enable Download, and keep Windows Update partially Disabled. And another .reg to disable Everything as per MSMG settings.

    added the following .reg files
    WU_WS_ConfigPolicies (DisableWindowsStoreDownloads).reg
    WU_WS_ConfigPolicies (EnableWindowsStoreDownloads).reg

    Added the condition to Integrate Windows Media Feature Pack
    :: Checking whether exists N Editions supported for Windows Media Feature Integration are selected as source.
    If only non-N editions are selected, the following message will be displayed:
    Code:
    ===============================================================================
                 MSMG ToolKit - Integrate Windows Media Feature Pack
    ===============================================================================
    
    No N Edition was found. And, Non-N Editions are not supported.
    
    
    ===============================================================================
    
    Added Toolkit_Beta (It is the Official with the fixes i found until now).

    Use GenericStart_LauncherMenu.cmd to start Toolkit, Toolkit_Beta and CustomToolkit.

    Minor Fixes - New File mega.nz "VirtualCreate_ImageIndexEditions.zip" with updated abbodi1604 convert-UUP Script v67.

    From now on I will post the packages separately.

    Package "CustomToolkit(xx.x)202x-xx-xx[RaiyvaN].zip" referring to the CustomToolkit will be attached, and the package "VirtualCreate_ImageIndexEditions.zip", referring to the integration of the convert-UUP abbodi1604 Script for the Virtual Creation of Editions, will be stored and made available through mega.nz. Because due to the size of the file, it is not allowed to attach directly to the post in the forum.
    Note: To work with Virtual Create, it is not necessary to extract the file. Just save it to the Toolkit folder. The script will do the entire process. But you can extract to see what has changed. This is up to you.

    Thnks!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    ... edited
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. AeonX

    AeonX MDL Addicted

    May 24, 2013
    798
    728
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    983
    885
    30
    There is no option to install PowerShell in that menu for me.

    Is it because I'm running in on a Windows 10 Enterprise 19043 install.wim?
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #20057 inTerActionVRI, Aug 8, 2021
    Last edited: Aug 8, 2021
    The options in different letters will appear only if they are server or client.
    for Server: 2 --> 3 --> G
    Code:
    [G]   Windows PowerShell 7
    
    or
    for Client: 2 --> 3 --> I
    This should be your case.
    Code:
    [I]  Windows PowerShell 7
    
    The 2 options are present.

    Tested here, it's all right.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #20058 ingviowarr, Aug 8, 2021
    Last edited: Aug 8, 2021
    @AeonX
    The only thing can stop me from Firewall removal is potential DCH Drivers (offline) installation breakage.
    If this breaks VPN (as described before), this is also not good...
    But @MSMG sometimes do unbelievable magic with components removal (splitting the Store to front/backend is a good example, or restoration of the "Start" functionality on LTSC).

    My issue is I can't do a complete test (Firewall removal + DCH Drivers installation), because my machines are from pre--DCH era.
    But time to time I need to deal with other, more modern machines, and without this knowledge I'm in trouble.

    Never experienced any issue with complete UAC disabling until last Windows builds and this odd "Setup Bug".
     
  19. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    983
    885
    30
    It worked after I downloaded the entire package, which on Gigabyte Fibre took all day. :(
     
  20. kiczkabog

    kiczkabog MDL Novice

    Jun 13, 2021
    9
    3
    0
    When i go to source(dvd, i have dism errors. I have got good image.