服务
检查启动项
$ msconfig # 查看启动HKEY_CURRENT_USER\software\micorsoft\windows\currentversion\run HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Runonce$ wmic startup $ wmic startup list full $ wmic startup list brief $ wmic startup list system
检查计划任务
$ at
服务
检查服务自启动
查询正在运行的服务
查询存在但是没运行的服务
查询所有服务
Last updated