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

上一篇:大型Web应用运行时 PHP负载均衡指南


下一篇:Permission denied (publickey).