Hello ,
Anybody can help me to hide System Volume Information without damaging my files ?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello ,
i got a problem with those files ,
first i was using kingsoft antivirus 2012 and suggested me to show those files from my HDD , then i pressed yes .
and now , i have "RECYCLER" and "System Volume Information" and "found.000" also "found.001" inside my HDD . and its shown forever .
note that "hide protected operating system files" is enabled on my windows 8 x64 bit , and i need a way to hide those files without effecting
my files or damage it , inside my HDD .
please check this Screenshot :
Regards ,
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hello ,
Anybody can help me to hide System Volume Information without damaging my files ?
But in my situation its shown for no reason ! , and i cant even hide it . do you have any suggestions ?
Regards ,
Hi Saad,
Thank you for the update, glad to know that we are able to hide the folder
Found.000 and Found.001.
System Volume Information on the root of each drive that remains hidden from view even when you choose to show system files.
System Volume Information includes the restore points for System Restore, a database for restoring linked documents and shortcuts, databases for fast file searches (if you use this feature) and possibly a few other bits and pieces.
Hello ,
Thanks you Vijin V ,your way it works to hide Found.000 and Found.001 also RECYCLER . but it didn't work with "System Volume Information" .
anybody may help to hide this folder ?
Regards ,
Hi Kaitou,
Folder name “FOUND.000, FOUND.001” is created whenever disk check (chkdsk) is done, some files that are detected as having issues are separately stored in a folder called FOUND.000, FOUND.001, etc. The files in the folder has the extension .chk. These files contains the backup copy/parts of the files that have been removed during the scan.
If there is any error, only then the chk files are created. If there is no error, the files are not created, but the folder is sometimes created. You can delete the folder in such case.
To hide a folded, let’s try the following steps:
Press Windows + X and select the option Command Prompt (Admin).
Type the following command: Type attrib +s +h "XX" and hit Enter.
Note: XX is your file or folder address
Example: attrib +s +h "c:\filename”
To unhide a folder, refer to the following steps: Type attrib -s -h "XX"
Hope the information provided is helpful.