- Apr 20, 2009
- 3,793
- 1
- 81
I have noticed over time that we have some systems in our environment that essentially scrap an old local user profile (IE - C:\Documents and Settings\jdoe ) and create a new one with the following naming convention (IE - C:\Documents and Settings\jdoe.domain or C:\Documents and Settings\jdoe.domain.000 or C:\Documents and Settings\jdoe.domain.001).
I have been all over looking for a reason as to why this occurs, and most admins seem to suggest just handling the new profile (in logon scripts and such) by using the following:
%homedrive%\%homepath%
My problem is knowing full well that the jdoe.domain folder shouldn't really have to be there in the first place, so by doing the above, I am just avoiding finding the reason to why the path is there. Furthermore, I recently was informed about a system that has several of those folders from various users and the system has only been in place for a few weeks. I am not sure if classifying those as corrupt profiles is correct or incorrect, but if anyone has some insight as to why these occur, I would greatly appreciate your input.
All hosts are Windows XP Pro SP3, authenticating through Windows 2003 Server with the latest patches as well.
I have been all over looking for a reason as to why this occurs, and most admins seem to suggest just handling the new profile (in logon scripts and such) by using the following:
%homedrive%\%homepath%
My problem is knowing full well that the jdoe.domain folder shouldn't really have to be there in the first place, so by doing the above, I am just avoiding finding the reason to why the path is there. Furthermore, I recently was informed about a system that has several of those folders from various users and the system has only been in place for a few weeks. I am not sure if classifying those as corrupt profiles is correct or incorrect, but if anyone has some insight as to why these occur, I would greatly appreciate your input.
All hosts are Windows XP Pro SP3, authenticating through Windows 2003 Server with the latest patches as well.