Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable new version notifications?

Whenever I open Sublime Text it throws a pop-up:

A new version of Sublime Text is available, download now?

How can I disable this check? My work blocks installing software updates.

enter image description here

like image 821
Colonel Panic Avatar asked Feb 08 '16 12:02

Colonel Panic


People also ask

Why do I keep getting software update notifications?

Solution. The software update notification icon is designed to appear whenever there is new system software available. In Android version 5.0 or higher, it is not possible to permanently deactivate the system software update notification. You can however deactivate it temporarily.

How do I turn off notifications when a new application is installed?

In Windows 10 Pro or Enterprise, hit Start, type gpedit.msc, and press Enter. In the Local Group Policy Editor, in the left-hand pane, drill down to Computer Configuration > Administrative Templates > Windows Components > File Explorer. On the right, find the “Do not show the ‘new application installed’ notification” item and double-click it.

How do I disable automatic reboot notifications for Windows 10 updates?

If you're running Windows 10 Pro, you can also disable notifications when your device needs to reboot to complete setting up updates using the Local Group Policy Editor. To disable the auto-restart notification policy for update installations, use these steps:

How do I Turn on notifications in Windows 10?

Windows 10’s Settings app allows you to control notifications. To launch it, open the Start menu, and then click the gear-shaped “Settings” icon—or press Windows+I.

How do I disable the Auto-Restart notification policy for Windows updates?

To disable the auto-restart notification policy for update installations, use these steps: Open Start. Search for gpedit.msc and click the top result to open the Local Group Policy Editor. Computer Configuration > Administrative Templates > Windows Componets > Windows Update


2 Answers

go to Preferences -> Settings-User and add there: "update_check": false

EDIT :

If it's not working then add this line 127.0.0.1 www.sublimetext.com in your host file

File Location

Windows : c:/windows/system32/drivers/etc/hosts

Linux : /etc/hosts

like image 138
Vinoth Vino Avatar answered Oct 03 '22 03:10

Vinoth Vino


Preferences / Settings - user

{ "update_check": false } 
like image 26
Colonel Panic Avatar answered Oct 03 '22 02:10

Colonel Panic