NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Is it possible to rename in Vista or under Dos a Dir in the Users Dir?

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 01-22-2008, 03:42 AM THREAD STARTER               #1 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Question Is it possible to rename in Vista or under Dos a Dir in the Users Dir?


Hi, I have


C:\Users\NameThatIwantToRename

I tried in Vista , right click : there is no rename option so I was opting to force it under Dos but don`t know and don`t remember the dos commands, I did not find my answer googling yet.

Thanks
italiandragon is offline  
Old 01-22-2008, 03:54 AM   #2 (permalink)
Domain Name Key
 
DNK.it's Avatar
Join Date: Jul 2007
Location: ITALY
Posts: 1,219
DNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud of
 


Alzheimer's Alzheimer's Autism Special Olympics Special Olympics Marrow Donor Program Protect Our Planet
Go to Start -> Run -> cmd.exe to open the dos prompt than type:

cd Users, to go in the selected directory

When you are in the directory type

rename "OriginalName.ext" "RenamedName.ext"
DNK.it is offline  
Old 01-22-2008, 03:56 AM THREAD STARTER               #3 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by nullmind
Go to Start -> Run -> cmd.exe to open the dos prompt than type:
????: NamePros.com http://www.namepros.com/programming/421915-possible-rename-vista-under-dos-dir.html

cd Users, to go in the selected directory

When you are in the directory type

rename "OriginalName.ext" "RenamedName.ext"
I want to rename the dir, not just 1 file
italiandragon is offline  
Old 01-22-2008, 04:01 AM   #4 (permalink)
Domain Name Key
 
DNK.it's Avatar
Join Date: Jul 2007
Location: ITALY
Posts: 1,219
DNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud of
 


Alzheimer's Alzheimer's Autism Special Olympics Special Olympics Marrow Donor Program Protect Our Planet
it's the same Lorenzo

cd Users, to move on parent directory

than use

rename OriginalDirectoryName ChooseAnotherNameTotheDirecotry
DNK.it is offline  
Old 01-22-2008, 04:25 AM THREAD STARTER               #5 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by nullmind
it's the same Lorenzo

cd Users, to move on parent directory

than use

rename OriginalDirectoryName ChooseAnotherNameTotheDirecotry

Thanks but it does not work:

????: NamePros.com http://www.namepros.com/showthread.php?t=421915
"The process cannot access the file because it is being used by another process"
italiandragon is offline  
Old 01-22-2008, 04:32 AM   #6 (permalink)
Domain Name Key
 
DNK.it's Avatar
Join Date: Jul 2007
Location: ITALY
Posts: 1,219
DNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud of
 


Alzheimer's Alzheimer's Autism Special Olympics Special Olympics Marrow Donor Program Protect Our Planet
open task manager ( ctlr+alt+canc in windows XP ) and see what program are running under the directory that you want to rename. Close it and rename the dir
DNK.it is offline  
Old 01-22-2008, 04:35 AM THREAD STARTER               #7 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by nullmind
open task manager ( ctlr+alt+canc in windows XP ) and see what program are running under the directory that you want to rename. Close it and rename the dir
under that directory there will be running everything since it is the admistrator user.....me
italiandragon is offline  
Old 01-22-2008, 04:37 AM   #8 (permalink)
wrc
NamePros Regular
Join Date: Jan 2008
Posts: 208
wrc is on a distinguished road
 



You should change your User name.
wrc is offline  
Old 01-22-2008, 04:39 AM THREAD STARTER               #9 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by wrc
You should change your User name.

