防火墙启用,增加禁用端口提供给外部访问 @echo off color E2 title 关闭常见的危险端口 echo 正在开启Windows防火墙 echo. netsh advfirewall set currentprofile state on > nul netsh advfirewall set publicprofile state on > nul netsh advfirewall set allprofile state on > nul netsh advfirew…
windows dos命令大全 一.windows DOS命令概述 Windows的dos命令又是Windows的CMD命令.而cmd命令又是原来MS-DOS系统保留下来. DOS来源路径与配置对应的命令资源配置在windows的环境变量中: Windows DOS命令是基于配置好的Path环境变量,对DOS命令在Path路径中依次从前至后搜寻到对应命名的可执行入口. 也就是可以自行编写一些DOS程序,C.Java.Perl等等,然后配置到环境变量中,就可以有自己的私有DOS命令了.大多数默认的…
Description Windows Key combination Open/Close the Start Menu Windows key Open the Action center. Windows key + A Open Cortana in listening mode Windows key + C Fast-switch to/from the desktop - minimise all Windows key + D Open File Explorer Windows…