This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:windows:active_directory:trust_relationship [2015/09/03 11:33] jcooper created |
networking:windows:active_directory:trust_relationship [2018/04/14 12:09] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
- | The Offline Files feature of Windows | + | Some times when logging into a Windows |
- | Among other problems | + | The fix is to rejoin the workstation to the domain. |
- | ===== Disable Offline Files Via GPO ===== | + | ===== The Fix to avoid profile games===== |
- | http:// | + | Not being able to log into the domain can be problematic for just logging into the workstation. |
- | http:// | + | * Login as the local administrator |
+ | * Unplug the Ethernet cable and use the cached domain credentials. This can take a few minutes, be patient. I then enabled the local Administrator account and set a password, rebooted and logged in as local Administrator. | ||
- | http:// | + | ==== Rejoin the Domain without breaking relationship ==== |
+ | |||
+ | Use the '' | ||
+ | |||
+ | **My Computer | ||
+ | |||
+ | Follow prompts putting in the appropriate credentials and domain. | ||
- | - Create an " | ||
- | - Apply the policy to | ||
- | * Users | ||
- | * Groups | ||
- | * OU | ||
- | - Wait at least 90 minutes (overnight) for the GPO to propagate | ||
- | * Or force an update | ||
- | * gpupdate /force | ||
- | - Reboot the PC | ||
- | - Test | ||
- | * 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 | ||
- | </ |