Cannot UNC browse to TV Server or HD Encoder

Later versions of Windows 10 throw a variety of seemingly unrelated error messages when you attempt to browse to a TV Server or HD Encoder using UNC paths.

Applies to

TV Server version 3.x and earlier
Windows 10 Fall Creators Update and Windows Server, version 1709 and later versions

This is an advanced topic! It is intended for system administrators only.

Hardware Configuration

Changing your TV Server's Samba configuration requires making changes to a core configuration file.

  1. Connect to the server's console interface.
  2. Select Maintenance (5), then Advanced (4), then Launch Command Shell (3)
  3. Edit the TV Server configuration file directly with the following command:
  4. pico /etc/samba/smb.conf
    	
  5. Add the following to the bottom of the file:
  6. client ntlmv2 auth = yes
    lanman auto = no
    ntlm auth = no
    server signing = required
    usershare allow guests = no
    	
  7. Press CTRL+X to exit. When prompted to save, press Y. When prompted for the filename, press Enter to use the existing one.
  8. Restart the SMB daemon with the following command.
  9. restart smbd
    	

Windows Configuration

  1. Open the Windows Start Menu, type windows features and select Turn Windows features on or off from the selection:
  2. Scroll down the list to SMB 1.0/CIFS File Sharing Support and check the box to enable it:
  3. Press OK and restart if prompted to do so.