|
-
Oct 30th, 2004, 06:46 AM
#1
Thread Starter
<?="Moderator"?>
Networking 'My Documents'
Hey I am trying to setup a network area for users files.
I can have a mapped drive to a network place when the user logs on, but my question is.
Is there a way to change the 'My Documents' path to the mapped network path, without having to edit the registry on all the computers?
Would I have to have the User Profile Stored on the network?
Thanks
-
Oct 30th, 2004, 06:58 AM
#2
If the computers are on a domain, you can set this setting using Group Policy. You could also make a script that achieves this function.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Oct 30th, 2004, 07:03 AM
#3
Thread Starter
<?="Moderator"?>
All the computers are part of a Domain, what policy would I need to setup? Just did a search, but couldn't find what i was looking for, probearly 'cause i was searching for the wrong thing 
Thanks
-
Oct 30th, 2004, 07:15 AM
#4
In Windows Configuration->Folder Redirection, right-click My Documents and select Properties. Select Basic... as the setting, Redirect to the following location under Target Folder Location and enter the mapped drive letter as the path to redirect to.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Oct 30th, 2004, 07:27 AM
#5
Thread Starter
<?="Moderator"?>
Ok really stupid question, where is Windows Configuration? Do you mean on the server, or on the workstations. Sorry for the silly question
Thanks
-
Oct 30th, 2004, 07:32 AM
#6
You'll have to create a new policy in Active Directory to use it.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Oct 30th, 2004, 07:35 AM
#7
Thread Starter
<?="Moderator"?>
ok another stupid question, how do i create policys, i can import them? Do i have to write the *.inf file? Sorry for my ignorance, Thanks
-
Oct 30th, 2004, 07:38 AM
#8
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Oct 30th, 2004, 07:43 AM
#9
Thread Starter
<?="Moderator"?>
Ok i have found that i need to use POLEDIT, and i have added the group that i want to be cahnged, i have foudn out how to change 'Custom Start Menu', 'Custom Programs Folder', but not custom my documents?
Thanks
-
Oct 30th, 2004, 07:44 AM
#10
Are you using Windows NT?
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Oct 30th, 2004, 07:54 AM
#11
Thread Starter
<?="Moderator"?>
Im using Windows 2000 Server
-
Oct 30th, 2004, 07:59 AM
#12
Why would you be using POLEDIT then? That's what you used in NT and 98, in 2000 and above, you use Group Policy. You do that by first selecting the orgainisational unit that holds your user accounts you wish the setting to be set on and in the properties page for that OU, select Policy and add a new one. Then edit that policy and do what I said previously.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Oct 30th, 2004, 08:21 AM
#13
Thread Starter
<?="Moderator"?>
Cheers its working now. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|