美文网首页
windows cmd命令参考

windows cmd命令参考

作者: 萍水间人 | 来源:发表于2019-02-15 21:51 被阅读3次

摘自 windows常用命令
windows CMD命令

net命令

net start
查看已经启动的服务

   Adobe Acrobat Update Service
   Adobe Genuine Monitor Service
   Apple Mobile Device
   Application Information
   AVCTP 服务
   Background Intelligent Transfer Service
   Background Tasks Infrastructure Service
   Base Filtering Engine
   Bonjour 服务
   CDPUserSvc_3a30e
   CNG Key Isolation
   COM+ Event System
   Connected User Experiences and Telemetry
   CoreMessaging
   Credential Manager
   Cryptographic Services
   DCOM Server Process Launcher
   Delivery Optimization
   Device Association Service
   DHCP Client
   Diagnostic Policy Service
   Diagnostic Service Host
   Diagnostic System Host
   Distributed Link Tracking Client
   DNS Client
   ESIF Upper Framework Service
   Everything
   Flash Helper Service
   Geolocation Service
   Group Policy Client
   HP CASL Framework Service
   HP Comm Recovery
   HP JumpStart Bridge
   HP Service
   HP Support Solutions Framework Service
   HPWMISVC
   Hyper-V 主机计算服务
   Hyper-V 虚拟机管理
   IKE and AuthIP IPsec Keying Modules
   Intel Bluetooth Service
   Intel(R) Content Protection HDCP Service
   Intel(R) Content Protection HECI Service
   Intel(R) Dynamic Application Loader Host Interface Service
   Intel(R) HD Graphics Control Panel Service
   Intel(R) Rapid Storage Technology
   IP Helper
   IPsec Policy Agent
   Local Session Manager
   Microsoft Office 即点即用服务
   Microsoft Passport
   Microsoft Passport Container
   Network Connected Devices Auto-Setup
   Network Connection Broker
   Network List Service
   Network Location Awareness
   Network Store Interface Service
   NVIDIA Telemetry Container
   OneSyncSvc_3a30e
   PimIndexMaintenanceSvc_3a30e
   Plug and Play
   Power
   Print Spooler
   Program Compatibility Assistant Service
   QPCore Service
   Realtek Audio Service
   Remote Access Connection Manager
   Remote Procedure Call (RPC)
   RPC Endpoint Mapper
   Secure Socket Tunneling Protocol Service
   Security Accounts Manager
   Security Center
   Server
   Shell Hardware Detection
   SQL Server VSS Writer
   SSDP Discovery
   State Repository Service
   Storage Service
   SynTPEnh Caller Service
   System Event Notification Service
   System Events Broker
   System Guard 运行时监视器代理
   Task Scheduler
   TCP/IP NetBIOS Helper
   Telephony
   Themes
   Time Broker
   Touch Keyboard and Handwriting Panel Service
   UnistoreSvc_3a30e
   Update Orchestrator Service
   User Manager
   User Profile Service
   UserDataSvc_3a30e
   VMware Authorization Service
   VMware DHCP Service
   VMware NAT Service
   VMware USB Arbitration Service
   VMware Workstation Server
   Web 帐户管理器
   Windows Audio
   Windows Audio Endpoint Builder
   Windows Connection Manager
   Windows Defender Antivirus Network Inspection Service
   Windows Defender Antivirus Service
   Windows Defender Firewall
   Windows Defender 安全中心服务
   Windows Event Log
   Windows Font Cache Service
   Windows Image Acquisition (WIA)
   Windows Management Instrumentation
   Windows Presentation Foundation Font Cache 3.0.0.0
   Windows Remediation Service
   Windows Update
   Windows 推送通知系统服务
   Windows 许可证管理器服务
   WinHTTP Web Proxy Auto-Discovery Service
   WLAN AutoConfig
   Workstation
   WpnUserService_3a30e
   WWAN AutoConfig
   付款和 NFC/SE 管理器
   功能访问管理器服务
   数据使用量
   无线电管理服务
   蓝牙支持服务
   蓝牙音频网关服务
   连接设备平台服务

以上是我电脑上启动的服务。
惭愧, 我是在学习了Linux之后才知道服务的真正含义的, 但是却忽视了赖以生存的windows环境。 只能说不同的系统都有其独特的地方, 好好的钻研吧

net share

查看当前用户下的共享目录

net user

查看用户

nslookup

使用系统DNS去解析域名

netstat -a

查看开启了哪些端口

netstat -n

查看端口的网络连接情况

netstat -v

查看正在进行的工作

tracert ip

查看ip的路由路径

route

显示ip路由

telnet ip

探测ip是否使用TCP协议监听8000端口

ftp ip

连接ftp服务器

arp -a

显示arp缓存列表

find

文件中搜索字符串

tasklist

显示进程

相关文章

  • win10下os.system模块运行winrar

    参考:windows 命令行cmd 运行winrar

  • windows cmd命令参考

    摘自 windows常用命令windows CMD命令 net命令 net start查看已经启动的服务 以上是我...

  • Windows环境获取已连接wifi密码

    Windows下netsh wlan命令 @Date 2017.04.18 windows系统下,CMD命令获取已...

  • Mac、Windows下git log中文乱码

    Windows 在cmd中输入下面命令: 参考Git17 webstorm中git中文乱码 注意,如果在IDE中依...

  • windows系统使用脚步实现cnpm

    windows系统使用脚步实现cnpm windows系统的cmd命令添加cnpm命令(或者其它名称命令) win...

  • windows cmd命令

    1. 学习笔记 看的 cracer 2016年 录的视频,学着写些笔记。 2. 看了视频教程 关于windows下...

  • Windows cmd命令

    常用DOS命令: 文件夹管理 cd 显示当前目录名或改变当前目录。 md 创建目录。 rd 删除一个目录。 dir...

  • windows CMD 命令

    ASSOC 显示或修改文件扩展名关联。ATTRIB 显示或更改文件属性。BREA...

  • CMD命令

    一、什么是cmd Windows命令提示符(cmd.exe)是Windows NT下的一个用于运行Windows控...

  • cmd 常用命令

    Windows系统 WIN+R打开运行输入cmd即可进入命令行,也可以通过cmd /c 命令 和 cmd /k 命...

网友评论

      本文标题:windows cmd命令参考

      本文链接:https://www.haomeiwen.com/subject/akheeqtx.html