access denied??

  • Thread starter Thread starter jlab13
  • Start date Start date
J

jlab13

I have Administrator privileges on my user account, as I'm the only
user. Why is it I can't access my "Music" folder in my documents? Or
video, pix, etc?

I'm running 32-bit Vista.

Any ideas would be greatly appreciated!!
 
Hi Jlab 13--

I don't know but make sure you have ownership of the folder by right
clicking>security tab>highlight profile you want>edit>put checks in all the
boxes>close>reopen. I've seen UAC deny access to some folders once in a
while.

Also go to your run box>type in secpol.msc>Local Policies>Security
Options>User Account Control (Usually 3rd from Bottom)>Run all administrator
in Administrative approval mode.

Good luck,

CH
 
jlab13 said:
I have Administrator privileges on my user account, as I'm the only
user. Why is it I can't access my "Music" folder in my documents? Or
video, pix, etc?

I'm running 32-bit Vista.

Any ideas would be greatly appreciated!!


That folder is not used in Vista for file storage, you don't need to access
it . Some folders have been carried over from XP for compatibility with
legacy apps. This is one. What they are is actually a junction point, that
contains a pointer to the actual folder used in Vista. These are seen when
hidden files are displayed as a dimmed folder with the shortcut arrow and
give Access Denied when you try to open them. Do not change the permissions
on these folders. That could cause problems down for legacy apps.

To see where a junction points, open an elevated command prompt. Start |
type "cmd" without the quotes. Right click on it when it appears at top
left, and choose Run as Administrator. Navigate to the folder that has the
junction points, and give this command:
del /al

Junctions are shown by <Junction>. The folder they point to is listed at
the end of the line in square brackets.

From a post by Jimmy Brush here is a list of these legacy folders and the
locations to which they point in Vista.

Windows XP Location Windows Vista Location
\Documents and Settings \Users
\Documents and Settings\$USER$\My Documents \Users\$USER$\Documents
\Documents and Settings\$USER$\My Documents\My Music \Users\$USER$\Music
\Documents and Settings\$USER$\My Documents\My Pictures
\Users\$USER$\Pictures
\Documents and Settings\$USER$\My Documents\My Videos
\Users\$USER$\Videos
\Documents and Settings\$USER$\Application Data
\Users\$USER$\AppData\Roaming
\Documents and Settings\$USER$\Cookies
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Cookies
\Documents and Settings\$USER$\Local Settings
\Users\$USER$\AppData\Local
\Documents and Settings\$USER$\NetHood
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Network Shortcuts
\Documents and Settings\$USER$\PrintHood
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
\Documents and Settings\$USER$\Recent
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Recent
\Documents and Settings\$USER$\SendTo
\Users\$USER$\AppData\Roaming\Microsoft\Windows\SendTo
\Documents and Settings\$USER$\Start Menu
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Start Menu
\Documents and Settings\$USER$\Templates
\Users\$USER$\AppData\Roaming\Microsoft\Windows\Templates
\Documents and Settings\$USER$\Local Settings\Application Data
\Users\$USER$\AppData\Local
\Documents and Settings\$USER$\Local Settings\History
\Users\$USER$\AppData\Local\Microsoft\Windows\History
\Documents and Settings\$USER$\Local Settings\Temporary Internet Files
\Users\$USER$\AppData\Local\Microsoft\Windows\Temporary Internet Files
\Documents and Settings\All Users \ProgramData
\Documents and Settings\All Users\Application Data \ProgramData
\Documents and Settings\All Users\Desktop \Users\Public\Desktop
\Documents and Settings\All Users\Documents \Users\Public\Documents
\Documents and Settings\All Users\Favorites \Users\Public\Favorites
\Documents and Settings\All Users\Start Menu
\ProgramData\Microsoft\Windows\Start Menu
\Documents and Settings\All Users\Templates
\ProgramData\Microsoft\Windows\Templates
\Documents and Settings\Default User \Users\Default "
 
jlab13 said:
I have Administrator privileges on my user account, as I'm the only
user. Why is it I can't access my "Music" folder in my documents? Or
video, pix, etc?

I'm running 32-bit Vista.

Any ideas would be greatly appreciated!!


That's by design. The actual folders have moved. What you are seeing and
getting access denied on are "Junction Points" and are there to redirect
legacy software to the new location when addressed via an absolute path.

Music is located at %SystemDrive%\Users\%USERNAME%\Music

Where...
%SystemDrive% is the letter of your HD, usually C:
%USERNAME% is the name of your profile.
 
Back
Top