-
Notifications
You must be signed in to change notification settings - Fork 5
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
Shutdown/Exit Windows menu options do not work when Progman as shell on Server 2022 Core #2
Comments
Program Manager uses the shell32 shutdown dialog which seems to not be available in Server Core. Will install Server Core in a VM and test what alternatives are available. If I don't see anything I'll have to check for the availability of the shutdown dialog and if it's not present then I'll re-include the classic dialogs that I removed. |
Hijacking this issue (because the Discussions tab is not open) - I got three errors when compiling.
Do you have any idea what caused the errors, and any way to solve it? |
I may not have updated the resource file properly. Will look into it tonight. |
Should be fixed now |
I finally managed to get it compiled, thank you. However, the New option at my side is the old one. 🤔 |
Should be fine for now. Going to button up the shutdown issue when I can get to it, haven't had very much time with school and work. |
New shutdown dialog is underway. |
Clicking on both options did nothing. I have to use the Run option and execute e.g.
shutdown -s -t 0
,shutdown -r -t 0
,shutdown -l
, etc. as alternatives.FYI, I am testing this program as a shell replacement on Windows Server 2022 Core.
The text was updated successfully, but these errors were encountered: