'================================= ' Good Bye~ NP~ Ver 2.1 ' ' 2008/05/28 By CodeH ' '================================= Dim i set WshShell = WScript.CreateObject("WScript.Shell") on error resume Next i = WshShell.RegRead("HKCU\Software\CodeH\AutoTaskKill\Time") if i = "" then i = InputBox("¸îÃÊ¿¡ Çѹø¾¿ °Ë»çÇÒ±î¿ä?" & vbcrlf & vbcrlf & _ "(¼ýÀÚ¸¸ ÀԷ°¡´É / ±âº» : 60ÃÊ)","½Ã°£ÀÔ·Â - By CodeH") If Not IsNumeric(i) Then i = 60 If i = "" Then i = 60 if Msgbox("ÇöÀçÀÔ·ÂÇÑ °ª(" & _ i & _ "ÃÊ)À» ÀúÀå ÇÏ°í ¾ÕÀ¸·Ð ¹°¾îº¸Áö ¾Ê°Ô ÇϽðڽÀ´Ï±î?",vbyesno,"¼³Á¤°ªÀúÀåÈ®ÀÎ - By CodeH") = vbyes then WshShell.RegWrite "HKCU\Software\CodeH\AutoTaskKill\Time", i , "REG_DWORD" end if end if i = i * 1000 Do WshShell.Run "c:\windows\system32\taskkill.exe /f /im AYUpdate.aye" ,0, true WshShell.Run "c:\windows\system32\taskkill.exe /f /im npkcmsvc.exe" ,0,true WshShell.Run "c:\windows\system32\taskkill.exe /f /im npkagt.exe" ,0,true WshShell.Run "c:\windows\system32\taskkill.exe /f /im npmonz.exe" ,0,true WshShell.Run "c:\windows\system32\taskkill.exe /f /im npdownv.exe" ,0,true WshShell.Run "c:\windows\system32\taskkill.exe /f /im npnj5Agent.exe" ,0,true WshShell.Run "c:\windows\system32\taskkill.exe /f /im npstartersvc.exe" ,0,true 'WshShell.Run "c:\windows\system32\taskkill.exe /f /im ClientSM.exe" ,0,true WScript.Sleep i Loop