If you want to pass the DVD source, ISO Label and ISO Filename as arguments to batch file then the script will be like this MakeISO.cmd Code: set "DVD=%~1" set "BIOSBoot=%DVD%\boot\etfsboot.com" set "UEFIBoot=%DVD%\efi\microsoft\boot\efisys.bin" set "ISOLabel=%~2" set "ISOFileName=%~3" Oscdimg -bootdata:2#p0,e,b"%BIOSBoot%"#pEF,e,b"%UEFIBoot%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISO%\%ISOFileName%.iso" Calling MakeISO.cmd Code: MakeISO D:\DVD W10 D:\en_windows10_x64 or If you want to ask the user to enter the DVD source, ISO Label and ISO Filename then the script will be like this MakeISO.cmd Code: set DVD= set "BIOSBoot=%DVD%\boot\etfsboot.com" set "UEFIBoot=%DVD%\efi\microsoft\boot\efisys.bin" set ISOLabel= set ISOFileName= cls set /p DVD=Enter the DVD Folder Name : echo. set /p ISOLabel=Enter the ISO Volume Label : echo. set /p ISOFileName=Enter the ISO File Name : echo. Oscdimg -bootdata:2#p0,e,b"%BIOSBoot%"#pEF,e,b"%UEFIBoot%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISO%\%ISOFileName%.iso"
The ToolKitHelper only support the versions listed in the tool. Using Remove Windows Apps using Apps List and Remove Windows Components using Package List menus you can use it for any Windows version but you need to enter the correct DISM App/Package names in the list.
Thank you MSMG, this is exactly what I wanted. Your help is highly appreciated. One more thing I would like to say, since the development of the GUI is underway, will it be possible to extend the code to remove more stuff ? NTLite and Winreducer do that but I want to use your toolkit because it's free and because of your extended support. It's just a humble request. Thank you for the amazing work.
hey there @MSMG would it be possible to have a torrent file created with the hole shibang? msmg toolkit, archives and packs? for ease of distribution? mega's interface for people with screen readers is not at all good?
I have created enterprise iso of win10 x86 english through svf patch file. I want to merge it with multiple edition image containing home+pro edition x86 english. Can someone please guide me how to merge it with multiple iso? I want to make home+pro+enterprise AIO iso x86. Is there a tool for this? Please someone guide me or provide tool if there is one to merge edition. Thanks.
I thought sfc /scannow would always detect errors after some Windows components were removed (and so, it wouldn't be because it detected some missing or corrupted system files) by programs like MSMG ToolKit and NTLite and thise components would return after using that command.
brother i mean to search for TEW tool by Boops brother on this community mdl . i think it will help you to merge more indexes from other install wim files of same arch & same os on your single index wim .
I have tested with AV off, the problem is the new VCRuntime package, when I don't integrate this package, the component removal works fine
I did some installation tests before applying the modifications through ToolKit. When I install any edition (I tested Home and Pro) they appear correctly, in the system information. But after removing apps and integrating (vc, directx, calc32, w7games and Edge Chromium) through the toolkit script, any edition I install becomes Enterprise. Could it be a problem in packaging? Failure to identify or rename Indexes? I don't know what to suggest... Just trying to raise a hypothesis.
Is there a a way of excluding something from removal when using ToolKitHelper:WindowsApps in RemovePkgsList.txt? For example I might want to uninstall all WindowsApps with the exception of Photo Viewer and Microsoft Store. But I somehow need to create a list of what ToolKitHelper:WindowsApps removes, and remove these two from that list - which also takes longer for ToolKitHelper.exe to perform as it removes one thing at a time, instead of all WindowsApps. I believe these are the removed components that WindowsApps removes: Spoiler: ToolKitHelper:WindowsApps ToolKitHelper:3DViewer ToolKitHelper:AdvertisingXaml ToolKitHelper:Alarms ToolKitHelper:BingWeather ToolKitHelper:Calculator ToolKitHelper:Camera ToolKitHelper:CommunicationsApps ToolKitHelperesktopAppInstaller ToolKitHelper:FeedbackHub ToolKitHelper:GetHelp ToolKitHelper:Getstarted ToolKitHelper:HEIFImageExtension ToolKitHelper:Maps ToolKitHelper:Messaging ToolKitHelper:MixedRealityPortal ToolKitHelper:OfficeHub ToolKitHelper:OfficeOneNote ToolKitHelper:OneConnect ToolKitHelperaint3D ToolKitHelpereople ToolKitHelperhotos ToolKitHelperrint3D ToolKitHelper:ScreenSketch ToolKitHelper:SkypeApp ToolKitHelper:SolitaireCollection ToolKitHelper:SoundRecorder ToolKitHelper:StickyNotes ToolKitHelper:VP9VideoExtensions ToolKitHelper:WalletService ToolKitHelper:WebMediaExtensions ToolKitHelper:WebpImageExtensions ToolKitHelper:WindowsStore ToolKitHelper:XboxApp ToolKitHelper:XboxIdentityProvider ToolKitHelper:YourPhone ToolKitHelper:ZuneMusic ToolKitHelper:ZuneVideo