+ Post New Thread
Results 1 to 8 of 8
Windows Thread, Disable drap and drop in windows in Technical; Hey all, hope you are all well and recovering from the "most depressing day of the year"! I want to ...
  1. #1
    machin05's Avatar
    Join Date
    Dec 2007
    Posts
    205
    Thank Post
    14
    Thanked 13 Times in 13 Posts
    Rep Power
    15

    Disable drap and drop in windows

    Hey all, hope you are all well and recovering from the "most depressing day of the year"!

    I want to be able to prevent staff and students (well everyone really) from dragging and dropping folders. We have a problem here where staff accidentally drag, for instance, the Maths folder into the Music folder. It happens with the students in their user areas too.

    I don't want to prevent people from copying folders, if that's what they want to do, as we are trying to promote rationalised file structures.

    Ideally I would like them to still be able to Right Click > Copy and Right Click > Paste but not be able to drag folders.

    I've had a search but all I can find is disbaling drag and drop for the start menu.

    Has anyone got a solution to this?

    Cheers,
    Will

    I forgot to mention, our workstations are Windows XP Pro on a 2000 Domain

  2. IDG Tech News

  3. #2
    Bezwick's Avatar
    Join Date
    Feb 2008
    Location
    Nottinghamshire
    Posts
    310
    Thank Post
    70
    Thanked 49 Times in 36 Posts
    Rep Power
    19

    Talking

    As far as i know there is no way of disabling drag n drop in XP through group policy. However this registry hack should do the trick after a reboot.

    Save this as a .reg file and it should work.

    REGEDIT4
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "DragHeight"="999999"
    "DragWidth"="999999"



    or like this for a .vbs file (Can be deployed easily with group policys)

    Set WshShell = CreateObject("WScript.Shell")
    On error Resume Next

    WSHShell.RegWrite "HKCU\Control Panel\Desktop\DragHeight", 999999
    WSHShell.RegWrite "HKCU\Control Panel\Desktop\DragWidth", 999999

    Hope that helps

    Oh and PS - This reg fix disables all forms of dragging and dropping so be aware that if you like to move the icons around on your desktop - tough - although if you have a lot of time on your hands you could try altering the values and seeing if you can reach a compromise.
    Last edited by Bezwick; 29th January 2009 at 02:34 PM.

  4. #3
    machin05's Avatar
    Join Date
    Dec 2007
    Posts
    205
    Thank Post
    14
    Thanked 13 Times in 13 Posts
    Rep Power
    15
    Thanks for the reply Beswick

    I found something similar to this but I believe the major drawback is that you cannot then drag any windows on screen.

    EDIT: Sorry, didn't read your whole post!

    Any other ideas out there?

  5. #4
    Bezwick's Avatar
    Join Date
    Feb 2008
    Location
    Nottinghamshire
    Posts
    310
    Thank Post
    70
    Thanked 49 Times in 36 Posts
    Rep Power
    19

    Lightbulb

    Understood,
    Then I can only guess as i haven't tried it but in theory it may work.

    If you remove the delete permission from the folder, it should theoretically prevent it from being moved only copied. With the default action of dragging and dropping being move (within the same volume) and accidental drag and drop should just produce an error.

    Sorry if this doesnt work its only a guess i have never tried it.

    Good luck

  6. #5
    pooley's Avatar
    Join Date
    Sep 2005
    Location
    S Wales
    Posts
    985
    Thank Post
    61
    Thanked 87 Times in 75 Posts
    Rep Power
    55
    Quote Originally Posted by Bezwick View Post
    Understood,
    Then I can only guess as i haven't tried it but in theory it may work.

    If you remove the delete permission from the folder, it should theoretically prevent it from being moved only copied. With the default action of dragging and dropping being move (within the same volume) and accidental drag and drop should just produce an error.

    Sorry if this doesnt work its only a guess i have never tried it.

    Good luck
    Does work but be careful, MS office (mostly Publisher) will not save to a folder with the Delete permission removed.

  7. #6
    machin05's Avatar
    Join Date
    Dec 2007
    Posts
    205
    Thank Post
    14
    Thanked 13 Times in 13 Posts
    Rep Power
    15
    I'd already removed the delete permissions from the folder out of which folders may have been dragged, tested but it still moved the folder!?

    I don't really won't to deny delete for the network as it's encouraged that staff and student delete data that they no longer need to save the server filling up with stagnent files.

  8. #7
    Bezwick's Avatar
    Join Date
    Feb 2008
    Location
    Nottinghamshire
    Posts
    310
    Thank Post
    70
    Thanked 49 Times in 36 Posts
    Rep Power
    19

    Unhappy

    Hmmm yeah that makes sense as a lot of the office programs create temp files in the foldwer they are opened in. And if delete permissions were denied your folders could fill up rapidly with .tmp files.

    Sorry mate i am out of ideas then.

    Quote Originally Posted by pooley View Post
    Does work but be careful, MS office (mostly Publisher) will not save to a folder with the Delete permission removed.

  9. #8

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,763
    Thank Post
    171
    Thanked 1,055 Times in 828 Posts
    Rep Power
    217
    There is a drag and drop policy relating to the Start Menu but I am unsure (top of my head) whether this stops it within Explorer too.

    User Config > Admin Templates > Start Menu and Taskbar

    Remove Drag-and-Drop context menus on the Start Menu

SHARE:
+ Post New Thread

Similar Threads

  1. Cant drag and drop
    By Millsy79 in forum Windows
    Replies: 4
    Last Post: 31st July 2008, 04:26 PM
  2. Price Drop!
    By EduTech in forum Gaming
    Replies: 20
    Last Post: 14th March 2008, 03:24 PM
  3. Replies: 3
    Last Post: 21st June 2007, 08:26 AM
  4. Replies: 7
    Last Post: 24th May 2006, 02:16 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •