Commented out Unimplemented methods

Will probably add these methods at a later date once they have been updated to work with this version
This commit is contained in:
MrDevBot 2019-05-21 19:35:37 +10:00 committed by GitHub
parent 0e5870a795
commit 34c8a05752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,16 +35,16 @@ namespace Client.Helper
return true;
// Method Two - has common card of virtual machine
if (HasVMCard())
return true;
//if (HasVMCard())
//return true;
// Method Three - checks for vm drivers
if (HasVBOXDriver())
return true;
// Method Four - if machine has been on for less than 5 mins
if (GetUptime() < TimeSpan.FromMinutes(5))
return true;
//if (GetUptime() < TimeSpan.FromMinutes(5))
//return true;
// Method Five - has VM mac address
if (HasVMMac())