19 lines
335 B
Markdown
19 lines
335 B
Markdown
---
|
|
title: Win10使用CMD关闭防火墙
|
|
date: 2023-04-24 15:48:10.549
|
|
updated: 2023-04-24 15:48:10.549
|
|
url: /archives/win10-shi-yong-cmd-guan-bi-fang-huo-qiang
|
|
categories:
|
|
- Tools
|
|
tags:
|
|
---
|
|
|
|
关闭防火墙:
|
|
```
|
|
netsh advfirewall set allprofiles state off
|
|
```
|
|
|
|
查看防火墙状态:
|
|
```
|
|
netsh advfirewall show allprofiles
|
|
``` |