i have some virus hat takes over my computer almost compleatly im running vb6 in safe mode so i need the command so that the only thing i can do is install my windows
Printable View
i have some virus hat takes over my computer almost compleatly im running vb6 in safe mode so i need the command so that the only thing i can do is install my windows
Put in the XP disk, and boot off of it. You will be given the option to format your drive before you reinstall.
i have win pro 2k and i did that and the virus wont let me do reinstall/format it so i remembered someone told me that you could have a vb6 command that does something to erase it
ok my bro posted this and left it up on my computer. what is going on is there is a file called wppp.html that keeps coming back constantly after being deleted... i read that another file, wininet.dll needs to be deleted in order to delete the wppp one. he cant delete either one.... and aparently it wont let him reinstal or format the computer.
start up in safe mode
thats what we did in the first place......but im not very good with computers ...what when we start up in safe mode?
not many things will be running in safe mode. You may be able to delete things. otherwise, boot of the cd.
it wont work thats why i need the visual basics command
Here is a command, but I don't think it will work any better.
VB Code:
shell "format c: /x "
this will force a dismount of the drive before it formats it.
This article tells you how to get rid of the virus.
thank you! :)