document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $webclient = New-Object Net.WebClient
  2. $webclient.DownloadFile("http://live.sysinternals.com/Procmon.exe", "Procmon.exe")
  3. dir
');