In daily office work, sharing printers can improve efficiency and resource utilization. However, some users encountered the problem of inaccessible printer shares when using Windows 11 and were prompted that they did not have permission to use network resources. In order to solve this problem, PHP editor Shinichi has specially compiled a detailed solution, aiming to help users solve the problem of printer sharing permissions and realize resource sharing.
Solution:
Method 1,
1. First enter the "C:WindowsSystem32" path.
2. Find the "win32spl.dll" file and back it up to another location.
3. Right-click "Start" in the taskbar in the lower left corner and select "Run" in the option list.
4. Enter "regedit" in the run window and press Enter to open it.
5. After entering the registry editor, copy and paste "ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlPrint" into the address bar above and press Enter to locate it.
6. Right-click the blank space on the right and select "New" a "DWORD Value".
7. Name this value "RpcAuthnLevelPrivacyEnabled".
8. Double-click to open, change the "numeric data" in the window to "0", and click OK to save.
Method 2,
1. Right-click "Start" in the taskbar in the lower left corner and select "Run" in the option list.
2. Enter gpedit.msc in the run window and press Enter to open it.
3. After entering the Group Policy Editor, click "Computer Configuration - Windows Settings - Security Settings - Local Policy - Security Options" in the left column, and then find the " Accounts: Guest Account Status" double-click to open.
4. In the window that opens, check "Enabled".
5. Then find "Account: Local accounts with empty passwords are only allowed to log in to the console" on the right, double-click to open it, check "Disabled" in the window, and click OK to save.
Method 3,
1. After entering the "Control Panel" interface, click the "View Network Status and Tasks" option.
2. In the window that opens, click the "Change advanced sharing settings" option in the left column.
3. Then activate both "Network Discovery" and "File and Printer Sharing".
The above is the detailed content of What should I do if Win11 printer sharing cannot be accessed and I have no permission to use network resources?. For more information, please follow other related articles on the PHP Chinese website!