From dbe2543217f50b6d31b1f183e593374c68092ff6 Mon Sep 17 00:00:00 2001 From: efrick Date: Tue, 29 Jun 2021 10:42:33 -0400 Subject: [PATCH] Update 'README.md' Update the README.md to reflect the work being done to rewrite the program in c#. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd76ccc..8a4dc80 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,12 @@ It will require the ability to run Powershell Scripts which is restricted by def ## Dev Notes -Going forward branch master will be write protected. Please do all further work on branches off of master. \ No newline at end of file +Going forward branch master will be write protected. Please do all further work on branches off of master. + +I will be starting to work on rewriting the main script in C#. This will afford the following advangages: + +* An executable. This will have the advange of not having to mess with the Powershell ExecutionPolicy everytime you want to run the scritp. + +* The Autorun in the USB_Run.zip file will actually be able to launch the script. + +* With it being writin in C# it should be more extensable and somewhat easier to manintain. \ No newline at end of file