From 29bd0aced9615f882b292800a62024bc564ba870 Mon Sep 17 00:00:00 2001 From: kimmknight <45035595+kimmknight@users.noreply.github.com> Date: Sun, 29 Sep 2019 23:20:53 +1000 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..434533e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# RemoteApp Tool + +RemoteApp Tool is a utility that allows you to create/manage RemoteApps hosted on Windows (7, 8, 10, XP and Server) as well as generate RDP and MSI files for clients. + +[Visit the website](http://www.kimknight.net/remoteapptool) + +This project has was made open-source on 29/9/2019. + +I started this project in 2011 as an inexperienced developer playing with VB.NET. Over the years I have changed and improved the functionality, but the code remains awful. + +I no longer have time to make regular updates, so please take it and improve upon it if you have the time and motivation. + +-Kim