Ideas on how to control multiple profiles on a PC.

  • Thread starter Thread starter jaycee
  • Start date Start date
J

jaycee

Situation: Lab environment with multiple XP computers. Users logon to
various workstations all the time with their own user account and over time
this creates many profiles on each of the lab computers which fills up hard
drive space and causes the anti-virus scan to take longer.

Any ideas on what the best way to manage this situation?

Thanks.
 
Try a google search for Roaming Profiles. I'm not familiar with it, but from
what I've read it's either a boon or a bane to sysadmin's.
 
To use roaming profiles, the computers in the lab have to be on a
Domain. If they are on a workgroup, roaming profiles won't work.
 
I'm not sure one does need a domain. I've only had domain or stand alone computers to test on Roaming profiles work on a standalone computer (if you want to move the user profile folder you make it roaming as one way).
 
Moving the user profile from computer to computer doesn't make it a
Roaming profile. A true Roaming profile follows you automatically no
matter what computer you log onto. This is only possible if you are
using a Server. OK, the server may not need to be a domain controller
but a workgroup server. I'm not sure about whether this will work in
a non-domain environment, but I AM sure you need a server to host the
roaming profile.
 
None the less I have a roaming profile on my standalone computer. It requires 1 registry entry to change it to one.
 
Situation: Lab environment with multiple XP computers. Users logon to
various workstations all the time with their own user account and over time
this creates many profiles on each of the lab computers which fills up hard
drive space and causes the anti-virus scan to take longer.
Any ideas on what the best way to manage this situation?

That is SSSUUUUCH a good question!

The hassle of managing multiple user accounts is such a pig (having to
log into each one to apply settings or scan for malware) that I don't
use user accounts. If I have to effectively work on "3 computers"
(the same PC 3 times) because each person wants a different wallpaper,
I tend to bill accordingly.

It may be theoretically possible to work on all accounts from a single
login that has admin rights, but I'm not sure that all user hives show
up in Regedit (Roaming profiles? Profile on server? Don't know the
account password?).

It may also be theoretically possible to do something particularly
crucial: Set up the Default User account (which cannot be logged into)
from which new accounts are spawned. Without this ability, every time
some jerk spawns a new account, all settinfs duhfault back to MS and
you have to set the whole mess up again.

Things to control:
- data locations (e.g. get all the "My,.." ghettos off C:)
- absurdly bloated IE web cache (1G per account? Sheesh!)
- UI, such as not hiding file name extensions etc.
- risks, such as NoDriveTypeAutoRun = 91 (!) -> 9D

OTOH, if you have users spawning their own accounts, then you've
relinquished a high degree of control. An unbounded set of folks with
admin rights? Welcome to the malware fest.

MS keeps bleating "don't run as admin", while the most trivial
kiddieware won't run as anything else, but even if "new" apps "written
for XP" actually worked as non-admin, multiple user accounts are such
a PITA in present form that I can't use them.

What MS is really saying is "give up trying to control the PC and
trust our defaults and our user account limit system". No thanks,
don't let the door kick your ass on the way out.



-- Risk Management is the clue that asks:
"Why do I keep open buckets of petrol next to all the
ashtrays in the lounge, when I don't even have a car?"
 
None the less I have a roaming profile on my standalone computer. It requires 1 registry entry to change it to one.

How can a roaming profile exist on ONE standalone computer? If it is
on ONE computer, how can it roam?
 
Because it's taking the profile from where I said, caching it in the normal place, and saving it back just like a roaming profile.

Instead of arguing from how you think things work tru it.

Create an account, edit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\<your user SID>
CentralProfile=d:\testprofile

Look in Start - Control Panel - System - Advanced - User Profile Settings

It's a roaming profile. If you logon to it it copies it from d:\testprofile to C:\Documents And Settings\<user name> and on logoff it copies the profile back.
 
Now in theory, editing that registry key on all computers on a peer to peer network, give roaming profiles. As I said I haven't tested it on a peer to peer network. In fact I haven't seen a peer to peer windows network this century.

I've been looking for a present for you. I found one. This is North Marouba.
--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
=================================================
"David Candy" <.> wrote in message Because it's taking the profile from where I said, caching it in the normal place, and saving it back just like a roaming profile.

Instead of arguing from how you think things work tru it.

Create an account, edit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\<your user SID>
CentralProfile=d:\testprofile

Look in Start - Control Panel - System - Advanced - User Profile Settings

It's a roaming profile. If you logon to it it copies it from d:\testprofile to C:\Documents And Settings\<user name> and on logoff it copies the profile back.

David, David, why do you make me continually say this...

Don't post binaries to a text newsgroup. I didn't want your crappy,
although beautiful, picture on my hard drive.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top