| View previous topic :: View next topic |
| Author |
Message |
Cipper Newbie
Joined: 21 Jun 2001 Posts: 22 Location: Trieste Italy
|
Posted: Tue Sep 03, 2002 1:20 pm Post subject: How i can create a share on my PC (for W2k/w9x) |
|
|
How I can create a share (\\mypc\mickey) on win 98 ?
I have used VDSINET to associate a drive (X to (\\mypc\mickey), but my problem is create by program \\mypc\mickey.
Thank |
|
| Back to top |
|
 |
LOBO Valued Contributor


Joined: 14 Mar 2002 Posts: 241 Location: Wilmington, Delaware, USA
|
Posted: Tue Sep 03, 2002 4:40 pm Post subject: |
|
|
Cipper,
Shares for 9x machines are listed in the registry under:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Network\LanMan\?
Note:
? = the name of the share
each share is a seperate subkey under HKLM\....\LanMan
Shares for 2k/xp (nt4?) are listed in the registry under:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\Shares
and if there are permissions on the folder then there will also be entries under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\Shares\Security
Note: each share is a different multi-string value
Regards,
Mark |
|
| Back to top |
|
 |
|