0
Follow
1
View

Win10 about file and print sharing Settings

dj715268543 注册会员
2023-02-26 19:37

Part of this answer references GPT and GPT_Pro to solve the problem better.
This may be due to security Settings. First make sure the account has administrator permissions to handle network sharing Settings; Next, open the Control Panel, go to Network and Internet/ Network and Sharing Center, and select Change Advanced Sharing Settings; Next, under File and Print sharing, check Enable file and print sharing, then uncheck Use Secure Connection(SSL); Finally, restart your computer again and you can see that "Enable File and Print sharing" is in effect.

In addition, if you want to change the registry, you can also try modifying the registry to set it up with the following code:

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v AutoShareServer /t REG_DWORD /d 0x1 /f 
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v AutoShareWks /t REG_DWORD /d 0x1 /f 

The above code can set up file and print sharing on Windows 10.
If the answer is helpful, please accept it.

cys23_2012 注册会员
2023-02-26 19:37

the reference answer GPT ᴼ ᴾ ᴱ ᴺ ᴬ ᴵ < br / > it may be because the Windows operating system security Settings. In Windows 10, even if your account is at the administrator level, you still need to manually authorize some operations for them to take effect.

Try the following steps:

  1. Open Control Panel and select Network and Sharing Center.

  2. Click Change Advanced Sharing Settings.

  3. Confirm that Enable File and printer sharing is selected.

  4. Under All Networks, locate the Password Protected Sharing option and make sure that this option is enabled.

  5. Confirm and save the changes.

If you have tried the above steps and the problem persists, you may want to try the following steps:

  1. Open Control Panel, select Administrative Tools, and then select Services.

  2. Locate the "Server" service and double-click to open it.

  3. Verify that the service status is set to Automatic and is running.

  4. If the service is not started, start it and save your changes.