Are you using LTSC 32 or 64 bit OS? will check out later. For Task manager only the Title Bar icon is changed.
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.
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
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
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
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.
Problem with Proton is input latency. Can't play multiplayer games competitively because you will pretty much always be at a disadvantage.
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.
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. Spoiler: CHANGELOG 2021-08-07 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 ) ) ) ) Spoiler: CHANGELOG 2021-07-18 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 Spoiler: CHANGELOG 2021-07-16 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!
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?
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.
@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".