User Profile

  • Thread starter Thread starter Bob P
  • Start date Start date
%systemdrive%\Documents and Settings\%username%\Application
Data\Microsoft\Internet Explorer\Quick Launch

(watch for line wrap)

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| Where in the user profile is the Quick Launch bar
| information stored?
 
Okay, just to be nitpicky, it'd actually be %userprofile%\Application
Data..... :]

Ray at work
 
Well, actually it's exactly the same.
%userprofile% = %systemdrive%\Documents and Settings\%username%

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| Okay, just to be nitpicky, it'd actually be %userprofile%\Application
| Data..... :]
|
| Ray at work
 
Dave Patrick said:
Well, actually it's exactly the same.
%userprofile% = %systemdrive%\Documents and Settings\%username%

Typically, but not in every case. You can rename a user without changing
the profile name. I don't think there's any reason you'd want to do that,
but it could happen unintentionally.
 
And you can also change the profile path to be elsewhere by changing the
ProfileImagePath value at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\ProfileList\[sid]

That will set the value of %userprofile%.

Ray at home
 
For the purpose of answering the OP I stand by my answer. Appears you guys
may not have enough to do?

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| And you can also change the profile path to be elsewhere by changing the
| ProfileImagePath value at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
| NT\CurrentVersion\ProfileList\[sid]
|
| That will set the value of %userprofile%.
|
| Ray at home
|
| | > > Well, actually it's exactly the same.
| > > %userprofile% = %systemdrive%\Documents and Settings\%username%
| >
| > Typically, but not in every case. You can rename a user without
changing
| > the profile name. I don't think there's any reason you'd want to do
that,
| > but it could happen unintentionally.
| >
| > --
| > Gary L. Smith (e-mail address removed)
| > Columbus, Ohio
|
|
 
About the latter I'll assume.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| There's no shame in accuracy, Dave.
|
| Ray at home
 
Dave Patrick said:
For the purpose of answering the OP I stand by my answer. Appears you guys
may not have enough to do?

Sorry, I was posting while tired failed to make my actual point. You
wrote:
Well, actually it's exactly the same.
%userprofile% = %systemdrive%\Documents and Settings\%username%

Both Ray and I pointed out that that is not always the case. I should
have continued by saying " and therefore, you should use %useprofile%
instead of "%systemdrive%\Documents and Settings\%username%.
%userprofle% is guaranteed to point to the correct location. That's why
it exists."

I was bitten by this once myself and hoped to prevent someone else from
making the same mistake.
 
Back
Top