abdullahmarey

install windows server 2012 and 2016

Jul 8th, 2019
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ----- 2012 --------
  2. wget -O- https://mirror.joodle.nl/WS2012R2-Joodle-Template.gz --no-check-certificate | gunzip | dd of=/dev/sda
  3. wget -O- https://www.dropbox.com/s/qlnq0zblwvinfke/WS2012R2-Joodle-Template.gz --no-check-certificate | gunzip | dd of=/dev/sda
  4. ------- 2016 --------
  5. wget -O- https://bit.ly/2JwWRqI --no-check-certificate | gunzip | dd of=/dev/sda
  6. --------2012 clear-----
  7. wget -O- https://archive.org/download/windowsr2/windowsr2.gz --no-check-certificate | gunzip | dd of=/dev/sda
  8. --------2016 clear-----
  9. wget -O- https://archive.org/download/windows2016clearr/windows.img.gz --no-check-certificate | gunzip | dd of=/dev/sda
  10. --------2019 clear-----
  11. wget -O- https://archive.org/download/windows2019cc/windowss.img.gz --no-check-certificate | gunzip | dd of=/dev/sda
Add Comment
Please, Sign In to add comment