I'm trying to get the value of Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\everyoneincludeanonymous
. I've tried using Reg Query
but no matter what I type it says "INVALID KEY NAME". Here is what I have tried:
REG QUERY Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\everyoneincludeanonymous /s
Reg Query "Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa' /v everyoneincludeanonymous`
But they all reply "INVALID KEY NAME".
I'm running Windows 10 Home.