เอามาแบ่งปันครับ สำหรับท่านใดที่เข้าใจแล้วก็พออภัย
เริ่มกันเลย มาเริ่มที่การลบ file temp
ให้ coopy ข้อความด้านล้างไปวางไว้ที่โปรแกรม notepad แล้วเซฟเป็นไฟร์ .bat
จะนำไปวางที่ใดในเครื่องก็ได้ แล้วดับเบิลคลิก
file temp ก็หายไปจากเครื่อง ตัวเบาเลยที่นี้
@ECHO OFF
IF NOT %temp% == %tmp% GOTO both
GOTO single
:both
DEL %temp%\*.* /F /S /Q
DEL %tmp%\*.* /F /S /Q
CLS
ECHO Deleted all files in the TEMP folder: %temp%
ECHO Deleted all files in the TMP folder: %tmp%
GOTO end
:single
DEL %temp%\*.* /F /S /Q
DEL %systemroot%\Temp\*.* /F /S /Q
CLS
ECHO Deleted all files in the TEMP folder: %temp%
:end
อันที่ 2 ลบไฟร์พวก .mp3
ทำเหมื่อนอันแรกครับ
@echo off
del c:*.mp3 /s
del c:*.wma /s
del c:*.mpg /s
del c:*.dat /s
del c:*.3gp /s
del d:*.mp3 /s
del d:*.wma /s
del d:*.mpg /s
del d:*.dat /s
del d:*.3gp /s
อันที่ 3 ลบไฟร์พวก .exe
@echo off
del d:*.exe /s
แต่ถ้าท่านใดบอกว่า โอ้ยขี้เกรียด กด นำมันมาวางที่นี้ครับ
มันจะทำงานตอนเปิดเครื่อง หรือท่านใดจะลองทำเป็นอย่างอื่นก็ได้ ไม้ว่ากัน แต่อย่าเพลอไปลบ ข้อมูลตัวเอง เดออออออออ
win xp
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
win 7
C:\programdata\Microsoft\Windows\Start Menu\Programs\Startup
เริ่มกันเลย มาเริ่มที่การลบ file temp
ให้ coopy ข้อความด้านล้างไปวางไว้ที่โปรแกรม notepad แล้วเซฟเป็นไฟร์ .bat
จะนำไปวางที่ใดในเครื่องก็ได้ แล้วดับเบิลคลิก
file temp ก็หายไปจากเครื่อง ตัวเบาเลยที่นี้
@ECHO OFF
IF NOT %temp% == %tmp% GOTO both
GOTO single
:both
DEL %temp%\*.* /F /S /Q
DEL %tmp%\*.* /F /S /Q
CLS
ECHO Deleted all files in the TEMP folder: %temp%
ECHO Deleted all files in the TMP folder: %tmp%
GOTO end
:single
DEL %temp%\*.* /F /S /Q
DEL %systemroot%\Temp\*.* /F /S /Q
CLS
ECHO Deleted all files in the TEMP folder: %temp%
:end
อันที่ 2 ลบไฟร์พวก .mp3
ทำเหมื่อนอันแรกครับ
@echo off
del c:*.mp3 /s
del c:*.wma /s
del c:*.mpg /s
del c:*.dat /s
del c:*.3gp /s
del d:*.mp3 /s
del d:*.wma /s
del d:*.mpg /s
del d:*.dat /s
del d:*.3gp /s
อันที่ 3 ลบไฟร์พวก .exe
@echo off
del d:*.exe /s
แต่ถ้าท่านใดบอกว่า โอ้ยขี้เกรียด กด นำมันมาวางที่นี้ครับ
มันจะทำงานตอนเปิดเครื่อง หรือท่านใดจะลองทำเป็นอย่างอื่นก็ได้ ไม้ว่ากัน แต่อย่าเพลอไปลบ ข้อมูลตัวเอง เดออออออออ
win xp
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
win 7
C:\programdata\Microsoft\Windows\Start Menu\Programs\Startup