Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - from Windows explorer, Access denied on various folders

Reply
 
Old 04-03-2007   #1 (permalink)
moondaddy


 
 

from Windows explorer, Access denied on various folders

I just installed vista for the first time and and browsing folders on the c
drive. I am the administrator by default but get Access is Denied when
trying to enter certain folders. how can I get access.

--
moondaddy@noemail.noemail



My System SpecsSystem Spec
Old 04-03-2007   #2 (permalink)
kirk jim


 
 

Re: from Windows explorer, Access denied on various folders

Question, why do you want to go there? lol




"moondaddy" <moondaddy@noemail.noemail> wrote in message
news:umNf8ZmdHHA.4688@TK2MSFTNGP04.phx.gbl...
>I just installed vista for the first time and and browsing folders on the c
>drive. I am the administrator by default but get Access is Denied when
>trying to enter certain folders. how can I get access.
>
> --
> moondaddy@noemail.noemail
>



My System SpecsSystem Spec
Old 04-03-2007   #3 (permalink)
moondaddy


 
 

Re: from Windows explorer, Access denied on various folders

to copy over things like favorits, etc. I'm used to getting full access to
my pc and frequently access application data stored in a profile. often I
build apps that write data there, then i want go go in and review it.




"kirk jim" <11@11.11> wrote in message
news:ulCC8dmdHHA.5044@TK2MSFTNGP05.phx.gbl...
> Question, why do you want to go there? lol
>
>
>
>
> "moondaddy" <moondaddy@noemail.noemail> wrote in message
> news:umNf8ZmdHHA.4688@TK2MSFTNGP04.phx.gbl...
>>I just installed vista for the first time and and browsing folders on the
>>c drive. I am the administrator by default but get Access is Denied when
>>trying to enter certain folders. how can I get access.
>>
>> --
>> moondaddy@noemail.noemail
>>

>
>



My System SpecsSystem Spec
Old 04-03-2007   #4 (permalink)
Frankster


 
 

Re: from Windows explorer, Access denied on various folders

Make sure you are going to the new "/users" directory, and not the old XP
Documents and Settings folder.

-Frank

"moondaddy" <moondaddy@noemail.noemail> wrote in message
news:u0MtFkmdHHA.2088@TK2MSFTNGP05.phx.gbl...
> to copy over things like favorits, etc. I'm used to getting full access
> to my pc and frequently access application data stored in a profile.
> often I build apps that write data there, then i want go go in and review
> it.
>
>
>
>
> "kirk jim" <11@11.11> wrote in message
> news:ulCC8dmdHHA.5044@TK2MSFTNGP05.phx.gbl...
>> Question, why do you want to go there? lol
>>
>>
>>
>>
>> "moondaddy" <moondaddy@noemail.noemail> wrote in message
>> news:umNf8ZmdHHA.4688@TK2MSFTNGP04.phx.gbl...
>>>I just installed vista for the first time and and browsing folders on the
>>>c drive. I am the administrator by default but get Access is Denied when
>>>trying to enter certain folders. how can I get access.
>>>
>>> --
>>> moondaddy@noemail.noemail
>>>

>>
>>

>
>


My System SpecsSystem Spec
Old 04-04-2007   #5 (permalink)
Rock


 
 

Re: from Windows explorer, Access denied on various folders

"moondaddy" <moondaddy@noemail.noemail> wrote
>I just installed vista for the first time and and browsing folders on the c
>drive. I am the administrator by default but get Access is Denied when
>trying to enter certain folders. how can I get access.


Certain folders are present in Vista with the same names as in XP, however
they are not used in Vista. An example is the Documents and Settings folder
seen in the root of the drive. These folders are in Vista for compatibility
with legacy apps, but they don't actually contain any data. The just
contain a pointer to the new folder name/location in Vista where the data is
actually stored.

Any folder that is dimmed, has the curved arrow on it, and gives an access
denied message when trying to open it is such a folder. In fact they are
not folders at all but junction points. There is no need for you to access
those folders because there is nothing in it. You also don't want to change
the permissions on them because it could cause problems for legacy apps.

To find out what the real folder name/location open an elevated command
prompt. Click the start orb, type in cmd, and right click on cmd.exe when
it pops up at the top left. Choose run as administrator. Navigate to the
folder containing the folders in question, and give the command:
dir /al

