|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Simple question - user profilesI am setting up our first W2003 Server for development/test purposes.
I would like to set it up, so that no matter who logs on (all users will be administrators on that machine), they will "see" the same desktop, programs, settings, etc. Is there a way to assure this ? Thanks, JM Setup a new user profile the way you want it, then logoff/logon as another
user with local administrative rights and then Control Panel|System|User Profiles, select the profile you just setup, Copy To, Browse to %systemdrive%\Documents and Settings\Default User Change "Permitted to use:" to "Everyone" OK -- Show quoteHide quoteRegards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Jim Matthews" wrote: |I am setting up our first W2003 Server for development/test purposes. | | I would like to set it up, so that no matter who logs on (all users will be | administrators on that machine), they will "see" the same desktop, programs, | settings, etc. | | Is there a way to assure this ? | | Thanks, | | JM | | Thank You !!
Show quoteHide quote "Dave Patrick" <mail@Nospam.DSPatrick.com> wrote in message news:u6GyEDUOFHA.2680@TK2MSFTNGP09.phx.gbl... > Setup a new user profile the way you want it, then logoff/logon as another > user with local administrative rights and then Control Panel|System|User > Profiles, select the profile you just setup, Copy To, Browse to > %systemdrive%\Documents and Settings\Default User > Change "Permitted to use:" to "Everyone" OK > > > -- > Regards, > > Dave Patrick ....Please no email replies - reply in newsgroup. > Microsoft Certified Professional > Microsoft MVP [Windows] > http://www.microsoft.com/protect > > "Jim Matthews" wrote: > |I am setting up our first W2003 Server for development/test purposes. > | > | I would like to set it up, so that no matter who logs on (all users will > be > | administrators on that machine), they will "see" the same desktop, > programs, > | settings, etc. > | > | Is there a way to assure this ? > | > | Thanks, > | > | JM > | > | > > You're welcome.
-- Show quoteHide quoteRegards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Jim Matthews" wrote: | Thank You !! Jim-
I just want to make sure you understand that this solution will give all users the same initial profile but that the user profiles are seperate and they won't be actually using the same desktop or seeing the same icons - these are one time copies and will not be kept in synch with each other so if User1 deletes a desktop icon User2 will still have it (barring icons in the all users profile). I wasn't sure if you needed the similarities to persist. Thanks, Nick Show quoteHide quote "Dave Patrick" wrote: > You're welcome. > > -- > Regards, > > Dave Patrick ....Please no email replies - reply in newsgroup. > Microsoft Certified Professional > Microsoft MVP [Windows] > http://www.microsoft.com/protect > > "Jim Matthews" wrote: > | Thank You !! > > > I was wondering about that..
Yes, I need them to have a single desktop, program list, etc. That is, if user logs on and installs a program, when user 2 logs on, he can use it Is this possible ? Thanks, Show quoteHide quote "Nick" <N***@discussions.microsoft.com> wrote in message news:442234C1-7DD8-4F68-AD5C-7FB533B3E921@microsoft.com... > Jim- > > I just want to make sure you understand that this solution will give all > users the same initial profile but that the user profiles are seperate and > they won't be actually using the same desktop or seeing the same icons - > these are one time copies and will not be kept in synch with each other so if > User1 deletes a desktop icon User2 will still have it (barring icons in the > all users profile). I wasn't sure if you needed the similarities to persist. > > Thanks, > > Nick > > "Dave Patrick" wrote: > > > You're welcome. > > > > -- > > Regards, > > > > Dave Patrick ....Please no email replies - reply in newsgroup. > > Microsoft Certified Professional > > Microsoft MVP [Windows] > > http://www.microsoft.com/protect > > > > "Jim Matthews" wrote: > > | Thank You !! > > > > > > That's really up to the application developer as to whether it understands
profiles or not. If it has a 'Designed for Windows XP' logo then you should be OK. -- Show quoteHide quoteRegards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Jim Matthews" wrote: |I was wondering about that.. | | Yes, I need them to have a single desktop, program list, etc. | | That is, if user logs on and installs a program, when user 2 logs on, he can | use it | | Is this possible ? | | Thanks, Okay Jim, here's how you do that:
- On the machine that will be shared open Computer Management and create the user accounts (I'm assuming there's no domain) - On the machine the users will be sharing create a folder named profile (or whatever you want) and share it out. - make sure the users all have full control of the profile folder in the share and ntfs permissions. - on the security tab of the profile folder click advanced and then click the owner tab - highlight the administrators group in the list (must be the group) and click ok to make them the owner. - Go back to Computer management and on each user account go to properties, profile tab and in profile path type \\localmachine\profile (where localmachine is the name of the local computer). What this does is set all the users to use the same 'roaming' profile, however because it's local you won't have a performance hit (and you shouldn't see any difference between this 'roaming' profile and a local one. Keep in mind there will not be multiple copies of the profile so if a user deletes something from their desktop it will be gone from everyone's desktop also. Thanks and I Hope this helps. Nick Show quoteHide quote "Jim Matthews" wrote: > I was wondering about that.. > > Yes, I need them to have a single desktop, program list, etc. > > That is, if user logs on and installs a program, when user 2 logs on, he can > use it > > Is this possible ? > > Thanks, > "Nick" <N***@discussions.microsoft.com> wrote in message > news:442234C1-7DD8-4F68-AD5C-7FB533B3E921@microsoft.com... > > Jim- > > > > I just want to make sure you understand that this solution will give all > > users the same initial profile but that the user profiles are seperate and > > they won't be actually using the same desktop or seeing the same icons - > > these are one time copies and will not be kept in synch with each other so > if > > User1 deletes a desktop icon User2 will still have it (barring icons in > the > > all users profile). I wasn't sure if you needed the similarities to > persist. > > > > Thanks, > > > > Nick > > > > "Dave Patrick" wrote: > > > > > You're welcome. > > > > > > -- > > > Regards, > > > > > > Dave Patrick ....Please no email replies - reply in newsgroup. > > > Microsoft Certified Professional > > > Microsoft MVP [Windows] > > > http://www.microsoft.com/protect > > > > > > "Jim Matthews" wrote: > > > | Thank You !! > > > > > > > > > > > > Many thanks to both of you
That did it !! Show quoteHide quote "Nick" <N***@discussions.microsoft.com> wrote in message news:5C494925-23FA-4D6F-961A-5A6E80AA2B17@microsoft.com... > Okay Jim, here's how you do that: > > - On the machine that will be shared open Computer Management and create > the user accounts (I'm assuming there's no domain) > - On the machine the users will be sharing create a folder named profile > (or whatever you want) and share it out. > - make sure the users all have full control of the profile folder in the > share and ntfs permissions. > - on the security tab of the profile folder click advanced and then click > the owner tab - highlight the administrators group in the list (must be the > group) and click ok to make them the owner. > - Go back to Computer management and on each user account go to properties, > profile tab and in profile path type \\localmachine\profile (where > localmachine is the name of the local computer). > > What this does is set all the users to use the same 'roaming' profile, > however because it's local you won't have a performance hit (and you > shouldn't see any difference between this 'roaming' profile and a local one. > > Keep in mind there will not be multiple copies of the profile so if a user > deletes something from their desktop it will be gone from everyone's desktop > also. > > Thanks and I Hope this helps. > > Nick > > "Jim Matthews" wrote: > > > I was wondering about that.. > > > > Yes, I need them to have a single desktop, program list, etc. > > > > That is, if user logs on and installs a program, when user 2 logs on, he can > > use it > > > > Is this possible ? > > > > Thanks, > > "Nick" <N***@discussions.microsoft.com> wrote in message > > news:442234C1-7DD8-4F68-AD5C-7FB533B3E921@microsoft.com... > > > Jim- > > > > > > I just want to make sure you understand that this solution will give all > > > users the same initial profile but that the user profiles are seperate and > > > they won't be actually using the same desktop or seeing the same icons - > > > these are one time copies and will not be kept in synch with each other so > > if > > > User1 deletes a desktop icon User2 will still have it (barring icons in > > the > > > all users profile). I wasn't sure if you needed the similarities to > > persist. > > > > > > Thanks, > > > > > > Nick > > > > > > "Dave Patrick" wrote: > > > > > > > You're welcome. > > > > > > > > -- > > > > Regards, > > > > > > > > Dave Patrick ....Please no email replies - reply in newsgroup. > > > > Microsoft Certified Professional > > > > Microsoft MVP [Windows] > > > > http://www.microsoft.com/protect > > > > > > > > "Jim Matthews" wrote: > > > > | Thank You !! > > > > > > > > > > > > > > > > > >
New Virus?
sasser/blaster clone? Expired Password within Windows 2000 removing w32/sdbot.worm.gen Any Utility to kill PocketPC ActiveSync running on the PC ? MAC and SMB or AFP Logon to a Domain through a wireless connection Lost Windows 2000 Pro CD - How Do I Reinstall OS? W2K Server - SP4 kill internet connection. File /registry monitor program |
|||||||||||||||||||||||