UAC and permissions on HKLM registry

Posted: 10-18-2006, 06:53 PM
In the XP environment, we have an asset management program that sucks the
machines serial number out of the BIOS, and subsequently writes the value to
the registry in the HKLM hive. I'm wondering if this will be possible with
VISTA AND UAC. Will it be necessary to change the permissions on the
specific registry key (during the imaging process) in order for this to
occur without the user being prompted? TIA.


Reply With Quote

Responses to "UAC and permissions on HKLM registry"

Jimmy Brush
Guest
Posts: n/a
 
Re: UAC and permissions on HKLM registry
Posted: 10-19-2006, 12:36 AM

<snip>
> Will it be necessary to change the permissions on the
> specific registry key (during the imaging process) in order for this to
> occur without the user being prompted? TIA.
Yes.

--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/
Reply With Quote
Vipin
Guest
Posts: n/a
 
Re: UAC and permissions on HKLM registry
Posted: 10-26-2006, 07:02 PM
Registry virtualisation will redirect writes to HKLM to HKCU, so you don't
have to worry about the write failing.

--
Vipin Aravind
http://blogs.explorewindows.com

"Doug Walch" <walch_do@leg.wa.gov> wrote in message
news:e$UZe5t8GHA.3264@TK2MSFTNGP04.phx.gbl...
> In the XP environment, we have an asset management program that sucks the
> machines serial number out of the BIOS, and subsequently writes the value
> to the registry in the HKLM hive. I'm wondering if this will be possible
> with VISTA AND UAC. Will it be necessary to change the permissions on the
> specific registry key (during the imaging process) in order for this to
> occur without the user being prompted? TIA.
>

Reply With Quote
Jimmy Brush
Guest
Posts: n/a
 
Re: UAC and permissions on HKLM registry
Posted: 10-28-2006, 02:59 PM
Application developers should not rely on this "feature" - virtualization is
there to support old applications, not new ones. If you want to write to
HKLM, you need to have permissions to that key or ask the user to elevate.
Otherwise, write to HKCU.


--
- JB

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

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


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
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I delete registry key value in HKLM Rastlin Chen Windows Vista Security 2 09-08-2006 02:42 PM
NTFS/registry permissions for a service-specific SID Sharon2323 Windows Vista Security 3 08-05-2006 08:31 PM
How do I get Registry key permissions for a specific user or group via WMI? Mark-Allen Perry Windows XP WMI 1 07-12-2005 10:30 AM
What is HKLM? Gordon Nelson Windows XP Configuration & Management 3 09-23-2004 12:43 AM
HKLM\ENUM PaulH Windows XP Setup 1 06-30-2003 01:34 PM