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:27] gcooper |
networking:windows:active_directory:offline_files [2012/05/03 16:32] (current) gcooper |
||
---|---|---|---|
Line 9: | Line 9: | ||
http:// | http:// | ||
- | http:// | + | http:// |
http:// | http:// | ||
Line 24: | Line 24: | ||
- Test | - Test | ||
* gpresult | * gpresult | ||
+ | |||
+ | ==== More Info ==== | ||
+ | |||
+ | * Disable Offline Files service (via GPO – disables ‘cscservice’) | ||
+ | < | ||
+ | Computer Configuration\Windows Settings\Security Settings\System Services | ||
+ | </ | ||
+ | * Disable ‘Allow or Disallow use of the Offline Files feature’ setting (via GPO setting) | ||
+ | < | ||
+ | Computer Configuration\Administrative Templates\Network\Offline Files | ||
+ | </ | ||
+ | * Enable Remove 'Make Available Offline' | ||
+ | < | ||
+ | Computer Configuration\Administrative Templates\Network\Offline Files | ||
+ | </ | ||
+ | * 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 | ||
+ | </ |