LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wine-reg-query

Display keys and values from the Wine registry

TLDR

Query a key and list its values
$ wine reg query [HKCU\Software\MyApp]
copy
Query a single value of a key
$ wine reg query [HKCU\Software\MyApp] /v [Name]
copy
Query the default (unnamed) value of a key
$ wine reg query [HKCU\Software\MyApp] /ve
copy
Query a key recursively, including all subkeys
$ wine reg query [HKCU\Software\MyApp] /s
copy

SYNOPSIS

wine reg query key [/v value | /ve] [/s]

DESCRIPTION

wine reg query reads and prints the contents of a registry key inside a Wine prefix. It mirrors the Windows reg query command. With no value options, it lists the values stored directly under the given key.For each value, the output shows its name, type, and data. Use /s to walk the entire subtree below the key, which is useful for inspecting an application's full configuration at once.

PARAMETERS

/v value

Query the named value under the key.
/ve
Query the key's default (unnamed) value.
/s
Query all subkeys and their values recursively.

INSTALL

sudo dnf install wine
copy
sudo pacman -S wine
copy
sudo apk add wine
copy
sudo zypper install wine
copy
nix profile install nixpkgs#wine
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid