Posted On March 31, 2019

Registry Key to Reset Offline Cache

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Registry Key to Reset Offline Cache
Symptom:
File(s) and/or folder(s) is inaccessible from a certain machine when navigating toward the remote file server name (e.g. fileserver) while those items are accessible via IP or FQDN (e.g. fileserver.domain.local)

Resolution:
Run this line an administrator to add a registry key to reset offline caching > REG ADD "HKLM\System\CurrentControlSet\Services\CSC\Parameters" /v FormatDatabase /t REG_DWORD /d 1 /f > reboot the affected machine

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Windows Time Service Configuration

Update 12/27/2019: use this script to set Windows time automatically    It has been a…

How to Expand a Windows NTFS Volume as a LUN of HPe Nimble Storage

1. Take volume off synchronous mode - Pre-emptively avoid this error: "Failed to update the…

Script to Disable User Accounts

accountsToDisable.txtorangeapplepeartermed user REM disableAccounts.batREM read accountsToDisable.txt and convert names into proper DN entries. Save result…