Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 05-30-2007, 12:50 AM
Paul In Alaska
Newsgroup Contributor
 
Posts: n/a
Multiple Application Data Folders - Why & How

I have run into a bit of a problem. I ran my weekly Spy Sweeper scan today
and it was taking way too long - over 6 hours. I saw it was running the scan
on the Application Data folder under my user name. Upon further investigation
I found many Application Data folders under the Application Data folder,
approximately 10. I recognize they are all short cuts or mapped folders. Yet
there should be only one. How do I correct this problem? AND better yet does
anyone know how it happenned?
Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 05-30-2007, 12:50 AM
  #2 (permalink)  
Old 05-31-2007, 09:40 AM
Jimmy Brush
Newsgroup Contributor
 
Posts: n/a
Re: Multiple Application Data Folders - Why & How

Hello,

There is actually no folder named "Application Data".

This was a folder in Windows XP, but in Windows Vista, this folder has
been moved.

"Application Data" is a junction (fancy name for a special kind of
shortcut) that exists in Vista to point old programs to the new
location under certain scenarios.

Windows prevents programs from accessing these special junctions like
a folder to prevent this "hall of mirrors" effect from happening.

The problem here, is that Spy Sweeper does not correctly recognize
that this is a junction, and (if you have not changed the default
security on this junction) is bypassing the security settings that
Windows imposes to prevent this.

Since removing this junction could stop some of your programs from
working correctly, it is best to leave it there. The ball is in Spy
Sweeper's court to work correctly with these junctions.

- JB


On Wed, 30 May 2007 00:43:01 -0700, Paul In Alaska
<PaulInAlaska@discussions.microsoft.com> wrote:
[color=blue]
>I have run into a bit of a problem. I ran my weekly Spy Sweeper scan today
>and it was taking way too long - over 6 hours. I saw it was running the scan
>on the Application Data folder under my user name. Upon further investigation
>I found many Application Data folders under the Application Data folder,
>approximately 10. I recognize they are all short cuts or mapped folders. Yet
>there should be only one. How do I correct this problem? AND better yet does
>anyone know how it happenned?
>Paul[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 05-31-2007, 02:00 PM
Paul In Alaska
Newsgroup Contributor
 
Posts: n/a
Re: Multiple Application Data Folders - Why & How

JB,

Thanks for the info. I did recognize the "folder" Application Data was only
a place holder with pointers. But should I have multiple levels - ie pointers
back to itself? In XP as you stated it was a folder and in XP it did not have
multiple levels of Application Data under the initial folder. This last weeks
scan by Spy Sweeper showed this to be a new problem. It looks like a program
in a continous loop without the END statement. Is there a solution within
Vista to prevent the creation or dissolve the multiple pointers to itself?

Thanks - Paul

"Jimmy Brush" wrote:
[color=blue]
> Hello,
>
> There is actually no folder named "Application Data".
>
> This was a folder in Windows XP, but in Windows Vista, this folder has
> been moved.
>
> "Application Data" is a junction (fancy name for a special kind of
> shortcut) that exists in Vista to point old programs to the new
> location under certain scenarios.
>
> Windows prevents programs from accessing these special junctions like
> a folder to prevent this "hall of mirrors" effect from happening.
>
> The problem here, is that Spy Sweeper does not correctly recognize
> that this is a junction, and (if you have not changed the default
> security on this junction) is bypassing the security settings that
> Windows imposes to prevent this.
>
> Since removing this junction could stop some of your programs from
> working correctly, it is best to leave it there. The ball is in Spy
> Sweeper's court to work correctly with these junctions.
>
> - JB
>
>
> On Wed, 30 May 2007 00:43:01 -0700, Paul In Alaska
> <PaulInAlaska@discussions.microsoft.com> wrote:
>[color=green]
> >I have run into a bit of a problem. I ran my weekly Spy Sweeper scan today
> >and it was taking way too long - over 6 hours. I saw it was running the scan
> >on the Application Data folder under my user name. Upon further investigation
> >I found many Application Data folders under the Application Data folder,
> >approximately 10. I recognize they are all short cuts or mapped folders. Yet
> >there should be only one. How do I correct this problem? AND better yet does
> >anyone know how it happenned?
> >Paul[/color]
>[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 05-31-2007, 06:00 PM
Jimmy Brush
Newsgroup Contributor
 
Posts: n/a
Re: Multiple Application Data Folders - Why & How

The cause of the recursion is because Microsoft decided to flatten a
system folder structure.

In Windows XP, you had %userprofile%\Local Settings\Application Data.
In Windows Vista, both Local Settings and Application Data have been
replaced by a single folder, %userprofile%\AppData\Local.

In order to accomplish the propper redirection, you need two
junctions:

1) A Local Settings junction, that will forward programs going to
%userprofile%\Local Settings to the new folder.

2) An Application Data junctions *inside of the new folder* that
points back on itself, to get programs accessing %userprofile%\Local
Settings\Application Data.

