first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
## Description
|
||||
|
||||
A function to minimize all the apps on your targets screen
|
||||
|
||||
## The Function
|
||||
|
||||
### [Minimize-Apps]
|
||||
|
||||
A short description of how your function works
|
||||
|
||||
```PowerShell
|
||||
Function Minimize-Apps
|
||||
{
|
||||
$apps = New-Object -ComObject Shell.Application
|
||||
$apps.MinimizeAll()
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user