Skip to main content

attrib.exe to modify file attributes and hide artifacts

 image: C:\Windows\system32\attrib.exe

cmdline: ATTRIB +H .


ATTRIB +H +R +S <folder_name>

H for hidden

R for read only

S for system file

to unhide this:

ATTRIB -H -R -S <folder_name>

Comments