Author Topic: Fix: An unexpected error is keeping you from deleting the file  (Read 2452 times)

Online javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35978
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
The files available offline on Windows are available with Client Side Caching (CSC) cache and database. The cache helps Windows to have synchronization of files with external server. In case if this database is corrupted, it has an in-built capability to restart itself. However, if there is a crucial corruption of components, you may face its consequences while deleting some files.

Recently, we came around an issue where we got following error when we delete files on Windows 8.1 running machine:

Quote
An unexpected error is keeping you from deleting the file. If you continue to receive this error, you can use the error code to search for help with this problem. Error 0x800710FE: This file is currently not available for use on this computer.
The error code research gives us the hint that offline files cache is corrupted and we should repair or clear it to solve this problem. In you’re too a victim of this issue, here is how you can fix it:

An unexpected error is keeping you from deleting the file

1. Open Control Panel and navigate to All Control Panel Items -> Sync Center -> Manage Offline Files. In the Offline Files window shown below, switch to Disk Usage tab and hit Delete temporary files button.



You can now check the status of problem, if it is fixed now, you’re good to go. If the issue still persists, try the next steps.

Registry Disclaimer: The further steps will involve registry manipulation. Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point first.

2. Press Windows Key + R combination, type regedit in Run dialog box and hit Enter to open the Registry Editor.



3. In the left pane of Registry Editor, navigate to following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CSC\Parameters



4. In the right pane of above shown window, do a right click and select New -> DWORD Value. Name the newly created DWORD as FormatDatabase and double click on it to get this:



5. Finally, in the Edit DWORD Value box, set the Value data to 1 and click OK. Close Registry Editor and restart your system to get this issue fixed.

twc