Actualizar 'README.md'

This commit is contained in:
2024-01-16 12:13:34 -05:00
parent aca2cd67ab
commit 952913e6cb

View File

@@ -180,6 +180,33 @@ Reiniciar equipo
shuntdown /r /f
```
## FireWall
Mostrar estado del frewall
```sh
netsh advfirewall show allprofile state
```
Activar frewall
```sh
netsh advfirewall set allprofile state on
```
Backup firewall
```sh
netsh advfirewall export "C:\Users\mdchaparror\Desktop\backFireWall.wfw"
```
Restaurar firewall
```sh
netsh advfirewall import "C:\Users\mdchaparror\Desktop\backFireWall.wfw"
```
Listar reglas firewall
```sh
netsh advfirewall firewall show rule name=all
```
Crar un Log firewall
```sh
netsh advfirewall set currentprofile logging filename "C:\Users\mdchaparror\Desktop\firewall.log" maxfilesize 4096
```
### Convertir archivos md a pdf
[https://products.groupdocs.app/es/conversion/md-to-pdf](https://products.groupdocs.app/es/conversion/md-to-pdf)