Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Security

Notices

Reply

What can a normal user (e.g. administrator) can read and modify inthe Registry?

 

LinkBack Thread Tools Display Modes
Old 10-09-2006, 06:57 AM   #1 (permalink)
Default What can a normal user (e.g. administrator) can read and modify inthe Registry?

Hi All,

does anybody know, has a link or whitepaper containing information
about the rights to read and modify the registry in windows vista?

I want to know the rules in case of my application running in normal and
administrative mode.

thanks a lot.
Mue
MueMeister
Guest
 
Posts: n/a
Reply With Quote  
Old 10-10-2006, 10:25 PM   #2 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modify in the Registry?

> And why is that Jimmy?
Quote:
> Why;even if I screw it up; is an area "off limits"?
> Jeff
I'm assuming you're talking about the keys denied to administrators? It's
not to stop administrators from accessing them, it is to stop programs from
accessing them (even programs running with admin privileges). The programs
need to use the approprate programming interfaces to access the data, not
access it directly. This was done because many programs were breaking the
rules by accessing the data directly.

--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Old 10-10-2006, 10:45 PM   #3 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modify in the Registry?

Hello,

Basically, a normal user has access rights to HKEY_CURRENT_USER. Everything
else is read-only.

Administrators have access to most other registry keys. The ones that
Administrators cannot access are usually controlled by other API's.

--
- JB

Windows Vista Support FAQ
http://www.jimmah.com/vista/

Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Old 10-10-2006, 11:19 PM   #4 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modify in the Registry?

And why is that Jimmy?
Why;even if I screw it up; is an area "off limits"?
Jeff

"Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message
news:7FB8BFB6-7B73-4C71-BFB0-4C7ABA3B4D36@microsoft.com...
Quote:
> Hello,
>
> Basically, a normal user has access rights to HKEY_CURRENT_USER.
> Everything else is read-only.
>
> Administrators have access to most other registry keys. The ones that
> Administrators cannot access are usually controlled by other API's.
>
> --
> - JB
>
> Windows Vista Support FAQ
> http://www.jimmah.com/vista/
Jeff
Guest
 
Posts: n/a
Reply With Quote  
Old 10-10-2006, 11:53 PM   #5 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modify in the Registry?

Jimmy Brush wrote:
Quote:
Quote:
>> And why is that Jimmy?
>> Why;even if I screw it up; is an area "off limits"?
>> Jeff
>
> I'm assuming you're talking about the keys denied to administrators?
> It's not to stop administrators from accessing them, it is to stop
> programs from accessing them (even programs running with admin
> privileges). The programs need to use the approprate programming
> interfaces to access the data, not access it directly. This was done
> because many programs were breaking the rules by accessing the data
> directly.
A good example is malware (and other programs in the name of copy
protection) creating keys with bad data in them. Once the key exists they
can't be read or altered through the API's and often cause problems with
other programs that try to modify the registry legally.

--
Kerry
MS-MVP Windows - Shell/User
http://www.vistahelp.ca


Kerry Brown
Guest
 
Posts: n/a
Reply With Quote  
Old 10-10-2006, 11:56 PM   #6 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modify in the Registry?

Ok,
But basically; reg keys still off limit?

Jeff

"Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message
news:F221C234-60D5-4E22-9791-138B89CE4A27@microsoft.com...
Quote:
Quote:
>> And why is that Jimmy?
>> Why;even if I screw it up; is an area "off limits"?
>> Jeff
>
> I'm assuming you're talking about the keys denied to administrators? It's
> not to stop administrators from accessing them, it is to stop programs
> from accessing them (even programs running with admin privileges). The
> programs need to use the approprate programming interfaces to access the
> data, not access it directly. This was done because many programs were
> breaking the rules by accessing the data directly.
>
> --
> - JB
>
> Windows Vista Support Faq
> http://www.jimmah.com/vista/
Jeff
Guest
 
Posts: n/a
Reply With Quote  
Old 10-11-2006, 11:14 AM   #7 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modify in the Registry?

"Jeff" <S.Cerevesiae@sbcglobal.net> wrote in message
news:epJFrdM7GHA.4996@TK2MSFTNGP04.phx.gbl...
Quote:
> Ok,
> But basically; reg keys still off limit?
Only a very few locations are secured from administrators; this includes
sensitive system configuration and performance-related data that can be
accessed by administrators through other means (user accounts control panel,
performance monitor, etc).

Any program running with admin privileges can access all but those
super-secure locations.

A normal program can only write settings that don't affect the state of the
entire computer and only affect the currently logged in user
(HKEY_CURRENT_USER).


--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Old 11-13-2006, 02:48 PM   #8 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modifyin the Registry?

Jimmy, thanks for your answer.

Jimmy Brush wrote:
Quote:
> Hello,
>
> Basically, a normal user has access rights to HKEY_CURRENT_USER.
> Everything else is read-only.
>
> Administrators have access to most other registry keys. The ones that
> Administrators cannot access are usually controlled by other API's.
>
MueMeister
Guest
 
Posts: n/a
Reply With Quote  
Old 11-13-2006, 08:46 PM   #9 (permalink)
Default Re: What can a normal user (e.g. administrator) can read and modify in the Registry?

You're welcome


--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/
Jimmy Brush
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Modify registry rscapers Windows Vista Performance & Maintenance 2 03-29-2007 12:48 AM
[newbye]Modify a distant registry Oriane Windows XP WMI 2 06-12-2006 11:21 AM
No Photoshop thumbnails, how do I modify Registry? Richard Berry Customize Windows XP 4 07-31-2003 10:05 PM
Cannot modify registry madman Windows XP Security & Administration 0 07-15-2003 04:13 PM
Domain user can't modify user profile Mihaly Beregszaszi Windows XP Security & Administration 0 07-03-2003 12:23 PM


All times are GMT. The time now is 10:02 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90