![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Security and Windows Vista A forum for discussion on security issues with Windows Vista. (microsoft.public.windows.vista.security) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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. |
|
|||
|
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/ |
|
|||
|
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" wrote in message ... 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. |
|
|||
|
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/ |