2016-09-22, 12:50 AM
Yesterday I updated my Windows 10 installation with the Anniversary updates, and to my disappointment, all my PVR clients (RaspPi running LibreElec-Kodi) using SAMBA to access server shares stopped working. The message indicated my shares on the Windows 10 server were no longer accessible.
In the past, to keep things easy, I leveraged the Guest account (on windows server) to allow my clients access to my PVR recordings on the windows server. By default, now Windows 10 has removed the Guest account, however the privileges still exist.
Hopefully this post will help you avoid a frustrating triage experience -
Here's how I got it working again, the following commands are run on the Windows 10 NextPVR server hosting the video files:
Your clients show now be able to access the NextPVR server shares again!
In the past, to keep things easy, I leveraged the Guest account (on windows server) to allow my clients access to my PVR recordings on the windows server. By default, now Windows 10 has removed the Guest account, however the privileges still exist.
Hopefully this post will help you avoid a frustrating triage experience -
Here's how I got it working again, the following commands are run on the Windows 10 NextPVR server hosting the video files:
- CMD prompt:
- Net Share - This command will list the existing shares you have setup. Locate the directories that you have shared out for your client access
- Net Share - This command will list the existing shares you have setup. Locate the directories that you have shared out for your client access
- Using Windows Explorer, one-by-one, locate the directories being shared, right-click and select properties
- Click the "Sharing" tab
- Click the "Advanced Sharing" button
- Click the "Permissions" button
- Click "Add" under Group or User Name list box
- Type in "Guest" (no quotes) in the text box and click "Check Names"
- Click "Ok"
- Adjust the proper privileges for Guest (Usually Change and Read are sufficient) and click "Ok"
- Click "Ok" on the Advanced Sharing dialog
- Click "Close"
- Click the "Sharing" tab
- Once you have set Privileges for each shared directory, you need to enable the Guest Account
- In Cortana Search box, type "edit group policy" and open the Local Group Policy Editor
- Drill down to: Security Settings-->Computer Configuration-->Windows Settings-->Security Settings-->Local Policies-->Security Options
- Double-click on "Accounts: Guest Account Status" and set to enabled, Click "Ok"
- Close down the Policy Editor.
- In Cortana Search box, type "edit group policy" and open the Local Group Policy Editor
Your clients show now be able to access the NextPVR server shares again!