I got a new oscilloscope a Rigol DS1054Z. This scope has Ethernet connection for remote operation. From this connection you can even get a screen capture of the scope without any drivers. I found that someone had made a python script for this operation and thought it would be nice to have a Windows software to do it directly so I made one.
The software is really simple it connects to an user given ip and checks if there is a DS1000Z or MSO1000Z series scope at the other end. If a supported scope is found it lets the user download an screen capture from the scope and save it. The software is made with C# so it is well supported in Windows. Software can be downloaded from here.
Next step with this software is to make it possible to download csv data from the scope and save it.