SuprBay: The PirateBay Forum

Full Version: Cannot display one data column using reg query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was poking at my registry (no, I didn't delete any entries), and tried out reg query.

I was looking at HKEY_LOCAL_MACHINE\SOFTWARE\cdrtfe\Program, the path to the CD burning app, cdrtfe.

The Path key writes as follows:

reg query output Wrote:Path    REG_SZ    "C:\Program Files (x86)\cdrtfe\cdrtfe.exe"

I just want to display just the last column of that output.

How do I do it?

EDIT: This was my commmand:

Code:
REG QUERY "HKLM\SOFTWARE\cdrtfe\Program" /v Path