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

Deploy MSI Using Group Policy

0. If the deployment package is in an .EXE format, it's recommended that such file…

PowerShell: Find Windows RDS Roles and Their Licensing Servers

# Get TS Licensing Servers (Enterprise or AD Registered) $termLicenseServers=Get-ADGroupMember -Identity "Terminal Server License Servers"…