first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Installed Applications
|
||||
|
||||
|
||||
|
||||
Current running program
|
||||
|
||||
|
||||
```powershell
|
||||
Get-ItemProperty "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*" | select displayname
|
||||
```
|
||||
|
||||
```powershell
|
||||
Get-Process
|
||||
```
|
||||
Reference in New Issue
Block a user