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/04/05 15:07] gcooper |
networking:windows:active_directory:offline_files [2012/05/03 16:32] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Windows Offline Files ====== | ====== Windows Offline Files ====== | ||
+ | |||
+ | The Offline Files feature of Windows may be useful for portable computers, but is less useful for desktop workstation PCs. Why Microsoft enables it by default is beyond me. | ||
+ | |||
+ | Among other problems and annoyances, the Offline Files feature can cause problems where files (such as faxes or scans) don't appear in their designated shared folder in a timely fashion. | ||
===== Disable Offline Files Via GPO ===== | ===== Disable Offline Files Via GPO ===== | ||
http:// | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
- Create an " | - Create an " | ||
Line 16: | 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 | ||
+ | </ |