PowerShell Studio: Knowing when to use STA mode
Follow @SAPIENDavid
Recently, on our forums, a user asked why certain controls didn’t function correctly or threw an error when he unchecked the STA option in PowerShell Studio.
STA (Single Threaded Apartment) and MTA (Multi-Threaded Apartment) determine how a process…
Read More