@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.
@MSMG WOW this new version 13.3 is much faster than any I've used; thank you very much again really excellent work
Will be adding support for removing CloudExperienceHost, ClientCBS, StartmenuExperienceHost, UndockedDevKit But if it breaks the functionality of Start Menu, Taskbar or System Tray then its user's responsibilities to make alternatives for them. Support for Tablet PC and Touch Devices component removal will be added in future versions. Yes, ClientCBS contains many sub-components merged and have some files of Cortana but it can't be removed alone without the removal of ClientCBS package.
Yes, removing IE will disable the IE Mode options in Edge Chromium settings. There are no dependencies for Edge Chromium other than the source OS should be updated with latest updates.