WorcesterSauce
25-11-2021, 18:50
Uso un firewall di terze parti (COMODO) quindi ho disattivato il firewall di windows dal pannello di controllo, solo che ogni volta che riavvio il pc questo si riattiva da solo e mi tocca disattivarlo nuovamente... come posso fare?
grazie, ciao
aled1974
25-11-2021, 19:01
copio-incollo dal sito microsoft
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 :sperem:
ciao ciao
Edit, ah è per w10, non hai specificato quale versione di OS hai ma non dovrebbe essere comunque molto diverso ;)
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.