Jumb to this site http://picresize.com
Tuesday, May 30, 2017
Change the folder/file Attribute from Hide to Unhide
Open CMD and type the following command:
attrib -H -S C:\path\to\your\file.doc /S /D
You can also use the asterisk character to define multiple extensions. For example:
attrib -H -S C:\raymond\*.* /S /D
This would remove the Hidden and System attribute of all files in the raymond folder on the C drive. The /S and /D arguments are optional. /S will recurse down into all sub folders and /D will unhide the folders themselves if they have the System or Hidden attribute set.
This content is taken from this Site https://www.raymond.cc/blog/reset-system-and-hidden-attributes-for-files-or-folders-caused-by-virus/
Read More:
Read More:
Subscribe to:
Posts (Atom)