Describe the bug
After running the remove script, I noticed that applications that use the shutdown message feature breaks the message feature entirely. This also includes if I keep the cautious options unchecked.
To Reproduce
Any app in Visual Studio that uses a command like this will not display the message after the script is done, including after a system restart.
Example code:
System.Diagnostics.Process.Start("shutdown.exe", "/s /t 60 /c ""System will shut down in 60 seconds.""")
Desktop (open winver to see build):
- Windows Build: 26200.9168
Additional context
This was tested in a VM, as soon as the script was fully reverted, the message feature started working again. The app function still does shutdown and restart, but no message.
Describe the bug
After running the remove script, I noticed that applications that use the shutdown message feature breaks the message feature entirely. This also includes if I keep the cautious options unchecked.
To Reproduce
Any app in Visual Studio that uses a command like this will not display the message after the script is done, including after a system restart.
Example code:
System.Diagnostics.Process.Start("shutdown.exe", "/s /t 60 /c ""System will shut down in 60 seconds.""")
Desktop (open winver to see build):
Additional context
This was tested in a VM, as soon as the script was fully reverted, the message feature started working again. The app function still does shutdown and restart, but no message.