I am trying to figure out how to complety disable the drag functionality of MetroApps/Desktop (not the whole drag and drop of files/folders) on Windows 8.1 so far no luck.
The only thing I could manage to find till now is to prevent the drag to close with those registry entries.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Switcher
MouseCloseThresholdPercent (REG_DWORD) 0
TouchCloseThresholdPercent (REG_DWORD) 0
But how can I completly disable this functionality?
Hope you can help me out.