Home >Computer Tutorials >Computer Knowledge >Use the administrator account to access the LAN computer in win10 (if win10 cannot access, please contact the network administrator)
Solve the problem of being unable to access LAN computers in Windows 10! If you encounter the prompt "Unable to access, please contact the network administrator" when trying to access other computers in the LAN, don't panic! PHP editor Banana brings you authoritative guidance to solve this problem step by step. Read on below to learn how to quickly resolve this issue and restore connectivity to your LAN device.
The specific solution steps are as follows:
1. First turn on the computer, find "This PC" in the computer and click with the mouse.
2. Then find the C drive in the pop-up interface and click with the mouse.
3. Find the "Windows" folder option in the C drive and click it with the mouse.
4. Open the "Windows" folder, find the "system32" folder and click on it with the mouse.
5. Open the "system32" folder, find the "cmd.exe" application, select it and run it as an administrator.
6. Then enter netsh winsock reset in the pop-up interface and hit the Enter key.
7. Finally, click the "Enter" button on the computer, and a 360 danger prompt will pop up. More → Allow this operation to solve the problem.
Without further ado, here are the steps:
1. Right-click the windows icon on the taskbar to expand the menu and open the [Run
] window;
2. Enter the [gpedit.msc
] command and hit Enter;
3. Expand [Computer Configuration-Windows Settings-Security Settings-Local Policy-Security Options
] according to the path;
4. Find [in the patrol list] User Account Control: Administrator Approval Mode for built-in administrator account
] setting item;
5. Change the setting item status to "Enabled
" and click OK to save the settings.
Using the "System Service" of Windows 10/7 can solve many system problems. We often use the Start menu or the right-click menu of "This PC" to call the "Computer Management" service window and call service management from it. But sometimes there may be problems with the start menu or right-click function, and the service window cannot be started. In this case, it includes:
1. Install virtual class driver;
2. Install/uninstall with auto-start and system-level permissions Application software;
3. Wrong use of third-party scheduled task setting tools, etc. After a service problem occurs, you need to enter the service management window to solve it.
We need to find other ways to start the service window. Three solutions are summarized here, starting from the command mode, task manager and registry respectively.
1. Manage services by executing commands
First, we can use the services.msc command to start the service window.
Press the Win+R key combination to launch the "Run" dialog box, enter the services.msc command and press Enter to run, you can enter the service window.
We can also use the net command to manage services. There are two points to note when using it: one is to operate in the administrator command prompt window, and the other is to know the name of the target service to be operated (including the service name and the display service name).
To know the above two names of a service, right-click a service in the service window and select "Properties". You can see the two service names in the properties window. For example, the service name of Remote Desktop Service is "TermService" and the display name is "Remote Desktop Services". After knowing the service name, you can use the net command in the command prompt window to operate the service. For example, to stop Remote Desktop Services, execute one of the following commands:
net stop "TermService"
net stop "Remote Desktop Services"
If you want to start Remote Desktop Services, execute one of the following commands:
net start" TermService”
net start”Remote Desktop Services”
Note that the quotation marks in the above command are half-width double quotation marks. If you enter them as full-width double quotation marks by mistake, you will not be able to obtain the correct running results.
In addition to using the net command, we can also use the sc command to manage Windows services more flexibly. If you want to interrupt or stop the service, just use the following command:
sc stop "service name"
For example, to stop the offline file service, execute the following command:
sc stop "CscService"
If you want to close or To disable a service, use the following command:
sc config"service name" start=disabled
For example, to disable offline file services, execute the following command:
sc config"CscService"start=disabled
If you want to enable a certain There are three types of services. Since there are three situations for enabling services, the commands are also divided into three types, namely:
sc config "service name" start=demand
sc config "service name" start=auto
sc config "service Name” start=delayed-auto
Among them, demand represents the manual type, auto represents the automatic type, and delayed-auto represents the delayed automatic type.
2. Implement management services in a roundabout way in the Task Manager
In addition to using commands, services can also be managed from the Task Manager.
First, press the Ctrl+Shift+Esc key combination to start the Task Manager. In the Task Manager window, click the Services tab, and then right-click the service entry. Finally, in the right-click menu, select start, stop, and restart the service as needed, or click "Open Service" for more detailed viewing and settings.
In addition, we can also enter the service management window through the control panel.
Run the control command, start the Control Panel, click "Administrative Tools" in the Control Panel window, and click "Services" in the right pane of the subsequently opened File Explorer window.
3. Use the registry editor to manage services
If the above operation method fails for some reason, we can also use the registry for service management.
First run the regedit command to start the registry editor. In the registry editor, navigate to:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices
Under the Services branch, you can see the names of various services. Click on the service that needs to be managed (such as TermService), double-click the Start value in the right pane, and the numerical data setting window will pop up. Enter the corresponding value in it to complete the specific service control settings.
Solution:
1. Press win+s to open Cortana, enter the command prompt in the box, right-click and run as administrator;
2. In the command prompt, enter reg add “HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender” /v “DisableAntiSpyware” /d 1 /t REG_DWORD /f and press Enter. It will show that the operation was completed successfully.
3. Wait for the last command to be executed and then enter: reg add “HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows Defender” /v “DisableAntiSpyware” /d 0 /t REG_DWORD /f
4. Use the above two commands to restart and check if there is any problem. solve.
Generally speaking, the accounts used by users on Win10 are local accounts. Local accounts have many restrictions and are not as convenient as Win10 administrator accounts. specific method 1. First log in with the administrator account, which is the first user you use after installing the system; 2. Then click the Start menu - "Settings" - "Accounts" - "Other accounts"; 3. Select the newly created user, click Edit, then set it as administrator, and save it.
First find the solution from the error message: Control Panel Windows The specified device, path, or file cannot be accessed. You may not have the appropriate permissions to access this project. Because there will be an error when clicking My Computer → Properties, enter: control userpasswords2 during operation, press Enter to execute the command, open the Administrator account and make corresponding settings. Click Administrator account→Properties→Group members→include it in the Administrators group with the most power. Then use the right button of the mouse to click My Computer → Properties → to open it. The current account will also be included, and click Allow all operation permissions.
The details are as follows:
1. The hard disk controller cannot be automatically recognized.
Using non-genuine individual operating system CDs, this error is prone to occur when installing the system. The reason is that the hard disk controller driver automatically loaded by the non-genuine CD does not meet the needs of the computer itself. In this case, it is recommended to replace the genuine CD to install the operating system.
2. Manually update the wrong driver
The windows operating system can be used normally, but the manual update of the driver has incorrectly updated the driver of the hard disk controller, causing this failure. The solution is to enter the Windows system advanced menu and select the last normal configuration to enter the system normally.
3. Caused by changes in bios settings
The windows operating system is normal, but for some reasons, the user modified the bios settings, resulting in 0x0000007b failure.
The above is the detailed content of Use the administrator account to access the LAN computer in win10 (if win10 cannot access, please contact the network administrator). For more information, please follow other related articles on the PHP Chinese website!