![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 Specs![]() |
| | #3 (permalink) |
| | 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 Specs![]() |
| | #4 (permalink) |
| | 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 Specs![]() |
| | #5 (permalink) |
| | 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 Specs![]() |
| | #6 (permalink) |
| | 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 Specs![]() |
| | #7 (permalink) |
| | 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 Specs![]() |
| | #8 (permalink) |
| | 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 Specs![]() |
![]() |
| 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 | |||