microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
108.95k stars 6.43k forks source link

Registry Preview is not showing empty values for DWORDs #26699

Closed CherryDT closed 1 month ago

CherryDT commented 1 year ago

Microsoft PowerToys version

0.70.1

Installation method

PowerToys auto-update, Microsoft Store

Running as admin

No

Area(s) with issue?

Registry Preview

Steps to reproduce

Load a registry file into Registry Preview which contains any DWORD values.

For example:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{9147E464-33A6-48E2-A3C9-361EFD417DEE}]
"RelativePath"="Z:\\"
"Category"=dword:00000004
"Name"="ZVirtualDrive"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder\{9147E464-33A6-48E2-A3C9-361EFD417DEE}]
"MaxCapacity"=dword:0000c7eb
"NukeOnDelete"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{9147E464-33A6-48E2-A3C9-361EFD417DEE}]
"RelativePath"="Z:\\"
"Category"=dword:00000004
"Name"="ZVirtualDrive"

[HKEY_CURRENT_USER\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder\{9147E464-33A6-48E2-A3C9-361EFD417DEE}]
"MaxCapacity"=dword:0000c7eb
"NukeOnDelete"=dword:00000000

✔️ Expected Behavior

Value column should show the correct DWORD value.

❌ Actual Behavior

Value column is empty.

image

Other Software

No response

CodingWonders commented 1 year ago

I'm also experiencing this problem. The thing is, it applies the values correctly.

joadoumie commented 1 month ago

I think this is related to a fix that went out in August 2023, can you please verify whether or not you are still facing this issue after updating?

/needinfo

CodingWonders commented 1 month ago

It's been fixed

microsoft-github-policy-service[bot] commented 1 month ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 5 days. It will be closed if no further activity occurs within 5 days of this comment.