Win10XPE_01-13-2025 I took the same version as Freddie-0 (22H2) because for versions 23H2 or 24H2 Starting is failed
Open in editor Win10XPE\Projects\Win10XPE\Core.script Find: Code: If,%Accessibility_CheckBox%,Equal,True,Exec,%ProjectDir%\Features\Accessibility.Script,Process,HiveLoaded Else,Begin AddVariables,%ProjectDir%\script.project,TargetBasePath To remove shortcut insert below: Code: If,ExistFile,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk",FileDelete,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk" To remove shortcut and executable insert below: Code: If,ExistFile,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk",FileDelete,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk" If,ExistFile,"%GTarget_Sys%\Narrator.exe",FileDelete,"%GTarget_Sys%\Narrator.exe" To restore the script to normal behavior without removing the added lines, simply comment them out: Code: If,%Accessibility_CheckBox%,Equal,True,Exec,%ProjectDir%\Features\Accessibility.Script,Process,HiveLoaded Else,Begin AddVariables,%ProjectDir%\script.project,TargetBasePath //If,ExistFile,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk",FileDelete,"%TargetAppDataRoaming%\Microsoft\Windows\Start Menu\Programs\Accessibility\Narrator.lnk" //If,ExistFile,"%GTarget_Sys%\Narrator.exe",FileDelete,"%GTarget_Sys%\Narrator.exe"
Thank you very much @migascalp working perfect Sorry to ask again, i'm forget about step recorder and wordpad, how to remove it? Thank you! Nvm. forget to uncheck windows apps
These 2 blank icons appear on my desktop with "Win10XPE Project_2025-02-18" Never happened with previous versions
I've seen this before. Not related to the builder itself i think. If i remember well, it happened only when i altered the system shell folders CLSID's.
Successfully built a 26100 Win10XPE using "Win10XPE_01-13-2025" Downloaded the latest StartAllBack.exe and used "StartAllBack.script" from "Win10XPE Project_2025-02-18" (updating the StartAllBack build number)