首页 > Windows开发 > 详细

Windows Command Line - Hiding a file or virus

时间:2020-12-26 10:17:15      阅读:32      评论:0      收藏:0      [点我收藏+]

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

技术分享图片

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

技术分享图片

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

技术分享图片

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

原文:https://www.cnblogs.com/keepmoving1113/p/14191381.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!