Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
1,526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Downloads:
  2.  
  3. Download PuTTY
  4. https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
  5.  
  6. Download VNC Viewer
  7.  
  8. https://www.realvnc.com/en/connect/download/viewer/
  9.  
  10. Check any Windows version you want to use!
  11. I recommend https://www.microsoft.com/en-us/cloud-platform/windows-server-trial
  12.  
  13. https://software-download.microsoft.com/download/pr/17763.1.180914-1434.rs5_release_SERVER_EVAL_x64FRE_en-us.iso
  14.  
  15. PuTTY 1:
  16. wget -qO- /tmp https://abcvg.ovh/uploads/need/vkvm-latest.tar.gz | tar xvz -C /tmp
  17.  
  18. PuTTY 2:
  19. cd /tmp
  20.  
  21. PuTTY 3:
  22. wget https://software-download.microsoft.com/download/pr/17763.1.180914-1434.rs5_release_SERVER_EVAL_x64FRE_en-us.iso
  23.  
  24. PuTTY 4:
  25. /tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 10000M -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -cdrom /tmp/17763.1.180914-1434.rs5_release_SERVER_EVAL_x64FRE_en-us.iso -hda /dev/sda -vnc :1 -boot d
  26.  
  27. LEAVE PuTTY OPEN UNTIL EVERYTHING ELSE IS FINISHED!
  28.  
  29. Start already VNC while Windows is uploading to the server!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement