Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows XP Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows XP Support Find support for Windows XP here.

Reply
 
LinkBack Thread Tools
Old 12-03-2008, 08:40 PM   #1 (permalink)
Registered User
 
Join Date: Dec 2008
Posts: 14
OS: XP SP3


"Ultra Hidden" Folder Inaccessible

Hey, guys. I recently moved a lot of files to a folder with a blank name (Alt-255) and icon in My Documents. On top of that, I set the folder to hidden as well, so you'd have to be looking for it to find it. However, now it seems to stay hidden completely, even if I turn on hidden files and folders to be visible. And I know it's not just deleted, because if I try to move a new folder with the Alt-255 name into My Documents, it says there's already a folder with that name in there. But it's totally invisible even on Thumbnail view... It's just inaccessible period. How can I get back to it?

Last edited by Makoto0729; 12-03-2008 at 08:41 PM.
Makoto0729 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 12-03-2008, 08:53 PM   #2 (permalink)
Mentor, Microsoft Support
 
mike2020learnin's Avatar
 
Join Date: Feb 2007
Location: Michigan , I donated so can you
Posts: 3,331
OS: Windows XP Home & Pro. Sp3 / both compleatly updated

My System

Send a message via MSN to mike2020learnin
Re: "Ultra Hidden" Folder Inaccessible

Hello & welcome to TSF ,

have you tried useing your search for it ?

and selecting all the boxs in the (more advanced options)
__________________
Mike,
I will stick with you till the issue is resolve !! Please help the TSF site by donating

How to back up and restore the registry in Windows XP and Windows Vista
How to back up and restore the registry in Windows 98/ ME / NT 4.0 / 2000

mike2020learnin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2008, 08:55 PM   #3 (permalink)
Registered User
 
Join Date: Dec 2008
Posts: 14
OS: XP SP3


Re: "Ultra Hidden" Folder Inaccessible

Yes, I have tried that, I forgot to mention. I think because of the blank folder name, though not certain, nothing appears in there if I search for a file in it, for example, even if I search my whole drive.
Makoto0729 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2008, 09:01 PM   #4 (permalink)
Mentor, Microsoft Support
 
mike2020learnin's Avatar
 
Join Date: Feb 2007
Location: Michigan , I donated so can you
Posts: 3,331
OS: Windows XP Home & Pro. Sp3 / both compleatly updated

My System

Send a message via MSN to mike2020learnin
Re: "Ultra Hidden" Folder Inaccessible

okay ,

i think i have a program for this

not for sure if it will work let me find it and theni will get you a link for it

might take a bit / but i will let you know one way or another
__________________
Mike,
I will stick with you till the issue is resolve !! Please help the TSF site by donating

How to back up and restore the registry in Windows XP and Windows Vista
How to back up and restore the registry in Windows 98/ ME / NT 4.0 / 2000

mike2020learnin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2008, 09:06 PM   #5 (permalink)
Mentor, Microsoft Support
 
mike2020learnin's Avatar
 
Join Date: Feb 2007
Location: Michigan , I donated so can you
Posts: 3,331
OS: Windows XP Home & Pro. Sp3 / both compleatly updated

My System

Send a message via MSN to mike2020learnin
Re: "Ultra Hidden" Folder Inaccessible

hello ,

here is a link for a program to recover lost files / it is a free program

http://www.softperfect.com

also have you tried this

http://www.majorgeeks.com/Recuva_-_F...ery_d5514.html

very good program also
__________________
Mike,
I will stick with you till the issue is resolve !! Please help the TSF site by donating

How to back up and restore the registry in Windows XP and Windows Vista
How to back up and restore the registry in Windows 98/ ME / NT 4.0 / 2000

mike2020learnin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2008, 09:24 PM   #6 (permalink)
Registered User
 
Join Date: Dec 2008
Posts: 14
OS: XP SP3


Re: "Ultra Hidden" Folder Inaccessible

I tried Recuva before, but it didn't work, because the files aren't deleted, just disappeared... And from the sound of the other undelete tool you linked, it seems the same. I'll try it anyway, but I doubt anything will work...
Makoto0729 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2008, 09:38 PM   #7 (permalink)
TSF Enthusiast
 
