To view an linux application on a Windows machine You will need to install an Xserver. These will allow you to run a linux application and have the results displayed within a window on the your Windows 7 laptop. The application is actually still running on the Linux box. There are several free packages for this. Try VcXsrv as it is compiled from xorg sources so you know it will be compatible.
I expect you will also need to use PuTTY to log into to your Raspberry pi and make it easy to remote the window to the Windows 7 machine.
To get it to work:
- configure PuTTY to do X11 forwarding (tick box)
- connect to the Rasberry pi using PuTTY (you will need to know the Rasberry pi's IP number)
- once connected try something like:
- midori &
This will run the midori web browser, the & disconnects the program from the PuTTY window and will appear in it's own windows on the Windows 7 laptop.