If you install multiple devices in need of the same content, you might want to set up a sync center so you can push all changes to the server and not need to care about the clients.
1. Enable File Sharing on the Host (Server)
To allow clients to access and sync the folder, you must enable file sharing on the host machine.
Step 1: Enable Network Discovery and File Sharing
- Open Control Panel → Network and Sharing Center.
- Click Change advanced sharing settings (left panel).
- Under Private (current profile):
- Turn on Network discovery.
- Turn on File and printer sharing.
- Under All Networks:
- Turn on Public folder sharing.
- Scroll down to Password-protected sharing and choose Turn off password-protected sharing (optional).
- Click Save changes.
Step 2: Share the Folder C:\fast\designs
- Open File Explorer and navigate to
C:\fast\designs
. - Right-click the folder and select Properties.
- Go to the Sharing tab and click Advanced Sharing.
- Check Share this folder, then click Permissions.
- Add the required users or Everyone (for open access) and grant Full Control.
- Click Apply → OK.
Step 3: Obtain the Network Path
- Go back to the Sharing tab in the folder properties.
- Copy the Network Path displayed (e.g.,
\\HOSTNAME\designs
).- You can check your PC name by running
hostname
in Command Prompt.
- You can check your PC name by running
2. Set Up Sync Center on Client Devices
Each client will synchronize with the shared folder on the host.
Step 1: Map the Network Drive
- Open File Explorer on the client machine.
- Click This PC → Map Network Drive (top bar).
- Choose a drive letter (e.g.,
Z:
). - In Folder, type the network path copied earlier:
\\HOSTNAME\designs
- Check Reconnect at sign-in and click Finish.
Step 2: Enable Offline Files
- Open Control Panel and navigate to Sync Center.
- Click Manage Offline Files (left panel).
- In the General tab, click Enable offline files.
- Restart the computer when prompted.
Step 3: Make the Folder Available Offline
- Open File Explorer and go to the mapped drive (
Z:\
). - Right-click the
designs
folder and select Always available offline. - Windows will start syncing the folder for offline use.
3. Sync and Manage Files
After setup, Sync Center will automatically sync changes when connected to the network.
Manually Syncing Files
- Open Sync Center (search in Start Menu).
- Click View sync partnerships.
- Select the network folder and click Sync Now.
Troubleshooting Sync Issues
- Sync Conflicts: If there are conflicting files, resolve them in Sync Center → View sync conflicts.
- Sync Not Working: Ensure the host is online and accessible from the network.
- Offline Files Not Syncing: Disable and re-enable offline files in Sync Center.
4. Automating Sync (Optional)
You can schedule syncs to happen automatically:
- Open Sync Center.
- Click Schedule Sync in the left panel.
- Choose the shared folder and set a sync schedule (e.g., every 30 minutes).
Conclusion
By following these steps, Sync Center will keep the C:\fast\designs
folder synchronized across all client devices, allowing for easy offline access and automatic updates when reconnected.
Would you like additional troubleshooting tips or automation suggestions? 🚀