ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.51 by root, Thu Aug 22 07:44:08 2019 UTC vs.
Revision 1.52 by root, Thu Aug 22 07:50:04 2019 UTC

57 pbcdedit import path/to/BCD # convert standard input to BCD hive 57 pbcdedit import path/to/BCD # convert standard input to BCD hive
58 pbcdedit edit path/to/BCD edit-instructions... 58 pbcdedit edit path/to/BCD edit-instructions...
59 59
60 pbcdedit objects # list all supported object aliases and types 60 pbcdedit objects # list all supported object aliases and types
61 pbcdedit elements # list all supported bcd element aliases 61 pbcdedit elements # list all supported bcd element aliases
62
63 # Example: enable text-based boot menu.
64 pbcdedit edit /my/BCD set '{default}' bootmenupolicy 1
65
66 # Example change system device to first partition containing winload.
67 pbcdedit edit /my/BCD \
68 set '{default}' device 'locate=<null>,element,path' \
69 set '{default}' osdevice 'locate=<null>,element,path'
70
62 71
63=head1 DESCRIPTION 72=head1 DESCRIPTION
64 73
65This program allows you to create, read and modify Boot Configuration Data 74This program allows you to create, read and modify Boot Configuration Data
66(BCD) stores used by Windows Vista and newer versions of Windows. 75(BCD) stores used by Windows Vista and newer versions of Windows.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines