-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[New setting] Check for updates automatically (on/off) #2701
Comments
@crutkas Thoughts? |
@crutkas Can you please add the lable and a milestone. |
Yes, I have the same wish. I try to keep my system as stable as possible and do feature updates only in larger intervals with a system image done before. Never change a running system - besides it's a security fix. I thought a bit about security. Actually, I'm not sure what's best from a security point of view. Maybe it's better to just suppress regular update notifications, but show them in case of important security updates? But this might introduce too much complexity. Just speaking for myself. I'm fine to take this risk and check manually from time to time. I don't think that PT have such a big attack surface as a browser for instance. |
I like the term "notification spam" mentioned earlier. It is applicable here as well. Currently updates are implemented as such. PT is not something I use everyday, and I am not particularly interested in receiving daily, or even weekly updates and the associated notifications. Consider all the notification spam I am already receiving from Microsoft: I don't want automated updates for anything (except maybe some security related matters) including the notification spam that comes with it, luckily I noticed that the new Edge browser also wants me to accept automatic updates. So I declined to install it for these reasons alone (I am a web developer). Long story short consider the possibility that not everyone wants automatic updates, update notifications etc. Give users like me a way out to a frictionless experience. Please |
@wvmstr, we're working on getting this stuff better. Thanks for working with through this with us. For hot fix releases, they typically are fixing a critical problem. For our toast does have a "don't show it again" option |
@crutkas @enricogior I would say that a hotfix for a critical problem warrants a notification, nothing else does as typically I learn about new capabilities on the various Microsoft news sites. But that is just me. Thanks for being so responsive! |
we do notifications in two scenarios,
|
We're before v1.0 and still early in development. Having everyone on the latest aids in debugging and support. This was a big issue before we started the notifications and alerting people. |
@crutkas I've been searching for a solution for the past month, but no luck so far. I've made a RegShot, in hopes of finding a solution, but again, no luck. My question is therefore: Is there anyway to disable the toast notifications through a reg. key or the like, so it can be rolled out through for example a GPO? Thanks. |
@MSH14, as of right now, no. If it was, it would be done via the JSON file, not reg as well. |
@crutkas, thanks for the reply. In that case, I suppose I'll just have to wait and see if it will be implemented :) |
Maybe we can have a policy json file in the program diretory which defines settings that couldn't be changed by the user. |
I would also appreciate a feature to disable update notifications/checks. Some of our users testing PowerToys especially FancyZones as alternative for other solutions like "Dell Display Manager" and can't update PT right now due to limited rights. If somebody has a workaround to prevent this, please let me know. Thanks. |
Hi, I'm using PowerToys in a large coprorate network, where internet updates are not possible due to security reasons. Users just get confused by update notifications since they're not allowed to download or install anything. Software packages are exclusively rolled out via SCCM. Thank you all for your continuous efforts to make the product better. |
Anything new on this? Looking to bring this into a corporate environment but can't do so without the ability to disable auto update notifications during install. |
@nkasco not something we're looking to add in currently. We're open source so if you feel this is a must have feature, please submit a PR. For us, the ability to keep everyone up-to-date is critical for releases and support. |
I think it would be good to suppress notifications on a version basis, so until the next update is available |
PowerToys is on the Microsoft Store now. This is also relevant to other installation methods, e.g. package managers like Chocolatey or winget. Nor do I want to be notified of updates that I get from other places. Nor do I want to disable all notifications from PowerToys just because I don't want the update ones. |
I was chatting with @denelon and with WinGet at a minimum, regardless of how your got the app, if it is in winget, it should show up with the winget update flow. For powertoys, regardless of how it got installed, it should flow back to our github release. Store, WinGet both point back here so it should always be the same installer. i do want to state I do understand the ask but delicate balance for making users aware there is an update but reduce noise. We have some ideas too |
We've got a couple of Issues being discussed with regard to The Microsoft Store does not automatically update Win32 apps. There is work in progress to include version information so WinGet could show available updates from the store, but I'm not aware of any plans to support automatic updates from the Microsoft Store for Win32 apps. |
Can only support the addition of a feature to disable the update check for enterprise environments. I was actually quite surprised and disappointed that this was not included in the admx policy pack. |
@jaimecbernardo
|
Preventing those update checks, prompts etc. is really necessary. |
@jaimecbernardo, @crutkas
This allows admins to suspend update notifications (only toasts) for 2 releases and to disable automatic downloads, but the update feature in settings is not affected and still works. And if a new version is available/detected automatically, it is still shown in settings and launcher flyout. What do you think? If you like to discuss this offline please send me an e-mail. |
Woot! |
@htcfreek You only implemented group policies to disable this right? This can't be done by the user manually (which is the original request of many)? |
@Aaron-Junker And btw. we can close this issue. |
This was implemented in release 0.68. Thank you for the enhancement request! |
How can I use this? Do I have to use GPO policies, whatever those are for this feature? How can I do that? I see no instructions here or in the release notes. Couldn't there be just a toggle for it in the settings? (Your comment's link points to the wrong release now btw, to 0.69, instead of 0.68.) |
As discussed in the issue #2688 we could add a new setting for disable the automatic update check and notifications. (In addition to the setting we have which disable the automatic download and installation.)
Technical details
Usecases
The text was updated successfully, but these errors were encountered: