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. C / C++ / MFC
  4. Partition drive based

Partition drive based

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
12 Posts 3 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.
  • A aaaan

    Hi, I want to protect one of my partition drive from formatting and deleting in any way.I do not know how to protect this.Can any body help me please. Thanx nirmal

    H Offline
    H Offline
    Hamid Taebi
    wrote on last edited by
    #2

    You can hide your partition drive with registry

    _**


    **_

    WhiteSky


    A 1 Reply Last reply
    0
    • H Hamid Taebi

      You can hide your partition drive with registry

      _**


      **_

      WhiteSky


      A Offline
      A Offline
      aaaan
      wrote on last edited by
      #3

      thanx for your reply. But how can i hide using registry. nirmal

      H 1 Reply Last reply
      0
      • A aaaan

        thanx for your reply. But how can i hide using registry. nirmal

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #4

        Can explain why you want to hide your partition drive,please?

        _**


        **_

        WhiteSky


        A 1 Reply Last reply
        0
        • H Hamid Taebi

          Can explain why you want to hide your partition drive,please?

          _**


          **_

          WhiteSky


          A Offline
          A Offline
          aaaan
          wrote on last edited by
          #5

          I want to take backup of my OS in a partition drive other than OS drive and Active partition drive.So I want to protect that drive from unauthorised acces like formatting,deleting etc. Because i want that drive only for backup purpose. nirmal

          H 1 Reply Last reply
          0
          • A aaaan

            I want to take backup of my OS in a partition drive other than OS drive and Active partition drive.So I want to protect that drive from unauthorised acces like formatting,deleting etc. Because i want that drive only for backup purpose. nirmal

            H Offline
            H Offline
            Hamid Taebi
            wrote on last edited by
            #6

            aaaan wrote:

            I want to take backup of my OS in a partition drive other than OS drive and Active partition drive.So I want to protect that drive from unauthorised acces like formatting,deleting etc. Because i want that drive only for backup purpose.

            HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer You need to create DWORD value "NoDrives" and set value data to drive a: 1 drive c 4 drive d 8 ...

            _**


            **_

            WhiteSky


            A 1 Reply Last reply
            0
            • H Hamid Taebi

              aaaan wrote:

              I want to take backup of my OS in a partition drive other than OS drive and Active partition drive.So I want to protect that drive from unauthorised acces like formatting,deleting etc. Because i want that drive only for backup purpose.

              HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer You need to create DWORD value "NoDrives" and set value data to drive a: 1 drive c 4 drive d 8 ...

              _**


              **_

              WhiteSky


              A Offline
              A Offline
              aaaan
              wrote on last edited by
              #7

              Thanks for your reply. But it is not working. nirmal

              H T 2 Replies Last reply
              0
              • A aaaan

                Thanks for your reply. But it is not working. nirmal

                H Offline
                H Offline
                Hamid Taebi
                wrote on last edited by
                #8

                I used and it work how do you use? you want create a dword value that is NoDrives and for its value enter 1 and restart your computer then when you see MyComputer you can see drive a

                _**


                **_

                WhiteSky


                T 1 Reply Last reply
                0
                • A aaaan

                  Thanks for your reply. But it is not working. nirmal

                  T Offline
                  T Offline
                  ThatsAlok
                  wrote on last edited by
                  #9

                  aaaan wrote:

                  Thanks for your reply. But it is not working.

                  http://www.codeproject.com/system/SysUtil.asp\[^\]

                  "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                  cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

                  A H 2 Replies Last reply
                  0
                  • H Hamid Taebi

                    I used and it work how do you use? you want create a dword value that is NoDrives and for its value enter 1 and restart your computer then when you see MyComputer you can see drive a

                    _**


                    **_

                    WhiteSky


                    T Offline
                    T Offline
                    ThatsAlok
                    wrote on last edited by
                    #10

                    WhiteSky wrote:

                    you want create a dword value that is NoDrives and for its value enter 1 and restart your computer then when you see MyComputer you can see drive a

                    http://www.codeproject.com/system/SysUtil.asp[^]

                    "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                    cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

                    1 Reply Last reply
                    0
                    • T ThatsAlok

                      aaaan wrote:

                      Thanks for your reply. But it is not working.

                      http://www.codeproject.com/system/SysUtil.asp\[^\]

                      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                      cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

                      A Offline
                      A Offline
                      aaaan
                      wrote on last edited by
                      #11

                      Thanks ThatsAlok, It is OK. The drives are removed from explorer,but still we can do anything through Computer Management->Disk management.I need to protect my drive from formatting and deleting. nirmal

                      1 Reply Last reply
                      0
                      • T ThatsAlok

                        aaaan wrote:

                        Thanks for your reply. But it is not working.

                        http://www.codeproject.com/system/SysUtil.asp\[^\]

                        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

                        cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You

                        H Offline
                        H Offline
                        Hamid Taebi
                        wrote on last edited by
                        #12

                        A good link thanks Alok:) I think writer this article is ThatsAlok,Right?:-D

                        _**


                        **_

                        WhiteSky


                        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