slorelee / wimbuilder2

wimbuilder with new UI & new syntax (hta+bat+vbs+js)
470 stars 105 forks source link

Bluescreen "CACHE_MANAGER" when trying to switch from SYSTEM to ADMINSITRATOR through Switch User shortcut #98

Open qwerty12356-wart opened 10 months ago

qwerty12356-wart commented 10 months ago

The PE was ran from VirtualBox. Now, i will try to list the settings used to build the winPE Windows 10 2004 (19041.264) x86, Install.wim index:6 Default everything, except for checking "Boot" option in Slim and adding a small bat file to load an external menu through the Personal Tailor (post) and also the Enable administrator account of course.

EDIT: logging through the logon GUI works fine

slorelee commented 10 months ago

It was a known issue. Switch to Admin after 1 minute, it will be switch to Admin without error, or Login to Admin as the first logon GUI.

And someone said that kill the explorer.exe shell at first then click the Switch User shortcut, it will switch to the admin account without the "CACHE_MANAGER" BSOD.

qwerty12356-wart commented 10 months ago

That's weird. Thanks for your response. I will leave this issue open for you to decide if you want to close it now or when a solution to this is discovered.

slorelee commented 6 months ago

Someone, told me that: WimBuilder2\Projects\WIN10XPE\01-Components\00-Shell\za-StartMenu\StartIsBack\last.bat

rem incompatible with StartIsBack(SYSTEM account)
del /q "%X_SYS%\windows.immersiveshell.serviceprovider.dll"

keep this file, will avoid the Bluescreen "CACHE_MANAGER", I will try with Admin account if it could fix this issue.