-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Short-cuts in start menu are always cleaned up. #3448
Comments
This is a limitation of Scoop. WIndows Update forces resetting the shortcuts. You can reset all apps by using this command:
|
I believe reset is too heavy and too slow for adding short cuts back. |
some command like 'scoop fix shortcuts' can break the limitation easily. And it is not so heavy as 'scoop reset *' |
Because wildcard is heavily. |
|
If one wants to add all the short-cuts back, Is there any difference between |
app.json files save if a short-cut is necessary for an app. |
And for anyone else looking at this, Windows 10 update also breaks any scoop apps you may have set to auto start. |
It will be better if we create a shortcut folder inside scoop dir and link it with start menu shortcut folder. |
Short-cuts in start menu are always cleaned up when Windows 10 update to a new version. In other words short-cuts in the folder
%HomePath%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Scoop Apps
are always cleaned up.Is there any way to add these short-cuts back quickly? Or could you please provide a new command to add them back?
The text was updated successfully, but these errors were encountered: