Re: Subtle bug in Windows? Different profile directory as you roam...
From: AndyC (andyc69_at_tiscali.co.uk)
Date: 07/22/04
- Next message: Neil Shirley: "password security"
- Previous message: Ace Fekay [MVP]: "Re: Cannot Set Folder Share Permissions - No Objects"
- In reply to: Michael A. Covington: "Subtle bug in Windows? Different profile directory as you roam..."
- Next in thread: Michael A. Covington: "Re: Subtle bug in Windows? Different profile directory as you roam..."
- Reply: Michael A. Covington: "Re: Subtle bug in Windows? Different profile directory as you roam..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Jul 2004 12:27:39 +0100
The "bugs" you're seeing are almost certainly due to hard coded paths.
You probably set your backdrop to c:\documents and settings\smith\my
pictures\image.bmp or something. When you roam, that path is no longer valid
and so Windows can't display it. The same thing often happens if Windows is
installed on a drive other than C: You can often fix it by making sure the
appropriate registry key/shortcut uses the environment variable.
It is a bit annoying, though largely a non-issue as it is unusual for Domain
computers to have local accounts.
AndyC
"Michael A. Covington" <look@ai.uga.edu.for.address> wrote in message
news:OCCMXC4bEHA.2844@TK2MSFTNGP12.phx.gbl...
> I'd like to hear from anyone with deep thoughts about a situation that
> should not cause malfunctions, but does...
>
> ...namely the situation where a roaming user roams from one PC to another
> and gets his profile copied into a differently named directory on
different
> PCs.
>
> Suppose we have user Smith in domain Dom. And there are two computers,
PC1
> and PC2. And PC2 also has a local user named Smith.
>
> Then when Smith roams to PC1, his profile goes into:
> c:\Documents and Settings\Smith
> but when he roams to PC2, his profile goes into:
> c:\Documents and Settings\Smith.Dom
>
> In general, to prevent conflicts with a pre-existing directory, Windows
will
> add the domain name and then, if necessary, .001, .002, etc. to the end of
> the directory name.
>
> Conflicts can arise not only when there's a local user with the same name,
> but also when directories are left behind that should have been deleted
but
> weren't, e.g. due to a crash.
>
> Well... In this situation Windows had trouble copying my desktop back and
> forth correctly, and my desktop wallpaper did not roam with me.
>
> It seems to me this should not have been a problem, because the operating
> system should have been looking at %userprofile% to find the profile,
rather
> than trying to use a directory name stored from previous use.
>
> For more on this, including VBSCRIPT code to detect the situation, see:
> www.covingtoninnovations.com/michael/blog/0407/index.html#040721
>
> Thoughts, anyone?
>
>
- Next message: Neil Shirley: "password security"
- Previous message: Ace Fekay [MVP]: "Re: Cannot Set Folder Share Permissions - No Objects"
- In reply to: Michael A. Covington: "Subtle bug in Windows? Different profile directory as you roam..."
- Next in thread: Michael A. Covington: "Re: Subtle bug in Windows? Different profile directory as you roam..."
- Reply: Michael A. Covington: "Re: Subtle bug in Windows? Different profile directory as you roam..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|