Using F-Secure's free rescue CD - recommended

Get the latest version from here.

Using our rescue CD

Use this modified version of Linux Mint. It has support for Windows format disks and a virus scanner.

Using System rescue CD

Get the latest version from http://www.sysresccd.org/.

start a disk partitioner to check the disk mount point (usually /dev/sda1)

gparted
mount a ntfs formated disk with read/write access
ntfs-3g /dev/sda1 /mnt/windows
update clam virus definitions
freshclam
do the virus scan
clamscan -r -i --scan-ole2 /mnt/windows
or do the virus scan and delete infected files
clamscan -r -i --scan-ole2 --remove /mnt/windows
do the virus scan and move infected files
mkdir /mnt/windows/virus ; clamscan -r -i --scan-ole2 --move=/mnt/windows/virus /mnt/windows
shutdown the computer
shutdown -h now
reboot the computer
shutdown -r now
usefull things to know
man ntfs-3g
man freshclam
man clamscan
man shutdown
man man

Valid HTML 4.01 Transitional