Win10 LTSB,比win8好用,又没有APP功能,老机运行很是稳定、流畅。安装运行一段时间后,安装了UWF组件,提升安全性和流畅性。windows
Windows UWF(统一写保护)组件,功能:安全
一、当内存盘用,增强性能,提升速度;
二、省SSD写入;
三、当还原卡用,防熊孩子性能
开启方法:url
一、程序和功能→启用或关闭Windows功能,勾选"统一写入筛选器"spa
Win10一周年LTSB版设置 2016年10月11日命令行
win10 2019 LTSC 位置 2019年5月26日code
二、UWF设置blog
手动启动及设定 (要从新启动系统才生效,关机再开是没用的) : 内存
用管理员模式打开控制台,挑选下列可以使用命令行ci
uwfmgr get-config (检查UWF现时及下次启动后的状态) uwfmgr filter disable (要安装程序或者更新的话 ,关闭uwf) uwfmgr filter enable (开启uwf) uwfmgr overlay set-size 3072 (设置使用的内存大小) uwfmgr volume protect c: (我选择了保护c盘) uwfmgr file add-exclusion c:\users (排除用户文件夹) uwfmgr servicing Update-Windows (容許系统更新)
如要使用windows内建的防毒 (Windows Defender) 可依如下设定 (不过我没用防毒) : uwfmgr file add-exclusion C:\Program Files\Windows Defender uwfmgr file add-exclusion C:\ProgramData\Microsoft\Windows Defender uwfmgr file add-exclusion C:\Windows\WindowsUpdate.log uwfmgr file add-exclusion C:\Windows\Temp\MpCmdRun.log uwfmgr.exe registry add-exclusion HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender
本机设置备份8G内存
uwfmgr get-config (检查UWF现时及下次启动后的状态) uwfmgr filter disable (要安装程序或者更新的话 ,关闭uwf) uwfmgr filter enable (开启uwf) uwfmgr overlay set-size 3072 (设置使用的内存大小) uwfmgr overlay set-warningthreshold 2560 (设置警告) uwfmgr overlay set-criticalthreshold 3072 (设置严重警告) uwfmgr volume protect c: (我选择了保护c盘) uwfmgr file add-exclusion c:\users (排除用户文件夹,add-exclusion只能用一次 uwfmgr file add-exclusion c:\ProgramData (WIN10) uwfmgr servicing Update-Windows (容許系统更新)
最后,若是须要更改系统或安装软件,先关闭UWF后重启。