Open
Description
Microsoft PowerToys version
0.76.2
Installation method
PowerToys auto-update
Running as admin
Yes
Area(s) with issue?
Registry Preview
Steps to reproduce
- Create the following
.reg
file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\_TEST_KEY]
"Test"="hex:ff"
- Open the file with RegistryPreview
- Select the key
_TEST_KEY
to view its children - Observe the value in the preview window
✔️ Expected Behavior
The value type is correctly represented as REG_SZ
with the value data containing the string hex:ff
Name | Type | Data |
---|---|---|
Test | REG_SZ | hex:ff |
❌ Actual Behavior
The value is represented in the preview as REG_BINARY
:
Name | Type | Data |
---|---|---|
Test | REG_BINARY | 0xFF |
regedit.exe correctly writes the data to the HKEY_CURRENT_USER\_TEST_KEY
key:
Name | Type | Data |
---|---|---|
Test | REG_SZ | hex:ff |
Other Software
No response
Activity