Home > Article > System Tutorial > Solution to the problem that Win11 printer sharing cannot access and does not have permission to use network resources
php editor Baicao brings you a solution to the problem of Win11 printer sharing being unable to access and not having permission to use network resources. When using the Win11 system, sometimes you encounter the problem of being unable to access shared printers or use network resources. This issue may be caused by system settings or permission restrictions. Don’t worry, we will share some simple solutions in this article to help you resolve this issue and use printer sharing and network resources smoothly.
Win11 printer sharing cannot be accessed and does not have permission to use network resources. Solution
Method 1.
1. First, we enter "C:\Windows\System32" on the c drive Location.
2. Find the "win32spl.dll" file and back it up to another location.
#3. Then we go to the computer connected to the printer, right-click the start menu and open "Run".
#4. Enter "regedit" during operation and press Enter to open the registry.
5. After opening, go to the "Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print" location.
#6. After entering, "Create" a "DWORD value" in the blank space on the right.
7. Then rename this value to "RpcAuthnLevelPrivacyEnabled".
#8. Double-click to open it, change the value to "0" and confirm to save.
9. After the modification is completed, just restart the computer to solve the problem of the shared printer being unable to connect.
Method 2.
1. Right-click Start in the taskbar below and select "Run" in the options to open it.
#2. Enter “gpedit.msc” and press Enter to open.
3. Enter the Group Policy Editor and click "Computer Configuration - Windows Settings - Security Settings - Local Policy - Security Options" on the left. Find "Account: Guest Account Status" on the right and double-click to open it.
#4. Set its status to "Enabled".
5. Then double-click to open "Accounts: Local accounts with empty passwords are only allowed to log in to the console" on the right, and set it to "Disabled". Click OK to save.
Method 3.
1. We open the “Control Panel”.
#2. Then click "View Network Status and Tasks".
3. Then click "Change advanced sharing settings" on the left.
#4. Then enable both "Network Discovery" and "Printer Sharing" and save the changes.
The above is the detailed content of Solution to the problem that Win11 printer sharing cannot access and does not have permission to use network resources. For more information, please follow other related articles on the PHP Chinese website!