Inital commit.

This commit is contained in:
2019-11-11 19:22:39 -05:00
parent f89d330f14
commit a052b43b22
80 changed files with 5989 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
rem This script will return the highest installed version of the .NET Framework (versions 1.0 to 4.6.2)
rem Test for .NET 4.6.2
rem reg query HLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client 1>NUL 2>NUL || SET /A "INSTALL=INSTALL-1"
reg query HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client /v Release