从旧的域用户configuration文件迁移到新的受信任的域下的另一个configuration文件

我正在从Windows 2008R2更改到samba4.2。 现在,有没有办法以最快的方式将现有的旧域用户configuration文件迁移到新的受信任的域? 我没有改变registryconfiguration文件。 但在组策略客户端login错误的Windows 8.1失败,因此,任何替代方法来做到这一点?

问候,MH

这是答案。

  1. 创build了new_user帐户
  2. 以new_user身份login以初始化configuration文件
  3. 重新启动
  4. 以pipe理员身份login并将旧PC的硬盘上的configuration文件复制到C:\ Users \ old_profile
  5. 更改了C:\ Users \ old_profile的权限:添加了具有完全访问权限的new_user帐户
  6. 在registry中更改了new_user的ProfileImagePath项:[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ ProfileList]到C:\ Users \ old_profile
  7. 加载configuration单元C:\ Users \ old_profile \ ntuser.dat并添加了具有完全访问权限的new_user帐户
  8. 加载configuration单元C:\ Users \ old_profile \ AppData \ Local \ Microsoft \ Windows \ UsrClass.dat并添加具有完全访问权限的new_user帐户。
  9. 重新启动
  10. 以new_user身份login