Thank u so much for ur reply, please consider to also remove CloudExperienceHost and Get Started. And 1 personal request, please add option to also remove CTF Monitor and loose TextInputManagement Service from system service, i read it was intended for tablets? For users who are using english us / latin languages ctf is useless. Oh yeah, i also see that there are some cortana related files in SystemApps - ClientCBS folder.. is it still active? Thank u
Do u guys realize that MSMG Toolkit is better than N ? Ive tried the free N but i think it s*cks, MSMG Toolkit still my favorite and it works best in my opinion, it simple, straight to the point, easy to understand. Thank u @MSMG for creating this amazing Toolkit, u are a genius, and thank u to all u guys here that help me alots...
It's getting harder and harder to avoid M$'s bloatware/telemetry products. First edgewebview to run games, now I need IE and Edge to run another game. Next I'm going to need to run Office 365 to toast some bread M$ must be paying off these game developers to use their garbage Damn it! Now I need to create a special image just for one person My Strategy would be to retain IE in the image and then deploy Enterprise Edge using an offline installer so I have better control over it. Not fond of copnsumer/retail installs. Is there anything I need to watch out for in terms of dependencies?
It's not possible to install language packs directly from Settings > Time & language > Language & region after removing windows update, right? W11 22H2 22621.1413
@MSMG i use msmg toolkit to create an debloated ISO with sytem apps and apps removed. i do use windows update.. created an ISO on saturday but faced an error when updating windows. it would update and install all updates except the CU. it gave me error it would not install the CU. on sunday i created one more ISO. and faced the same error. on 13.2 i didnt face this.. ill try to make one with 13.2 . here are the removed components.
@MSMG Under [4] Customize [8] Apply tweaks --> is it possible to run a script to execute all tweaks except for like Defender /Firewall? Right now, you can only apply each tweak manually or all of them at once...
How to extract report from Adobe analytics using Adobe analytics API I am able to extract report from Adobe analytics using api but for only one dimension. I want to break the result into multiple dimensions?
Absolutely on spot. I just use MSMG toolkit and then Winreducer for everything that MSMG can't remove on the same build. Also goes through Audit mode for some configurations / manual settings and I have the perfect image the way I want it.
In changelog there is a information about support for v10.0.22621.1/v10.0.2262x.1413 [KB5023706]. So which is the newest working update that I can integrate using toolkit with Windows 11 22H2?
there is a way to install dart into winre.wim ? Edit. Done manual... Dart (index 2) + winre.wim + 7z Setup disk (change name to boot wim) + ultra iso ventoy usb
That slash "/" means "or". It has nothing to do with which update you can integrate. It has to do with which ISO build you can put in to start the service. In this case, only ".1" or ".1413".
Only if you edit that section of code within the script. You can remove this lines: Defender Firewall Code: Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "DisableFirewall" /t REG_SZ /d "%%windir%%\System32\netsh.exe advfirewall set allprofiles state off" /f >nul 2>&1 Defender Code: Reg add "HKLM\TK_DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_DEFAULT\SOFTWARE\Policies\Microsoft\Edge" /v "SmartScreenEnabled" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_NTUSER\SOFTWARE\Policies\Microsoft\Edge" /v "SmartScreenEnabled" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows Security Health\State" /v "AppAndBrowser_StoreAppsSmartScreenOff" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "SmartScreenEnabled" /t REG_SZ /d "Off" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_SZ /d "Off" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Internet Explorer\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Internet Explorer\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "PreventOverride" /t REG_DWORD /d 0 /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d "0" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen" /v "ConfigureAppInstallControl" /t REG_SZ /d "Anywhere" /f >nul 2>&1 Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows Defender\SmartScreen" /v "ConfigureAppInstallControlEnabled" /t REG_DWORD /d "0" /f >nul 2>&1 Lines from 19789 to 19809. Use the notepad++ to see the number of the lines. Instead of deleting lines you can put rem at the beginning of each line. Defender Firewall Code: rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 rem Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile" /v "EnableFirewall" /t REG_DWORD /d "0" /f >nul 2>&1 rem Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "DisableFirewall" /t REG_SZ /d "%%windir%%\System32\netsh.exe advfirewall set allprofiles state off" /f >nul 2>&1
I think when you integrate Windows updates EdgeChromium will be added. Not sure about that. But the 2019 server in the original ISO did not have EdgeChromium, however MS forced the installation through the new LCUs, but I don't know if this was only in specific LCUs or if in the current LCUs this EdgeChromium installation still occurs. You'll have to search a little. Perhaps someone is sure of this and already responds in the sequence.