What's the impact of disabling fast startup?

Xie Steven 811 Reputation points
2021-09-07T02:45:10.78+00:00

Hi Guys,

For a long time, we have been troubled by such a problem. We're using InkCanvas to receive ink strokes. There're some other buttons on the XAML which're used to clear the strokes or clear the previous operations. When we click these buttons several times, the UI will be blocked. We haven't found the root cause.

Recently, we found that if we disable the fast startup of windows settings. This problem never happened again.

I'm not sure there is a necessary relationship between them. So, could you help me confirm it?

Thanks

Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,851 Reputation points
    2021-09-07T07:12:42.433+00:00

    Hello, Welcome to Micorosoft Q&A,

    Recently, we found that if we disable the fast startup of windows settings. This problem never happened again.

    It's hard to say, the windows fast start up is very complex system, it may cache some temp data during machine turn off. But there is not document telling it will cache ink strokes. I also test with photo app draw function, unfortunately we can't reproduce your problem. you could make a blank app and detect if the problem is related with clear method. or share your code here. And you could also report this problem with windows feed back app.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Docs 15,141 Reputation points
    2021-09-13T07:54:17.867+00:00

    Check the event viewer for error messages related to fast startup.

    Fast startup can be turned off manually or by turning off hibernation.

    See these links:

    https://www.tenforums.com/tutorials/4189-turn-off-fast-startup-windows-10-a.html
    https://learn.microsoft.com/en-us/windows-hardware/test/weg/delivering-a-great-startup-and-shutdown-experience

    .
    .
    .
    .
    .
    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post: Vote = a helpful post
    .
    .
    .
    .
    .

    0 comments No comments