Skip to content

Instantly share code, notes, and snippets.

@robdyke
Last active April 26, 2017 22:06
Show Gist options
  • Select an option

  • Save robdyke/78494c6349329c6aed777956ef53a5a1 to your computer and use it in GitHub Desktop.

Select an option

Save robdyke/78494c6349329c6aed777956ef53a5a1 to your computer and use it in GitHub Desktop.
NHSbuntu - Vagrant, Virtualbox and seamless RDP to Windows 7

NHSbuntu

Open a terminal, create our working directory and install VirtualBox, Vagrant, Remmina

mkdir -p nhsboxes/windows7
cd nhsboxes
wget http://j.mp/2p6Z6pK -O install.sh
chmod +x install.sh
./install.sh

Add our Vagrant box

vagrant box add http://bit.ly/2ofTytF --name NHSb-Win7-64-ENT

Vagrant init && up

cd windows7
vagrant init NHSb-Win7-64-ENT
vagrant up
#! /bin/bash
xfreerdp /cert-ignore /v:127.0.0.1 /u:vagrant /p:vagrant "/app:C:\Windows\notepad.exe" /rfx +fonts +aero +menu-anims +compression +clipboard +window-drag > /dev/null 2>&1 &
#! /bin/bash
xfreerdp /cert-ignore /v:127.0.0.1 /u:nhsbuntu /p:nhsbuntu "/app:C:\Apps\tppaccdemo\rungen.bat" /rfx +fonts +aero +menu-anims +compression +clipboard +window-drag > /dev/null 2>&1 &

TPP SystmOne on NHSbuntu

Download installer to c:\vagrant

cd nhsboxes\windows7
wget https://portalvhdsd5jq2659yw9p5.blob.core.windows.net/installers/SystmOne.exe -O SystmOne.exe

RDP to Vagrant box

xfreerdp /cert-ignore /v:127.0.0.1 /u:nhsbuntu /p:nhsbuntu /f
@robdyke
Copy link
Author

robdyke commented Apr 22, 2017

tpp-icon
nhsbuntu-v2-192x192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment