Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > how to change permissions

Reply
Thread Tools Display Modes

how to change permissions

 
 
Steve Hambrick
Guest
Posts: n/a

 
      10-20-2005
Okay, I have read article ID: 909444 concerning the need to correct the
default permission settings in the registration folder. How do you do that?
I have looked in that folder and right click and left click, looked in
properties but can not fiquire out how to make sure the permissions are set
correctly. Can anyone help?


 
Reply With Quote
 
 
 
 
Michael Jennings
Guest
Posts: n/a

 
      10-20-2005
You have windows 2000 and I have windows XP. Your windir is
c:\winnt I guess - mine is c:\windows. I can't see how right clicking
properties gets me a security tab either, just like you. Try cacls.

http://support.microsoft.com/default...b;en-us;909444
has the instructions for resetting. Here is their instruction:

echo y| cacls %windir%\registration /G everyone:R system:F administrators:F
echo y| cacls %windir%\registration\*.clb /G everyone:R system:F
administrators:F

If, before you do this, you want to see what you've got set, open up
a dos box, cd to winnt (in your case I guess) and cacls registration
It should return who's got what rights on the registration folder,
exactly if you can follow the oi's and aces. Best bet I think would
be to put their two lines in a .bat file, run it, then check.

"Steve Hambrick" <> wrote in message
news:%...
> Okay, I have read article ID: 909444 concerning the need to correct the
> default permission settings in the registration folder. How do you do
> that? I have looked in that folder and right click and left click, looked
> in properties but can not fiquire out how to make sure the permissions are
> set correctly. Can anyone help?
>



 
Reply With Quote
 
Steve Hambrick
Guest
Posts: n/a

 
      10-20-2005
Sorry, I should have stated that I have Windows XP Pro. It seems that
Microsoft should not assume that everyone is computer smart. Telling you
what to do rather than telling you how to do it is two different things.
"Michael Jennings" <> wrote in message
news:%...
> You have windows 2000 and I have windows XP. Your windir is
> c:\winnt I guess - mine is c:\windows. I can't see how right clicking
> properties gets me a security tab either, just like you. Try cacls.
>
> http://support.microsoft.com/default...b;en-us;909444
> has the instructions for resetting. Here is their instruction:
>
> echo y| cacls %windir%\registration /G everyone:R system:F
> administrators:F
> echo y| cacls %windir%\registration\*.clb /G everyone:R system:F
> administrators:F
>
> If, before you do this, you want to see what you've got set, open up
> a dos box, cd to winnt (in your case I guess) and cacls registration
> It should return who's got what rights on the registration folder,
> exactly if you can follow the oi's and aces. Best bet I think would
> be to put their two lines in a .bat file, run it, then check.
>
> "Steve Hambrick" <> wrote in message
> news:%...
>> Okay, I have read article ID: 909444 concerning the need to correct the
>> default permission settings in the registration folder. How do you do
>> that? I have looked in that folder and right click and left click, looked
>> in properties but can not fiquire out how to make sure the permissions
>> are set correctly. Can anyone help?
>>

>
>



 
Reply With Quote
 
Michael Jennings
Guest
Posts: n/a

 
      10-20-2005
"Before Microsoft Security Bulletin MS05-051, explicit permissions to the
COM+ catalog were not required."

start > run > type in " cmd " > issue these commands:
cd \windows
cacls registration
you should then see this:
C:\WINDOWS\Registration
EveryoneOI)(CI)R
NT AUTHORITY\SYSTEMOI)(CI)F
BUILTIN\AdministratorsOI)(CI)F

If everyone has full control, that works too. What if not?
Then look here for my how-to-do the .bat file explanation:
news:uo0$L%...

Although W2K really got it, this applies to XP and 2003 as well.
Yes, of course, they should have provided for this. Will, eventually.

"Steve Hambrick" <> wrote in message
news:...
> Sorry, I should have stated that I have Windows XP Pro. It seems that
> Microsoft should not assume that everyone is computer smart. Telling you
> what to do rather than telling you how to do it is two different things.
>
> "Michael Jennings" <> wrote in message
> news:%...
>> You have windows 2000 and I have windows XP. Your windir is
>> c:\winnt I guess - mine is c:\windows. I can't see how right clicking
>> properties gets me a security tab either, just like you. Try cacls.
>>
>> http://support.microsoft.com/default...b;en-us;909444
>> has the instructions for resetting. Here is their instruction:
>>
>> echo y| cacls %windir%\registration /G everyone:R system:F
>> administrators:F
>> echo y| cacls %windir%\registration\*.clb /G everyone:R system:F
>> administrators:F
>>
>> If, before you do this, you want to see what you've got set, open up
>> a dos box, cd to winnt (in your case I guess) and cacls registration
>> It should return who's got what rights on the registration folder,
>> exactly if you can follow the oi's and aces. Best bet I think would
>> be to put their two lines in a .bat file, run it, then check.
>>
>> "Steve Hambrick" <> wrote in message
>> news:%...
>>> Okay, I have read article ID: 909444 concerning the need to correct the
>>> default permission settings in the registration folder. How do you do
>>> that? I have looked in that folder and right click and left click,
>>> looked in properties but can not fiquire out how to make sure the
>>> permissions are set correctly. Can anyone help?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant change Ownership or Permissions on Vista Image BigAl.NZ@gmail.com Windows Vista General Discussion 8 01-11-2009 12:56 AM
How can I change file permissions en masse? M.L. Windows Vista Help 0 10-08-2008 02:59 PM
Vista Permission to not Change Permissions audell Windows Vista Networking 0 05-26-2008 03:26 PM
How to change 'Group' permissions on existing folder? Jason Windows Vista File Management 4 05-24-2007 02:43 AM
Interception of NTFS permissions change Omer Windows Vista Drivers 3 06-19-2005 06:13 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59