diff --git a/AdminRequirer.deps.json b/AdminRequirer.deps.json
deleted file mode 100644
index 9628dc1..0000000
--- a/AdminRequirer.deps.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v6.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v6.0": {
- "AdminRequirer/1.0.0": {
- "runtime": {
- "AdminRequirer.dll": {}
- }
- }
- }
- },
- "libraries": {
- "AdminRequirer/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- }
- }
-}
\ No newline at end of file
diff --git a/AdminRequirer.dll b/AdminRequirer.dll
deleted file mode 100644
index 00bedb4..0000000
Binary files a/AdminRequirer.dll and /dev/null differ
diff --git a/AdminRequirer.exe b/AdminRequirer.exe
index 25539d3..8dcbec3 100644
Binary files a/AdminRequirer.exe and b/AdminRequirer.exe differ
diff --git a/AdminRequirer.runtimeconfig.json b/AdminRequirer.runtimeconfig.json
deleted file mode 100644
index 4986d16..0000000
--- a/AdminRequirer.runtimeconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net6.0",
- "framework": {
- "name": "Microsoft.NETCore.App",
- "version": "6.0.0"
- }
- }
-}
\ No newline at end of file
diff --git a/AdminRequirer/AdminRequirer.csproj b/AdminRequirer/AdminRequirer.csproj
deleted file mode 100644
index 3827edd..0000000
--- a/AdminRequirer/AdminRequirer.csproj
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- Exe
- net6.0
- enable
- enable
- ..\
- false
- app.manifest
-
-
-
-
-
-
-
-
-
-
-
diff --git a/AdminRequirer/Program.cs b/AdminRequirer/Program.cs
deleted file mode 100644
index 4393b5b..0000000
--- a/AdminRequirer/Program.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using System.Diagnostics;
-
-public static class Program
-{
- public static void Main(string[] args)
- {
- string s = string.Empty;
- for(int i = 0; i < args.Length; i++)
- {
- s += args[i] + " ";
- }
- ProcessStartInfo sti = new ProcessStartInfo()
- {
- FileName = "cmd.exe",
- UseShellExecute = false,
- Arguments = $"/c {s}"
- };
- Process.Start(sti).WaitForExit();
- }
-}
\ No newline at end of file
diff --git a/AdminRequirer/app.manifest b/AdminRequirer/app.manifest
deleted file mode 100644
index 75867c2..0000000
--- a/AdminRequirer/app.manifest
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/BootTo.NET.sln b/BootTo.NET.sln
index 0c1dba5..a3bf332 100644
--- a/BootTo.NET.sln
+++ b/BootTo.NET.sln
@@ -9,8 +9,6 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CoreLib", "CoreLib\CoreLib.
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "uefi-cs", "uefi-cs\uefi-cs.shproj", "{03406847-825A-4359-8159-E1769BEE543F}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminRequirer", "AdminRequirer\AdminRequirer.csproj", "{2D7D5C8B-F406-48C7-BE42-8685710A4303}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -21,10 +19,6 @@ Global
{86AF0AE0-BF6E-4532-8E9E-7F6D8B7DE644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86AF0AE0-BF6E-4532-8E9E-7F6D8B7DE644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86AF0AE0-BF6E-4532-8E9E-7F6D8B7DE644}.Release|Any CPU.Build.0 = Release|Any CPU
- {2D7D5C8B-F406-48C7-BE42-8685710A4303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2D7D5C8B-F406-48C7-BE42-8685710A4303}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2D7D5C8B-F406-48C7-BE42-8685710A4303}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2D7D5C8B-F406-48C7-BE42-8685710A4303}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Virtual Machines/BootTo.NET/BootTo.NET.nvram b/Virtual Machines/BootTo.NET/BootTo.NET.nvram
index 31d790e..9b67683 100644
Binary files a/Virtual Machines/BootTo.NET/BootTo.NET.nvram and b/Virtual Machines/BootTo.NET/BootTo.NET.nvram differ
diff --git a/Virtual Machines/BootTo.NET/BootTo.NET.vmx b/Virtual Machines/BootTo.NET/BootTo.NET.vmx
index 61d0176..18db664 100644
--- a/Virtual Machines/BootTo.NET/BootTo.NET.vmx
+++ b/Virtual Machines/BootTo.NET/BootTo.NET.vmx
@@ -66,3 +66,4 @@ monitor.phys_bits_used = "43"
cleanShutdown = "TRUE"
softPowerOff = "FALSE"
checkpoint.vmState = ""
+vmxstats.filename = "BootTo.NET.scoreboard"