Forum Discussion
Cher_S
Nov 06, 2019Copper Contributor
Files
I have word docs on my desktop. When I click to drag the doc into a folder on my desktop...it "copies" the file instead of "moving" it into the folder. How do I stop this from happenning? I am ne...
Ricardo Viana
Nov 06, 2019Iron Contributor
I don't think thats related with O365 and it doesn't look like to be the default behavior. Are you sure you are not pressing CTRL while drag and drop?
These are the keys that control the default behavior:
HKEY_CLASSES_ROOT\* and HKEY_CLASSES_ROOT\AllFilesystemObjects
DefaultDropEffect
Values:
0 or delete = default action
1 = Always copy
2 = Always move
4 = Always create shortcut
These are the keys that control the default behavior:
HKEY_CLASSES_ROOT\* and HKEY_CLASSES_ROOT\AllFilesystemObjects
DefaultDropEffect
Values:
0 or delete = default action
1 = Always copy
2 = Always move
4 = Always create shortcut
VasilMichev
Nov 06, 2019MVP
It depends on the target. Within the same drive, it defaults to move. Between drives, it will be a copy operation. Ricardo Viana gave you the steps to override this behavior above.