psa name_Windows 10安全性PSA:啟用自動商店更新

psa name

psa name

The Microsoft Store app splash screen on Windows 10.

Microsoft sometimes distributes important security updates through the Microsoft Store. That’s the lesson we’re learning in July 2020, when Microsoft sent an important update for Windows 10’s HEVC codecs not via Windows Update but via the Store.

Microsoft有時會通過Microsoft Store分發重要的安全更新。 這是我們在2020年7月學到的教訓,當時微軟不是通過Windows Update,而是通過Store發送了針對Windows 10 HEVC編解碼器的重要更新。

是的,安全更新可以來自商店 (Yes, Security Updates Can Come from the Store)

This isn’t a huge surprise, as the codecs are installed via the Store in the first place—either by you or by your PC manufacturer. However, if you’ve disabled automatic app updates from the Microsoft Store, your Windows 10 PC will have the old, vulnerable codecs installed until you open the Store and install the update manually.

這并不是一個很大的驚喜,因為編解碼器是首先通過商店(由您或您的PC制造商安裝)安裝的。 但是,如果您從Microsoft Store禁用了自動應用程序更新,則Windows 10 PC將安裝易受攻擊的舊編解碼器,直到您打開Store并手動安裝更新。

It’s easy to see how many Windows 10 PCs may never install this important security update.

很容易看到有多少Windows 10 PC可能從未安裝過此重要的安全更新。

如何在Windows 10上啟用自動商店更新 (How to Enable Automatic Store Updates on Windows 10)

To prevent this sort of problem in the future, we recommend enabling automatic app updates from the Store. To do so, open the Microsoft Store app from your Start menu or taskbar. You can press the Windows key to open the Start menu, type “Store” to search for it, and press “Enter” to launch it.

為避免將來出現此類問題,建議您從商店啟用自動應用更新。 為此,請從“開始”菜單或任務欄打開Microsoft Store應用程序。 您可以按Windows鍵打開“開始”菜單,鍵入“存儲”以進行搜索,然后按“ Enter”以啟動它。

Launching the Microsoft Store app on Windows 10.

In the Store, click the menu button at the top-right corner of the window. It looks like a “…”. Select “Settings.”

在商店中,單擊窗口右上角的菜單按鈕。 它看起來像一個“……”。 選擇“設置”。

Opening the Microsoft Store's settings screen on Windows 10.

Ensure the “Update apps automatically” option at the top of the window is set to “On.” You’re done. You can now close the Store.

確保將窗口頂部的“自動更新應用程序”選項設置為“開”。 你完成了。 您現在可以關閉商店。

Enabling automatic app updates on Windows 10.

如何限制自動更新 (How to Limit the Automatic Updates)

Want to stop Windows 10 from downloading unnecessary app updates in the background? Consider uninstalling apps you don’t use.

是否要阻止Windows 10在后臺下載不必要的應用程序更新? 考慮卸載不使用的應用程序。

You can right-click many of Windows 10’s included apps in the Start menu and select “Uninstall” to remove them. If you don’t use Microsoft’s Mail app, feel free to remove it.

您可以在“開始”菜單中右鍵單擊Windows 10隨附的許多應用程序,然后選擇“卸載”將其刪除。 如果您不使用Microsoft的Mail應用,請隨時將其刪除。

Uninstalling Windows 10's Mail app from the Start menu.

Windows won’t download updates for apps you don’t have installed. If you want to use the app in the future, you can re-install it from the Store.

Windows不會下載尚未安裝的應用程序的更新。 如果您想將來使用該應用程序,可以從商店中重新安裝它。



If you don’t want to worry about updates for these codecs, you could also uninstall them and just use a third-party video player like VLC instead. You’d just have to update VLC or whatever video player you choose.

如果您不想擔心這些編解碼器的更新,也可以將其卸載,而只需使用VLC之類的第三方視頻播放器即可。 您只需要更新VLC或您選擇的任何視頻播放器即可。

However, we don’t really know which apps included with Windows 10 will get security updates via the Store in the future.

但是,我們真的不知道Windows 10附帶的哪些應用程序將來會通過Store獲得安全更新。

翻譯自: https://www.howtogeek.com/680701/windows-10-security-psa-enable-automatic-store-updates/

psa name

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/281028.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/281028.shtml
英文地址,請注明出處:http://en.pswp.cn/news/281028.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

C# ListView 簡單命令例子

編寫工具常用到ListView控件,能簡單列出選項,常用到流程校驗顯示。這里介紹簡答顯示,添加與刪除功能。 1.添加表頭,與顯示。 this.listView1.Columns.Add("隊列", 40, HorizontalAlignment.Left);this.listView1.Column…

C#并行編程-Task

什么是異步同步和異步主要用于修飾方法。當一個方法被調用時,調用者需要等待該方法執行完畢并返回才能繼續執行,我們稱這個方法是同步方法;當一個方法被調用時立即返回,并獲取一個線程執行該方法內部的業務,調用者不用…

手機照片丟失或誤刪如何恢復

手機照片丟失或誤刪如何恢復?我們每個人從剛出生就開始拍照片,一周歲照片、二周歲照片、三周歲照片等,因為照片可以記錄我們從小到大的模樣和變化。無意照片對我們每個人來說都很重要,如果手機突然壞以前的照片都找不到了怎么辦呢…

C++學習筆記(二)——交換函數(swap)

這次我們要透過一個簡單的函數swap深入理解函數傳參的本質以及在C中如何選擇傳參方式。 先來看第一段程序: void swap(int x, int y) {int temp y;y x;x temp; } 通過main函數的調用,我們發現x,y并未實現交換: int main() {int x 1;int y…

大數據背后是個萬億市場

2014年的GDP中消費占比已經超過了50%,標志著中國經濟正在向市場經濟轉型,消費占GDP50%-70%是中等發達國家向市場經濟過渡的一個表現,未來中國經濟增長最大的引擎應該來源于消費,特別是個人消費。中國正在經歷經濟結構調…

ipad iphone開發_如何將iPhone或iPad置于恢復模式

ipad iphone開發If your iDevice starts acting strangely and you’ve run through the gamut of normal troubleshooting fixes, Recovery Mode may be your answer. This lets you easily reset the device and re-install iOS using iTunes. 如果您的iDevice開始運行異常&a…

從三層架構說起,談談對歷史項目的小改造

web development項目背景說明最近接手一個 “老” 項目的需求修改,項目整體基于 .net core 3.1 平臺,以傳統的三層架構為基礎構建。了解需求后,逐步對原有項目框架進行大概的了解,主要是熟悉一些框架的開發規范,基本工…

C# message簡單實現窗口間信息接收與發送

剛接觸windows 不同程序 窗口消息傳遞,不理解IntPtr SendMessage(int hWnd, int msg, IntPtr wParam, IntPtr lParam)這函數怎么用?消息內容怎么傳遞過去,還遇到需要message結構體?IntPtr怎么用呢? 但實際只是用來傳個…

在Kubernetes集群上部署和管理JFrog Artifactory

JFrog Artifactory是一個artifacts倉庫管理平臺,它支持所有的主流打包格式、構建工具和持續集成(CI)服務器。它將所有二進制內容保存在一個單一位置并提供一個接口,這使得用戶在整個應用程序開發和交付過程中,能更易于…

已知思科ASA設備漏洞仍在其新版本中存在

近日,名為“Shadow Brokers(影子經紀人)”的黑客組織聲稱成功入侵了跟NSA相關的Equation Group(方程式組織)的計算機系統,并成功竊取到了大量的機密信息以及黑客工具。隨后,“Shadow Brokers”黑客組織將60%的泄漏文件在網上進行了公布&#…

Yii Listview

轉載于:https://www.cnblogs.com/xiong63/p/8546376.html

Git 操作筆記/pip換源

pip換源 阿里云的源,在cmd命令行中輸入上述命令即可 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ 還原commit 不可逆 1.git log2.選擇某次提交的commit ID3.使用git reset --hard commit ID 遠程查看與斷開 git remote -vgit remote rem…

.NET 7 的 AOT 到底能不能杠反編譯?

一:背景 1.講故事在B站,公眾號上發了一篇 AOT 的文章后,沒想到反響還是挺大的,都稱贊這個東西能抗反編譯,可以讓破解難度極大提高,可能有很多朋友對逆向不了解,以為用 ILSpy,Reflector,DnSpy 這…

google hdr+_更好的隱私權控制使Google+死了

google hdrEarlier this year, Google started a project to review third-party developer access to Google accounts through the use of APIs. It found a security breach surrounding Google, and is now shutting the service down, at least for consumers. 今年年初&a…

新0-Day漏洞或將給Linux桌面發行版帶來浩劫

Linux 的各個發行版都一直強調安全及其相關元素,比如防火墻、滲透測試、沙盒、無痕上網和隱私等等,但事實上可能并沒有想象中的那么安全。安全研究員 Chris Evans 公開了其發現的針對 Linux 桌面發行版的 0day 漏洞,利用特制的音頻文件入侵 L…

php中把美國時間轉為北京時間的自定義

我的服務器北京時間,php調用的時間: date.timezone "America/Chicago" 這是美國這邊的一個時間,有的時候跟北京相差13個小時,有的時候跟北京時間相差14個小時,所以很不好處理,現在php函數就能處…

C# DataTable筆記

文章轉載自http://www.cnblogs.com/Sandon/p/5175829.html 感謝博主Sandon。 為了方便以后編程查看,特把文章復制過來。 創建表 //創建一個空表 DataTable dt new DataTable(); //創建一個名為"Table_New"的空表 DataTable dt new DataTable("Tabl…

一份詳盡的利用 Kubeadm部署 Kubernetes 1.13.1 集群指北

2019獨角獸企業重金招聘Python工程師標準>>> 概 述 Kubernetes集群的搭建方法其實有多種,比如我在之前的文章《利用K8S技術棧打造個人私有云(連載之:K8S集群搭建)》中使用的就是二進制的安裝方法。雖然這種方法有利于我…

.NET性能優化-使用內存+磁盤混合緩存

我們回顧一下上一篇文章中的內容,有一個朋友問我這樣一個問題:我的業務依賴一些數據,因為數據庫訪問慢,我把它放在 Redis 里面,不過還是太慢了,有什么其它的方案嗎?其實這個問題比較簡單的是吧&…

最小生成樹詳解

注:本文算法使用鏈式前向星數據結構實現。學習鏈接:鏈式前向星-學習筆記 一、Prim算法 普通prim算法模板: //用前向星錄數據的時候記得把head初始化為-1 fill(dist,distLEN,MAX); memset(vis,0,sizeof vis); int ans0; dist[1]0; //如…