Thursday, June 17, 2010

Shutdown Script to delete all user's MSN history

create a “delete_MSN_History.bat” and create a shutdown script by Computer for delete all user’s MSN history.

 

The batch file:

****************************************************************

@echo off

FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO DEL/S/F/Q "C:\Documents and Settings\%%A\My Documents\My Received Files\*.xml"

****************************************************************

Print Friendly and PDF
Share/Bookmark

No comments:

Post a Comment