I did that but the folder`s name did not change
italiandragon is offline  
Old 01-22-2008, 04:41 AM   #10 (permalink)
Domain Name Key
 
DNK.it's Avatar
Join Date: Jul 2007
Location: ITALY
Posts: 1,219
DNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud ofDNK.it has much to be proud of
 


Alzheimer's Alzheimer's Autism Special Olympics Special Olympics Marrow Donor Program Protect Our Planet
Originally Posted by italiandragon
under that directory there will be running everything since it is the admistrator user.....me
I mean that there are some open process in the directory, so you can't rename the dir until you close it.
DNK.it is offline  
Old 01-22-2008, 07:37 AM   #11 (permalink)
i love automation
 
xrvel's Avatar
Join Date: Nov 2007
Location: xrvel.com
Posts: 1,620
xrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant future
 




I have not tried Vista yet.
But can you go into Safe Mode and rename the directory?
__________________
xrvel is offline  
Old 01-22-2008, 07:46 AM THREAD STARTER               #12 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by xrvel
I have not tried Vista yet.
But can you go into Safe Mode and rename the directory?

Hi, well I have no idea....what is "safe mode" and how do I do it ?

Thanks
italiandragon is offline  
Old 01-22-2008, 09:39 AM   #13 (permalink)
JFS
NamePros Regular
 
JFS's Avatar
Join Date: Oct 2005
Location: Portugal
Posts: 800
JFS is a name known to allJFS is a name known to allJFS is a name known to allJFS is a name known to allJFS is a name known to allJFS is a name known to allJFS is a name known to allJFS is a name known to all
 



Originally Posted by italiandragon
I did that but the folder`s name did not change
if you changed the name you will have troubles.
????: NamePros.com http://www.namepros.com/showthread.php?t=421915
the best way is to create a new user and copy/move all stuff in it.
__________________
João Fernandes Silva
JFS is offline  
Old 01-22-2008, 07:06 PM THREAD STARTER               #14 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by JFS
if you changed the name you will have troubles.
the best way is to create a new user and copy/move all stuff in it.
Thank you!
italiandragon is offline  
Old 01-22-2008, 11:36 PM   #15 (permalink)
i love automation
 
xrvel's Avatar
Join Date: Nov 2007
Location: xrvel.com
Posts: 1,620
xrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant future
 




Originally Posted by italiandragon
Hi, well I have no idea....what is "safe mode" and how do I do it ?
????: NamePros.com http://www.namepros.com/showthread.php?t=421915

Thanks
Before you entered boot screen (when you turn your computer on), press F8 once (or several times) to enter "Safe Mode".

I think it will work

Kurniawan.
__________________
xrvel is offline  
Old 01-22-2008, 11:42 PM THREAD STARTER               #16 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by xrvel
Before you entered boot screen (when you turn your computer on), press F8 once (or several times) to enter "Safe Mode".
????: NamePros.com http://www.namepros.com/showthread.php?t=421915

I think it will work

Kurniawan.

Thanks but now JFS wrote that even I change it I`d have troubles.

Consider that it is my computer name too......and I do not know if I change it, everything will change or not...but why does not windows allow me to rename that folder?
italiandragon is offline  
Old 01-22-2008, 11:59 PM   #17 (permalink)
i love automation
 
xrvel's Avatar
Join Date: Nov 2007
Location: xrvel.com
Posts: 1,620
xrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant futurexrvel has a brilliant future
 




Originally Posted by italiandragon
but why does not windows allow me to rename that folder?
IMO, because each Windows account need to store his/her personal setting (start menu, desktop shortcuts, etc).
????: NamePros.com http://www.namepros.com/showthread.php?t=421915
Windows store that setting under "special directory".
1 directory for each user.

Btw i have not tried to rename it
__________________
xrvel is offline  
Old 01-23-2008, 12:06 AM THREAD STARTER               #18 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by xrvel
IMO, because each Windows account need to store his/her personal setting (start menu, desktop shortcuts, etc).
????: NamePros.com http://www.namepros.com/showthread.php?t=421915
Windows store that setting under "special directory".
1 directory for each user.

Btw i have not tried to rename it

windows sucks but I already knew that


anyway....so great since this is the admin user.....
italiandragon is offline  
Old 02-09-2008, 05:37 AM THREAD STARTER               #19 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



any other idea before I make a mess trying "safe mode way" ?
italiandragon is offline  
Old 02-09-2008, 08:34 AM   #20 (permalink)
New Member
Join Date: Feb 2008
Location: Romania
Posts: 19
vDesign is an unknown quantity at this point
 



"Local Settings" folder ? I have one I can't delete, it has something in "Temporary Internet Files". And I mean, I've installed Windows a few times and I still can't delete it. Also the Office (Word to be more precise) might cause it, it stores some temporary files and if the process is not finished properly and a disk check is not performed after the incident it might throw similar errors.
Have you reinstalled Windows ?
Also try renaming back the folder and then remove the user properly, ie. if it's a user specific folder (like "Local Settings" for example).
vDesign is offline  
Old 02-09-2008, 08:45 AM THREAD STARTER               #21 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by vDesign
"Local Settings" folder ? I have one I can't delete, it has something in "Temporary Internet Files". And I mean, I've installed Windows a few times and I still can't delete it. Also the Office (Word to be more precise) might cause it, it stores some temporary files and if the process is not finished properly and a disk check is not performed after the incident it might throw similar errors.
????: NamePros.com http://www.namepros.com/showthread.php?t=421915
Have you reinstalled Windows ?
Also try renaming back the folder and then remove the user properly, ie. if it's a user specific folder (like "Local Settings" for example).

uhm...I don`t understand what you mean sorry, the user is the main user, the folder contains 48 GB in about 40,000 files
italiandragon is offline  
Old 02-09-2008, 11:04 AM   #22 (permalink)
Senior Member
 
