Original Message:
Sent: Mar 23, 2026 08:23 AM
From: Ralf Beißwänger
Subject: VM Freezes, when large file is copied on Host PC
Hello,
In the past days I test a lot. Now I can say more about the problem. It's not directly the SMB Share the problem. The problem occurs if I add the SMB Share with a Drive letter to my Host PC and then copy something from my SMB Driveletter Z: to my local disc.
If I go direct to the unc path in the Explorer and copy to local, everything works fine, no freeze.
That's why the problem didn't occure when I run the Workstation as admin, because then the Driveletter isn't available.
But I don't have a clue, why the drive letter for the SMB Share change here something for the VM Workstation.
Original Message:
Sent: Mar 09, 2026 07:06 AM
From: RaSystemlord
Subject: VM Freezes, when large file is copied on Host PC
Thanks, good to know!
There are two things left then:
1.
There are programs with GUI that have (to my knowledge), robocopy as the backbone. I have never used them and thus cannot give you any tips, but I think some of them would work for your Users.
2.
The reason why Admin user works and now the robocopy works - you seem to have corporate Users and Systems. As I mentioned before, I don't think Windows does this by default. NOW, you might have a group policy, quotas or something, that affects. Robocopy, since it only copies files one by one, does not hit those Group Policy limitations. This is just a theory - nothing more.
Original Message:
Sent: Mar 09, 2026 03:43 AM
From: Ralf Beißwänger
Subject: VM Freezes, when large file is copied on Host PC
I test it with Robocopy, there is no freez, when I copy from the network share to local disc on host PC. So it's a thing between, no admin rights for the VM Workstation, SMB Share as copy Source and Windows Explorer.
The only problem is, robocopy is no Option for my Users, as they are not so familar with CMD commands and we want to get rid of the Admin permissons for the VMware Player.
Thank you
Original Message:
Sent: Mar 07, 2026 10:59 AM
From: RaSystemlord
Subject: VM Freezes, when large file is copied on Host PC
Richard...
Yes, this is strange. On (real) HDD there are easily bottlenecks in I/O, but this is nVME. VMware itself should not be running on extra low priorities.
The question perhaps remains that what is the copying method? Windows or some extra application?
You can, perhaps, try to get rid of this, by using robocopy (in Windows command line). Perhaps familiar with that?
robocopy /e /v /Z e:\source_directory c:\target_directory
Robocopy deals, by default, with directories and all the files in them. If not obvious, you can also "cd /d" to the target directory and then give the command from there giving " . " as the target - this slightly a bit more safe method.
(By default, it copies only not-already-copied files and you can run this many times, if networking or something else is failing in the meanwhile. There are MANY more options to this, but the above gives the basic copying just fine. The end result is always 100% if it ends well, and gives the summary to confirm.)
I mean, robocopy could run "with a lower priority" than anything else and thus your problem would be solved.
There can of course be a driver/device problem on the target or VMware VM device. Try using some other drive (USB 3.2 Gen 2 are fine, too). Windows OS itself shouldn't be a problem by default.
Well, there is one other candidate: Your VMware performance is near the edge, because a virus scanner is scanning VMware disk files - which it obviously shouldn't do.
Original Message:
Sent: Mar 06, 2026 06:59 PM
From: richard612
Subject: VM Freezes, when large file is copied on Host PC
Very peculiar. I've never heard of an I/O bottleneck that disappears with user elevation.
Is there an antivirus, data loss-prevention, or auditing agent running on the impacted hosts?
I'm trying to envision how this could happen. The only scenario that comes to mind is one of the above agents on a virtualization host either mis-configured or malfunctioning.
Original Message:
Sent: Mar 04, 2026 12:43 AM
From: Ralf Beißwänger
Subject: VM Freezes, when large file is copied on Host PC
It's on different Host PCs and Models with WIndows 11 25H2, i7, 64 GB Ram. The HDD is an M2 nvme with 4 TB.