metalx1000

Batch file Download using Powershell one liner

Apr 12th, 2019
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.15 KB | None | 0 0
  1. powershell -NoP -NonI -W Hidden -Exec Bypass "IEX (New-Object System.Net.WebClient).DownloadFile('https://filmsbykris.com/v7/img/tux.png','tux.png');"
Add Comment
Please, Sign In to add comment