您现在的位置是: 首页 > 运维 Windows CMD 常用命令
Windows CMD 常用命令
2020-05-20 【运维】 2677人已围观 4528次浏览
简介Windows CMD 常用命令
用记事本打开hosts文件
notepad %windir%/system32/drivers/etc/hosts
打开IIS管理器
inetmgr
重启IIS
iisreset
打开远程桌面
mstsc
注册表编辑器
regedit
服务
services.msc
很赞哦! (0)
相关文章
- Debian apt 使用国内镜像
- 【Docker】unauthorized: incorrect username or password
- Linux 常用命令 持续更新中...
- Zookeeper 找不到或无法加载主类 org.apache.zookeeper.server.quorum.QuorumPeerMain
- 解决Lost connection to MySQL server at 'reading initial communication packet' 的方法
- Nginx转发阿里云OSS内网流量
- mysql 索引过长1071-max key length is 767 byte
- CentOS 安装JDK
- nginx 出现 the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in 错误解决方案
- LNMP 手动更新 SSL 证书
点击排行
- Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISABLE You can't write or read against a disable instance
- Debian apt 使用国内镜像
- RocketMQ 出现 sendDefaultImpl call timeout 问题
- 类 BASE64Decoder 程序包 sun.misc 找不到符号
- SpringBoot @NotBlank 不生效问题
- 记一次 Mybatis-Plus 自动填充无效问题解决
- SpringBoot 2.x 文件上传出现 The field file exceeds its maximum permitted size of 1048576 bytes
- nuxt 项目完整部署方案
站长推荐
猜你喜欢
- 查看MySQL默认读取的配置文件
- 使用 OpenSSL 将 pfx 格式证书转为 pem 格式
- 在使用Flutter进行网络请求时,使用Dio访问https地址出现unable to get local issuer certificate错误
- mac idea spring boot 启动慢
- CentOS 安装Python3
- 解决Lost connection to MySQL server at 'reading initial communication packet' 的方法
- 【代码片段】MySQL 查看数据库所有表注释
- Linux 查看磁盘、磁盘分区、挂载磁盘、卸载磁盘操作
- ElasticSearch安装踩坑指南
- CentOS 安装Node.js