Monday 28 March 2011

Remove the hidden attribute from %Windir% and from its subfolders

Open Notepad and Type the following cmd and Save it as filename.Bat and Double Click that file to execute

attrib -s -h %windir%
attrib -s -h %windir%\system32
attrib -s -h %windir%\system32\catroot2
exit

No comments: