Original address:http://blog.csdn.net/Purpleendurer/article/details/50498788
P.S. The original text is too wordy, simplified a bit ~
Enable the Guest account
Press win+x, select "Command Prompt (Administrator) (A)" from the pop-up menu, enter the command to activate the Guest account:net user Guest/active:yes and enter.
System display: command completed successfully .
Remove the Guest account network logon limit
- Press Win+r, run regedit to open Registry Editor, navigate to Hkey_local_machine\security, modify Hkey_local_machine\security permissions: Right-click SECURITY, Select "Permissions (P) ..." from the menu that pops up.
- In the Security Permissions dialog box, click Select Administrators from the group or user names list and click the Advanced button;
- In the Security Advanced Security Settings dialog box, Permissions tab, in the Permission entries list, click Select Administrators, and click the Edit button;
- In the Security Permissions Entry dialog box, the default display is the basic permission, click "Show Advanced Permissions";
- Select "Full Control", click "OK" button, "Administrators" in "Security Advanced Security Settings" dialog "group or user name" list to "Full Control", click "OK" button, click "OK" button.
- Navigate to Hkey_local_machine\security\policy\accounts, navigate to the entry starting with S-1-5, ending with 501 (only one of the entries that ends with 501, indicating the SID of the Guest account), The name of the item differs depending on the computer; continue to the ACTSYSAC item, right-click Actsysac, select "Export (E)" from the pop-up menu, export the Actsysac item to a file, such as D:\ Guest.reg, close regedit Registry Editor.
- Back up Guest.reg as a file guest_bak.reg; open Guest.reg with Notepad, modify the content @=hex (0): 01,00,00,00:@=hex (0): 42,00,00,00 (Description: The above modification means adding guest to the "Access this computer from the network" and the "Deny Log on Locally" list and remove from the "Deny access to the gazebo computer from the network" list.) )
- Add the following to Guest.reg:
[Hkey_local_machine\system\controlset001\control\lsa]
"Limitblankpassworduse" =dword:00000000
"RestrictAnonymous" =dword:00000000
(Note: "RestrictAnonymous" =dword:00000000 means that the Guest account is enabled; "Limitblankpassworduse" =dword:00000000 means that a local account with a blank password is disabled to allow console logons only.) )
- Save Guest.reg, double-click Import Registry;
- Restore default permissions for hkey_local_machine\security;
- After restarting the computer, the other computers in the domain network can now access the shared printer that is connected to the Windows 10 home computer using the guest identity.
Windows 10 Home Edition shared printer