Page 1 of 1

VirtulBox

Posted: Sun Feb 03, 2019 10:04 am
by antonellocaroli
run Godfather on a win10 virtual machine on a linux system ...

unfortunately Godfather does not see the folder shared by virtulabox, while in copmputer resources is present...

Re: VirtulBox

Posted: Sun Feb 03, 2019 5:45 pm
by jtclipper
It might be an elevation issue
Paste this in a unicode .reg file using any text editor (notepad will do), and merge into the registry, it might need a restart to take effect

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLinkedConnections"=dword:00000001

Re: VirtulBox

Posted: Sun Feb 03, 2019 6:10 pm
by antonellocaroli
no, this did not work

Re: VirtulBox

Posted: Sun Feb 03, 2019 6:16 pm
by jtclipper
Is this a mapped drive?

Re: VirtulBox

Posted: Sun Feb 03, 2019 6:24 pm
by antonellocaroli
Image

Image

Re: VirtulBox

Posted: Mon Apr 08, 2019 10:29 am
by Skunky
when I do this, the vbox "drive" doesn't show up as a drive, but it DOES show up in the tree under network, vboxsvr, etc, etc.... maybe you're not looking in the place it expects it to be...

Re: VirtulBox

Posted: Mon Apr 08, 2019 10:42 am
by antonellocaroli
Yes, I solved it... thank you.