Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Administration

Notices

Reply

Weird access problem

 

LinkBack Thread Tools Display Modes
Old 05-04-2007, 06:29 PM   #1 (permalink)
Default Weird access problem

I am in my user folder. I am the owner and administrator of this computer.
However, it won't let me access several of the folders in my user account.
Such as the Templates folder. When I click on it, it says:
"C:\Users\Nancy\Templates is not accessible. Access is denied." The icon on
the folder looks like a shortcut icon. It is the same folder as AppDate, but
with a little arrow pointing up and to the right down in the lower left
corner. If I right click on it and go to Properties, I am listed as the
owner. This is currently happening to the following folders: Application
Data, Cookies, Local Settings, NetHood, PrintHood, SendTo, Start Menu, and
Templates. I got the same message with my Music folder a few minutes ago. I
rebooted and now I can at least access that one. Any ideas?
Nancy T.
Guest
 
Posts: n/a
Reply With Quote  
Old 05-04-2007, 08:31 PM   #2 (permalink)
Default Re: Weird access problem

Nancy

This is a common problem for users that are looking for the same folder
structure in Vista that was used in XP.

The folders you are looking at that appear to be shortcuts are called a
Junction or Symbolic Link. These folders are used for backward
compatibility, mostly for installation programs that are looking for an old
system folder location. They appear where a system folder location, that was
part of a previous version of Windows, has been changed in Vista. When an
older installation program is installed, these folders will redirect the
installation program to the proper folder in Vista. These folders contain no
user information.

You can use a command prompt to locate the new folder that the Junction
points to in Vista

Press WINKEY+R and type cmd and press OK.

The command window should open at the C:\Users\<username> folder.

Type: dir /ahL and press the ENTER key. (Note the space in the
command)

The result will be a list of folders on the C: drive, here is an example.

<date> <time> <JUNCTION> SendTo
[C:\Users\<username>AppData\Roaming\Microsoft\Windo ws\SendTo]

This shows the old name of the folder (SendTo) with the path to the new
location in brackets.

It would be a good idea to print this list for future reference.


For reference, Here is the list of Junctions for a standard, clean
installation of Vista Ultimate on the C: drive. Office 2007 is installed.
Your results may be different because of different software being installed.

Microsoft Windows [Version 6.0.6000]

C:\Users\username>dir /ahl

Directory of C:\Users\<username>

12/13/2006 03:15 PM <JUNCTION> Application Data
[C:\Users\<username>\AppData\Roaming]

12/13/2006 03:15 PM <JUNCTION> Cookies
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Cookies]

12/13/2006 03:15 PM <JUNCTION> Local Settings
[C:\Users\<username>\AppData\Local]

12/13/2006 03:15 PM <JUNCTION> My Documents [C:\Users\<username>\Documents]

12/13/2006 03:15 PM <JUNCTION> NetHood
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Network Shortcuts]

12/13/2006 03:15 PM <JUNCTION> PrintHood
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Printer Shortcuts]

12/13/2006 03:15 PM <JUNCTION> Recent
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Recent]

12/13/2006 03:15 PM <JUNCTION> SendTo
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\SendTo]

12/13/2006 03:15 PM <JUNCTION> Start Menu
[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Start Menu]

