Accounted for the escaped backslashes
Signed-off-by: Juan San Emeterio <juan.sanemeterio@equifax.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user