View Single Post
Old 25-11-2021, 19:01   #2
aled1974
Senior Member
 
L'Avatar di aled1974
 
Iscritto dal: Oct 2009
Messaggi: 23493
copio-incollo dal sito microsoft

Quote:
To Disable Windows Firewall in Windows Firewall Settings:

1. Open the Control Panel, and click on the Windows Firewall icon.

2. Located at the left pane of the window, click on Turn Windows Firewall on or off.

3. Tick on the radio button for Turn off Windows Firewall for each network profile (e.g. domain, private, or public). Click on the OK button to save and apply the changes made.

If that doesn't do the trick, Turn off Windows Firewall through PowerShell. Here's how:

1. Open an elevated PowerShell. (Type PowerShell in the Cortana search box, then click on the desktop app to launch.)

2. Copy and paste the command you want to use into the elevated PowerShell, then press Enter. Check commands below:

• To Turn off Windows Firewall for all network profiles, enter command:

Set-NetFirewallProfile -EnabledFalse


• To Turn off Windows Firewall for domain network profile, enter command:

Set-NetFirewallProfile -Profile Domain -Enabled False


• To Turn off Windows Firewall for private network profile, enter command:

Set-NetFirewallProfile -Profile Private -Enabled False


• To Turn off Windows Firewall for public network profile, enter command:

Set-NetFirewallProfile -Profile Public -Enabled False
vediamo se funziona

ciao ciao


Edit, ah è per w10, non hai specificato quale versione di OS hai ma non dovrebbe essere comunque molto diverso
__________________
Pc - [LianLi Pc70]-[Corsair Ax860]-[Asrock z-170 extreme 6]-[Intel i7 6700k]-[16gb ddr4 Kingston HyperX Fury]-[Ssd 850evo 500Gb + 860evo 1Tb + 870evo 1Tb + 6Tb Wd Purple + 14Tb Toshiba MG + 16Tb Seagate Exos + 18Tb Seagate Exos]-[iChill Gtx 1080Ti X4 Ultra]-[Aoc e2460sh]-[Razer D-Back Plasma Red]-[Windows 11 Pro 64bit ]
aled1974 è offline   Rispondi citando il messaggio o parte di esso