Month: July 2020
PowerShell – Focus this Window or Process
Notes $form.TopMost = $True # force window to stay on top
Pulse-Secure – Signout User
“C:\Program Files (x86)\Common Files\Pulse Secure\Integration\pulselauncher.exe” -url https://TheURLHere -signout “C:\Program Files\Common Files\Pulse Secure\Integration\pulselauncher.exe” -url https://TheURLHere -signout
PowerShell – Form – Close Button
Create a close/exit button that works when you disable Alt-F4
PowerShell – Form – Remove/Disable Cancel, Minimize, Maximize
Something so simple…but it works. Just add this to your form: Notes To completely hide the form: more at Microsoft…