15 lines
214 B
Markdown
15 lines
214 B
Markdown
Installed Applications
|
|
|
|
|
|
|
|
Current running program
|
|
|
|
|
|
```powershell
|
|
Get-ItemProperty "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*" | select displayname
|
|
```
|
|
|
|
```powershell
|
|
Get-Process
|
|
```
|