码迷,mamicode.com
首页 > 其他好文 > 详细

Terminal Server User Profile

时间:2016-08-19 13:27:02      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:terminal server user profile

对于没有登录的新用户:

使用组策略的方法:

Windows2008 中找到组策略管理器,打开同时设置下面的策略:

Computer Configuration\Administraive Templates\WindowsComponents\Terminal Services\Set Pathfor TS Roaming Prifiles

TS user Home Direcory

如果Set Path for TS RoamingPrifiles没有设置的话可以直接更改TS user HomeDirecory

 


The default location is defined in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList . There you need to adjust the String ProfilesDirectory with the path of your preferred location.
Note: Existing Profiles will remain under %WinDir%\Documents And Settings\.... . You‘ll need to remove these profiles manually.

New users will have there profile created in the location you specified.

 

对于已经登录的用户:

要通过设置注册表的方式:

windows2008中找到下面的注册表位置:

\\HKEY_Local_Machine\Software\Microsoft\Windows NT\CurrentVersion\Profilelist\{SID}

找到对应用户的SID然后修改到对应的位置:


然后把以前的文件夹copy到新的位置



本文出自 “苏兰网络” 博客,请务必保留此出处http://zhangfang526.blog.51cto.com/8588740/1840217

Terminal Server User Profile

标签:terminal server user profile

原文地址:http://zhangfang526.blog.51cto.com/8588740/1840217

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!