Why the Change of a Directory Name Does Not Show on CMD/Powershell
up vote
3
down vote
favorite
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.
Please see the screenshot attached.
Anyone knows why this is happening?
windows directory-listing
add a comment |
up vote
3
down vote
favorite
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.
Please see the screenshot attached.
Anyone knows why this is happening?
windows directory-listing
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
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.
Please see the screenshot attached.
Anyone knows why this is happening?
windows directory-listing
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.
Please see the screenshot attached.
Anyone knows why this is happening?
windows directory-listing
windows directory-listing
asked Nov 18 at 11:44
RT2709
677
677
add a comment |
add a comment |
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.
- If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.
- Create a new empty folder with the new name. In your example
Document
- Right click your
Documents
folder that holds all your files, and select properties. - Go to the
Location
tab, and press Browse to browse to the new folder you want to use. - If it asks you to move the files, say yes.
- Delete the old folder.
- 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.
1
This "display name" trick is possible with any folder, not just special ones. It's controlled by the hiddendesktop.ini
file in the folder.
– Twisty Impersonator
Nov 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 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 at 12:27
add a comment |
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.
- If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.
- Create a new empty folder with the new name. In your example
Document
- Right click your
Documents
folder that holds all your files, and select properties. - Go to the
Location
tab, and press Browse to browse to the new folder you want to use. - If it asks you to move the files, say yes.
- Delete the old folder.
- 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.
1
This "display name" trick is possible with any folder, not just special ones. It's controlled by the hiddendesktop.ini
file in the folder.
– Twisty Impersonator
Nov 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 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 at 12:27
add a comment |
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.
- If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.
- Create a new empty folder with the new name. In your example
Document
- Right click your
Documents
folder that holds all your files, and select properties. - Go to the
Location
tab, and press Browse to browse to the new folder you want to use. - If it asks you to move the files, say yes.
- Delete the old folder.
- 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.
1
This "display name" trick is possible with any folder, not just special ones. It's controlled by the hiddendesktop.ini
file in the folder.
– Twisty Impersonator
Nov 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 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 at 12:27
add a comment |
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.
- If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.
- Create a new empty folder with the new name. In your example
Document
- Right click your
Documents
folder that holds all your files, and select properties. - Go to the
Location
tab, and press Browse to browse to the new folder you want to use. - If it asks you to move the files, say yes.
- Delete the old folder.
- 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.
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.
- If you are doing this from Explorer, then first undo the change you made and rename it back to Documents.
- Create a new empty folder with the new name. In your example
Document
- Right click your
Documents
folder that holds all your files, and select properties. - Go to the
Location
tab, and press Browse to browse to the new folder you want to use. - If it asks you to move the files, say yes.
- Delete the old folder.
- 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.
edited Nov 18 at 12:19
answered Nov 18 at 12:14
LPChip
35k54983
35k54983
1
This "display name" trick is possible with any folder, not just special ones. It's controlled by the hiddendesktop.ini
file in the folder.
– Twisty Impersonator
Nov 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 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 at 12:27
add a comment |
1
This "display name" trick is possible with any folder, not just special ones. It's controlled by the hiddendesktop.ini
file in the folder.
– Twisty Impersonator
Nov 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 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 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 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 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 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 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 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 at 12:27
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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