Skip to content

To fix SMB shares not being accessible through Zerotier on Windows 11

Notifications You must be signed in to change notification settings

8mpty/Win-11-ZerotierFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Win-11-ZerotierFix

To fix SMB shares not being accessible through Zerotier on Windows 11

Credits

Automated One-Liner (Click Me)

Copy and paste the following into your Windows 11 Terminal or Powershell with admin priviledges:

irm https://raw.githubusercontent.com/8mpty/Win-11-ZerotierFix/main/Win-11-Zerotier-SMBFix.ps1 | iex
Manual Commands (Click Me) Commands:
  1. Open Terminal/Powershell on your Windows 11 PC with Admin Priviledges.

  2. Copy and paste the following code into the command line and click enter:

    Get-NetConnectionProfile | Where-Object "InterfaceAlias" -like "Zero*"
    

    And check if the network catergory is Public.

  3. If the NetworkCategory is Public, then copy and paste this code into the command line:

    Get-NetConnectionProfile | Where-Object "InterfaceAlias" -like "Zero*" | Set-NetConnectionProfile -NetworkCategory Private
    

    Which is to set the NetworkCategory to Private in order for SMB shares on Windows 11 to work with Zerotier.

  4. If your NetworkCategory is already Private and not working, that means you have another problem with Zerotier which could be a bunch of factors for you to figure out.

About

To fix SMB shares not being accessible through Zerotier on Windows 11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published