First: add the registry key to be scanned.
Report looks like this:
Select tblComputers.Computername, tblRegistry.Valuename, tblRegistry.Value
From tblComputers Inner Join tblRegistry On tblComputers.Computername = tblRegistry.Computername
Where tblRegistry.Valuename = 'fDenyTSConnections'