no access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

a customer cannot see and not access the folder c:\winnt\assembly.
The permissons settings were all correct.
New installation of .Net-Framework didn't change this result.
Have you an idea?

Helge
 
Hi,

its a great idea but, this folder has no security tab, it is the cache
folder and it would be used from .NET Framwork to start applications

Helge
 
If that folder has no security tab, how do you know the permissions are
correct ??

And why would your customer need to acess that folder if it is just used by
..Net Framework ??

MD
 
Hi Helge,

Start/run cmd, then run:

cacls C:\Winnt\Assembly /g <username>:F

Where <username> is replaced by the actual name of the customer's user
account.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
The security tab only shows under certain conditions, but the security
descriptors always exist even if unseen.

In XP Pro, you must disable simple file sharing on the view tab of folder
options. In WinXP Home, you need to restart in Safe mode and logon with the
otherwise hidden administrator account.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
Hi Rick,

Sorry, but after executing this command it will be still the same.
The user couldn't see this folder (C:\winnt\assembly)
Here are the other permissions

BUILTIN\Users:R
BUILTIN\Users:(OI)(CI)(IO)(special access:)
GENERIC_READ
GENERIC_EXECUTE

BUILTIN\Power Users:C
BUILTIN\Power Users:(OI)(CI)(IO)C
BUILTIN\Administrators:F
BUILTIN\Administrators:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
CREATOR OWNER:(OI)(CI)(IO)F

The user is also local Administrator

Helge
 
Hi Helge,

Not being able to see it and not being able to access it are two different
things. If the folder holds the system and/or hidden attributes, and the
user's folder views are set not to see them, then changing permissions will
not alter that. The global view settings would need to be changed in folder
options.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
 
Hi Rick,

the settings in the folder option would be correct, I see no difference to
other users

Helge
 
Hi Rick,

I've checked the settings in the folder option, they are all ok.
Have you an other idea to view the folder and having access.
the last way might to be start an new installation

Helge
 
Back
Top