datocp
1 天前
24h2 在 sysprep 封装过程只注意到开机过程有很大的磁盘读写,在了备份阶段没注意到有这个问题。
cpu/内存都排除了,那只能性能管理器看看磁盘读写,就在任务管理器里。但有 128G 内存的电脑硬盘应该也不差吧。但是以前听到的一些服务器的硬盘是说如果硬盘不支持软件的某些特性也是有可能导致软硬配合不畅。
其它的就是 condef 关掉系统自带杀母
用 Win11Debloat 关掉那些通过网络调用的组件,不错网络不通引起的问题也很多,很烦现在的云概念
自己常用 禁用一些服务.cmd
::默认禁用
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 WerSvc start=demand
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