Answered by:
Preventing installation of WES image

Question
-
Hello, need a bit of help/guidance if possible:
How do I prevent a WES 2011 image to run or be deployed only on my hardware device platform? I.e. after I have a "golden image" is there tools/method to check for something unique (i.e. a proprietary PCI device or PnP ID) and prevent installation if not found?- Moved by Srikanth Kamath [MSFT] Friday, October 9, 2009 3:29 PM non-EEF topic (From:Standard 2011 (CTP): Embedded Enabling Features (EEFs))
Answers
-
Wound up rolling my own utility that queries for a specific BIOS key/entry.
- Marked as answer by Phil Shipley Monday, September 16, 2019 5:23 PM
All replies
-
-
-
-
Do you want something similar like autocheck?
The registry key HKLM\SYSTEM\CurrentControlSet\Control\Session Manager : BootExecute specifies the applications, services, and commands executed during startup.
The info is http://technet.microsoft.com/en-us/library/cc963230.aspx -
Wound up rolling my own utility that queries for a specific BIOS key/entry.
- Marked as answer by Phil Shipley Monday, September 16, 2019 5:23 PM