Skip to content

Commit 1185ff7

Browse files
committed
Update registry_query.md doc for Windows
1 parent 92bc338 commit 1185ff7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

commands/docs/registry_query.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ system: |
77
Query the Windows registry.
88
usage: |
99
Query the Windows registry.
10-
feature: default
10+
editLink: false
11+
contributors: false
1112
---
1213
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1314

@@ -21,16 +22,16 @@ feature: default
2122

2223
## Flags
2324

24-
- `--hkcr, -`: query the hkey_classes_root hive
25-
- `--hkcu, -`: query the hkey_current_user hive
26-
- `--hklm, -`: query the hkey_local_machine hive
27-
- `--hku, -`: query the hkey_users hive
28-
- `--hkpd, -`: query the hkey_performance_data hive
29-
- `--hkpt, -`: query the hkey_performance_text hive
30-
- `--hkpnls, -`: query the hkey_performance_nls_text hive
31-
- `--hkcc, -`: query the hkey_current_config hive
32-
- `--hkdd, -`: query the hkey_dyn_data hive
33-
- `--hkculs, -`: query the hkey_current_user_local_settings hive
25+
- `--hkcr`: query the hkey_classes_root hive
26+
- `--hkcu`: query the hkey_current_user hive
27+
- `--hklm`: query the hkey_local_machine hive
28+
- `--hku`: query the hkey_users hive
29+
- `--hkpd`: query the hkey_performance_data hive
30+
- `--hkpt`: query the hkey_performance_text hive
31+
- `--hkpnls`: query the hkey_performance_nls_text hive
32+
- `--hkcc`: query the hkey_current_config hive
33+
- `--hkdd`: query the hkey_dyn_data hive
34+
- `--hkculs`: query the hkey_current_user_local_settings hive
3435
- `--no-expand, -u`: do not expand %ENV% placeholders in REG_EXPAND_SZ
3536

3637
## Parameters
@@ -44,7 +45,6 @@ feature: default
4445
| input | output |
4546
| ------- | ------ |
4647
| nothing | any |
47-
4848
## Examples
4949

5050
Query the HKEY_CURRENT_USER hive
@@ -60,4 +60,4 @@ Query the HKEY_LOCAL_MACHINE hive
6060
```
6161

6262
## Notes
63-
Currently supported only on Windows systems.
63+
Currently supported only on Windows systems.

0 commit comments

Comments
 (0)