windows中使用powershell设置静态ip
阅读数:174 评论数:0
跳转到新版页面分类
应用软件
正文
一、设置ip
netsh interface ip set address name=”Ethernet0″ static 10.1.2.220 255.255.255.0 10.1.2.1
根据自己的情况,替换name值、ipv4地址、子网掩码和网关地址。
二、设置DNS
netsh interface ip set dns name=”Ethernet0″ static 1.2.4.8
netsh interface ip add dns name=”Ethernet0″ 8.8.8.8 index=2
三、查看网络配置
ipconfig
或者
get-netipconfiguration
相关推荐
一、概述
在windows中,cmd和powershell都是命令执行窗口,powershell从win7开始内置于windows系统中,可以看作是cmd的增强。
为了兼容unix/linux she
一、概述
在windows powershell中,可以在netsecurity模块中找到所有防火墙命令。
Get-Command -Module NetSecurity | Format-List
一、mstsc
Microsoft Terminal Service Client。
1、运行命令mstsc
win+r->输入"mstsc"
2、服务器远程连接配置
二、使用powershell远
一、概述
官方提供的windows安装mysql有两种:
1、msi安装包
2、zip包
下面以zip这种形式进行安装。
二、安装
1、切换到Program Files下
cd 'C:\Program
一、枚举当前系统中已存在共享
win32_share对象便是windows系统上共享的磁盘、打印机、系统默认共享以及其他共享设备。
PS C:\Windows\system32> Get-WmiObj
一、下载安装包
https://github.com/tporadowski/redis/releases
如果下载慢,参考:http://1024s.top/blog/detail?blogId=4