Symptoms
- Copying files to or from a CIFS share takes considerably longer than before the install
- The impact is especially noticeable if one side of the copy is not capable of SMB 2.0
- Disabling the VMCI or the vsepflt driver resolves the performance issue (requires reboot)
- Unloading the vsepflt filter resolves the performance issue (no reboot required)
Cause
Due to certain handling implementations in the filter driver and restrictions in the filter driver framework, file copy operations to or from a Windows network share might have noticeable impacted performance.
Resolution
- Click Start > Run, type cmd and press Enter to open a command prompt.
- To view the currently loaded filters, run the command:
C:\> fltmc
Filter Name Num Instances Altitude Frame
---------------------- ------------- ------------ -----
vsepflt 5 328200 0
luafv 1 135000 0 - To unload the vsepflt driver, run the command:
C:\> fltmc unload vsepflt - To prevent the vsepflt driver from loading on subsequent reboots:
Note: Before making any registry modifications, ensure that you have a current and valid backup of the registry and the virtual machine. For more information on backing up and restoring the registry, see the Microsoft article 136393. - Click Start > Run, type regedit, and press Enter. The Registry Editor window opens.
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\vsepflt - Locate the Start DWORD.
- Right-click Start and click Modify...
- Change the value to 4 and press OK.
- Click File > Exit to close the Registry Editor.
- Based on VMware KB 2034490