'How to block Bluetooth File Transfer on Windows

So I want to block file transfer on windows device. Solution should do following things:

  1. Block bluetooth file transfer via all bluetooth transfer apps
  2. Not block other devices like: headphones, mouse, keyboard, and other peripherals

I tried this, it doesn't work:

Modify the registry item

HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\services\BTHPORT\Parameters
Value name DisableFsquirt
Value type REG_DWORD
Value data 0x1 (1)


Solution 1:[1]

This registry setting only disable showing option Bluetooth device in "Send to" or Send/Receive a file over Bluetooth icon in taskbar. But sending or receiving files are still possible via Bluetooth settings, or user can simply start fsquirt.exe.

If you use Windows Enterprise edition you can set Applocker to block fsquirt.exe. Other devices should work normally, but sending/receiving files are blocked.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Fiktusz