restart function

About this tag
The restart function in Windows 10 can be affected by system-level interactions, such as a Windows service displaying a message box with MB_DEFAULT_DESKTOP_ONLY. This may prevent the Power button's popup menu items, including Restart, from appearing. The issue is specific to certain Windows 10 versions and does not occur in earlier builds like RS4 or RS5. Discussions on WindowsForum.com explore whether this is a bug and seek troubleshooting steps for restoring normal restart functionality.
  1. F

    Windows 10 Can not show Popup menu items when clicking Power button from the start menu

    On Windows 10, version: 10.0.18362, I have a Windows service application. In the service process, when I use the following code to display a user interactive message box: //Start Impersonate Loggon User MessageBox(IntPtr.Zero, message, caption, MB_DEFAULT_DESKTOP_ONLY | MB_YESNO |...
Back
Top