Host is either Win10 too or Fedora 29.
VirtualBox is version 6.06.
On both guests I have setup Shared Folders with Full Access. When I try to copy some .exe or .dll files into any directory on the host I get errors:
Example:The request is not supported.
I open a command prompt on the guest.
I change to the shared folder drive Z: and cd into a directory.
Then I change to the C: drive and cd into Windows.
From there I do a simple copy *.exe z:
Result:
Code: Select all
C:\Windows>copy *.exe z:
bfsvc.exe
The request is not supported.
cwbback.exe
The request is not supported.
cwbrest.exe
The request is not supported.
cwbrxd.exe
The request is not supported.
cwbunrse.exe
The request is not supported.
cwbviewr.exe
The request is not supported.
cwbzip.exe
The request is not supported.
explorer.exe
The request is not supported.
HelpPane.exe
The request is not supported.
hh.exe
The request is not supported.
isamunin.exe
The request is not supported.
notepad.exe
The request is not supported.
regedit.exe
The request is not supported.
rmtcmd.exe
The request is not supported.
RtsCM64.exe
splwow64.exe
The request is not supported.
winhlp32.exe
The request is not supported.
write.exe
The request is not supported.What is the purpose to prevent copying .exe files to the host?