Accounted for the escaped backslashes

Signed-off-by: Juan San Emeterio <juan.sanemeterio@equifax.com>
This commit is contained in:
Juan San Emeterio 2016-06-28 12:49:49 -04:00
parent 70c7de3ddc
commit ec7018348d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func findVBoxInstallDirInRegistry() (string, error) {
}
func getShareDriveAndName() (string, string) {
return "c/Users", "\\?\c:\\Users"
return "c/Users", "\\\\?\\c:\\Users"
}
func isHyperVInstalled() bool {