Can't remove write protection in Windows 7











up vote
5
down vote

favorite












I have a problem with the write protection of Windows 7. All my files in my users folder are protected and it is impossible to remove. When I uncheck the checkbox, a progressbar runs threw but everything stays unchanged.
I've also tried to change it in the command line with



attrib -r C:UsersUsername*.* /d /s


but nothing has changed.
What else can I try? Thanyou!










share|improve this question






















  • I am desperate. I've tried everything. chkdsk.exe doesn't help, check disk on start-up doesn't help. I can't even download music from the iTunes store because the entire library is locked.
    – skotschi
    Apr 28 '11 at 14:02










  • What version of Windows 7?
    – Not Kyle stop stalking me
    Apr 28 '11 at 15:04












  • The /d switch in your command line means it will apply only to directories, and the ReadOnly attribute on directories is pretty much meaningless. If you cannot create files in those directories, there is something else preventing it, such as permissions.
    – kreemoweet
    Jan 31 '12 at 5:52










  • @kreemoweet, you can use the attribute to give folders their own icons. ;-) But yes, the problem should be solved by running it again without the /d switch to strip the read-only attribute from files.
    – Synetech
    Sep 4 '12 at 15:59






  • 1




    Do you have write permission for the files? In the GUI, right click on the directory, go into the security tab, and give yourself full control. Then, try to change the attributes again.
    – Konstantin Naryshkin
    Sep 4 '12 at 16:16















up vote
5
down vote

favorite












I have a problem with the write protection of Windows 7. All my files in my users folder are protected and it is impossible to remove. When I uncheck the checkbox, a progressbar runs threw but everything stays unchanged.
I've also tried to change it in the command line with



attrib -r C:UsersUsername*.* /d /s


but nothing has changed.
What else can I try? Thanyou!










share|improve this question






















  • I am desperate. I've tried everything. chkdsk.exe doesn't help, check disk on start-up doesn't help. I can't even download music from the iTunes store because the entire library is locked.
    – skotschi
    Apr 28 '11 at 14:02










  • What version of Windows 7?
    – Not Kyle stop stalking me
    Apr 28 '11 at 15:04












  • The /d switch in your command line means it will apply only to directories, and the ReadOnly attribute on directories is pretty much meaningless. If you cannot create files in those directories, there is something else preventing it, such as permissions.
    – kreemoweet
    Jan 31 '12 at 5:52










  • @kreemoweet, you can use the attribute to give folders their own icons. ;-) But yes, the problem should be solved by running it again without the /d switch to strip the read-only attribute from files.
    – Synetech
    Sep 4 '12 at 15:59






  • 1




    Do you have write permission for the files? In the GUI, right click on the directory, go into the security tab, and give yourself full control. Then, try to change the attributes again.
    – Konstantin Naryshkin
    Sep 4 '12 at 16:16













up vote
5
down vote

favorite









up vote
5
down vote

favorite











I have a problem with the write protection of Windows 7. All my files in my users folder are protected and it is impossible to remove. When I uncheck the checkbox, a progressbar runs threw but everything stays unchanged.
I've also tried to change it in the command line with



attrib -r C:UsersUsername*.* /d /s


but nothing has changed.
What else can I try? Thanyou!










share|improve this question













I have a problem with the write protection of Windows 7. All my files in my users folder are protected and it is impossible to remove. When I uncheck the checkbox, a progressbar runs threw but everything stays unchanged.
I've also tried to change it in the command line with



attrib -r C:UsersUsername*.* /d /s


but nothing has changed.
What else can I try? Thanyou!







windows-7 write-protect






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 23 '11 at 20:17









skotschi

26112




26112












  • I am desperate. I've tried everything. chkdsk.exe doesn't help, check disk on start-up doesn't help. I can't even download music from the iTunes store because the entire library is locked.
    – skotschi
    Apr 28 '11 at 14:02










  • What version of Windows 7?
    – Not Kyle stop stalking me
    Apr 28 '11 at 15:04












  • The /d switch in your command line means it will apply only to directories, and the ReadOnly attribute on directories is pretty much meaningless. If you cannot create files in those directories, there is something else preventing it, such as permissions.
    – kreemoweet
    Jan 31 '12 at 5:52










  • @kreemoweet, you can use the attribute to give folders their own icons. ;-) But yes, the problem should be solved by running it again without the /d switch to strip the read-only attribute from files.
    – Synetech
    Sep 4 '12 at 15:59






  • 1




    Do you have write permission for the files? In the GUI, right click on the directory, go into the security tab, and give yourself full control. Then, try to change the attributes again.
    – Konstantin Naryshkin
    Sep 4 '12 at 16:16


















  • I am desperate. I've tried everything. chkdsk.exe doesn't help, check disk on start-up doesn't help. I can't even download music from the iTunes store because the entire library is locked.
    – skotschi
    Apr 28 '11 at 14:02










  • What version of Windows 7?
    – Not Kyle stop stalking me
    Apr 28 '11 at 15:04












  • The /d switch in your command line means it will apply only to directories, and the ReadOnly attribute on directories is pretty much meaningless. If you cannot create files in those directories, there is something else preventing it, such as permissions.
    – kreemoweet
    Jan 31 '12 at 5:52










  • @kreemoweet, you can use the attribute to give folders their own icons. ;-) But yes, the problem should be solved by running it again without the /d switch to strip the read-only attribute from files.
    – Synetech
    Sep 4 '12 at 15:59






  • 1




    Do you have write permission for the files? In the GUI, right click on the directory, go into the security tab, and give yourself full control. Then, try to change the attributes again.
    – Konstantin Naryshkin
    Sep 4 '12 at 16:16
















I am desperate. I've tried everything. chkdsk.exe doesn't help, check disk on start-up doesn't help. I can't even download music from the iTunes store because the entire library is locked.
– skotschi
Apr 28 '11 at 14:02




I am desperate. I've tried everything. chkdsk.exe doesn't help, check disk on start-up doesn't help. I can't even download music from the iTunes store because the entire library is locked.
– skotschi
Apr 28 '11 at 14:02












What version of Windows 7?
– Not Kyle stop stalking me
Apr 28 '11 at 15:04






What version of Windows 7?
– Not Kyle stop stalking me
Apr 28 '11 at 15:04














The /d switch in your command line means it will apply only to directories, and the ReadOnly attribute on directories is pretty much meaningless. If you cannot create files in those directories, there is something else preventing it, such as permissions.
– kreemoweet
Jan 31 '12 at 5:52




The /d switch in your command line means it will apply only to directories, and the ReadOnly attribute on directories is pretty much meaningless. If you cannot create files in those directories, there is something else preventing it, such as permissions.
– kreemoweet
Jan 31 '12 at 5:52












@kreemoweet, you can use the attribute to give folders their own icons. ;-) But yes, the problem should be solved by running it again without the /d switch to strip the read-only attribute from files.
– Synetech
Sep 4 '12 at 15:59




@kreemoweet, you can use the attribute to give folders their own icons. ;-) But yes, the problem should be solved by running it again without the /d switch to strip the read-only attribute from files.
– Synetech
Sep 4 '12 at 15:59




1




1




Do you have write permission for the files? In the GUI, right click on the directory, go into the security tab, and give yourself full control. Then, try to change the attributes again.
– Konstantin Naryshkin
Sep 4 '12 at 16:16




Do you have write permission for the files? In the GUI, right click on the directory, go into the security tab, and give yourself full control. Then, try to change the attributes again.
– Konstantin Naryshkin
Sep 4 '12 at 16:16










5 Answers
5






active

oldest

votes

















up vote
0
down vote













Try a chkdsk.exe C: to do a basic check of the disk. Sometimes this fixes your problem. Make sure to use an elevated command line.






share|improve this answer





















  • When I start the chkdsk.exe the first thing it says is: Warning! The parameter F wasn't stated. chkdsk works in protected mode. Sorry if it istn't the acurate warning, but I have to translate it.
    – skotschi
    Apr 23 '11 at 20:47












  • @skotschi, see this...howtogeek.com/howto/windows-vista/…
    – Moab
    Apr 24 '11 at 3:22


















up vote
0
down vote













Maybe it is a virus?

I saw joke-viruses like that. They lock files simply opening them in "lock read write" mode.
Try Sysinternals' Handle.exe . If the files are locked with that method, Handle will give you the name of locker.






share|improve this answer




























    up vote
    0
    down vote













    Download Hiren Boot Cd 15.2, burn to CD, then boot your computer from CD. Executes the mini version of Windows XP. Optimizations in the disk section there is a simple application to reset the NTFS permissions of a folder or entire disk.






    share|improve this answer




























      up vote
      0
      down vote













      Move the files to a fat or fat32 formatted thumbdrive (or any drive) and back.






      share|improve this answer





















      • Can you expand, maybe to explain why moving files to a FAT-formatted partition would allow this to work? Maybe also mention any limits of using a FAT-style partition (i.e. limited to 4GB file size, unless you're using exFAT)?
        – Canadian Luke
        Jun 20 '14 at 15:23


















      up vote
      -1
      down vote













      May be you do not have needed access rights for this folder?
      In this case login in Windows as Admin, open this folder (C:UsersYour user)
      and change (add ownership as Your user) access rules (Properties->Security->Edit) to this folder.






      share|improve this answer





















        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f274612%2fcant-remove-write-protection-in-windows-7%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        5 Answers
        5






        active

        oldest

        votes








        5 Answers
        5






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        0
        down vote













        Try a chkdsk.exe C: to do a basic check of the disk. Sometimes this fixes your problem. Make sure to use an elevated command line.






        share|improve this answer





















        • When I start the chkdsk.exe the first thing it says is: Warning! The parameter F wasn't stated. chkdsk works in protected mode. Sorry if it istn't the acurate warning, but I have to translate it.
          – skotschi
          Apr 23 '11 at 20:47












        • @skotschi, see this...howtogeek.com/howto/windows-vista/…
          – Moab
          Apr 24 '11 at 3:22















        up vote
        0
        down vote













        Try a chkdsk.exe C: to do a basic check of the disk. Sometimes this fixes your problem. Make sure to use an elevated command line.






        share|improve this answer





















        • When I start the chkdsk.exe the first thing it says is: Warning! The parameter F wasn't stated. chkdsk works in protected mode. Sorry if it istn't the acurate warning, but I have to translate it.
          – skotschi
          Apr 23 '11 at 20:47












        • @skotschi, see this...howtogeek.com/howto/windows-vista/…
          – Moab
          Apr 24 '11 at 3:22













        up vote
        0
        down vote










        up vote
        0
        down vote









        Try a chkdsk.exe C: to do a basic check of the disk. Sometimes this fixes your problem. Make sure to use an elevated command line.






        share|improve this answer












        Try a chkdsk.exe C: to do a basic check of the disk. Sometimes this fixes your problem. Make sure to use an elevated command line.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 23 '11 at 20:37









        Peter Hahndorf

        8,54953658




        8,54953658












        • When I start the chkdsk.exe the first thing it says is: Warning! The parameter F wasn't stated. chkdsk works in protected mode. Sorry if it istn't the acurate warning, but I have to translate it.
          – skotschi
          Apr 23 '11 at 20:47












        • @skotschi, see this...howtogeek.com/howto/windows-vista/…
          – Moab
          Apr 24 '11 at 3:22


















        • When I start the chkdsk.exe the first thing it says is: Warning! The parameter F wasn't stated. chkdsk works in protected mode. Sorry if it istn't the acurate warning, but I have to translate it.
          – skotschi
          Apr 23 '11 at 20:47












        • @skotschi, see this...howtogeek.com/howto/windows-vista/…
          – Moab
          Apr 24 '11 at 3:22
















        When I start the chkdsk.exe the first thing it says is: Warning! The parameter F wasn't stated. chkdsk works in protected mode. Sorry if it istn't the acurate warning, but I have to translate it.
        – skotschi
        Apr 23 '11 at 20:47






        When I start the chkdsk.exe the first thing it says is: Warning! The parameter F wasn't stated. chkdsk works in protected mode. Sorry if it istn't the acurate warning, but I have to translate it.
        – skotschi
        Apr 23 '11 at 20:47














        @skotschi, see this...howtogeek.com/howto/windows-vista/…
        – Moab
        Apr 24 '11 at 3:22




        @skotschi, see this...howtogeek.com/howto/windows-vista/…
        – Moab
        Apr 24 '11 at 3:22












        up vote
        0
        down vote













        Maybe it is a virus?

        I saw joke-viruses like that. They lock files simply opening them in "lock read write" mode.
        Try Sysinternals' Handle.exe . If the files are locked with that method, Handle will give you the name of locker.






        share|improve this answer

























          up vote
          0
          down vote













          Maybe it is a virus?

          I saw joke-viruses like that. They lock files simply opening them in "lock read write" mode.
          Try Sysinternals' Handle.exe . If the files are locked with that method, Handle will give you the name of locker.






          share|improve this answer























            up vote
            0
            down vote










            up vote
            0
            down vote









            Maybe it is a virus?

            I saw joke-viruses like that. They lock files simply opening them in "lock read write" mode.
            Try Sysinternals' Handle.exe . If the files are locked with that method, Handle will give you the name of locker.






            share|improve this answer












            Maybe it is a virus?

            I saw joke-viruses like that. They lock files simply opening them in "lock read write" mode.
            Try Sysinternals' Handle.exe . If the files are locked with that method, Handle will give you the name of locker.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Sep 25 '12 at 19:15









            Searush

            6412919




            6412919






















                up vote
                0
                down vote













                Download Hiren Boot Cd 15.2, burn to CD, then boot your computer from CD. Executes the mini version of Windows XP. Optimizations in the disk section there is a simple application to reset the NTFS permissions of a folder or entire disk.






                share|improve this answer

























                  up vote
                  0
                  down vote













                  Download Hiren Boot Cd 15.2, burn to CD, then boot your computer from CD. Executes the mini version of Windows XP. Optimizations in the disk section there is a simple application to reset the NTFS permissions of a folder or entire disk.






                  share|improve this answer























                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    Download Hiren Boot Cd 15.2, burn to CD, then boot your computer from CD. Executes the mini version of Windows XP. Optimizations in the disk section there is a simple application to reset the NTFS permissions of a folder or entire disk.






                    share|improve this answer












                    Download Hiren Boot Cd 15.2, burn to CD, then boot your computer from CD. Executes the mini version of Windows XP. Optimizations in the disk section there is a simple application to reset the NTFS permissions of a folder or entire disk.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 30 '12 at 2:08









                    KakashiSan

                    732




                    732






















                        up vote
                        0
                        down vote













                        Move the files to a fat or fat32 formatted thumbdrive (or any drive) and back.






                        share|improve this answer





















                        • Can you expand, maybe to explain why moving files to a FAT-formatted partition would allow this to work? Maybe also mention any limits of using a FAT-style partition (i.e. limited to 4GB file size, unless you're using exFAT)?
                          – Canadian Luke
                          Jun 20 '14 at 15:23















                        up vote
                        0
                        down vote













                        Move the files to a fat or fat32 formatted thumbdrive (or any drive) and back.






                        share|improve this answer





















                        • Can you expand, maybe to explain why moving files to a FAT-formatted partition would allow this to work? Maybe also mention any limits of using a FAT-style partition (i.e. limited to 4GB file size, unless you're using exFAT)?
                          – Canadian Luke
                          Jun 20 '14 at 15:23













                        up vote
                        0
                        down vote










                        up vote
                        0
                        down vote









                        Move the files to a fat or fat32 formatted thumbdrive (or any drive) and back.






                        share|improve this answer












                        Move the files to a fat or fat32 formatted thumbdrive (or any drive) and back.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Jun 20 '14 at 15:01









                        Colyn1337

                        1,163823




                        1,163823












                        • Can you expand, maybe to explain why moving files to a FAT-formatted partition would allow this to work? Maybe also mention any limits of using a FAT-style partition (i.e. limited to 4GB file size, unless you're using exFAT)?
                          – Canadian Luke
                          Jun 20 '14 at 15:23


















                        • Can you expand, maybe to explain why moving files to a FAT-formatted partition would allow this to work? Maybe also mention any limits of using a FAT-style partition (i.e. limited to 4GB file size, unless you're using exFAT)?
                          – Canadian Luke
                          Jun 20 '14 at 15:23
















                        Can you expand, maybe to explain why moving files to a FAT-formatted partition would allow this to work? Maybe also mention any limits of using a FAT-style partition (i.e. limited to 4GB file size, unless you're using exFAT)?
                        – Canadian Luke
                        Jun 20 '14 at 15:23




                        Can you expand, maybe to explain why moving files to a FAT-formatted partition would allow this to work? Maybe also mention any limits of using a FAT-style partition (i.e. limited to 4GB file size, unless you're using exFAT)?
                        – Canadian Luke
                        Jun 20 '14 at 15:23










                        up vote
                        -1
                        down vote













                        May be you do not have needed access rights for this folder?
                        In this case login in Windows as Admin, open this folder (C:UsersYour user)
                        and change (add ownership as Your user) access rules (Properties->Security->Edit) to this folder.






                        share|improve this answer

























                          up vote
                          -1
                          down vote













                          May be you do not have needed access rights for this folder?
                          In this case login in Windows as Admin, open this folder (C:UsersYour user)
                          and change (add ownership as Your user) access rules (Properties->Security->Edit) to this folder.






                          share|improve this answer























                            up vote
                            -1
                            down vote










                            up vote
                            -1
                            down vote









                            May be you do not have needed access rights for this folder?
                            In this case login in Windows as Admin, open this folder (C:UsersYour user)
                            and change (add ownership as Your user) access rules (Properties->Security->Edit) to this folder.






                            share|improve this answer












                            May be you do not have needed access rights for this folder?
                            In this case login in Windows as Admin, open this folder (C:UsersYour user)
                            and change (add ownership as Your user) access rules (Properties->Security->Edit) to this folder.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jul 21 '16 at 14:29









                            Linda

                            1




                            1






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Super User!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f274612%2fcant-remove-write-protection-in-windows-7%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                                Mangá

                                 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