Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Duplicate levels of 'Application Data' folders in Vista?

Reply
Thread Tools Display Modes

Duplicate levels of 'Application Data' folders in Vista?

 
 
JoanB
Guest
Posts: n/a

 
      10-02-2007
This may be a stupid question, but it's driving me crazy. If you go into
Folder Options and uncheck the box which says "Hide protected operating
system files", and then go into Windows Explorer and go to the following path:

Users\'username'\AppData\Local\

you will see the 'Application Data' folder along with all the other folders
(e.g. Adobe, Google, Microsoft, etc.). If you click on the 'Application
Data' folder, it opens up and displays the exact same set of folders which
you saw in the 'Local' folder. If you then open up that next level
'Application Data' folder, you see the same list again, and on and on for as
long as I looked.

Are there really nested levels of the same folders, or is this just same
strange apparition that I'm seeing?

I don't see the same behavior with Windows XP. Is this something different
in Vista, or do I have a corrupted Vista application on my new computer?

Thanks,
JoanB
 
Reply With Quote
 
 
 
 
Jon
Guest
Posts: n/a

 
      10-02-2007

"JoanB" <> wrote in message
news:7D6C5CF0-7727-4D6B-9A58-...
> This may be a stupid question, but it's driving me crazy. If you go into
> Folder Options and uncheck the box which says "Hide protected operating
> system files", and then go into Windows Explorer and go to the following
> path:
>
> Users\'username'\AppData\Local\
>
> you will see the 'Application Data' folder along with all the other
> folders
> (e.g. Adobe, Google, Microsoft, etc.). If you click on the 'Application
> Data' folder, it opens up and displays the exact same set of folders which
> you saw in the 'Local' folder. If you then open up that next level
> 'Application Data' folder, you see the same list again, and on and on for
> as
> long as I looked.
>
> Are there really nested levels of the same folders, or is this just same
> strange apparition that I'm seeing?
>
> I don't see the same behavior with Windows XP. Is this something
> different
> in Vista, or do I have a corrupted Vista application on my new computer?
>
> Thanks,
> JoanB





It is something different in Vista. It looks like a shortcut, but in reality
it's what's known in the trade as a 'junction'

You can see this if you open up a command prompt and type the following

dir /al %userprofile%\AppData\Local

If you examine the output closely, then you'll see that it's a junction. In
square brackets the target of the junction is shown, which in this case is
its parent folder.

They're essentially there for compatibilty purposes, so that if an
application tries to write to a place that it knew and loved under XP, it
will be redirected to a suitable place in Vista. I forget the exact mapping
for that particular one, but there is a good reason for each.

--
Jon


 
Reply With Quote
 
JoanB
Guest
Posts: n/a

 
      10-02-2007
Jon,

Thanks for the info - I was worried that something was wrong with my Vista
installation. It's reassuring to know that it's normal behavior.

JoanB

"Jon" wrote:

>
> "JoanB" <> wrote in message
> news:7D6C5CF0-7727-4D6B-9A58-...
> > This may be a stupid question, but it's driving me crazy. If you go into
> > Folder Options and uncheck the box which says "Hide protected operating
> > system files", and then go into Windows Explorer and go to the following
> > path:
> >
> > Users\'username'\AppData\Local\
> >
> > you will see the 'Application Data' folder along with all the other
> > folders
> > (e.g. Adobe, Google, Microsoft, etc.). If you click on the 'Application
> > Data' folder, it opens up and displays the exact same set of folders which
> > you saw in the 'Local' folder. If you then open up that next level
> > 'Application Data' folder, you see the same list again, and on and on for
> > as
> > long as I looked.
> >
> > Are there really nested levels of the same folders, or is this just same
> > strange apparition that I'm seeing?
> >
> > I don't see the same behavior with Windows XP. Is this something
> > different
> > in Vista, or do I have a corrupted Vista application on my new computer?
> >
> > Thanks,
> > JoanB

>
>
>
>
> It is something different in Vista. It looks like a shortcut, but in reality
> it's what's known in the trade as a 'junction'
>
> You can see this if you open up a command prompt and type the following
>
> dir /al %userprofile%\AppData\Local
>
> If you examine the output closely, then you'll see that it's a junction. In
> square brackets the target of the junction is shown, which in this case is
> its parent folder.
>
> They're essentially there for compatibilty purposes, so that if an
> application tries to write to a place that it knew and loved under XP, it
> will be redirected to a suitable place in Vista. I forget the exact mapping
> for that particular one, but there is a good reason for each.
>
> --
> Jon
>
>
>

 
Reply With Quote
 
uvbogden
Guest
Posts: n/a

 
      10-04-2007
I recently saw the same thing on my system: unending branches of the same
thing coming off the Application Data folders. In addition, my virus scan
was scanning forever and scanning millions of files. My disk space was
getting used up rapidly. I deleted the extra Application Data folders and
everything went back to normal and the duplicates haven't returned. I don't
understand this at all.

"JoanB" wrote:

> Jon,
>
> Thanks for the info - I was worried that something was wrong with my Vista
> installation. It's reassuring to know that it's normal behavior.
>
> JoanB
>
> "Jon" wrote:
>
> >
> > "JoanB" <> wrote in message
> > news:7D6C5CF0-7727-4D6B-9A58-...
> > > This may be a stupid question, but it's driving me crazy. If you go into
> > > Folder Options and uncheck the box which says "Hide protected operating
> > > system files", and then go into Windows Explorer and go to the following
> > > path:
> > >
> > > Users\'username'\AppData\Local\
> > >
> > > you will see the 'Application Data' folder along with all the other
> > > folders
> > > (e.g. Adobe, Google, Microsoft, etc.). If you click on the 'Application
> > > Data' folder, it opens up and displays the exact same set of folders which
> > > you saw in the 'Local' folder. If you then open up that next level
> > > 'Application Data' folder, you see the same list again, and on and on for
> > > as
> > > long as I looked.
> > >
> > > Are there really nested levels of the same folders, or is this just same
> > > strange apparition that I'm seeing?
> > >
> > > I don't see the same behavior with Windows XP. Is this something
> > > different
> > > in Vista, or do I have a corrupted Vista application on my new computer?
> > >
> > > Thanks,
> > > JoanB

> >
> >
> >
> >
> > It is something different in Vista. It looks like a shortcut, but in reality
> > it's what's known in the trade as a 'junction'
> >
> > You can see this if you open up a command prompt and type the following
> >
> > dir /al %userprofile%\AppData\Local
> >
> > If you examine the output closely, then you'll see that it's a junction. In
> > square brackets the target of the junction is shown, which in this case is
> > its parent folder.
> >
> > They're essentially there for compatibilty purposes, so that if an
> > application tries to write to a place that it knew and loved under XP, it
> > will be redirected to a suitable place in Vista. I forget the exact mapping
> > for that particular one, but there is a good reason for each.
> >
> > --
> > Jon
> >
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy To Application Data Folders Bilbo Windows Vista File Management 5 03-23-2008 01:03 PM
appdata-local-Application Data-Application Data-Application Data infinitum ad nauseum. WHY keepout@yahoo.com.invalid Windows Vista General Discussion 16 09-16-2007 12:50 AM
Multiple Application Data Folders - Why & How Paul In Alaska Windows Vista General Discussion 3 06-01-2007 12:57 AM
Users & Application data folders in WE Savoyard Windows Vista File Management 1 04-26-2007 11:05 AM
Vista Duplicate Folders Ray Windows Vista File Management 1 02-14-2007 06:54 PM



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