You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, Classic Shell(<= 4.2.5) can be used with WinXShell.
UPDATED: September 20, 2018, 09:35:05 AM
Yes, Classic Shell/Open-Shell > 4.2.5 also works but it check the shell name, it must be "explorer.exe".
because classishell now open source, I find out why the new version can't be used.
ClassicMenu.exe will check the shell process's name, it must be "explorer.exe".
if (_wcsicmp(PathFindFileName(path),L"explorer.exe")==0)
open the ClassicMenu.exe with Hex Editor, find the:
Reply on: April 08, 2017, 02:36:48 AM
Yes, Classic Shell(<= 4.2.5) can be used with WinXShell.
UPDATED: September 20, 2018, 09:35:05 AM
Yes, Classic Shell/Open-Shell > 4.2.5 also works but it check the shell name, it must be "explorer.exe".
because classishell now open source, I find out why the new version can't be used.
ClassicMenu.exe will check the shell process's name, it must be "explorer.exe".
if (_wcsicmp(PathFindFileName(path),L"explorer.exe")==0)
open the ClassicMenu.exe with Hex Editor, find the:
65 00 78 00 70 00 6C 00 6F 00 72 00 65 00
('explorer.exe' in UNICODE)and change this to 'winxshell.exe'.
Then you need to modify the WinXShell.jcfg to hide the origin Start icon.
FYI:
HERE is the batch code in WimBuilder2 to do that automatically:
(WimBuilder2\Projects\WIN10XPE\01-Components\00-Shell\WinXShell\sublast.bat)
The text was updated successfully, but these errors were encountered: