-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened to WinXShell? (not an issue) #1
Comments
I agree! This project should be updated or archived. |
The one in Win10XPE is rewrite with DuiLib + Lua to create the UI elements(UI_Settings, UI_WIFI, etc). The origin shell part(startmenu, taskbar, notifyarea, clock) is no much change. |
I shared the codes for the one who want to create their own shell on Windows, and hope some others can The shellpart branch is stable, still can be built and run on Windows 11, Windows Server 2022. The new one --- WinXShell.exe use other libraries, lots of them are not open source, |
Can you give a link to the one you compiled? I'd love to give it a shot. |
Are you going to be updating WinXShell for the latest version of windows? It hangs on XPE when booting, the flyout and LUA tests work but taskbar and startmenu take like 10min to eventually load. Hope all is well. ;) Both projects are amazing! |
The released WinXShell works fine on the latest version of Windows (Windows 11 23h2, or 25xxx preivew version). I don't know which version you used, the lastest version add a docs description for the lua functions. https://www.lanzoux.com/b011xhbsh Password: shell The new beta version is WinXShell_RC5.1.2_beta2. |
TSPlus makes a modified version for their remote software. I think theres is version 3. Link to latest files posted as of 11/12/23 so you don't have to do the work as yet. |
Is it possible to add support for the CornerRadius parameter to applications for WINPe in XML? |
This seems to be the one you compiled, very nice but it keeps giving a Duilib error, any idea how to fix? Thanks in advance. |
https://www.lanzoux.com/b011xhbsh Password: shell The new beta version is WinXShell_RC5.1.4_beta4. Please rename the WinXShell_.exe to WinXShell.exe, WinXShellC_.exe to WinXShellC.exe. |
WinXShell_RC5.1.4_beta4 support CornerRadius in Windows 11 PE. |
Off topic Is it possible to reduce CPU usage of explorer.exe / winxshell.exe ? from my tests after tweaks Windows 8 is around 1% on 12700k in hyper-v Im wondering if there something that can make it even down more ty |
@slorelee , Hope all has been well. I am tinkering with the idea of making a simple rescue directly from the host OS, without using a windows ISO. I made a simple CMD script to find the WinRE volume in a machine and burn it to a bootable USB with powershell cmds. It is not standard WinPE and WinXShell takes ~5min to load. But once it does it works as expected. Same issue with 24h2 as 23h2. Flexlauncher loads immediately so I'm using that for now. But I would love to get WinXShell working with this. I have a few other ideas, like baking it into the System RE volume etc https://github.com/illsk1lls/RescueMaker <== This creates flat bootable USB If I create a USB with that script and change the following: 1.) Extract WinXShell to USB:\Windows 2.) USB:\Windows\System32\winpeshl.ini ==> [LaunchApp] AppPath=%SystemDrive%\Windows\Startup.cmd 3.) Then create USB:\Windows\Startup.cmd ==> %~dp0winxshell.exe -winpe This takes 5 min to load taskbar etc |
This repository is very confusing hiding the source in a branch is not the expected practice. PS: also building instructions are missing, I see there are 2 3rd party libs needed: PPS: Also the DUI sub fodler is missing could you please provide a build able version of the sources |
The old PExplorer is not a good name, and it will be commited as new WinXShell project, so just use the old repository with a branch until it ready. |
The lua can be found in http://www.lua.org. the branch remove the dependence of duilib, |
It startup immediately in old Windows 10 WinRE. The new Windows RE make something changed, |
remove some timer like fresh the taskbar button, the clock time, maybe the CPU usage will be down. |
That does work. I found renaming Winxshell as LogonUI.exe works, and it runs with system privileges, but there is a bug where right clicking isn't registered. |
Link to the code: https://github.com/slorelee/PExplorer/tree/WinXShell_shellpart |
https://github.com/slorelee/duilib/tree/lib4winxshell_vs2022 |
I have seen newer versions of WinXShell on Win10XPE, but it looks nothing like the version (shellpart) i compiled. Did the project get closed source? Did the project get stalled/discontinued?
The text was updated successfully, but these errors were encountered: