How to show hidden folders on USB Flash drive with CMD Prompt (Fix)
У вашего броузера проблема в совместимости с HTML5
**************************
IMPORTANT: Subscribe to my 2nd Channel "Simply Caz" For Future Updates https://www.youtube.com/channel/UCr_wSx5sZh5ydPzf7jOS7ZQ
************************
Works for external hard drives, USB flash drives, internal hard drives etc.
1) Open CMD Prompt
2) Type in the drive letter e.g. D drive would be "D: "
3) Type in dir /ah to see all hidden folders on drive
4) Type in attrib -s -h /s /d *.*
5) Type in dir /ah and there should be no hidden folders at this point.
6) Type in "exit" to close CMD prompt properly.