You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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 |...
bug report
desktop
error analysis
impersonation
issue resolution
message box
message box flags
os version
popup
power button
restartfunction
service application
shutdown options
sleep mode
user account
user interaction
windows 10