Thursday, January 27, 2011

Virus in Windows

There is one type of virus that we are all seen in windows machine is Folders inside the folder. Some time these folders we can not delete because of the invalid file name. In Windows based machine we can not make any files with invalid words. But viruses can make this folders on your windows machine :)

Once we have these issue, we will use antivirus such as Nod32 and AVG etc ...These antivirus packages can delete these invalid files.

But without installing these Antivirus we can delete these folders using DOS commands

For deleting

rd /S "\\?\c:\path to your folder/file name"

here we use "rd" command instead of using "del" command.

No comments:

Post a Comment