Windows XP Shutdown and Logoff Menus for modern Windows

Page 1 of 2 12 LastLast

  1. Posts : 6
    Windows 10 20H2 (OS Build 19042.746)
       #1

    Windows XP Shutdown and Logoff Menus for modern Windows


    Hi, I'm Aaron Bewza and I rebuilt the Windows XP Luna shutdown and logoff dialog menus, because XP is 20 years old this year plus I've had a bit of interest in this while I was building it so I'd like to share it with you. I coded it completely ground-up in AHK (Autohotkey) and it's quite close to the original.

    SYSTEM REQUIREMENTS:
    - Windows 10, 8, 7, Vista or XP (32-bit or 64-bit)

    DOWNLOAD PAGE:
    Windows XP Shutdown and Logoff Menu for Modern Windows

    Here is a Youtube of it in action:


    Here are a few screenshots:
    Windows XP Shutdown and Logoff Menus for modern Windows-menu.jpgWindows XP Shutdown and Logoff Menus for modern Windows-menu2.jpgWindows XP Shutdown and Logoff Menus for modern Windows-menu3.jpg
      My Computer


  2. Posts : 4,188
    Windows 11 Pro, 22H2
       #2

    Welcome to TenForums.

    Looks great! Thanks for sharing.
      My Computers


  3. Posts : 6
    Windows 10 20H2 (OS Build 19042.746)
    Thread Starter
       #3

    hsehestedt said:
    Welcome to TenForums.

    Looks great! Thanks for sharing.
    Thanks very much :) glad to be here. I hope this helps the cause, XP is 20 years old this year and people should have something for their newer Windows. It's perfect alongside WindowBlinds and Open-shell to complete the XP Luna look.
      My Computer


  4. Posts : 31,691
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #4

    Aaron Bewza said:
    Thanks very much :) glad to be here. I hope this helps the cause, XP is 20 years old this year and people should have something for their newer Windows. It's perfect alongside WindowBlinds and Open-shell to complete the XP Luna look.

    Well done, a remarkably accurate re-creation. I particularly like seeing the colours fade again, don't know why MS dropped that.

    On minor comment for your 'to-do' list regarding the underlined keyboard shortcut characters. When you press Shift to get the Hibernate button there's no underlined character for Hibernate, and no keyboard key will start hibernation. When you release the Shift key Stand By no longer has its 'S' underlined, though the key still works.

    Windows XP Shutdown and Logoff Menus for modern Windows-xp-shutdown.gif
      My Computers


  5. Posts : 6
    Windows 10 20H2 (OS Build 19042.746)
    Thread Starter
       #5

    thanks, Bree! I had not noticed that underline issue before, but in AHK if an ampersand (&) is used it is supposed to underline the next letter and it doesn't always work. There is also a setting in Windows 10 to do with automatically underlining letters, the following is the instructions how to enable that (works fine afterward):

    On the Ease of Access page, choose the “Keyboard” tab on the left. On the right, scroll down a bit and turn on the “Underline Access Keys When Available” toggle under the “Change How Keyboard Shortcuts Work” section. Once enabled, you'll start seeing underlined letters in various menus, dialog boxes, and windows.

    Also, check if hibernation is enabled, as the menu relies on a hibernation DLL-call. Otherwise it won't work.

    Open Control Panel and navigate to Hardware and Sound > Power Options.
    Click Choose what the power buttons do.
    Next click the Change Settings that are currently unavailable link. ...
    Check the Hibernate (Show in Power menu).
    Click on Save changes and that's it.


    (re-tested and confirmed on this end)
    Thanks for your comment, that should solve anyone elses' issues in that area :)
      My Computer


  6. Posts : 31,691
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #6

    Aaron Bewza said:
    There is also a setting in Windows 10 to do with automatically underlining letters, the following is the instructions how to enable that ... On the Ease of Access page...
    That fixed the underline, I now see Hibernate when I press Shift, still won't hibernate when I press Shift+H though. Hibernation was already enabled and works from all other ways of triggering it, automatic or manual. Running on 20H2, x64, tested on two laptops now.

    EDIT: tested a bit more, it seems that none of the underlined shortcut keys work while the Shift key is held down.

    Windows XP Shutdown and Logoff Menus for modern Windows-image.png Windows XP Shutdown and Logoff Menus for modern Windows-image.png
    Last edited by Bree; 22 Jan 2021 at 20:28.
      My Computers


  7. Posts : 6
    Windows 10 20H2 (OS Build 19042.746)
    Thread Starter
       #7

    Good to know, thanks :) the shift key seems to jam the other keyboard shortcuts as AHK is single threaded (language limitation) but the hibernate button works if pressed while SHIFT is held down.
    I just now updated the Hibernate command... it looks like the DLL-call works for if hibernation is not enabled (like on my system) but won't work for you. So I added "shutdown /h" as well, which should work for systems with hibernation enabled... if you open "XP_Settings" and click the "Check for Updates" button, you will be able to update the menu with the changes.
    yah sorry I can't do anything about SHIFT jamming the other key commands. "H" does work on its own without SHIFT being held down.

    EDIT:
    I thought about using SHIFT as a "toggle switch" for the Hibernate button but that's farther away from authentic XP for something I presume most people would click on instead of use a keyboard shortcut. That's the logic anyway lol
      My Computer


  8. Posts : 31,691
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #8

    Aaron Bewza said:
    ... "H" does work on its own without SHIFT being held down.
    Yes, I just found that out for myself, and that was before downloading your updated version.

    I still can't get any shortcut key to work while I hold down either of the Shift keys. There's another keyboard function that's not present, using the tab key to switch from one button to the next then using Space or Enter to press it.

    It's probably not worth pursuing keyboard functionality too much further. There are probably very few hardcore keyboard-by-preference users out there , or even many that know that you can use Windows perfectly well without a mouse.

    One odd effect that your updated version introduced is that now if I hibernate, on waking up I resume to a Lock-screen despite having that turned off in Settings. The original version didn't do that, I'd recommend reverting to that.

    Windows XP Shutdown and Logoff Menus for modern Windows-image.png
      My Computers


  9. Posts : 6
    Windows 10 20H2 (OS Build 19042.746)
    Thread Starter
       #9

    thanks very much for your help, bree, much appreciated. I'll switch it back and leave the same version number since no success that way was had. The TAB thing is on the list of things to do, I have to figure that out. Yah AHK is limited to one thread (operation) at a time, so if something is held down (in this case SHIFT) all other threads are disabled. Which sucks because it also pauses the bubble images if they are in the middle of fading in.
    Weird about the sign-in screen. "shutdown /h" is the official command to send Windows 10 into hibernation, not sure what's up with that but hey still fun lol
      My Computer


  10. Posts : 31,691
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #10

    Glad to have helped, it's been fun (and nostalgic).
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:26.
Find Us




Windows 10 Forums