Hi, wanted to do my first steps with MSMG and struggled directly on the "starting line" ;-) I wanted to use "Windows 10 21H2". Download worked like a charm, extraction also, but after copying to DVD folder, MSMG (12.0) is not able to read the source correclty - i'm only getting: =============================================================================== MSMG ToolKit - Select Source from <DVD> folder =============================================================================== ------------------------------------------------------------------------------- ####Selecting Source Images#################################################### ------------------------------------------------------------------------------- Reading Image Information... =============================================================================== | Index | Arch | Name =============================================================================== =============================================================================== Enter the Image Index # [Range : 1,... or 'A'll 'Q'uit] : is this maybe a bug, or only a user error?
Merry Christmas and Happy New Year Everybody Did a clean up to Windows 11 22000.376, everything looks OK, except when trying to open Security Dashboard in the task bar I get this : I did not remove anything related to security centre, defender or firewall,
@Jingzin, I thought I'd be able to reproduce some different problem than I ever had. But I still only with the click error that does not give any response, in the taskbar icons (WiFi, Volume Control and BatteryStatus). However it is possible to access everything correctly by right-clicking. But in my case, this problem is directly related to drivers. Even so I found a Typo on a tweak, I disabled another related to a provisional fix (IrisService) that had any relation to an old taskbar bug, it may be that this is causing your problem. And there was a conflict with the tweak of Windows 10 "TaskBarsize" and Windows 11 "TaskBarsi". I am posting this new fix of Custom Toolkit, but I do not know if it will result in Fix for your problem. But do not dispose of any possibility related to drivers. Even, Windows Update Tweaks. At Custom Toolkit there are both menus of Tweaks (official and customized). You can select whatever you want in both menus. If an official tweak of the same type of a custom is selected, the custom will be disabled, and vice versa. I still want to take a test with EnableClassicContextMenu. To know if this interferes with something.
https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-793#post-1606110 Sent an 2021-12-20_2 New Custom Toolkit updated file attached in the link above and in my signature. Spoiler: CHANGELOG 2021-12-20_2 Fixed a typo error in EnableClassicContextMenu Tweak, thnks to @Jingzin. Spoiler: CHANGELOG 2021-12-20_1 Fixed a typo error in a Tweak where quotes are missing. Conflict fixed between Windows 10 "TaskBarsize" and Windows 11 "TaskBarsi" Tweaks. I removed another tweaks related to a provisional fix (IrisService) that had any relation to an old taskbar bug. Spoiler: CHANGELOG 2021-12-12 *Merged with 2021-11-26 11.10 and 2021-12-03 12.0 Toolkit.cmd. 1. Fixed Display Host OS info for Windows 7, 8, 8.1, and 11. Thnks to the error in displaying Windows 7 Host OS, reported by the @正义羊 member. 2. For InboxApps: Fixed problem in detecting the .xml files Fixed merge problem from the previous version (CustomToolkit only) in which, the variables for the .xml files for some InboxApps components was with TYPO and the path to the AppLicence folder was not achieved. 3. Fixed a problem in the fully automated CustomToolkit process, in which, when performing the removal of components via ToolkitHelper List, it would end up returning to Remove Components Menu instead of following to Customize Menu and Apply Menu processes to complete and saving the ISO. 4. Inserted a Packs folder with individual scripts for auto download of *.msu files and auto extract *.cab needed files. Just extract and replace if necessary inside the toolkit folder, nothing important will be replaced, only the txt with the links, as some were empty. 5. Shortened CustomToolkit paths, as the purpose of reducing long path problems. from %SystemDRIVE%\Toolkit to %SystemDRIVE%\TK from %SystemDRIVE%\Toolkit\Mount to %SystemDRIVE%\TK\MNT from %Mount%\Install to %Mount%\I from %SystemDRIVE%\Toolkit\Temp to %SystemDRIVE%\TK\TMP With this change, the mount point that was long: C:\Toolkit\Mount\Install\* Now it was shortened to: C:\TK\MNT\I\* The asterisk is the number of mounted index. Spoiler: CHANGELOG 2021-11-21 *Merged with 2021-11-11 11.9 Toolkit.cmd. Added the option to integrate SysInternals Suite. Every time you do integration will automatically download the latest version. The download process is performed through the BITS, datetime stamp will be maintained according to what is present in the file on the remote server. SysInternasl Suite is updated by MS, quizenally, and sometimes weekly. Spoiler: CHANGELOG 2021-11-05 Just Minor Fixes related with Display Host OS info. Spoiler: CHANGELOG 2021-10-29 *Merged with 2021-10-22 and 2021-10-24 11.8 Toolkit.cmd. Just Minor Typo Fixes. Spoiler: CHANGELOG 2021-10-25 *Merged with 2021-10-04, 2021-10-08, 2021-10-14 and 2021-10-16 11.8 Toolkit.cmd. 1. Minor Fix caused by the implementation of the fully automated process that could give a conflict when using the Source menu. 2. Removed the integration of InboxApps from the fully automated process. Thus, more generically, I think it is best for the production of a fully functional image. 3. Added fixed "Bin\ConvertReg.ps1", "ToolkitREGsConverter.bat" and "ToolkitREGsDoubleConverter.bat" files. 4. VirtualCreate_ImageIndexEditions.zip (2021-10-26 updated and merged with @abbodi1406 "uup-converter-wmlib-74b") Spoiler: CHANGELOG 2021-10-03_3 Fixed missing parentesis "(" breaking the script. Spoiler: CHANGELOG 2021-10-03_2 *Merged with 2021-10-03 Toolkit.cmd. Spoiler: CHANGELOG 2021-10-03_1 *Fixed ManualSetup by MSMG suggestion; *:SaveSource session - WinRE minor fix *The names of the custom ISOs were getting the name of UUP Dump ISO. In this case, then the Auto Name was directed to the custom ISOs. It is a function that was already available at the Custom Toolkit at the ":Makeiso" session. *Automated Removal Components process changed from "PreSet Custom Selection" to "ToolkitHelper List". Note: In this method the dependency filter will be applied. So, according to Build, there will be differences. Spoiler: CHANGELOG 2021-10-01 Merged made with the Official Toolkit 11.8 from 2021-09-19 to 2021-09-29. 1. Since my code writing method with the idea of reducing lines was making complicated the merge tasks. As the code was drowned in complications, difficult to readability for other devs. I decided to twist my code, in the sense of wiping. Expanded parts of the code that were in just one line for multiple lines in order to improve the reading of it. Mainly in the "for (loop) command thanks to a tip learned in the @abbodi1406 scripts. And, of course learning every day with @MSMG. In addition to the solutions brought in the Toolkit script, he always answers some people asks that brings new doubts and new learning. 2. In Inbox Apps: 2.1. A detail was modified to indicate what is not present in the packs, before continuing with inboxapps integration. 2.2. Fixed - A problem created by custom toolkit modifications by implementing the multi-selection system of inboxapps that repeated the final optimization that should be once for each index, but was repeating by the amount of apps selected times the quantity of indexes. As much as the whole process was automatic, this caused a very accentuated delay. 3. Added - Condition for integration of Sun Valley Icons Skin Pack only for Builds below 21348. 4. Some minor code upgrade on Tweaks and... 4.1. Added - Simple Bypass Hardware Requisites Checking for InPlace Upgrade. 5. WMP Skin for x64 now apply in WMP Program Files(x86) folder too. 6. Adicionada uma opção de Custom PreSet para "Windows 7 Components Experience Edition" baseada na lista de componentes a serem mantido que o MSMG disponibilizou. 7. Fixed Edge Chromium Integration for w81. OBS: Supplementary information for Devs: After the implementation of Windows 11 support I found some bugs related to the use of subsequent conditions of "not equal" associated with the use of "else" in the same block (NEQ NEQ ELSE). It does not work. Ex: The use (neq w10 neq w11) so that a block block could work for both W7 and W81 and an "else" for when w10 or w11, but this does not work: In this case, what comes in the else block is completely ignored not being executed. I suppose a conflict occurs. Code: if "%SelectedSourceOS%" neq "w10" if "%SelectedSourceOS%" neq "w11" ( echo.Performing Tasks for w7 or w81... ) else ( echo.Performing Tasks for w10 or w11... ) To correct this, the possible way is just as below. Code: if "%SelectedSourceOS%" neq "w10" if "%SelectedSourceOS%" neq "w11" ( echo.Performing Tasks for w7 or w81... ) if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" ( echo.Performing Tasks for w10 or w11... ) 8. Spoiler: Fully automated process Guys, I left something at Custom Toolkit, which is to facilitate my tests, but it may be interesting to you too. Basically it is: In the main menu, press the letter "P" and watch the process. This will lead you to the selection of an ISO that will be extracted then beginning the atomatized process. Have your packs updated and with the folder structure updated for Toolkit 11.8 (recently changes made by MSMG). The custom registry folder also has to be duplicated w10 and w11 folders. I put a bypass for that. Instead of having 2 equal folders, leave only one with the name w10_w11. For Inbox Apps it is also possible but probably the licenses should have their folders separated for W81, W10 and W11. @MSMG, joining the folders will release plenty of space in mega.nz. Files hashsum are equal, for both w10 and w11. If you notice any error or jump integration, in the process execution, it is due to some missing pack. If you do not want to integrate something, just change the folder name so that the script can not find the pack. Example: If you do not want to integrate Games change the name of the folder from: ".\Packs\Games" to: ".\Packs\Games_". Automation goes up to, Virtual Create Image Index Editions and ISO finalization. Download "VirtualCreate_ImageIndexEditions.zip" that is in my signature to the folder where the "toolkit.cmd" file is. Below is the list of packs that will be integrated: Removes Components by Preset Custom Selection. So that you can take the test. Download "virtualcreate_imageindexeditions.zip" that is in my signature to the folder where the "toolkit.cmd" file is. Below the list of packs that will be integrated, the Tweaks that will be applied and the components that will be removed by the Preset Custom Selection. So that you can take the test. Code: :: Auto Integrate Menu IntWin32Calc IntNetFX48 17763 IntNET6 above 17763 IntOpenSSH IntPowerShell7 IntGames CariocaRummy HoldEm Sudoku Tinker ChessTitans FreeCell Hearts Inkball MahjongTitans Minesweeper Pinball PurblePlace Solitaire SpiderSolitaire IntDaRT IntCustomFeatures IntCustomFiles IntWMPMetroSkin IntWPVMetroSkin IntWin32CalcMetroSkin IntWIconsSkin At this point the removal of the components will be by ToolkitHelper list. Leave your favorite list. In this method the dependency filter will be applied. So, according to Build, there will be differences. Code: :: Auto Remove Menu set "RemovalMethod=ToolkitHelper" call :RemoveWindowsComponentsList rem call :CustomPreSets_RemoveWindowsComponents rem call :AccessibilityCustomSelection rem call :ConservativeGenericEditionCustomSelection rem call :LooksLikeLTSCEditionCustomSelection rem call :GamerEditionCustomSelection rem call :LiteEditionCustomSelection rem call :XtremeLiteEditionCustomSelection rem call :W7ExperienceEditionCustomSelection Here is my Personal PreSets rem call :PersonalPreSets_RemoveWindowsComponents rem call :PersonalFamilyCustomSelection rem call :PersonalWorkCustomSelection rem call :ListsandPreSets_Filter rem call :StartRemovingWindowsComponents :: Auto Customize Menu RemoveInboxAppsAssociation ImportInboxAppsAssociation ImportStartMenuLayout ImportCustomRegistry "w8" CustomDisableAutomaticallyInstallationforPreSuggested3RDPartyApps DisableWindowsSmartScreen CustomWindowsDefender_WindowsDefenderSecurityCenterTweaks EnableCustomWindowsDriversUpdateTweaks CustomDisableWindowsUpdateTweaks DisableWindowsUpgrade ForceLatestNetFramework EnablePhotoViewer EnableFMP3ProCodec BlockAutoEdgeChromiumBasedDelivery "w10_w11" HiberbootEnabled EnableDarkThemeandTransparency ControlPanelnConfigsandSettingsforFastestWindows WindowsExplorer_PreferencesandPolicies HideMeetNowIcon HideNewsAndInterests SetQoSlimittozero_internetWithNoLimits BugFix_WiFinoInternetConnection SetLanmanWorkstationandDownloads_OptimizationConfigs CustomDisableAutomaticallyInstallationforPreSuggested3RDPartyApps SetCloudContentfor3RDPartyAppsandDataCollection_Policies SetWindowsSearchandCortana_PreferencesandPolicies DisableSIA_DebugTracing CustomWindowsErrorReporting_Policies DisableWindowsSmartScreen CustomWindowsDefender_WindowsDefenderSecurityCenterTweaks EnableCustomWindowsDriversUpdateTweaks CustomDisableWindowsUpdateTweaks DisableWindowsUpgrade DisableReservedStorage ForceLatestNetFramework EnablePhotoViewer EnableFMP3ProCodec EnableFullResetBase GeneralTweaks "w10" BlockAutoEdgeChromiumBasedDelivery "w11" BypassReq HideChatIcon HideWidgetsIcon TaskbarAlignment_Center2Left UnBlockAutoEdgeChromiumBasedDelivery :: Auto Apply Menu Cleaning up Image folder Trim unwanted Editions VirtualCreate_ImageIndexEditions Edition to be Virtualy Created if supported. ProfessionalWorkstation ProfessionalWorkstationN ProfessionalEducationN ProfessionalEducation Enterprise EnterpriseN ServerRdsh EducationN Education IoTEnterprise CloudEdition CloudEditionN CoreSingleLanguage Any issues, let me know. 9. VirtualCreate_ImageIndexEditions.zip (2021-09-20 updated with @abbodi1406 "uup-converter-wimlib-72u") Thnks!
Did a clean up to Windows 11 22000.376, everything looks OK, except when trying to open Security Dashboard in the task bar I get this : View attachment 57867 +6 I did not remove anything related to security centre, defender or firewall, [/QUOTE] I have installed 2200376 too actually few times. the first time i didnt remove defender nor security center nor firewall, defender worked ok and so did security center. my second install was without defender security center and firewall but defender service still reminded after installled win11 removed it manually later on and it worked. and yes you have removed something you shouldn't or you used tweak you shouldn't.
@inTerActionVRI arent you a bit to fast with those updates ? i have tried both msmg toolkit standard and your version and in none classic menu tweak worked, did it manually later on in regedit
No, I had promised for a day later. I'm late for this delivery. hehehehe In this quest for the problem, I turned everything upside down, but I did not find anything more than might cause this TaskBar problem, through the other available tweaks. But could you solve the problem? Tell us what you did.
@Jingzin Thank you for your answer, in fact I did not apply any tweeks in the clean up process, and my hope is someone knows the cause of this and maybe I be able to fix it without reinstalling. Happy Holydays
in regedit HKEY_CURRENT_USER\Software\Classes\CLSID created new key {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} in that key created new key InprocServer32 and set its default value to blank
@MSMG, Another problem found, thanks to friend @Jingzin! His tip forced me the attention to EnableClassicContextMenu tweak. from Code: if "%Tweak%" equ "EnableClassicContextMenu" Reg add "HKLM\TK_SOFTWARE\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve >nul 2>&1 to Code: if "%Tweak%" equ "EnableClassicContextMenu" ( Reg add "HKLM\TK_SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /f >nul 2>&1 ) Correct this detail on the official toolkit. Remember to change in AllTweaks code block too. from Code: Reg add "HKLM\TK_SOFTWARE\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve >nul 2>&1 to Code: Reg add "HKLM\TK_SOFTWARE\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /f >nul 2>&1 Posted a new release of Custom Toolkit with this fix. Just redo the download. Thnks!
Greetings, everyone! I would like to know : 1. MSMG Toolkit v.12.0 2. I use the Windows 10 Pro 2004_19041.1 x64 image (No Edge Chromium). 3. Integrate updates and upgrade to Windows 10 Pro 21H2_19044.1387 (Yes Edge Chromium) 4. Remove the Edge Chromium 5. I integrate a registry file that prohibits the installation of Edge Chromium : Windows Registry Editor Version 5.00 [[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate] "DoNotUpdateToEdgeWithChromium"=dword:00000001 Question : Will the Edge Chromium be installed in the future with updates?