Window基本概念与常用命令
终止指定端口
netstat -aon|findstr 8080
taskkill /pid 4136【这个号就是上面端口号为8080的进程号,根据实际情况修改即可】 -t -f
查看系统信息Ctrl+R:
msinfo32

关于Window
winver

IIS管理器
InetMgr

控制面板
control

注册表
regedit

任务管理器
taskmgr

重启IIS
1、运行iisreset

2、运行taskmgr

netstat -aon|findstr 8080
taskkill /pid 4136【这个号就是上面端口号为8080的进程号,根据实际情况修改即可】 -t -f
msinfo32

winver

InetMgr

control

regedit

taskmgr


