Folder hidden
cmd
cd\ - to root.
(letterusb):
dir/ah - show all files. and check if hidden.
attrib *. -h -s /s /d - * all inside -s clear system files attributes /s files inside subfolders /d all folders
dir to check if hidden attribute has been eliminated
exit
*if files read-only attribute add -r after * to change that.















