用户配置文件不断加载 TEMP 配置文件

Aar*_*ran 3 profile

我遇到了我们支持人员不支持的问题(因为他们不支持 Vista)。我可以毫无问题地登录我们的域,但是,当我回家并登录我的域帐户(断开连接)时,一切正常。那天晚上我注销了,在我们的域网络和 BLAMO 上重新连接我的计算机,我被加载到一个 TEMP 配置文件中。

当我查看事件视图时,我收到以下消息。还有其他 3 个关注它,与此事件有关,但是,除非您认为有必要,否则我不想发送垃圾邮件。

Log Name:      Application
Source:        Microsoft-Windows-User Profiles Service
Date:          6/3/2009 6:53:21 AM
Event ID:      1508
Task Category: None
Level:         Error
Keywords:      
User:          SYSTEM
Computer:      xxx
Description:
Windows was unable to load the registry. This problem is often caused by insufficient memory or insufficient security rights. 

 DETAIL - The process cannot access the file because it is being used by another process.
 for C:\Users\xxx\ntuser.dat
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-User Profiles Service" Guid="{89B1E9F0-5AFF-44A6-9B44-0A07A7CE5845}" />
    <EventID>1508</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2009-06-03T11:53:21.416184400Z" />
    <EventRecordID>2156</EventRecordID>
    <Correlation ActivityID="{02CFD900-F800-0000-E482-E0C041E4C901}" />
    <Execution ProcessID="112" ThreadID="304" />
    <Channel>Application</Channel>
    <Computer>xxx/Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData Name="EVENT_REGLOADKEYFAILED">
    <Data Name="Error">The process cannot access the file because it is being used by another process.
</Data>
    <Data Name="File">C:\Users\xxx\ntuser.dat</Data>
  </EventData>
</Event>
Run Code Online (Sandbox Code Playgroud)

我只是因为无法获得支持而感到沮丧,而且我遇到的大多数搜索文章都与本地帐户有关。我确实备份了“正常运行”的配置文件,希望在一切恢复正常后将其恢复。

我已经以本地管理员身份登录到该框并重命名了“损坏”配置文件,希望在我重新登录到我的域帐户时可以简单地重建它。但是,当我这样做时,它仍然登录到 TEMP 配置文件...grr!

提前致谢,亚伦

小智 6

要在重命名用户配置文件文件夹的同时生成新配置文件,您还需要从注册表中删除该配置文件。这可以在 HKLM/software/Microsoft/windows nt/current version/profilelist 中找到 滚动直到找到正确的用户名。删除此字符串,然后使用该帐户重新登录到计算机,它将创建一个新的用户配置文件,并且将不再使用临时配置文件登录。