漫游configuration文件的哪些部分在Windows 7上传?

在以前的Windows版本中,仅在用户注销时才会上载漫游configuration文件。 但是, 在Windows 7中 ,组策略设置可以允许registry文件在后台上传。 Background upload of roaming user profile's registry file while user is logged on该设置被称为Background upload of roaming user profile's registry file while user is logged on

但是,使用此设置,WMI中的Win32_UserProfile LastUploadTime字段仍然只反映最后一次注销。 我认为这是因为不仅需要将registryfile upload到服务器才能获得完全上传的资格。

所以,我的问题是: 什么其他部分的configurationfile upload注销?

本地用户configuration文件夹(由环境variables%USERPROFILE%指向的)中的所有内容都与注销时文件服务器上的漫游configuration文件( 除了在排除列表中configuration的文件夹除外 )同步。

在Windows 7上,排除列表默认包含:

  • $ RECYCLE.BIN
  • 应用程序数据\本地
  • 应用程序数据\ LocalLow

在Windows 10 1511上,排除列表默认包含:

  • $ RECYCLE.BIN
  • 应用程序数据\本地
  • 应用程序数据\ LocalLow
  • OneDrive
  • 工作文件夹

该列表存储在registry中,位于

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ExcludeProfileDirs

可以通过组策略设置进行configuration

User Configuration\Administrative Templates\System\User Profiles\Exclude directories in roaming profile

有关详细信息,请参阅我的文章如何减less漫游configuration文件的大小和Microsoft知识库文章KB3154​​15和KB814592 。

很多东西 – 这听起来像你对漫游configuration文件的理解是相当缺乏。 用户registry(这实际上是NTUSER.DAT)只是故事的一半。 我build议浏览到你的漫游configuration文件的位置(服务器上的,而不是工作站),你会所有的其他东西,如应用程序数据,也许桌面等等

您看到的所有内容都在注销时上传,并在login时下载。