This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:windows:active_directory:offline_files [2012/05/03 16:31] gcooper |
networking:windows:active_directory:offline_files [2012/05/03 16:32] (current) gcooper |
||
---|---|---|---|
Line 25: | Line 25: | ||
* gpresult | * gpresult | ||
- | - Disable Offline Files service (via GPO – disables ‘cscservice’) | + | ==== More Info ==== |
+ | |||
+ | * Disable Offline Files service (via GPO – disables ‘cscservice’) | ||
+ | < | ||
Computer Configuration\Windows Settings\Security Settings\System Services | Computer Configuration\Windows Settings\Security Settings\System Services | ||
- | - Disable ‘Allow or Disallow use of the Offline Files feature’ setting (via GPO setting) | + | </ |
+ | * Disable ‘Allow or Disallow use of the Offline Files feature’ setting (via GPO setting) | ||
+ | < | ||
Computer Configuration\Administrative Templates\Network\Offline Files | Computer Configuration\Administrative Templates\Network\Offline Files | ||
- | - Enable Remove 'Make Available Offline' | + | </ |
+ | * Enable Remove 'Make Available Offline' | ||
+ | < | ||
Computer Configuration\Administrative Templates\Network\Offline Files | Computer Configuration\Administrative Templates\Network\Offline Files | ||
- | - Disable CSC Kernel driver (via registry hack or custom ADM – disables ‘csc’) | + | </ |
+ | * Disable CSC Kernel driver (via registry hack or custom ADM – disables ‘csc’) | ||
+ | < | ||
reg add HKLM\SYSTEM\CurrentControlSet\services\CSC /v Start /t REG_DWORD /d 4 | reg add HKLM\SYSTEM\CurrentControlSet\services\CSC /v Start /t REG_DWORD /d 4 | ||
+ | </ |