12/13/2006 03:15 PM <JUNCTION>
TEMPLATE[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Templates


(Where "<username>" is the name of the account you are currently logged onto
the system with.)

The "My" designation for a user folder has been retired, so the old "My"
Documents, My Music, etc, is now called simply Documents and Music
respectively.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Nancy T." <NancyT@discussions.microsoft.com> wrote in message
news:921CF0CC-7347-4744-8A76-FB5153720612@microsoft.com...
Quote:
>I am in my user folder. I am the owner and administrator of this computer.
> However, it won't let me access several of the folders in my user account.
> Such as the Templates folder. When I click on it, it says:
> "C:\Users\Nancy\Templates is not accessible. Access is denied." The icon
> on
> the folder looks like a shortcut icon. It is the same folder as AppDate,
> but
> with a little arrow pointing up and to the right down in the lower left
> corner. If I right click on it and go to Properties, I am listed as the
> owner. This is currently happening to the following folders: Application
> Data, Cookies, Local Settings, NetHood, PrintHood, SendTo, Start Menu, and
> Templates. I got the same message with my Music folder a few minutes ago.
> I
> rebooted and now I can at least access that one. Any ideas?
Ronnie Vernon MVP
Guest
 
Posts: n/a
Reply With Quote  
Old 05-04-2007, 09:08 PM   #3 (permalink)
Default Re: Weird access problem

Thank you. That was a very clear and concise response and it totally makes
sense. Now I am thinking that when I couldn't get in to my music folder, I
may have been clicking on My Music instead of Music. Thanks for taking the
time to answer. You were a great help!

Nancy
(I still HATE Vista and Office 2007!)

"Ronnie Vernon MVP" wrote:
Quote:
> Nancy
>
> This is a common problem for users that are looking for the same folder
> structure in Vista that was used in XP.
>
> The folders you are looking at that appear to be shortcuts are called a
> Junction or Symbolic Link. These folders are used for backward
> compatibility, mostly for installation programs that are looking for an old
> system folder location. They appear where a system folder location, that was
> part of a previous version of Windows, has been changed in Vista. When an
> older installation program is installed, these folders will redirect the
> installation program to the proper folder in Vista. These folders contain no
> user information.
>
> You can use a command prompt to locate the new folder that the Junction
> points to in Vista
>
> Press WINKEY+R and type cmd and press OK.
>
> The command window should open at the C:\Users\<username> folder.
>
> Type: dir /ahL and press the ENTER key. (Note the space in the
> command)
>
> The result will be a list of folders on the C: drive, here is an example.
>
> <date> <time> <JUNCTION> SendTo
> [C:\Users\<username>AppData\Roaming\Microsoft\Windo ws\SendTo]
>
> This shows the old name of the folder (SendTo) with the path to the new
> location in brackets.
>
> It would be a good idea to print this list for future reference.
>
>
> For reference, Here is the list of Junctions for a standard, clean
> installation of Vista Ultimate on the C: drive. Office 2007 is installed.
> Your results may be different because of different software being installed.
>
> Microsoft Windows [Version 6.0.6000]
>
> C:\Users\username>dir /ahl
>
> Directory of C:\Users\<username>
>
> 12/13/2006 03:15 PM <JUNCTION> Application Data
> [C:\Users\<username>\AppData\Roaming]
>
> 12/13/2006 03:15 PM <JUNCTION> Cookies
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Cookies]
>
> 12/13/2006 03:15 PM <JUNCTION> Local Settings
> [C:\Users\<username>\AppData\Local]
>
> 12/13/2006 03:15 PM <JUNCTION> My Documents [C:\Users\<username>\Documents]
>
> 12/13/2006 03:15 PM <JUNCTION> NetHood
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Network Shortcuts]
>
> 12/13/2006 03:15 PM <JUNCTION> PrintHood
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Printer Shortcuts]
>
> 12/13/2006 03:15 PM <JUNCTION> Recent
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Recent]
>
> 12/13/2006 03:15 PM <JUNCTION> SendTo
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\SendTo]
>
> 12/13/2006 03:15 PM <JUNCTION> Start Menu
> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Start Menu]
>
> 12/13/2006 03:15 PM <JUNCTION>
> TEMPLATE[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Templates
>
>
> (Where "<username>" is the name of the account you are currently logged onto
> the system with.)
>
> The "My" designation for a user folder has been retired, so the old "My"
> Documents, My Music, etc, is now called simply Documents and Music
> respectively.
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "Nancy T." <NancyT@discussions.microsoft.com> wrote in message
> news:921CF0CC-7347-4744-8A76-FB5153720612@microsoft.com...
Quote:
> >I am in my user folder. I am the owner and administrator of this computer.
> > However, it won't let me access several of the folders in my user account.
> > Such as the Templates folder. When I click on it, it says:
> > "C:\Users\Nancy\Templates is not accessible. Access is denied." The icon
> > on
> > the folder looks like a shortcut icon. It is the same folder as AppDate,
> > but
> > with a little arrow pointing up and to the right down in the lower left
> > corner. If I right click on it and go to Properties, I am listed as the
> > owner. This is currently happening to the following folders: Application
> > Data, Cookies, Local Settings, NetHood, PrintHood, SendTo, Start Menu, and
> > Templates. I got the same message with my Music folder a few minutes ago.
> > I
> > rebooted and now I can at least access that one. Any ideas?
>
Nancy T.
Guest
 
Posts: n/a
Reply With Quote  
Old 05-04-2007, 09:57 PM   #4 (permalink)
Default Re: Weird access problem

Nancy

Your welcome, glad this helped.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Nancy T." <NancyT@discussions.microsoft.com> wrote in message
news:4EF6CCC8-E734-4B54-B100-68240E5673CD@microsoft.com...
Quote:
> Thank you. That was a very clear and concise response and it totally makes
> sense. Now I am thinking that when I couldn't get in to my music folder, I
> may have been clicking on My Music instead of Music. Thanks for taking the
> time to answer. You were a great help!
>
> Nancy
> (I still HATE Vista and Office 2007!)
>
> "Ronnie Vernon MVP" wrote:
>
Quote:
>> Nancy
>>
>> This is a common problem for users that are looking for the same folder
>> structure in Vista that was used in XP.
>>
>> The folders you are looking at that appear to be shortcuts are called a
>> Junction or Symbolic Link. These folders are used for backward
>> compatibility, mostly for installation programs that are looking for an
>> old
>> system folder location. They appear where a system folder location, that
>> was
>> part of a previous version of Windows, has been changed in Vista. When an
>> older installation program is installed, these folders will redirect the
>> installation program to the proper folder in Vista. These folders contain
>> no
>> user information.
>>
>> You can use a command prompt to locate the new folder that the Junction
>> points to in Vista
>>
>> Press WINKEY+R and type cmd and press OK.
>>
>> The command window should open at the C:\Users\<username> folder.
>>
>> Type: dir /ahL and press the ENTER key. (Note the space in the
>> command)
>>
>> The result will be a list of folders on the C: drive, here is an example.
>>
>> <date> <time> <JUNCTION> SendTo
>> [C:\Users\<username>AppData\Roaming\Microsoft\Windo ws\SendTo]
>>
>> This shows the old name of the folder (SendTo) with the path to the new
>> location in brackets.
>>
>> It would be a good idea to print this list for future reference.
>>
>>
>> For reference, Here is the list of Junctions for a standard, clean
>> installation of Vista Ultimate on the C: drive. Office 2007 is installed.
>> Your results may be different because of different software being
>> installed.
>>
>> Microsoft Windows [Version 6.0.6000]
>>
>> C:\Users\username>dir /ahl
>>
>> Directory of C:\Users\<username>
>>
>> 12/13/2006 03:15 PM <JUNCTION> Application Data
>> [C:\Users\<username>\AppData\Roaming]
>>
>> 12/13/2006 03:15 PM <JUNCTION> Cookies
>> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Cookies]
>>
>> 12/13/2006 03:15 PM <JUNCTION> Local Settings
>> [C:\Users\<username>\AppData\Local]
>>
>> 12/13/2006 03:15 PM <JUNCTION> My Documents
>> [C:\Users\<username>\Documents]
>>
>> 12/13/2006 03:15 PM <JUNCTION> NetHood
>> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Network Shortcuts]
>>
>> 12/13/2006 03:15 PM <JUNCTION> PrintHood
>> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Printer Shortcuts]
>>
>> 12/13/2006 03:15 PM <JUNCTION> Recent
>> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Recent]
>>
>> 12/13/2006 03:15 PM <JUNCTION> SendTo
>> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\SendTo]
>>
>> 12/13/2006 03:15 PM <JUNCTION> Start Menu
>> [C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Start Menu]
>>
>> 12/13/2006 03:15 PM <JUNCTION>
>> TEMPLATE[C:\Users\<username>\AppData\Roaming\Microsoft\Wind ows\Templates
>>
>>
>> (Where "<username>" is the name of the account you are currently logged
>> onto
>> the system with.)
>>
>> The "My" designation for a user folder has been retired, so the old "My"
>> Documents, My Music, etc, is now called simply Documents and Music
>> respectively.
>>
>> --
>>
>> Ronnie Vernon
>> Microsoft MVP
>> Windows Shell/User
>>
>>
>> "Nancy T." <NancyT@discussions.microsoft.com> wrote in message
>> news:921CF0CC-7347-4744-8A76-FB5153720612@microsoft.com...
Quote:
>> >I am in my user folder. I am the owner and administrator of this
>> >computer.
>> > However, it won't let me access several of the folders in my user
>> > account.
>> > Such as the Templates folder. When I click on it, it says:
>> > "C:\Users\Nancy\Templates is not accessible. Access is denied." The
>> > icon
>> > on
>> > the folder looks like a shortcut icon. It is the same folder as
>> > AppDate,
>> > but
>> > with a little arrow pointing up and to the right down in the lower left
>> > corner. If I right click on it and go to Properties, I am listed as the
>> > owner. This is currently happening to the following folders:
>> > Application
>> > Data, Cookies, Local Settings, NetHood, PrintHood, SendTo, Start Menu,
>> > and
>> > Templates. I got the same message with my Music folder a few minutes
>> > ago.
>> > I
>> > rebooted and now I can at least access that one. Any ideas?
>>
Ronnie Vernon MVP
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Weird Problem in XP Pro Robert Windows XP Help & Support 2 10-05-2003 10:03 AM
Weird XP Networking Problem Ken Widelitz Windows XP Network & Web 8 08-29-2003 01:05 PM
Weird access to floppy drive? Ed Windows XP Performance & Maintenance 0 07-10-2003 03:56 PM
please help me with weird XP problem Kelly Windows XP 0 07-10-2003 07:16 AM


All times are GMT. The time now is 05:59 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 86 87 88 89 90