win10服务和控制器应用CPU占用过高

win10服务和控制器应用CPU占用过高

重启Windows Management Instrumentation,但是关机失效,建个bat文件,开机后管理员运行一下,如果你的Windows Management Instrumentation 服务有其它依赖项,往里进widows服务,找到Windows Management Instrumentation,点停止,会显示出依赖项,找到依赖服务,点击查看名字,仿照着网bat代码里面添加上就行,开机管理员运行一次bat。我要运两次

sc config telnet start= auto
net start telnet
sc stop iphlpsvc
choice /t 1 /d y /n >nul
sc stop VMUSBArbService
choice /t 1 /d y /n >nul
sc stop VMwareHostd
choice /t 1 /d y /n >nul
sc stop VMAuthdService
choice /t 1 /d y /n >nul
sc stop Winmgmt
choice /t 1 /d y /n >nul
sc start iphlpsvc
pause

你可能感兴趣的:(win10)