Junctions are designated by the label <Junction>. The actual folder it
points to is at the end of the line in brackets. For example if you
navigate to C:\ and do dir /al it will show Documents and Settings as a
junction with the actual folder being C:\Users.

If there are other locations not covered by this explanation you can't get
to then post back for more help.

--
Rock [MS-MVP User/Shell]

My System SpecsSystem Spec
Old 04-04-2007   #6 (permalink)
moondaddy


 
 

Re: from Windows explorer, Access denied on various folders

Thanks this really helps.


"Rock" <Rock@nospam.net> wrote in message
news:udxPPRndHHA.4352@TK2MSFTNGP03.phx.gbl...
> "moondaddy" <moondaddy@noemail.noemail> wrote
>>I just installed vista for the first time and and browsing folders on the
>>c drive. I am the administrator by default but get Access is Denied when
>>trying to enter certain folders. how can I get access.

>
> Certain folders are present in Vista with the same names as in XP, however
> they are not used in Vista. An example is the Documents and Settings
> folder seen in the root of the drive. These folders are in Vista for
> compatibility with legacy apps, but they don't actually contain any data.
> The just contain a pointer to the new folder name/location in Vista where
> the data is actually stored.
>
> Any folder that is dimmed, has the curved arrow on it, and gives an access
> denied message when trying to open it is such a folder. In fact they are
> not folders at all but junction points. There is no need for you to
> access those folders because there is nothing in it. You also don't want
> to change the permissions on them because it could cause problems for
> legacy apps.
>
> To find out what the real folder name/location open an elevated command
> prompt. Click the start orb, type in cmd, and right click on cmd.exe when
> it pops up at the top left. Choose run as administrator. Navigate to the
> folder containing the folders in question, and give the command:
> dir /al
>
> Junctions are designated by the label <Junction>. The actual folder it
> points to is at the end of the line in brackets. For example if you
> navigate to C:\ and do dir /al it will show Documents and Settings as a
> junction with the actual folder being C:\Users.
>
> If there are other locations not covered by this explanation you can't get
> to then post back for more help.
>
> --
> Rock [MS-MVP User/Shell]



My System SpecsSystem Spec
Old 04-04-2007   #7 (permalink)
Rock


 
 

Re: from Windows explorer, Access denied on various folders

You're welcome.
--
Rock [MS-MVP User/Shell]

"moondaddy" <moondaddy@noemail.noemail> wrote
> Thanks this really helps.


>> "moondaddy" <moondaddy@noemail.noemail> wrote
>>>I just installed vista for the first time and and browsing folders on the
>>>c drive. I am the administrator by default but get Access is Denied when
>>>trying to enter certain folders. how can I get access.


> "Rock" <Rock@nospam.net> wrote
>> Certain folders are present in Vista with the same names as in XP,
>> however they are not used in Vista. An example is the Documents and
>> Settings folder seen in the root of the drive. These folders are in
>> Vista for compatibility with legacy apps, but they don't actually contain
>> any data. The just contain a pointer to the new folder name/location in
>> Vista where the data is actually stored.
>>
>> Any folder that is dimmed, has the curved arrow on it, and gives an
>> access denied message when trying to open it is such a folder. In fact
>> they are not folders at all but junction points. There is no need for
>> you to access those folders because there is nothing in it. You also
>> don't want to change the permissions on them because it could cause
>> problems for legacy apps.
>>
>> To find out what the real folder name/location open an elevated command
>> prompt. Click the start orb, type in cmd, and right click on cmd.exe
>> when it pops up at the top left. Choose run as administrator. Navigate
>> to the folder containing the folders in question, and give the command:
>> dir /al
>>
>> Junctions are designated by the label <Junction>. The actual folder it
>> points to is at the end of the line in brackets. For example if you
>> navigate to C:\ and do dir /al it will show Documents and Settings as a
>> junction with the actual folder being C:\Users.
>>
>> If there are other locations not covered by this explanation you can't
>> get to then post back for more help.


My System SpecsSystem Spec
Old 04-13-2007   #8 (permalink)
mr.wolf


 
 

try this: change owner to admin

just had the same problem, found this solution and it worked:
http://www.computerhilfen.com/hilfen-24-163628-0.html
log in in safe mode as admin and change the owner settings!

greetz, Mr.Wolf

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Access denied in Windows Explorer... Vista General
How do you access denied folders? Vista General
How to access denied folders Vista installation & setup
Access Denied to Certain Folders Vista security
Windows Explorer access denied Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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