# Registry

### Read Registry values

**Powershell**:&#x20;

`Get-ItemProperty -Path Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion`&#x20;

&#x20;Or

`cd HKCU:` or `cd HKLM:`\
**CMD**:&#x20;

`REG QUERY HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\`&#x20;
