Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [void] [System.Reflection.Assembly]::LoadWithPartialName("'Microsoft.VisualBasic")
- Start-Process -FilePath 'notepad.exe'
- [Microsoft.VisualBasic.Interaction]::AppActivate("Untitled - Notepad")
- Start-Sleep -Seconds 2
- [System.Windows.Forms.SendKeys]::SendWait("%(fs)")
- Start-Sleep -Seconds 2
- [System.Windows.Forms.SendKeys]::SendWait("%{F4}")
- Start-Sleep -Seconds 2
- [System.Windows.Forms.SendKeys]::SendWait("x")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement