Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Rename sessionstore.js to sessionstore.js.bak. Cannot do this as file corrupted. How can I delete

  • 2 réponses
  • 4 ont ce problème
  • 1 vue
  • Dernière réponse par Spicerlad

more options

Using 3.6 and XP Media Edition. When attempting to rename the file it states cannot as file is corrupted. How can I reach this file to delete as using Dos prompt I cannot see the directory Application data

Using 3.6 and XP Media Edition. When attempting to rename the file it states cannot as file is corrupted. How can I reach this file to delete as using Dos prompt I cannot see the directory Application data

Toutes les réponses (2)

more options

If files are corrupted then you need to do a disk check with the chkdsk.exe program are repair errors that show by specifying the /f /r switches on the command line.


If you run the chkdsk.exe program from a cmd.exe Command window then you can read the response from the chkdsk.exe program.
Open a cmd.exe window:
Start > Run: cmd.exe <press Enter>
At the command prompt (>) type or Copy&Paste: chkdsk.exe /f /r <press Enter> (put a space before /f and /r)
If you get something like: Would you like to schedule this volume to be checked the next time the system restarts? y/n then answer the question with "Y" and close all programs and reboot the computer.

http://support.microsoft.com/kb/315265/ - How to perform disk error checking in Windows XP

more options

Why did I forget this. Many thanks for your assistance.