Guide OS (Operating Systems) Microsoft Windows 10 Windows Explorer / File Browser Change default action when dragging a file between folders Updated November 21 2024
reg.exe ADD "HKLM\SOFTWARE\Classes\*" /v DefaultDropEffect /t REG_DWORD /d 00000001 /f

reg.exe ADD "HKLM\SOFTWARE\Classes\AllFilesystemObjects" /v DefaultDropEffect /t REG_DWORD /d 00000001 /f

The possible values for "DefaultDropEffect" are:

0 - no action will be performed
1 - copy the dragged file or folder
2 - move the dragged file or folder
4 - create a shortcut




©2024 - Some portions of this website are Copyrighted.
Your IP: 3.133.140.88     Referring URL:
Browser: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Terms and Conditions, Privacy Policy, and Security Policy