ทริปเล็กๆ มาสร้าง.bat ไฟล์ในการเคลียร์หรือลบข้อมูลที่อยูใน
System Volume Information+Temp+Create System Restore ในตัว
เจ้าพวกไวรัสสมัยนี้มันชอบแอบแผงใน System Volume Information เป็นประจำ
เวลาRestore มันก็จะติดไวรัสเหมือนเดิม ถึงแม้คุณจะปิด System Restore แล้วก็ตาม
มันยังแอบแฝงได้อยู่ดี การเคลียร์ไฟล์ใน System Volume Information แล้วก็จะไม่สามารถที่จะ
Restore ได้เนื่องจากข้อมูลโดนล้างหมดแล้ว ซึ่งบางท่านแทบไม่ได้ใช้System Restoreเลย
ทำให้มีข้อมูลที่ไม่จำเป็น(จาจมีไวรัสอยู่ด้วย)มาหนักเครื่องปล่าวๆ
จิงเป็นTip เล็กๆในการ ลบหรือเคลียร์ไฟล์ใน System Volume Information+Temp
พอเคลียร์เสร็จแล้ว ก็ทำการ Create Point ในSystem Restore ใหม่ทันที โดยใช้.bat ไฟล์
ที่ผมได้สร้างขึ้นมา คลิ๊กครั้งเดียวเสร็จ
[hide=4]
[code]
@ECHO Off
title DELL System Volume Information + TEMP By AKenan2007
color c
C:
CD\
if exist "%USERPROFILE%\Desktop\report.txt" del "%USERPROFILE%\Desktop\report.txt"
if not exist "c:\System Volume Information" (
echo nodisk--------------------C----------------------------------->>"%USERPROFILE%\Desktop\report.txt"
) else (
echo --------------------------- Disk C -------------------------------------->>"%USERPROFILE%\Desktop\report.txt"
cacls "C:\System Volume Information" /E /G Administrators:F
cacls "C:\System Volume Information\*" /E /G Administrators:F
RD "C:\System Volume Information" /S /Q
dir "C:\System Volume Information" /b /s