- Timestamp:
- 07/08/05 20:51:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/reglookup.1.t2t
r26 r28 43 43 To read and print an entire registry: 44 44 45 **reglookup /mnt/win/c/WINNT/system32/config/system**45 **reglookup /mnt/win/c/WINNT/system32/config/system** 46 46 47 47 To limit the output to just those entries under the Services 48 48 key: 49 49 50 **reglookup -f'$$$PROTO.HIV/ControlSet002/Services' /mnt/win/c/WINNT/system32/config/system**50 **reglookup -f'$$$PROTO.HIV/ControlSet002/Services' /mnt/win/c/WINNT/system32/config/system** 51 51 52 52 To limit the output to all registry values of type BIN: 53 53 54 **reglookup -tBIN /mnt/win/c/WINNT/system32/config/system**54 **reglookup -tBIN /mnt/win/c/WINNT/system32/config/system** 55 55 56 56 And to limit the output to BIN values under the Services key: 57 57 58 **reglookup -tBIN -f'$$$PROTO.HIV/ControlSet002/Services' /mnt/win/c/WINNT/system32/config/system**58 **reglookup -tBIN -f'$$$PROTO.HIV/ControlSet002/Services' /mnt/win/c/WINNT/system32/config/system** 59 59 60 60
Note: See TracChangeset
for help on using the changeset viewer.