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











up vote
3
down vote

favorite
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


























    up vote
    3
    down vote

    favorite
    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
























      up vote
      3
      down vote

      favorite
      1









      up vote
      3
      down vote

      favorite
      1






      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 yesterday









      RT2709

      677




      677






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          6
          down vote



          accepted










          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
            yesterday






          • 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
            yesterday












          • 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
            yesterday











          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%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








          up vote
          6
          down vote



          accepted










          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
            yesterday






          • 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
            yesterday












          • 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
            yesterday















          up vote
          6
          down vote



          accepted










          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
            yesterday






          • 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
            yesterday












          • 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
            yesterday













          up vote
          6
          down vote



          accepted







          up vote
          6
          down vote



          accepted






          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 yesterday

























          answered yesterday









          LPChip

          34.8k44982




          34.8k44982








          • 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
            yesterday






          • 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
            yesterday












          • 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
            yesterday














          • 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
            yesterday






          • 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
            yesterday












          • 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
            yesterday








          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
          yesterday




          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
          yesterday




          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
          yesterday






          @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
          yesterday














          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
          yesterday




          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
          yesterday


















           

          draft saved


          draft discarded



















































           


          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

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

          Mangá

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