Windows开发人员宝典
Clearing Your IP Cache on your local Computer
Stop and Start Windows DNS Cache, when “ipconfig /flushdns” not working
1、ipconfig /flushdns 2、ping tester.cimcparking.com 3、ipconfig /displaydns(显示) 4、net stop dnscache 5、net start dnscache
阿里云-Windows Server2012使用powershell安装IIS的方法
Enable-PSRemoting
winrm quickconfig --新购买的阿里云ECS启用windows admin center(WAC)进行管理时需执行此命令,执行后即可使用WAC远程。
失败:
about_Remote_Troubleshooting
Set-Item WSMan:\localhost\Client\TrustedHosts -Value *
Enter-PSSession -computer 120.24.35.134
Enter-PSSession 120.24.35.134 -Credential abc\administrator
使用windows admin center(WAC)管理计算机:
WAC连接阿里云ECS需开启端口:5985、5986
Windows Subsystem for Linux (WSL)
技术点:了解适用于 Linux 的 Windows 子系统运行
Windows ADK:
WinPE:
显示命令窗口后,将运行 wpeinit 命令,它可以设置系统。这可能需要几分钟。
windows 命令行:
查看端口:netstat-a
开启端口:
rem Open TCP Port 80 inbound and outbound
netsh advfirewall firewall add rule name="Zoo TCP Port 80" dir=in action=allow protocol=TCP localport=80
netsh advfirewall firewall add rule name="Zoo TCP Port 80" dir=out action=allow protocol=TCP localport=80