Sorry to say .. GetStarted app still there even I removed it. - 22621.525 - using toolkithelper package list - toolkit v12. 8
There are two Get Started App in Windows 11, one is a Windows App and other one is a sub-component of a System App which can't be removed.
@MSMG is there Anyway ToolkitHelper do something to reduce winsxs component store as every other tool does ie winreducer / ntlite etc. will be of great update if it does reduce winsxs component store too via removing unneded directories.
@MSMG Is Webcam Experience component required for connection and use of USB Camera/Laptop Webcam with dedicated drivers and software or can I remove Webcam Experience and still use USB Camera/Laptop Webcam without issues? I can't test it because I don't have any USB Camera/Laptop Webcam with me at the moment.
@inTerActionVRI CustomToolkit_v12.8 I don't understand why you have to specify that the setting of the DOS character codepage is UTF-8, so that the Chinese Name of wim cannot be displayed normally, and garbled characters will appear when the tool is localized as Chinese.
Thank you for reporting! Just remove these lines 102 and 103: Code: :: Setting DOS character codepage UTF-8 chcp 65001 >nul That was to solve another detail, but it didn't have the desired effect and I forgot to remove.
Windows 11 22621, after OOBE + Generalize, windows defender smartscreen still shows up in taskmanager process even i disabled smartscreen tweak. Edit: Done with removing smartscreen component.
Its not M$ wholy soly to do things that much worst type but theres a powerfull First party (Political Interference) behind which makes these OS a complete bull s**t. Now question why political interference ? yes to get activities of M$ OS users indirectly.
Thanks! Just remove these lines 102 and 103: Code: :: Setting DOS character codepage UTF-8 chcp 65001 >nul That was to solve another detail, but it didn't have the desired effect and I forgot to remove. @HXGU, my answer is wrong and I have to release a correction. So, instead of removing what I had suggested, replace from: chcp 65001 >nul to: chcp %oemCP% This should be done by all users, or use the version I will release today. I will warn you when the update is available.