unhide  and remove attributes of files and folder using command prompt

unhide and remove attributes of files and folder using command prompt

HomeOther Contentunhide and remove attributes of files and folder using command prompt
ChannelPublish DateThumbnail & View CountActions
Channel Avatar Notes On Click2018-05-25 08:38:42 Thumbnail
7,406 Views
unhide and remove attributes of files and folder using command prompt.

Hidden Files Windows 10 tips and tricks How to show Hidden files folders and View File Extensions: https://www.youtube.com/watch?v=8K8N-ZZIIno

To open command prompt:
1) Press start+R in keyboard
2) Type on cmd and Hit enter key

Use below code in CMD

Syntax:
attrib -r -a -s -h /”location/” /s /d

e.g.

attrib -r -a -s -h /”D://demo*/” /s /d

Description of Commands:

-R removes the read only attrib
-A removes Archive Attrib
-S removes System Attrib
-H removes hidden attrib

you can just actually use -h
but some viruses makes your file uneditable and that’s when you use -r -a -s -h

and use the /S processes all contents from folder to subfolder

the /D includes changing the folder’s attrib

try that code then press enter and you will see all of you files and folder

Please take the opportunity to connect and share this video with your friends and family if you find it useful.