Packer-Windows10 icon indicating copy to clipboard operation
Packer-Windows10 copied to clipboard

Action Center: You Must Restart Your Computer ...

Open luciusbono opened this issue 7 years ago • 1 comments

screen shot 2017-03-13 at 4 16 00 pm

This message is BS, since UAC is re-enabled (it needs to be off during the build). There does not appear to be any way to programmatically clear notifications from the Action Center, and I've already tried throwing in extra restarts for good measure, so I may look into disabling the Action Center until the build is nearly complete and UAC comes back on again.

luciusbono avatar Mar 13 '17 23:03 luciusbono

I believe the secret to this problem lies in the ToastNotificationHistory Class: https://docs.microsoft.com/en-us/uwp/api/windows.ui.notifications.toastnotificationhistory?view=winrt-19041

luciusbono avatar Aug 26 '20 21:08 luciusbono