Re: Strange permissions problem



I read somewhere an article that if you remove Everyone group, you also
disable access to the SYSTEM account. This will cause permission problems
mostly to services, like IIS service. The solution is to either add Everyone
back, or add SYSTEM with full permissions.

Also, the user must be at least a Power User in order for the user to run
ActiveX projects in VB6 IDE. This is because only Administrators and Power
Users have write access to HKEY_LOCAL_MACHINE. When you run an ActiveX
project in the IDE, VB6 registers the following file first:

C:\Program Files\Microsoft Visual Studio\VB98\VB6DEBUG.DLL

If you compile, VB6 will create the necessary registry entries and points
them to your compiled file so you don't have to register it. This obviously
fails if the user is just a member of Users group. Members of Users group
can't install most software.

INFO: Registry Entries Made by an ActiveX Component
http://support.microsoft.com/default.aspx?scid=kb;en-us;183771




"Someone" <nobody@xxxxxxx> wrote in message
news:4ZMYe.46757$ct5.44999@xxxxxxxxxxxxx
>I am not sure if this is what you are having, but some admins restrict
>"Everyone" group or even remove it, presumably to enhance security. This
>however leads to problems. See the following articles:
>
> http://support.microsoft.com/kb/109076/EN-US/
> http://support.microsoft.com/kb/130016/EN-US/
>
> Also, are you cloning hard disks? This can lead to problems because 2
> computers might share the same system identifier. You can view the SID by
> using the following software:
>
> http://www.sysinternals.com/Utilities/PsGetSid.html
>
> To fix the problem, use the following:
>
> http://www.sysinternals.com/Utilities/NewSid.html
>
>
>
> "John Rosenlof" <greyseal96@xxxxxxxxxxx> wrote in message
> news:%23LbVBOivFHA.2864@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> I'm a sys admin and I'm having a strange problem with permissions. It
>> was necessary to set up one of our development computers so that some
>> developers that we're contracting with can access it remotely. They are
>> just normal users on the network, but they've been give full rights on
>> all of the folders that contain the code that they are working with.
>> They can check stuff in and out of Source Safe and even modify the files,
>> but when we try to hit the play button to test the code we get a msgbox
>> that says Permission Denied. I tried using F8, but that didn't work
>> because the application wouldn't even run. It doesn't compile, or
>> anything. Any ideas on what the problem might be? Ideally, we'd like to
>> not have to give admin privileges if we don't have to.
>>
>>
>> Thanks--
>> --John
>> Remember, the early bird gets the worm,
>> but the second mouse gets the cheese.
>>
>
>


.


Loading