本篇提供了一种纯手动的,看起来很纯净的优化方式
毕竟我认为Win10没Win10吹们口中吹的那么好使,甚至难用而偏执
不过嘛,其实更多的是为了在不方便下载各种工具的情况下,更快速的优化方式
-
关掉叠瓦硬盘的噩梦,不知道为啥遥测技术要疯狂扫盘
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorPort]
"TelemetryPerformanceEnabled"=dword:00000000
"TelemetryErrorDataEnabled"=dword:00000000
"TelemetryDeviceHealthEnabled"=dword:00000000
-
关掉幽灵/熔断/僵尸 负优化 吸牙膏技术 减速补丁
来源:LanDianNews
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"FeatureSettingsOverride"=dword:00000003
"FeatureSettingsOverrideMask"=dword:00000003
-
打开不知道啥时候又来了个事务扩展技术
来源:LanDianNews
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel]
"DisableTsx"=dword:00000000
-
关掉内存页压缩
来源:chiphell
powershell
Disable-MMAgent -mc
Get-MMAgent
-
禁用 NTFS 分区上的 8.3 文件名创建
来源:Windows 支持
powershell
fsutil.exe 8dot3name set 1
-
关掉 疯卡小文件的Defender组件包
整个组件被关掉了肯定起不来,但仅仅关闭掉软件可说不准
powershell
DISM.exe /online /Disable-Feature /FeatureName:Windows-Defender-Default-Definitions
DISM.exe /online /Disable-Feature /FeatureName:Windows-Defender-ApplicationGuard
-
为什么不打开传统组件呢?
不玩老Dx游戏了吗
powershell
DISM.exe /online /Enable-Feature /FeatureName:LegacyComponents
DISM.exe /online /Enable-Feature /FeatureName:DirectPlay
-
为什么不安装一下Net3.5组件呢?
不用老软件了吗
powershell
DISM.exe /online /Add-Package /PackagePath:"安装光盘盘符例如E:\sources\sxs"
DISM.exe /online /Enable-Feature /FeatureName:NetFx3