$key = 'HKLM:\...' $entry = '...' $exists = (Test-Path $key) -and @((Get-Item $key).Property -eq $entry).Length