liquidcherry's Avatar
Join Date: Jul 2006
Location: in my dreams
Posts: 2,624
liquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond reputeliquidcherry has a reputation beyond repute
 


Ethan Allen Fund Animal Rescue Protect Our Planet Save a Life Wildlife Help The Homeless - Holiday 2009
Install totalcommander(www.totalcommander.com), it gives you an easy option to rename....

Hope that helps,

Cheers

Frank
liquidcherry is offline  
Old 02-09-2008, 01:10 PM   #23 (permalink)
New Member
Join Date: Feb 2008
Location: Romania
Posts: 19
vDesign is an unknown quantity at this point
 



Well, I'm trying to understand what kind of folder is that. Did you created it or it is a folder created by the system. Most likely you can't rename it because there is a program installed in that folder and you are trying to change the path while it is running. There are no executables in that folder?

PS: What I was trying to say in my previous post is that I have folders on my system which I can't delete even with a clean Windows. Is like something is higher than the OS. Probably a bad HDD or something like that I don't know about.
vDesign is offline  
Old 02-13-2008, 03:49 AM THREAD STARTER               #24 (permalink)
NamePros Expert
 
italiandragon's Avatar
Join Date: Mar 2006
Location: AUSTRALIA
Posts: 6,438
italiandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond reputeitaliandragon has a reputation beyond repute
 



Originally Posted by vDesign
Well, I'm trying to understand what kind of folder is that. Did you created it or it is a folder created by the system. Most likely you can't rename it because there is a program installed in that folder and you are trying to change the path while it is running. There are no executables in that folder?

PS: What I was trying to say in my previous post is that I have folders on my system which I can't delete even with a clean Windows. Is like something is higher than the OS. Probably a bad HDD or something like that I don't know about.

IT`S THE MAIN ACCOUNT of the computer.....you know when you need to call the computer `s account to give privileges? Well that account is the only one used and I renamed the account but despite renamed, still all the files on the computer show the old name like let`s suppose it was called DRAGON so all my files on the Desktop show like the have this location:


C:\Users\DRAGON\Desktop


I need to change Dragon in something else. How do I do that?


Now checking it better it seems that despite I changed the account name, the computer is still called with the old name , the admistrator too....so how do I change the computer`s name in this stupid Vista System?

Thanks

Originally Posted by liquidcherry
Install totalcommander(www.totalcommander.com), it gives you an easy option to rename....

Hope that helps,

Cheers

Frank
Thanks, I never heard of that......but it seems I still need to change the Computer`s name

Edit:

I FOUND MY VERY SAME ISSUE IN WELL EXPLAINED ENGLISH HERE....I HAVE THE SAME ISSUE OF THIS GUY:



http://ask.metafilter.com/66135/How-...e-User-Folders


????: NamePros.com http://www.namepros.com/showthread.php?t=421915
Vista SUCKS!!
Last edited by italiandragon; 02-13-2008 at 04:22 AM.
italiandragon is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 05:27 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger