
reg-query
List of commands for reg-query:
-
reg-query:tldr:7d404 reg-query: Display all values of a key and its sub keys.$ reg query ${key_name} /stry on your machineexplain this command
-
reg-query:tldr:7ee2e reg-query: Search for keys and values matching a specific pattern.$ reg query ${key_name} /f "${query_pattern}"try on your machineexplain this command
-
reg-query:tldr:aaa57 reg-query: Display a value of a key matching a specified data type.$ reg query ${key_name} /t ${type}try on your machineexplain this command
-
reg-query:tldr:b8dc0 reg-query: Display a specific value of a key.$ reg query ${key_name} /v ${value}try on your machineexplain this command
-
reg-query:tldr:bfd87 reg-query: Display all values of a key.$ reg query ${key_name}try on your machineexplain this command