If you think about it, it makes sense ... when the program is
accessing local settings, it will get forwarded to the folder it needs
to be in, however, it is also accessing a folder named Application
Data *inside of the correct folder it needs* (since it has already
been redirected by the Local Settings junction), so the Application
Data junction has to point back on itself for things to function
properly.

I would suggest checking the security settings on your Application
Data junction (C:\users\yourname\appdata\local) (you will need to
select show operating system files from folder options in an explorer
window).

Go to the security tab, click advanced, then edit, and make sure you
see a deny permission for everyone on the list.

If there isn't one listed, create one for "Everyone" and check the box
under Deny next to "read folder / list data".

- JB

On Thu, 31 May 2007 13:49:02 -0700, Paul In Alaska
<PaulInAlaska@discussions.microsoft.com> wrote:
[color=blue]
>JB,
>
>Thanks for the info. I did recognize the "folder" Application Data was only
>a place holder with pointers. But should I have multiple levels - ie pointers
>back to itself? In XP as you stated it was a folder and in XP it did not have
>multiple levels of Application Data under the initial folder. This last weeks
>scan by Spy Sweeper showed this to be a new problem. It looks like a program
>in a continous loop without the END statement. Is there a solution within
>Vista to prevent the creation or dissolve the multiple pointers to itself?
>
>Thanks - Paul
>
>"Jimmy Brush" wrote:
>[color=green]
>> Hello,
>>
>> There is actually no folder named "Application Data".
>>
>> This was a folder in Windows XP, but in Windows Vista, this folder has
>> been moved.
>>
>> "Application Data" is a junction (fancy name for a special kind of
>> shortcut) that exists in Vista to point old programs to the new
>> location under certain scenarios.
>>
>> Windows prevents programs from accessing these special junctions like
>> a folder to prevent this "hall of mirrors" effect from happening.
>>
>> The problem here, is that Spy Sweeper does not correctly recognize
>> that this is a junction, and (if you have not changed the default
>> security on this junction) is bypassing the security settings that
>> Windows imposes to prevent this.
>>
>> Since removing this junction could stop some of your programs from
>> working correctly, it is best to leave it there. The ball is in Spy
>> Sweeper's court to work correctly with these junctions.
>>
>> - JB
>>
>>
>> On Wed, 30 May 2007 00:43:01 -0700, Paul In Alaska
>> <PaulInAlaska@discussions.microsoft.com> wrote:
>>[color=darkred]
>> >I have run into a bit of a problem. I ran my weekly Spy Sweeper scan today
>> >and it was taking way too long - over 6 hours. I saw it was running the scan
>> >on the Application Data folder under my user name. Upon further investigation
>> >I found many Application Data folders under the Application Data folder,
>> >approximately 10. I recognize they are all short cuts or mapped folders. Yet
>> >there should be only one. How do I correct this problem? AND better yet does
>> >anyone know how it happenned?
>> >Paul[/color]
>>[/color][/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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 Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Desktop folders mangosorbet007 Windows Vista 1 04-03-2008 10:50 AM
Duplicate levels of 'Application Data' folders in Vista? JoanB Windows Vista 3 10-04-2007 03:00 AM
appdata-local-Application Data-Application Data-Application Data infinitum ad nauseum. WHY keepout@yahoo.com.invalid Windows Vista 22 09-19-2007 12:47 AM
Multiple Contact Folders Bowhunt Pocket PC General 4 03-23-2007 08:00 AM
Multiple MSOCache folders BertS Microsoft Office 0 01-23-2007 12:15 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 09:57 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0