MSMG, What can be removed from the system to work with Win32 applications? p.s I don't need anything, no windows defender, no smart screen, etc.
Hello! I followed your code and this is the result: ================================================= ============================= ####Copy Patch network printing#################### ================================================= ============================= Files copied: 1. Files copied: 1. Files copied: 1. Access denied. Files copied: 0. Access denied. Files copied: 0. Access denied. Files copied: 0.
@MSMG, What are the functions of the MicrosoftWindows.Client.Core_cw5n1h2txyewy system application in build 22621?
Hello and Greatings ! Would ask if there Way to Integrat NetCore 3.1 for Images . . . i know there is possible for NetCore 6 but some Apps needing Fixed Versions and "OnlyUseLatestCLR" for Old NetFrameWork seems not Work for new NetCore ? !
When creating the base image 22621.1, I tried to apply the CustomList =1 parameter for ConvertConfig.ini by selecting in CustomAppsList.txt only the applications I need for integration. And I found this option very convenient, for which I am grateful to everyone who is working on the development of the project uupdump.net! Spoiler: ConvertConfig.ini [convert-UUP] AutoStart =1 AddUpdates =0 Cleanup =0 ResetBase =0 NetFx3 =0 StartVirtual =1 wim2esd =0 SkipISO =1 SkipWinRE =1 LCUwinre =0 UpdtBootFiles=0 ForceDism =0 RefESD =0 SkipEdge =0 AutoExit =0 [Store_Apps] SkipApps =0 AppsLevel =0 CustomList =1 [create_virtual_editions] vAutoStart =1 vDeleteSource=1 vPreserve =0 vwim2esd =0 vSkipISO =0 vAutoEditions=IoTEnterprise Spoiler: CustomAppsList.txt ### UWP Store applications, for integration into builds 22563 and later ### Choose the wanted apps from below by removing # prefix ### Common Apps / Client editions all Microsoft.WindowsStore_8wekyb3d8bbwe # Microsoft.StorePurchaseApp_8wekyb3d8bbwe # Microsoft.SecHealthUI_8wekyb3d8bbwe Microsoft.VCLibs.140.00_8wekyb3d8bbwe Microsoft.Windows.Photos_8wekyb3d8bbwe # Microsoft.WindowsCamera_8wekyb3d8bbwe # Microsoft.WindowsNotepad_8wekyb3d8bbwe # Microsoft.Paint_8wekyb3d8bbwe # Microsoft.WindowsTerminal_8wekyb3d8bbwe # Microsoft.DesktopAppInstaller_8wekyb3d8bbwe # MicrosoftWindows.Client.WebExperience_cw5n1h2txyewy # Microsoft.WindowsAlarms_8wekyb3d8bbwe Microsoft.WindowsCalculator_8wekyb3d8bbwe # Microsoft.WindowsMaps_8wekyb3d8bbwe # Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe # Microsoft.ScreenSketch_8wekyb3d8bbwe # microsoft.windowscommunicationsapps_8wekyb3d8bbwe # Microsoft.People_8wekyb3d8bbwe # Microsoft.BingNews_8wekyb3d8bbwe Microsoft.BingWeather_8wekyb3d8bbwe # Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe # Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe # Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe # Microsoft.GetHelp_8wekyb3d8bbwe # Microsoft.Getstarted_8wekyb3d8bbwe # Microsoft.Todos_8wekyb3d8bbwe # Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe # Microsoft.XboxGameOverlay_8wekyb3d8bbwe # Microsoft.XboxIdentityProvider_8wekyb3d8bbwe # Microsoft.PowerAutomateDesktop_8wekyb3d8bbwe # Microsoft.549981C3F5F10_8wekyb3d8bbwe # MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe # MicrosoftCorporationII.MicrosoftFamily_8wekyb3d8bbwe ### Media Apps / Client non-N editions # Microsoft.ZuneMusic_8wekyb3d8bbwe # Microsoft.ZuneVideo_8wekyb3d8bbwe # Microsoft.YourPhone_8wekyb3d8bbwe # Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe # Microsoft.GamingApp_8wekyb3d8bbwe # Microsoft.XboxGamingOverlay_8wekyb3d8bbwe # Microsoft.Xbox.TCUI_8wekyb3d8bbwe # Clipchamp.Clipchamp_yxz26nhyzhsrt ### Media Codecs / Client non-N editions, Team edition Microsoft.WebMediaExtensions_8wekyb3d8bbwe Microsoft.RawImageExtension_8wekyb3d8bbwe Microsoft.HEIFImageExtension_8wekyb3d8bbwe Microsoft.HEVCVideoExtension_8wekyb3d8bbwe Microsoft.VP9VideoExtensions_8wekyb3d8bbwe Microsoft.WebpImageExtension_8wekyb3d8bbwe ### Surface Hub Apps / Team edition # Microsoft.Whiteboard_8wekyb3d8bbwe # microsoft.microsoftskydrive_8wekyb3d8bbwe # Microsoft.MicrosoftTeamsforSurfaceHub_8wekyb3d8bbwe # MicrosoftCorporationII.MailforSurfaceHub_8wekyb3d8bbwe # Microsoft.MicrosoftPowerBIForWindows_8wekyb3d8bbwe # Microsoft.SkypeApp_kzf8qxf38zg5c # Microsoft.Office.Excel_8wekyb3d8bbwe # Microsoft.Office.PowerPoint_8wekyb3d8bbwe # Microsoft.Office.Word_8wekyb3d8bbwe
This is not in Toolkit. I made this code to Toolkit and its folder structure. I would need this part of your code, responsible for (Copy Patch Network Printing), so I could help you with something. Use Toolkit's nsudo is in the most current version. Check the path for the nSudo in your script folder structure. As always said, use well shortened paths.
Cool, I just tried to make a contribution while I took some simple technical doubts, with Abbodi. We really have to be grateful to their huge work at UUPDump Project, like MSMG for the development of Toolkit. Below is a compilation of the posts that generated the idea of creating the CustomList for Builds from 22563. Spoiler: From where the Custom List started But besides that, it originated in the MSMG list of lists. So that was the initial source for me. Which provided me with the application of what I have been learning in those 2 years.
@MSMG, In :IntWindowsSetupMediaUpdates , just to optimize the code. from: Code: for /f "tokens=* delims=" %%a in ('%DISM% /Get-WimInfo /WimFile:"%BootWim%" /Index:2 ^| findstr /i Default') do ( set ImageDefaultLanguage=%%a ) to: Code: for /f "tokens=1 delims= " %%a in ('%DISM% /Get-WimInfo /WimFile:"%BootWim%" /Index:2 ^| findstr /i "Default"') do (set "ImageDefaultLanguage=%%a") It should be done with these too: from: Code: for /f "tokens=* delims=" %%j in ('%DISM% /Get-ImageInfo /ImageFile:"%~1" /Index:%~2 ^| findstr /i Default') do (set ImageDefaultLanguage=%%j) to: Code: for /f "tokens=1 delims= " %%j in ('%DISM% /Get-ImageInfo /ImageFile:"%~1" /Index:%~2 ^| findstr /i "Default"') do (set "ImageDefaultLanguage=%%j") Note "tokens=1" and "delims= " with space. then all from: Code: set ImageDefaultLanguage=!ImageDefaultLanguage:~1,-10! to: Code: set "ImageDefaultLanguage=!ImageDefaultLanguage:~1!" Note this ,-10 was removed.
could someone please tell me how to remove "Windows PowerShell ISE" and "Windows PowerShell", native to Windows using Toolkit?? Please!!