If you want to turn off the Windows Firewall, there are three methods. One is using the GUI which is the method that takes the most time, the other two methods are faster and using PowerShell and command prompt.

Turning Off Firewall Using PowerShell

On the PowerShell, execute the following command. This will turn off your firewall.

Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False

Turning Off Firewall Using Windows Command Prompt

Open the command prompt and execute the following command:

netsh advfirewall set allprofiles state off
 

https://www.faqforge.com/windows/turn-off-firewall-using-powershell-command-prompt/

最新文章

  1. Myeclipse导包总是报错,jar包路径都没问题
  2. AlloyRenderingEngine开门大吉
  3. iOS - 直播相关文章
  4. JDBC-java访问数据库
  5. Hibernate一对多 特殊的数据类型的注解
  6. 修改织梦默认提示"dedecms提示信息!"
  7. telnet与ssh有什么不同呀
  8. 实用Linux命令,不求最全但求实用-------磁盘使用情况du,df
  9. 【弱省胡策】Round #5 Handle 解题报告
  10. WPF换肤之四:界面设计和代码设计分离
  11. Java一些八卦集合类
  12. js拾遗:appendChild 添加移动节点
  13. JDK中日期和时间的几个常用类浅析(二)
  14. DBProxy 入门到精通系列(二):DBProxy快速入门教程
  15. iOS StoreKit
  16. 【IOS 开发】基本 UI 控件详解 (UISegmentedControl | UIImageView | UIProgressView | UISlider | UIAlertView )
  17. ArcGIS API for JavaScript 4.x 本地部署之IIS法
  18. ML.NET is an open source and cross-platform machine learning framework
  19. VMware 虚拟机 Ubuntu 系统执行 ifconfig 命令 eth0没有IP地址(intet addr、Bcast、Mask) 解决:UP BROADCAST MULTICAST 问题
  20. git的基本用法

热门文章

  1. iview前台端口设置,跨域端口设置
  2. ASP.NET Core 2.1 中的 HttpClientFactory (Part 2) 定义命名化和类型化的客户端
  3. 数据备份 及 Python 操作 Mysql
  4. ScrollView小记
  5. 记录java+testng运行selenium(三)---xml、ini、excel、日志等配置
  6. chrome浏览器的跨域设置
  7. SpringBoot配置HTTPS,并实现HTTP访问自动转HTTPS访问
  8. 电池管理系统(BMS)
  9. Linux网络编程综合运用之MiniFtp实现(九)
  10. URI和URL、REST