How to solve the problem of turning off the firewall when operating as an administrator in Win10

WBOY
Release: 2023-12-25 18:19:13
forward
1307 people have browsed it

When we temporarily turn off the firewall due to permission issues, the system prompts "Some settings are managed by the system administrator for security reasons". How should we solve this situation? In fact, everyone clears the C:WindowsSystem32GroupPolicyUsers folder. , and then just run it as an administrator. Let’s take a look at the specific tutorial.

How to solve the problem of turning off the firewall when operating as an administrator in Win10

What to do if win10 turns off the firewall and prompts for administrator identity operation

Method 1: Run the command prompt as administrator

1. Press the Win key and X key, then click to select "Command Prompt (Administrator)" in the menu list that appears to quickly complete the operation.

If you are good at keyboard operations, you can also search for the "Command Prompt" keyword in the Start menu, right-click and select the "Run as administrator" option.


#2. Then, enter relevant commands in the interactive space provided by the command prompt to successfully turn off the firewall. Enter the command statement and press Enter to execute: "'netsh advfirewall set allprofiles state off'".

3. The core function of this command is to completely deactivate all firewall configuration files. If you want to disable only some configuration files, you can replace the words "all profiles" with words such as "domain", "private" or "public".

Method 2: Turn off the firewall through the Group Policy Editor

For some users, the process of accessing the command prompt is slightly cumbersome. Therefore, another simple and easy method is provided, that is, using the system's built-in Group Policy Editor to make corresponding settings.

1. First, you can press the Win R key to bring up the run window, then enter "gpedit.msc", and then press the Enter key to export the Group Policy Editor interface.

2. Once the Group Policy Editor appears in front of you, the next step is to expand the four subdirectory paths of "Computer Configuration", "Windows Settings", "Security Settings", and "Windows Firewall".

3. Under the "Standard Configuration" category, the "Firewall Status" item will be displayed. Click to select and double-click to enter the relevant settings page. Select "Prohibit" and click the "OK" button to turn off the firewall. settings.

Method 3: Ask professionals for help

If you have tried the above two common methods and still don’t work, it is recommended to consult professionals for help. In this way, not only can we gain insight into more underlying logic and in-depth information of the problem, but we can also solve various problems more conveniently and effectively.

The above is the detailed content of How to solve the problem of turning off the firewall when operating as an administrator in Win10. For more information, please follow other related articles on the PHP Chinese website!

source:somode.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!