Advertisement
metalx1000

Windows Core Tool Setup

Apr 6th, 2024
825
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.31 KB | None | 0 0
  1. mkdir %temp%\bin
  2. curl "https://frippery.org/files/busybox/busybox.exe" -o %temp%\bin\busybox.exe
  3. set PATH=%PATH%;%temp%\bin
  4.  
  5. busybox --install -s -u %temp%\bin
  6.  
  7. wget "https://github.com/junegunn/fzf/releases/download/0.49.0/fzf-0.49.0-windows_amd64.zip" -O fzf.zip
  8. unzip fzf.zip -d %temp%\bin
  9. del fzf.zip
Advertisement
Comments
  • KC9UZR
    29 days
    # text 0.02 KB | 0 1
    1. i got a virus from this
    • metalx1000
      28 days
      # text 0.13 KB | 0 0
      1. What? How did you get a virus from this? It downloads frippery busybox and fzf from the official sites. What did this virus do?
    • metalx1000
      28 days
      # text 0.36 KB | 0 0
      1. I am truly Curious as to why you think you got a virus from this. Did you actually run the software and have issues or are you just stating that you've got a virus because you have some sort of anti virus software on your computer that's giving you false alerts? Anti virus software doesn't really work and gives more false alerts again actually detecting viruses.
Add Comment
Please, Sign In to add comment
Advertisement