Older version support i think 22499 ... suport this latest custom toolkit remove for latest insider (22567 for example) ... or will be when will be more updates msmg maybe next week released ? Thx for response (answer)
If whitch reg tweaks u recommend for working updates ... i think its named custom tweaks in custom toolkit (for getting latest inside updates)
I've been in IT since late 70's. I would never build a system without multiple partitions. Moving the user folders off the Windows drive is a trivial task (I use a reg file). Users with a 1TB C:\ drive make regular backups a nightmare when everything is on the C:\ drive. You only need to back up data once or twice a day and your Windows drive less frequently, My System has C:\ for programs and Windows. D:\ for games, e:\ for downloads, F:\ for video editing, G:\ for media files storage, H:\ for programming. If I had to put all that on one drive I'd need a 10TB drive - which means a spinner. Don't want a spinner as a boot drive. If a person uses a PC for basically nothing but social media and browsing, then maybe I'd agree one partition. Games are also huge. It's not unusual to have game of 250GB in size these days. Definitely not putting those on my boot drive.
I do not recommend using Windows Update, for those who like to customize through Toolkit. But you see, it's my recommendation. Other people are accustomed to their own means and can make different recommendations. It is up to you to choose about any other method you learn. I recommend that you schedule to make a monthly update. Take a while for this. That said. I recommend preparing an ISO updated after the second Tuesday of the month. And make an InPlace Update. About Custom Disable Windows Update, has been modified in order to disable the same but keep the download functionality and updates of UWP Apps through Windows Store. That is, to keep the operation of Windows Update, avoid this tweak. And, if you want to keep Windows Update, I recommend that you do the monthly removal of unwanted components through consecrated tools for use in Windows running (Online Live Windows Session). Like Windows Debloater [ChrisTitusTech]. Atached Below script. Run "Windows Debloater [ChrisTitusTech].cmd" will download and execute ChrisTitusTech PowerShell Script. But this script run in this mode, plus many options offered, for the removal of Windows Apps, only allows One Click Full Debloat. If you download, you can change to remove what you want to be removed. EDIT 2022-03-09: Code: =============================================================================== Live Session Windows Toolbox - Launcher Menu =============================================================================== [1] Official Live Session Windows Toolbox [ChrisTitusTech] [2] Custom Live Session Windows Toolbox [ChrisTitusTech] by [inTerActionVRI] Note | Some software has been replaced in this customization. "Bandizip" is in place of "7-zip" "Git For Windows" is in place of "Translucent Taskbar" "Waterfox" is in place of "FireFox" "K-Lite Mega Codec Pack" is in place of "Media Player Classic" Added Components Lists for Windows 8.1/10/11 Enabled Multi-Selection of Components to Remove/Reinstall EDIT 2022-03-28: Updated with Chris Titus 2022-03-10 version.
It is not the script that provides support for current builds. It is mainly, the "ToolkitHelper.exe" application that is developed by MSMG. And only he who offers updates. Stay tuned for the support made available. In the main post, the builds supported for each version of Windows are described. Above these builds, you can test and report to us if it worked correctly for you along with the procedures used. But there is a simple method to have full support for new builds. Use a supported ISO and upgrade via WHD Base Line through "Toolkit". Then remove whatever you want. About this: I have to check if after a WHD update through the "Custom Toolkit", or not, change the Script "ImageBuild" variable for the newer version, if yes, it may interfere in the Components Removal. But with the flexibilization of this limitation that was in "ToolkitHelper.exe", I believe this is not a problem. Note: Problems found may be related to new Microsoft implementations. So we have to wait for MSMG. But do not assume when some update will be released. Eventually he comes with the surprise. The "Custom Toolkit", I leave free for the tests in any build, as MSMG released the latest toolkithelper.exe without limitation so we can test. But keep in mind that without limitation does not mean compatible. It's a bet, you can find problems.
Cleanup the Source Image using [Apply->Cleanup Source Images] menu. Note: Not recommended to use due to SFC bug with recent Latest Cumulative Updates (LCU). I'm confused by this step. Its not optional but it says not recommended. Should i use it on windows 11 Windows 11 v21H2 without any integrated update?
New VirtualCreate_ImageIndexEditions.zip 2022-03-08 (updated with 2022-03-08 @abbodi1406 "uup-converter-wimlib-78r") Download in my signature. Note: To work with Virtual Create, it is not necessary to extract the file. Just save it to the Toolkit folder.
Updated script: New Download, attached to the previous post. A launcher with option for the official version (directly from the author's GitHub) and an option for the custom version that is in the package. The version I customized, was aiming a bit of security. When you select to remove, a list appears. You choose what you want to remove. Multiple selection can be made. Tested for Windows 10. If you can, I would like it when someone tests in Windows 8.1 and Windows 11, inform me if the Host OS appears in the CMD window is correct as "W81" and "W11". Thank you guys! Download link: https://forums.mydigitallife.net/attachments/livesession_windowstoolbox-christitustech-zip.58614/
I get an issue with this Registry: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "EnableLogFile"=dword:00000000 When I integrate this .reg using MSMG Toolkit, when I make a clean install I get a nice blue screen. When not integrated, the install works fine. Is there a way to fix it? Tested in both, 10 and 11!
Just replace "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet" to "HKEY_LOCAL_MACHINE\TK_SYSTEM\ControlSet001" manually. It's become to: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\TK_SYSTEM\ControlSet001\Control\CrashControl] "EnableLogFile"=dword:00000000
He doesn't need to add the "TK_" in the original .reg file. Because if he wants to use it in a windows live session, it won't work. But it is crucial to change from "CurrentControlSet" to "ControlSet001". If not using from Toolkit 11.9 onwards. @ultimate_live If you are using Toolkit from 11.9 onwards, it should have converted correctly. If you are using an older version then 11.9, go into the bin folder for 12.0 and copy the corrected "ConvertReg.ps1" file into the folder for the Toolkit version you are using, then replace the older file. EDIT: Corrected the information, as of which version it was fixed.
I´m using latest Version 12.0. But I get blue screen while installing Windows 10 or Windows 11. If I don´t use it, the install works fine. Should I change to "ControlSet001" ?
Yes. Read this... https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-886#post-1633278 Note: Ignore "CurrentControlSet" as it is only used for OnLine (Live Windows). For OffLine images, just observe "ControlSet001". For both OnLine (Live Windows) and OffLine images "ControlSet001" works.