diff --git a/mediabots_Ubuntu-to-Windows.sh b/mediabots_Ubuntu-to-Windows.sh index 7772a87..e2a617e 100644 --- a/mediabots_Ubuntu-to-Windows.sh +++ b/mediabots_Ubuntu-to-Windows.sh @@ -47,7 +47,7 @@ else fi sudo wget -P /floppy https://ftp.mozilla.org/pub/firefox/releases/64.0/win32/en-US/Firefox%20Setup%2064.0.exe sudo mv /floppy/'Firefox Setup 64.0.exe' /floppy/Firefox.exe -sudo wget -P /floppy https://downloadmirror.intel.com/23073/eng/PROWinx64.exe # Intel Network Adapter for Windows Server 2012 R2 +sudo wget -P /floppy https://www.helpjet.net/dl/50939979-52205994-11156338/55890214/PROWinx64.exe # Intel Network Adapter for Windows Server 2012 R2 # Powershell script to auto enable remote desktop for administrator sudo touch /floppy/EnableRDP.ps1 sudo echo -e "Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\' -Name \"fDenyTSConnections\" -Value 0" >> /floppy/EnableRDP.ps1