首页 > 系统相关 >Windows_cmd

Windows_cmd

时间:2022-09-01 09:59:00浏览次数:64  
标签:processid get Windows cmd wmic net msc

net user

net share

netstat -ano | more

taskmgr.exe

calc.exe

eventvwr.msc

net accounts

secpool.msc

wmic process get caption, processid

wmic service where (state="running") get caption ,processid

wmic /namespace:\root\securitycenter2 path antivirusproduct get displayName,pathToSignedProductExe

标签:processid,get,Windows,cmd,wmic,net,msc
From: https://www.cnblogs.com/csecesc/p/windows_cmd.html

相关文章

  • windows_exporter安装
    https://github.com/prometheus-community/windows_exporter---参考链接msiexec/iD:\windows_exporter-0.15.0-amd64.msiLISTEN_PORT=20051---使用20051端口启动安装......
  • Windows事件ID大全
    51Windows无法找到网络路径。请确认网络路径正确并且目标计算机不忙或已关闭。如果Windows仍然无法找到网络路径,请与网络管理员联系。52由于网络上有重名,没有连接。......
  • windows jenkins openssh 集成问题
    最近项目需要使用windowsopenssh的一些能力解决一些问题,按照一般的安装方法,肯定是使用最新版本的,但是安装之后通过ssh客户端的确是可以正常的链接,但是通过jenkins链接......
  • Windows 配置 ssh 免密登录 Linux 服务器
    打开cmdhttps://blog.csdn.net/weixin_40267501/article/details/113379053......
  • windows上U盘格式化失败提示系统找不到指定文件
    某天同事拿来几个U盘,问需不需要,我随便看了眼还挺新的,于是插上电脑看看能否正常使用,果然无法识别,因为没有使用需求了也就放着没管了。突然有一天要去客户现场搞私有化交付......
  • 联想ThinkPad安装windows7系统详细图文教程
      联想ThinkPad安装windows7系统详细图文教程欧阳聊历史计算机专业创作声明:内容包含虚构创作  一、U深度uefi启动u盘制作教......
  • Windows 快捷键
    Windows快捷键Ctrl+Win打开菜单Ctrl+Shift切换输入法Alt+F4关闭窗口Ctrl + V:粘贴文本Ctrl + C:将选中的文本复制到剪贴板Ctrl + A :......
  • Windows 资源管理器 CPU100%
    Windows资源管理器CPU100%win+R打开运行框并输出:services.msc点击确定打开服务;将服务中的ProblemReportsControlPanelSupport、HomeGroupListener、HomeGroupP......
  • windows使用/服务(4)tomcat7启动报错:The JRE_HOME environment variable is not defined
    参考文档:启动tomcat时报错:TheJRE_HOMEenvironmentvariableisnotdefinedcorrectly的解决方案报错:PSD:\jbpro\tomcat\bin>.\catalina.batrunTheJRE_HOMEe......
  • Windows 下将 Nginx 设置成服务
    0、需求背景每次启动Nginx都要去到Nginx安装目录下寻找redis-server.exe文件点击,很是麻烦。并且要命令行启动,一般解决方案可能是批处理文件,但是仍要点击。假如确定......