Skip to content

Instantly share code, notes, and snippets.

@niisar
Created December 15, 2016 01:52
Show Gist options
  • Save niisar/37f7371e65e543360aef3dd9a3c24f63 to your computer and use it in GitHub Desktop.
Save niisar/37f7371e65e543360aef3dd9a3c24f63 to your computer and use it in GitHub Desktop.
Show Hide folder in windows.

Hide folder

attrib +s +h "D:\ws\ADMS"

Show folder

attrib -s -h "D:\ws\ADMS"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment