View Single Post
  #2  
Old 2nd May 03, 01:15 PM
JacKDynne's Avatar
JacKDynne JacKDynne is offline
Administrator
 
Join Date: Oct 2001
Location: The Past Through Tomorrow
Posts: 1,591
JacKDynne will become famous soon enoughJacKDynne will become famous soon enough
Send a message via MSN to JacKDynne
Quote:
I want all the shares in original XP to be the same in the other OS's
I am not sure what you mean, uni. Do you want to copy the contents of the shared folders into a temp location to be put back after the reinstall and keep the permissions? If so, try xcopy.exe, located in systemroot\system32 Drop to a command line and type xcopy /? for a list of options.

But this is what I think you may be looking for

In the Registry, do the following:
- Export the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\lanmanserver\Shares
to a .REG file. This lists out the path mappings for all your shares.
- Check the file for sanity. Delete the entries that you don't want to
import.
- Go to your target server and Merge the file with your current registry.
- Stop and start the Server service.

Hope this helps some

/JD
__________________


Reply With Quote