Skip to content

Latest commit

 

History

History
103 lines (78 loc) · 2.73 KB

Minimize-Apps.md

File metadata and controls

103 lines (78 loc) · 2.73 KB

Logo

Table of Contents
  1. Description
  2. The Function
  3. Examples
  4. Contact
  5. Acknowledgments

Minimize Apps

Python
YouTube Tutorial

Description

A function to minimize all the apps on your targets screen

The Function

[Minimize-Apps]

A short description of how your function works

Function Minimize-Apps
{
    $apps = New-Object -ComObject Shell.Application
    $apps.MinimizeAll()
}

(back to top)

Examples

Listed below are payloads that have used one of these functions:

JumpScare

(back to top)

Contact

📱 My Socials 📱

C#
YouTube
Python
Twitter
Golang
Instagram
Jsonnet
Discord

(back to top)

Acknowledgments


HOME-PAGE

(back to top)