Important information for sharing files on Windows.
All PCs must have a private network profile
If they have a public profile, sharing is impossibe.
All PCs must be in the same workgroup (default)
It is preferable that the same user name exists on all PCs with the same password
The following share names must exist:
ADMIN$, IPC$, C$, (D$, E$,...)
To check whether these share names exist:
WIN + R open Cmd. exe then net share
In the case where they do not exist,
https://support.microsoft.com/en-us/hel ... in-windows
Replace AutoShareServer with AutoShareWks according to PC
To mount remote disk C: from PC MONPC1, use the following command in a DOS window (cmd.exe)
net use Z: \\MYPC1\C$ (the IP address can be used instead of the name)
If the connection fails, it may be because UAC is active on the PC MONPC1
In this case, you must create or modify a registry key of the MONPC1 PC and restart the Server service of this PC
Open the register with:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Create a LocalAccountTokenFilterPolicy (REG_DWORD) value with a value of 1
Stop and restart serveur or server sevices (en | EN)
net stop server + Net start server or
net stop serveur + Net start serveur
or use services.msc
Shares should work on this PC
Do the same on other PCs
Gerard/CAGE