Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows API
  4. Portable drive

Portable drive

Scheduled Pinned Locked Moved Windows API
toolsquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Russell Jones
    wrote on last edited by
    #1

    I've just plugged a portable drive into my PC and would like to sort out my files, OK i should have done it on XP or Kubuntu but I hadn't thought of the hassle i might have trying to rename folders or copy files on Vista. Is there a way of turning Nagging(tm) off for this drive. It's driving me crazy. Is there a way i could mount this drive to a subdir of my documents for instance so that it doesn't get these controls placed on it? Am i right that there's no way of running explorer in SuperUser mode? It seems that MS have introduced all the restrictions from Unix without giving you the tools - su sudo etc that make it workable in *nix. Thanks Russell

    R M 2 Replies Last reply
    0
    • R Russell Jones

      I've just plugged a portable drive into my PC and would like to sort out my files, OK i should have done it on XP or Kubuntu but I hadn't thought of the hassle i might have trying to rename folders or copy files on Vista. Is there a way of turning Nagging(tm) off for this drive. It's driving me crazy. Is there a way i could mount this drive to a subdir of my documents for instance so that it doesn't get these controls placed on it? Am i right that there's no way of running explorer in SuperUser mode? It seems that MS have introduced all the restrictions from Unix without giving you the tools - su sudo etc that make it workable in *nix. Thanks Russell

      R Offline
      R Offline
      Russell Jones
      wrote on last edited by
      #2

      In the end i downloaded an explorer replacement: Altap Salamander that I believe is a successor of XTREE gold. I can set this to run as administrator and do all the things that Explorer would let me do if it had a SuperUser mode. I wonder if I can compile Dolphin for Vista? Russell

      1 Reply Last reply
      0
      • R Russell Jones

        I've just plugged a portable drive into my PC and would like to sort out my files, OK i should have done it on XP or Kubuntu but I hadn't thought of the hassle i might have trying to rename folders or copy files on Vista. Is there a way of turning Nagging(tm) off for this drive. It's driving me crazy. Is there a way i could mount this drive to a subdir of my documents for instance so that it doesn't get these controls placed on it? Am i right that there's no way of running explorer in SuperUser mode? It seems that MS have introduced all the restrictions from Unix without giving you the tools - su sudo etc that make it workable in *nix. Thanks Russell

        M Offline
        M Offline
        Mike Dimmick
        wrote on last edited by
        #3

        Right-click the drive, go into Properties, Security tab, click Advanced, add the Everyone group and allow it Full Control. Check the box to Replace Permission Entries On All Child Objects With Entries Shown Here That Apply To Child Objects. That'll rewrite all the ACLs on the drive. If you want slightly more security than that, add the local Users group instead. NTFS-formatted disks have never been portable between systems - the Security Identifiers (SIDs) are based on the machine's SID which is randomly generated by setup. When Explorer in Vista gets the inevitable Access Denied error it throws up a UAC prompt to confirm that you'd like to use your admin powers to take ownership of the object and then to edit the ACL, but it only does so for that one object and the one permission that was required. You can of course use FAT32 which has no security at all, but it has a 4GB limit on the size of a file.

        DoEvents: Generating unexpected recursion since 1991

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups