windows 系统常用 cmd 命令

Windows服务器现在都是没有UI的版本了,所以经常会用到cmd命令。

cmd 进入power shell
powershell

powershell 进入cmd
cmd

进入配置页面
sconfig

开启防火墙开启/关闭
netsh advfirewall set allprofiles state on/off  
   
修改密码
net user lvhaiyang 123456

猜你喜欢

转载自blog.csdn.net/wuchenlhy/article/details/103598973
今日推荐