I reviewed the tip on how to restore folder name after using alt+255, but I can't get it to work. I want to delete the folder, or rename the folder, and can';t do either. Can someone plaese help.. thank you
How-To Geek Forums » Windows Vista
(Solved) - help renaming after ALT+255
(9 posts)ALT + 255 is a hidden character and cannot be deleted by Windows Explorer. Let's just say your folder is in your C drive. To delete it do this:
Open Start Orb
Type 'cmd' (without quotes) and then (in this order) press and hold Ctrl, Shift and Enter to get the Admin prompt.
Once there type:
CD C:\
RMDIR C:\ProtectedFolder
--
Mike
Actually all you need to do is open a regular command prompt, and then type something similar to this, adjusting the path if necessary:
rmdir "c:\Alt+255"
You'll actually need to use the keypad on your keyboard to type in the 255 part of that. You also want to use the quotes there because some of the commands don't work without that.
Reply
You must log in to post.

