Simply
1.open command prompt (start->run->cmd)
2.Go to the Specific Drive (if Drive is F then F:)
3.Now Type DEL *.LNK press enter
(This Will Delete All the Shortcuts in the drive)
4.Now type attrib -R -A -S -H /S /D press enter
5.Its take while and that's It.
It means :
Microsoft Windows XP syntax :
Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [[drive:] [path] filename] [/S [/D]]
+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
/S Processes files in all directories in the specified path.
/D Process folders as well.
or else for files u can use this
attrib -s -h -r d:\*.* /s /d, --> this cmd for drive "D"
Regards
Kathir
No comments:
Post a Comment