Join Date: Aug 2008
Posts: 2,260
OS: Windows 2000 SP4 and Windows XP SP3


Re: "Ultra Hidden" Folder Inaccessible

Do you have "hide protected operating system files" on in folder options? That might only apply if the folder has a system attribute set as well.

You might be able to access the folder from the command prompt to rename it. Here's how to try it. Open the command prompt. Click start, (all) programs, accessories, command prompt. You should be in your home directory: C:\Documents and Settings\yourusername\>
Type
cd my documents
(no quotes needed)
you said your folder had the blank character right?
type
attrib "<alt-shift-255>" -r -h -s
ren "<alt-shift-255>" somenameicanremember
be sure to put quotes around the null character, or the command prompt won't be able to interpret your command.
Hopefully this will make your folder visible again.

Note: I used the < > to delimit where the keystrokes should go - don't type in the < or the >!

Last edited by blah789; 12-03-2008 at 09:39 PM.
blah789 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-03-2008, 10:14 PM   #8 (permalink)
Registered User
 
Join Date: Dec 2008
Posts: 14
OS: XP SP3


Re: "Ultra Hidden" Folder Inaccessible

Thanks, guy... I really thought that would work, but whenever I try it looks like this:

Code:
C:\Documents and Settings\Myusername\My Documents>attrib " " -r -h -s
File not found -
Exactly like that (sans name)... It's reeeeally hidden apparently. Any idea what that means, or if there's anything else I can do?

And it does the same thing for the ren command too...

Last edited by Makoto0729; 12-03-2008 at 10:17 PM.
Makoto0729 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-04-2008, 12:38 AM   #9 (permalink)
Moderator, Microsoft Support
 
justpassingby's Avatar
 
Join Date: Mar 2007
Location: Belgium
Posts: 6,219
OS: XP Home SP3 / Ubuntu

My System

Re: "Ultra Hidden" Folder Inaccessible

Start in safe mode (repeatedly press F8 at startup) and log as "administrator". Leave the password field blank if you didn't set any.

Run windows explorer (winkey + e) and select the root of c: in the left pane. Go to tools => folder options. In the general tab tick "use classic folders". In the view tab untick "hide protected operating system files", untick "hide extensions for known file types", tick "show hidden files and folders". Click apply to all folders then ok. Back in windows explorer click on view and select the details view. Browse to c:\documents and settings\yourusername\my documents\ and see if you can find the folder.

If you still don't see the folder search for one of the files that was in the folder using start => search => files and folders. Tick the first 3 boxes in the advanced section. Right-click => properties on the search results to find the path of the file.

I just created an alt+255 folder like you did (in c:\temp\) and I hid it. When I went to start => run and typed c:\temp\ \ (the blank space is alt+255) I was able to access the folder and the files in it. Attrib and ren from the cmd prompt worked too (c:\temp\attrib " " -h, the other parameters are not needed if the folder only has the hidden attribute, if you set it as read only as well then use -r -h).

A program like windirstat (freeware) might help :
http://windirstat.info/

Or totalcommander (30 days shareware) :
http://www.ghisler.com/download.htm
(go to Configuration => Options => Display => Show Hidden/System files)

here's what I see with total commander (click to zoom) :
Attached Images
File Type: jpg hiddenfolder.JPG (43.8 KB, 3 views)
__________________

Malware removal steps. Post your logs there and not here !
Posting system specs

Last edited by justpassingby; 12-04-2008 at 12:39 AM.
justpassingby is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-04-2008, 02:13 PM   #10 (permalink)
TSF Enthusiast
 
Join Date: Aug 2008
Posts: 2,260
OS: Windows 2000 SP4 and Windows XP SP3


Re: "Ultra Hidden" Folder Inaccessible

What was the exact name of the folder?
Was it exactly one time the null character? Was it more than once? Was it combined with other characters? Whatever it was put that in quotation marks when running attrib and ren.

Last edited by blah789; 12-04-2008 at 02:15 PM.
blah789 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 04:40 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85