datocp
2023-09-12 15:08:55 +08:00
windows10 是个头大的系统,也是这 2 年学会优化才开始用。基本上老旧电脑磁盘慢用 ltsb2016 ,新电脑用 ltsc2021.
如果是其它版本
1.github 有个叫 Win11Debloat ,可以去除一堆有用没用的云端组件,这些也是卡电脑的一些东西。
2.Defender Control v2.1 不用安装火 rong 直接禁用那个内置的杀毒软件,太耗资源了
3.ltsc2021 需要安装 vclib
Add-AppxPackage -Path "Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe.Appx"
Add-AppxPackage -Path "Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.Appx"
4.远程访问
Windows 远程桌面出现 CredSSP 加密数据修正问题解决方案
win+R 打开运行窗口,输入 gpedit.msc 命令,点击“确定”
依次展开“计算机配置”->“管理模板”->“系统”->“凭据分配”设置名称: 加密数据库修正
双击“加密数据库修正”,将状态改为“启用”,保护级别改为“易受攻击”,应用—>确定
5.打印共享
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print]
"RpcAuthnLevelPrivacyEnabled"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint]
"RestrictDriverInstallationToAdministrators"=dword:00000000
6.ltsc2021 安装扩展
Add-AppxPackage Microsoft.VP9VideoExtensions_1.0.50901.0_x64__8wekyb3d8bbwe.appx
Add-AppxPackage Microsoft.HEIFImageExtension_1.0.50272.0_x64__8wekyb3d8bbwe.appx
Add-AppxPackage Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe.Appx
Add-AppxPackage Microsoft.AV1VideoExtension_1.1.50332.0_x64__8wekyb3d8bbwe.appx
Add-AppxPackage Microsoft.MPEG2VideoExtension_1.0.50901.0_x64__8wekyb3d8bbwe.appx
Write-Output "Done, you should reboot your computer"
Start-Sleep -s 15
7.解决 Windows 10 的 CompatTelRunner.exe 进程占用磁盘高
控制面板 — 管理工具 — 任务计划 — 任务计划程序库 — Microsoft — Windows — Application Experience — Microsoft Compatibility Appraiser 右键禁止
8.禁用驱动自动更新
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=dword:00000001
9.关闭后台应用
设置/隐私/后台应用/
10.关闭 SmartScreen
Windows 10 版本 2004: 管理模板\Windows 组件\Windows Defender SmartScreen\Explorer\Configure Windows Defender SmartScreen.
Windows 10 版本 1703: 管理模板\Windows 组件\Windows Defender SmartScreen\Explorer\Configure Windows Defender SmartScreen
Windows 10 版本 1607 及更早版本: 管理模板\Windows 组件\文件资源管理器\配置 Windows SmartScreen
11.关闭连接测试
定位到组策略中的「计算机配置 > 管理模板 > 系统 > Internet 通信管理 > Internet 通信设置 > 关闭 Windows 网络连接状态指示器的活动测试」,找到「关闭 Windows 网络连接状态指示器的活动测试」的配置项,选择「已启动」并点击「确定」。
12.关闭磁盘整理
开始/windows 管理工具/碎片整理和优化驱动器 更改设置 按自己需求是否定时磁盘碎片整理
13.解决任务宿主
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"
14.关闭 BitLocker
15.关闭多余的服务
::默认禁用
sc config DialogBlockingService start=DISABLED
sc config AppVClient start=DISABLED
sc config MsKeyboardFilter start=DISABLED
sc config NetTcpPortSharing start=DISABLED
sc config ssh-agent start=DISABLED
sc config RemoteRegistry start=DISABLED
sc config RemoteAccess start=DISABLED
sc config shpamsvc start=DISABLED
sc config UevAgentService start=DISABLED
sc config tzautoupdate start=DISABLED
::默认手动
sc config diagsvc start=DISABLED
sc config WdiSystemHost start=DISABLED
sc config WdiServiceHost start=DISABLED
sc config TokenBroker start=DISABLED
::默认自动
sc config DPS start=DISABLED
sc config WdiServiceHost start=DISABLED
sc config SysMain start=DISABLED
sc config TrkWks start=DISABLED
sc config DPS start=DISABLED
::默认自动延迟
sc config WSearch start=DISABLED
16.用联想的工具 关闭 Win10 自动更新