-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick Resume for Windows 10 #7943
Comments
I wonder if the same thing applies for this issue:
|
@alannt777 |
Then can we have this feature only for UWP? |
/cc @enricogior |
It's kind of pointless, since if the app already has implemented the resume state, there is nothing we can add to it, if it hasn't we can't add it. |
@enricogior What about UWP games (Also, games from new Xbox App which is also UWP)? |
@Vijay-Nirmal |
📝 Provide a description of the new feature
Quick Summary
Ability to resume an application or game on the state when we close the app. In short, it should work like the new Quick Resume feature in Xbox Series X|S.
Why we need this?
Obvious reasons is that we can open the same app at exactly we left off. For example, nice to it will be very nice to open VS or Photoshop or Edge with all tabs instantly at the exactly state we close it. It would be wonder full for games.
This solved the main issue in windows 10 update that is to restart all the apps after the update. If we implement this feature then we can quickly back to work after a system restart. No need to worry about saying or losing state.
Implementation concept
We can create a separate popup (app) that appears when we click on a icon in system tray (like the popup for OneDrive). We can also have a shortcut key to open the popup. In that popup we can list all the app that can we "Set Aside" and "Quick Resume" later. So the user can choose which app to "Set Aside" or the user can choose to "Set Aside" all the apps.
The text was updated successfully, but these errors were encountered: