[pchelpers] Re: user accounts and malware removal

What exactly would I do with what you included below? Would I copy and 
paste it in a Notepad file and name it ending in .bat and then double 
click it to do it's thing?

Or would I copy and paste it into the Autoexec.bat file so it does it's 
thing every time the computer starts?

OR....... You can fill in the blank here...........

These are questions, not statements of fact as right now this is 2 feet 
over my head.

Don Bieber

Scott McNay wrote:

>The following will delete all files in temp folders, in WinXP:
>  
>
>for /F "tokens=*" %a in ('DIR /A /B "%USERPROFILE%\.."') do @del /Q /S /F 
>"%USERPROFILE%\..\%~a\Local Settings\Temp"
>
>for /F "tokens=*" %a in ('DIR /A /B "%USERPROFILE%\.."') do @del /Q /S /F 
>"%USERPROFILE%\..\%~a\Local Settings\Temporary Internet Files"
>
>del /Q /S /F "%SYSTEMROOT%\Temp"
>
>del /Q /S /F "%SYSTEMROOT%\System32\Temp"
>
>del /Q /S /F "%SYSTEMROOT%\system32\config\systemprofile\Local Setting\Temp"
>
>del /Q /S /F "%SYSTEMROOT%\system32\config\systemprofile\Local 
>Setting\Temporary Internet Files"
>  
>


-- 
-------list-services-below-----------
Regards, John Durham (list moderator) <http://modecideas.com/contact.html?sig>
Freelists login at http://www.freelists.org/cgi-bin/lsg2.cgi
List archives at http://www.freelists.org/archives/pchelpers
PC-HELPERS list subscribe/unsub at http://modecideas.com/discuss.htm?sig
Latest news live feeds at http://modecideas.com/indexhomenews.htm?sig
Good advice is like good paint- it only works if applied.

Other related posts: