Ok, this was not how I understood it to work earlier when I was going
over this.
I do want to eventually see the values under each key, so I guess if I
want to see what is under each key I need to then reopen it and send
that value to EnumValue. Tried that and ended up with this which seems
to wo
EnumKey enumerates subkeys which are equivalent to the folders in
regedit. EnumValue enumerates values only. The reason your script is
not printing anything must be due to the fact that you are passing in a
registry path that contains only subkeys and no values. As I mentioned
before, the folders