You need to run the 32 bit version, that can be found in:
%SystemRoot%\Syswow64 folder.
Open CMD and go to the specific directory:
cd \windows\syswow64
regsvr32 c:\MSCOMM32.OCX
download mscomm32.ocx
You need to run the 32 bit version, that can be found in:
%SystemRoot%\Syswow64 folder.
Open CMD and go to the specific directory:
cd \windows\syswow64
regsvr32 c:\MSCOMM32.OCX
download mscomm32.ocx
try to enable SMB 1 on Windows 10 (has been disabled automatically for security reasons)
Type PowerShell in Search bar > Right click > Run as administrator > Type:
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol + ENTER
In my previous article “How to use Group Policy to make USB drives read only on Windows XP” I showed you you could configure Windows XP to prevent users from writing to USB block level devices. However for some organisations just making drives read only is not enough I have heard stories of them having to resort to using hot glue guns to prevent people using USB storage devices.
Update: I just found this article explains how use native Group Policy to disable you USB drives. Microsoft Support: HOWTO: Use Group Policy to disable USB, CD-ROM, Floppy Disk and LS-120 drivers