why dont you try ? it looks like you can run two instances but i dont think those two instances will be able to work removing packages at the same time .
4. There are some configurations in the control panel that are desktop-related, and others that we do not have direct access (only by registry entries), which control: mouse response, keyboard response time, waiting time to kill processes , between others. Inside the code you can search for the following line: if "!T_ControlPanelnConfigsandSettingsforFastestWindows!" equ "+" ( 5. I like some Windows Explorer settings are always active. There it is, for example: Auto expands the directories tree to the current folder, activates the check box for files and folders, extensions view, display of hidden files without displaying system files, etc. Inside the code you can search for the following line: if "!T_WindowsExplorer_PreferencesandPolicies!" equ "+" ( 18. In this I disable Windows Update with a little more options modified, but I maintain the operation of MS Store. Inside the code you can search for the following lines: for both the official code block and the custom code block. if "!T_DisableWindowsUpdate!" equ "+" ( if "!T_CustomDisableWindowsUpdateTweaks!" equ "+" ( 30. General Tweaks are some non-categorized tweaks that I was testing and adding, are more related to memory leak, telemetry, Disabled Prevent Device Metadata from Network (if enabled, the driver update does not work. OBS: I have to put this on In the driver part), NTFS Disable Encryption, Privacy Settings (disabling most standard unrestricted standard accesses of some apps), enable UAC and customization of Context Menus for PowerShell and WSL if they are present. Inside the code you can search for the following line: if "!T_GeneralTweaks!" equ "+" ( It is not possible because if they are running DISM at the same time, this will break the 2 ISO customizations in which you are working.
just tried Win11 22000376 used tweaked msmg toolkit. removed all packages apart from notepad photo viewer booted clicking on sound button taskbar doesnt work the same as date doesnt show. doing new iso without any tweaks will see if that one will work ther installed ver 376 win11, used custom msmg toolkit, removed everything apart from notepad, pic viewer, when i used custom tweaks not sure exactly which one i used after installing windows, sound button on the takbar didnt work just as calendar doesnt show up. other thing is that even defender and firewall is removed there's still remnant of defender in services after installation. in ver 376 if i disable that defender service using autoruns. notepad and start button stops working. is there any other way to disable defender in services ?
Did you remove the clientwebexperience component? This is the widgets, if I'm not mistaken by removing the widgets, Events will not be displayed on TaskBar. Please if someone has something to correct or add, I appreciate!
For me this is the best version of Windows 10 so far. In all aspects. Performance, stability, modularity and consequently removal of packages with Dism. After that Microsoft started to merge packages and features as if there was no tomorrow.
i was talking about mouse right click on the sound, network icon taskbar or calendar icon on the taskbar, they dont work after i used some tweak not sure what one. atm i used custom msmg toolkit removed all apps as before but tweaks used only standard msmg and everything works. wanted to disable defender in services when i do notepad start button doesnt work is there a way around it ?
Hello all, Does anyone here have a do not remove list for Windows 10 LTSC 2021? Everytime I do the removal (And I have tried many different combonation of stuff) I get the update failed problem. What's the items I must keep for update to complete fully? Thanks
the ones i know of update medic orchestrator windows update theyre interlinked with other services you could possibly disable something else or use tweak and your updates wont work what i would do use msmg remove all services and apps i dont want wouldnt touch tweaks then install see if it works if it does you know some tweak is responsible if it doesnt you disabled some win app you shouldnt thats what i would do.
Understood. We can discard the removal of components as cause of this problem. So give me what tweaks you applied so I can test, but I believe it's the tweaks directly related to Windows 11. I'll check here.
Hi guys i got a question. Is possible to remove Microsoft Teams from Windows 11 Offline ? without breaking sfc /scannnow ofc. Cant find it in InboxApps Other question is : What is MicrosoftWindows.UndockedDevKit_10.0.22000.1_ blabla AppX?
The inboxapps function, in Toolkit, is to integrate components. Teams is installed automatically after installing Windows 11. You can disable using Tweaks. PreventTeamsChatAutoInstall.cmd Code: :: Prevent Teams Chat AutoInstall reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Communications" /v "ConfigureChatAutoInstall" /t REG_DWORD /d "0" /f >nul 2>&1 PreventTeamsChatAutoInstall.reg Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Communications] "ConfigureChatAutoInstall"=dword:00000000
Hi everyone, I'm trying to edit Windows 10 LTSC 2021, and everything it seems perfect but I want to merge the WinPE in the ISO and when I do this process the setup says driver is missing. But when boot in the ISO exported in MSMG toolkit works fine, I can see the setup options and everything no problem, but with the winpe created by Win10XPE shows the error. I'm using a phone right now so, when possible will attach the image I use the list of Windows 11 to edit Windows 10 LTSC 2021, and also in SystemApps when I was removing the options was switching between a normal version and a ltsc/ltsb version. Not sure, if is just me that has this issue, but I think this might remove something that is not safe to remove or a incompatibility with LTSC 2021 in Win10XPE. I try with the ltsc 2019 and works fine.