User Tools

Site Tools


networking:windows:active_directory:offline_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:windows:active_directory:offline_files [2012/05/03 16:22]
gcooper
networking:windows:active_directory:offline_files [2012/05/03 16:32] (current)
gcooper
Line 9: Line 9:
 http://titlerequired.com/2012/03/22/sbs-2011-essentials-win-7-pro-pack-disable-offline-files/ http://titlerequired.com/2012/03/22/sbs-2011-essentials-win-7-pro-pack-disable-offline-files/
  
-http://technet.microsoft.com/en-us/library/cc749449%28WS.10%29.aspx (first comment) +http://technet.microsoft.com/en-us/library/cc749449%28WS.10%29.aspx (see also first comment)
  
 +http://community.spiceworks.com/topic/128865-how-to-disable-sync-center-offline-files?page=2
  
   - Create an "Offline Files" GPO   - Create an "Offline Files" GPO
Line 24: Line 24:
   - Test   - Test
     * gpresult     * gpresult
 +
 +==== More Info ====
 +
 +  * Disable Offline Files service (via GPO – disables ‘cscservice’)
 +<file>
 +Computer Configuration\Windows Settings\Security Settings\System Services
 +</file>
 +  * Disable ‘Allow or Disallow use of the Offline Files feature’ setting (via GPO setting)
 +<file>
 +Computer Configuration\Administrative Templates\Network\Offline Files
 +</file>
 +  * Enable Remove 'Make Available Offline' setting (optional)
 +<file>
 +Computer Configuration\Administrative Templates\Network\Offline Files
 +</file>
 +  * Disable CSC Kernel driver (via registry hack or custom ADM – disables ‘csc’)
 +<file>
 +reg add HKLM\SYSTEM\CurrentControlSet\services\CSC /v Start /t REG_DWORD /d 4
 +</file>
networking/windows/active_directory/offline_files.1336083775.txt.gz · Last modified: 2012/05/03 16:22 by gcooper