bcdstore Questions
5
so i can write bcd commands in a powershell script as if i were in a cmd prompt, for example:
bcdedit /default '{current}'
however i need a script that does this:
bcdedit /default '{current}'
b...
Employ asked 3/6, 2013 at 18:32
1
Solved
We are using the following function to get the number of processors specified by the current boot configuration. This number is used purely for logging.
The function below works fine on XP, Vista,...
Foresheet asked 4/1, 2013 at 14:29
1
How to add a new UEFI firmware boot menu entry(in NVRAM) using bcdedit. For e.g. I tried the following steps but boot entry is not getting added.
bcdedit /create /d "LinuxLoader" /application oslo...
2
Solved
I'm trying to convert this code fragment into Delphi and I got stuck on the for each objWBL in colObjects.
if not objBcdStore.EnumerateObjects( &h10200003, colObjects ) then
WScript.Echo "ERR...
1
© 2022 - 2024 — McMap. All rights reserved.