Windows Command Line - Hiding a file or virus

Windows Command Line - Hiding a file or virus

attrib Attribute

h --> hidden

r --> read only

s --> system attribute

+/- --> set/clear

attrib +h Test.txt
attrib -h Test.txt

Windows Command Line - Hiding a file or virus

attrib +r Test.txt
attrib -r Test.txt

Windows Command Line - Hiding a file or virus

attrib +s Test.txt
attrib -s Test.txt

Windows Command Line - Hiding a file or virus

attrib +h +r +s Test.txt #You can not find it anymore.
attrib -h -r -s Test.txt

Windows Command Line - Hiding a file or virus

Windows Command Line - Hiding a file or virus

上一篇:.NET、C#和ASP.NET三者之间的区别


下一篇:C#集合继承树