Why the Change of a Directory Name Does Not Show on CMD/Powershell












3















I changed a directory's name from Documents to Document, however when I viewed the directories on this partition by using "dir" in both CMD and Powershell, I don't see this change at all, this directory is still listed as "Documents".



The system is Windows 10 pro.enter image description here



Please see the screenshot attached.



Anyone knows why this is happening?










share|improve this question



























    3















    I changed a directory's name from Documents to Document, however when I viewed the directories on this partition by using "dir" in both CMD and Powershell, I don't see this change at all, this directory is still listed as "Documents".



    The system is Windows 10 pro.enter image description here



    Please see the screenshot attached.



    Anyone knows why this is happening?










    share|improve this question

























      3












      3








      3


      1






      I changed a directory's name from Documents to Document, however when I viewed the directories on this partition by using "dir" in both CMD and Powershell, I don't see this change at all, this directory is still listed as "Documents".



      The system is Windows 10 pro.enter image description here



      Please see the screenshot attached.



      Anyone knows why this is happening?










      share|improve this question














      I changed a directory's name from Documents to Document, however when I viewed the directories on this partition by using "dir" in both CMD and Powershell, I don't see this change at all, this directory is still listed as "Documents".



      The system is Windows 10 pro.enter image description here



      Please see the screenshot attached.



      Anyone knows why this is happening?







      windows directory-listing






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 18 '18 at 11:44









      RT2709RT2709

      1268




      1268






















          1 Answer
          1






          active

          oldest

          votes


















          6














          The My Documents folder is a special folder. If you rename that from within Explorer, You do indeed only change its displayname, not the actual name itself. As long as you have that folder designated as your My Documents folder, that folder will behave as such. The same applies to other special folders in your profile folder, such as Desktop, My Pictures, My Music, Etc..



          The reason why this happens, is because if you actually rename the folder incorrectly, it will break things in Windows. Given that people in the past did that and broke Windows, Microsoft prevented this by allowing the user to rename the folder without changing it under the hood.



          If you really want to change the folder name too, then you can do by the following set of instructions.




          1. If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.

          2. Create a new empty folder with the new name. In your example Document

          3. Right click your Documents folder that holds all your files, and select properties.

          4. Go to the Location tab, and press Browse to browse to the new folder you want to use.

          5. If it asks you to move the files, say yes.

          6. Delete the old folder.

          7. Change the name in Explorer to match it with the new name, or it will be viewed as Documents.


          And that's it, your documents folder is now succesfully changed to document. You can even move the folder out of your profile using this technique.






          share|improve this answer





















          • 1





            This "display name" trick is possible with any folder, not just special ones. It's controlled by the hidden desktop.ini file in the folder.

            – Twisty Impersonator
            Nov 18 '18 at 12:24






          • 1





            @TwistyImpersonator true, except that the desktop.ini file is not the only thing you need to alter. There are registry keys and environmental variables too. Just editing the desktop.ini is the incorrect way and will break things. At least, this applies to the special folders.

            – LPChip
            Nov 18 '18 at 12:25













          • no, no, I'm not saying that's an acceptable way to rename the folder, but that this is how Windows tracks the display name.

            – Twisty Impersonator
            Nov 18 '18 at 12:27











          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',
          autoActivateHeartbeat: false,
          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%2f1376428%2fwhy-the-change-of-a-directory-name-does-not-show-on-cmd-powershell%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          The My Documents folder is a special folder. If you rename that from within Explorer, You do indeed only change its displayname, not the actual name itself. As long as you have that folder designated as your My Documents folder, that folder will behave as such. The same applies to other special folders in your profile folder, such as Desktop, My Pictures, My Music, Etc..



          The reason why this happens, is because if you actually rename the folder incorrectly, it will break things in Windows. Given that people in the past did that and broke Windows, Microsoft prevented this by allowing the user to rename the folder without changing it under the hood.



          If you really want to change the folder name too, then you can do by the following set of instructions.




          1. If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.

          2. Create a new empty folder with the new name. In your example Document

          3. Right click your Documents folder that holds all your files, and select properties.

          4. Go to the Location tab, and press Browse to browse to the new folder you want to use.

          5. If it asks you to move the files, say yes.

          6. Delete the old folder.

          7. Change the name in Explorer to match it with the new name, or it will be viewed as Documents.


          And that's it, your documents folder is now succesfully changed to document. You can even move the folder out of your profile using this technique.






          share|improve this answer





















          • 1





            This "display name" trick is possible with any folder, not just special ones. It's controlled by the hidden desktop.ini file in the folder.

            – Twisty Impersonator
            Nov 18 '18 at 12:24






          • 1





            @TwistyImpersonator true, except that the desktop.ini file is not the only thing you need to alter. There are registry keys and environmental variables too. Just editing the desktop.ini is the incorrect way and will break things. At least, this applies to the special folders.

            – LPChip
            Nov 18 '18 at 12:25













          • no, no, I'm not saying that's an acceptable way to rename the folder, but that this is how Windows tracks the display name.

            – Twisty Impersonator
            Nov 18 '18 at 12:27
















          6














          The My Documents folder is a special folder. If you rename that from within Explorer, You do indeed only change its displayname, not the actual name itself. As long as you have that folder designated as your My Documents folder, that folder will behave as such. The same applies to other special folders in your profile folder, such as Desktop, My Pictures, My Music, Etc..



          The reason why this happens, is because if you actually rename the folder incorrectly, it will break things in Windows. Given that people in the past did that and broke Windows, Microsoft prevented this by allowing the user to rename the folder without changing it under the hood.



          If you really want to change the folder name too, then you can do by the following set of instructions.




          1. If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.

          2. Create a new empty folder with the new name. In your example Document

          3. Right click your Documents folder that holds all your files, and select properties.

          4. Go to the Location tab, and press Browse to browse to the new folder you want to use.

          5. If it asks you to move the files, say yes.

          6. Delete the old folder.

          7. Change the name in Explorer to match it with the new name, or it will be viewed as Documents.


          And that's it, your documents folder is now succesfully changed to document. You can even move the folder out of your profile using this technique.






          share|improve this answer





















          • 1





            This "display name" trick is possible with any folder, not just special ones. It's controlled by the hidden desktop.ini file in the folder.

            – Twisty Impersonator
            Nov 18 '18 at 12:24






          • 1





            @TwistyImpersonator true, except that the desktop.ini file is not the only thing you need to alter. There are registry keys and environmental variables too. Just editing the desktop.ini is the incorrect way and will break things. At least, this applies to the special folders.

            – LPChip
            Nov 18 '18 at 12:25













          • no, no, I'm not saying that's an acceptable way to rename the folder, but that this is how Windows tracks the display name.

            – Twisty Impersonator
            Nov 18 '18 at 12:27














          6












          6








          6







          The My Documents folder is a special folder. If you rename that from within Explorer, You do indeed only change its displayname, not the actual name itself. As long as you have that folder designated as your My Documents folder, that folder will behave as such. The same applies to other special folders in your profile folder, such as Desktop, My Pictures, My Music, Etc..



          The reason why this happens, is because if you actually rename the folder incorrectly, it will break things in Windows. Given that people in the past did that and broke Windows, Microsoft prevented this by allowing the user to rename the folder without changing it under the hood.



          If you really want to change the folder name too, then you can do by the following set of instructions.




          1. If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.

          2. Create a new empty folder with the new name. In your example Document

          3. Right click your Documents folder that holds all your files, and select properties.

          4. Go to the Location tab, and press Browse to browse to the new folder you want to use.

          5. If it asks you to move the files, say yes.

          6. Delete the old folder.

          7. Change the name in Explorer to match it with the new name, or it will be viewed as Documents.


          And that's it, your documents folder is now succesfully changed to document. You can even move the folder out of your profile using this technique.






          share|improve this answer















          The My Documents folder is a special folder. If you rename that from within Explorer, You do indeed only change its displayname, not the actual name itself. As long as you have that folder designated as your My Documents folder, that folder will behave as such. The same applies to other special folders in your profile folder, such as Desktop, My Pictures, My Music, Etc..



          The reason why this happens, is because if you actually rename the folder incorrectly, it will break things in Windows. Given that people in the past did that and broke Windows, Microsoft prevented this by allowing the user to rename the folder without changing it under the hood.



          If you really want to change the folder name too, then you can do by the following set of instructions.




          1. If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.

          2. Create a new empty folder with the new name. In your example Document

          3. Right click your Documents folder that holds all your files, and select properties.

          4. Go to the Location tab, and press Browse to browse to the new folder you want to use.

          5. If it asks you to move the files, say yes.

          6. Delete the old folder.

          7. Change the name in Explorer to match it with the new name, or it will be viewed as Documents.


          And that's it, your documents folder is now succesfully changed to document. You can even move the folder out of your profile using this technique.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 18 '18 at 12:19

























          answered Nov 18 '18 at 12:14









          LPChipLPChip

          35.6k55185




          35.6k55185








          • 1





            This "display name" trick is possible with any folder, not just special ones. It's controlled by the hidden desktop.ini file in the folder.

            – Twisty Impersonator
            Nov 18 '18 at 12:24






          • 1





            @TwistyImpersonator true, except that the desktop.ini file is not the only thing you need to alter. There are registry keys and environmental variables too. Just editing the desktop.ini is the incorrect way and will break things. At least, this applies to the special folders.

            – LPChip
            Nov 18 '18 at 12:25













          • no, no, I'm not saying that's an acceptable way to rename the folder, but that this is how Windows tracks the display name.

            – Twisty Impersonator
            Nov 18 '18 at 12:27














          • 1





            This "display name" trick is possible with any folder, not just special ones. It's controlled by the hidden desktop.ini file in the folder.

            – Twisty Impersonator
            Nov 18 '18 at 12:24






          • 1





            @TwistyImpersonator true, except that the desktop.ini file is not the only thing you need to alter. There are registry keys and environmental variables too. Just editing the desktop.ini is the incorrect way and will break things. At least, this applies to the special folders.

            – LPChip
            Nov 18 '18 at 12:25













          • no, no, I'm not saying that's an acceptable way to rename the folder, but that this is how Windows tracks the display name.

            – Twisty Impersonator
            Nov 18 '18 at 12:27








          1




          1





          This "display name" trick is possible with any folder, not just special ones. It's controlled by the hidden desktop.ini file in the folder.

          – Twisty Impersonator
          Nov 18 '18 at 12:24





          This "display name" trick is possible with any folder, not just special ones. It's controlled by the hidden desktop.ini file in the folder.

          – Twisty Impersonator
          Nov 18 '18 at 12:24




          1




          1





          @TwistyImpersonator true, except that the desktop.ini file is not the only thing you need to alter. There are registry keys and environmental variables too. Just editing the desktop.ini is the incorrect way and will break things. At least, this applies to the special folders.

          – LPChip
          Nov 18 '18 at 12:25







          @TwistyImpersonator true, except that the desktop.ini file is not the only thing you need to alter. There are registry keys and environmental variables too. Just editing the desktop.ini is the incorrect way and will break things. At least, this applies to the special folders.

          – LPChip
          Nov 18 '18 at 12:25















          no, no, I'm not saying that's an acceptable way to rename the folder, but that this is how Windows tracks the display name.

          – Twisty Impersonator
          Nov 18 '18 at 12:27





          no, no, I'm not saying that's an acceptable way to rename the folder, but that this is how Windows tracks the display name.

          – Twisty Impersonator
          Nov 18 '18 at 12:27


















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376428%2fwhy-the-change-of-a-directory-name-does-not-show-on-cmd-powershell%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

          鏡平學校

          ꓛꓣだゔៀៅຸ໢ທຮ໕໒ ,ໂ'໥໓າ໼ឨឲ៵៭ៈゎゔit''䖳𥁄卿' ☨₤₨こゎもょの;ꜹꟚꞖꞵꟅꞛေၦေɯ,ɨɡ𛃵𛁹ޝ޳ޠ޾,ޤޒޯ޾𫝒𫠁သ𛅤チョ'サノބޘދ𛁐ᶿᶇᶀᶋᶠ㨑㽹⻮ꧬ꧹؍۩وَؠ㇕㇃㇪ ㇦㇋㇋ṜẰᵡᴠ 軌ᵕ搜۳ٰޗޮ޷ސޯ𫖾𫅀ल, ꙭ꙰ꚅꙁꚊꞻꝔ꟠Ꝭㄤﺟޱސꧨꧼ꧴ꧯꧽ꧲ꧯ'⽹⽭⾁⿞⼳⽋២៩ញណើꩯꩤ꩸ꩮᶻᶺᶧᶂ𫳲𫪭𬸄𫵰𬖩𬫣𬊉ၲ𛅬㕦䬺𫝌𫝼,,𫟖𫞽ហៅ஫㆔ాఆఅꙒꚞꙍ,Ꙟ꙱エ ,ポテ,フࢰࢯ𫟠𫞶 𫝤𫟠ﺕﹱﻜﻣ𪵕𪭸𪻆𪾩𫔷ġ,ŧآꞪ꟥,ꞔꝻ♚☹⛵𛀌ꬷꭞȄƁƪƬșƦǙǗdžƝǯǧⱦⱰꓕꓢႋ神 ဴ၀க௭எ௫ឫោ ' េㇷㇴㇼ神ㇸㇲㇽㇴㇼㇻㇸ'ㇸㇿㇸㇹㇰㆣꓚꓤ₡₧ ㄨㄟ㄂ㄖㄎ໗ツڒذ₶।ऩछएोञयूटक़कयँृी,冬'𛅢𛅥ㇱㇵㇶ𥄥𦒽𠣧𠊓𧢖𥞘𩔋цѰㄠſtʯʭɿʆʗʍʩɷɛ,əʏダヵㄐㄘR{gỚṖḺờṠṫảḙḭᴮᵏᴘᵀᵷᵕᴜᴏᵾq﮲ﲿﴽﭙ軌ﰬﶚﶧ﫲Ҝжюїкӈㇴffצּ﬘﭅﬈軌'ffistfflſtffतभफɳɰʊɲʎ𛁱𛁖𛁮𛀉 𛂯𛀞నఋŀŲ 𫟲𫠖𫞺ຆຆ ໹້໕໗ๆทԊꧢꧠ꧰ꓱ⿝⼑ŎḬẃẖỐẅ ,ờỰỈỗﮊDžȩꭏꭎꬻ꭮ꬿꭖꭥꭅ㇭神 ⾈ꓵꓑ⺄㄄ㄪㄙㄅㄇstA۵䞽ॶ𫞑𫝄㇉㇇゜軌𩜛𩳠Jﻺ‚Üမ႕ႌႊၐၸဓၞၞၡ៸wyvtᶎᶪᶹစဎ꣡꣰꣢꣤ٗ؋لㇳㇾㇻㇱ㆐㆔,,㆟Ⱶヤマފ޼ޝަݿݞݠݷݐ',ݘ,ݪݙݵ𬝉𬜁𫝨𫞘くせぉて¼óû×ó£…𛅑הㄙくԗԀ5606神45,神796'𪤻𫞧ꓐ㄁ㄘɥɺꓵꓲ3''7034׉ⱦⱠˆ“𫝋ȍ,ꩲ軌꩷ꩶꩧꩫఞ۔فڱێظペサ神ナᴦᵑ47 9238їﻂ䐊䔉㠸﬎ffiﬣ,לּᴷᴦᵛᵽ,ᴨᵤ ᵸᵥᴗᵈꚏꚉꚟ⻆rtǟƴ𬎎

          Why https connections are so slow when debugging (stepping over) in Java?