Advertisement
appo

Kill process (Option 2)

Dec 27th, 2013
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.07 KB | None | 0 0
  1. WinExec('taskkill /f /im explorer.exe',SW_HIDE);
  2.  
  3. // Coded by Appo //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement