We have recently been asked how the tray icon of a script packaged with PowerShell Studio or PrimalScript can be changed dynamically. This requires access to the NotifyIcon object, which was previously not accessible from the PowerShell code within a…
Read More
The information in this article applies to the new PowerShell Version Selector features in PrimalScript 8.1.205, PowerShell Studio 5.8.244, and later builds.
The PowerShell Version Selector has been a part of PowerShell Studio and PrimalScript since February 2022. Its main…
Read More
The recent PowerShell Studio service builds include some changes to improve the handling of the WebView2 control. This article details the changes made and provides an overview of loading the control in PowerShell Studio’s designer.
Setup
To load the WebView2…
Read More
This part of the MSI Builder Step-by-Step series is a re-post of a previous article on adding PowerShell modules to your Installer. As all the information is recent and there have been no changes, you can skip this post if…
Read More
The latest versions of the Windows Application engines supplied with the Script Packager in PrimalScript 2023 (8.1.187) and SAPIEN PowerShell Studio 2023 (5.8.226) contain a little new feature you may find handy.
If your script uses the ‘Write-Progress’ cmdlet, the…
Read More
The feature described in this article is also included in PowerShell Studio 5.8.230.
Some time ago, Microsoft introduced Windows Terminal, which has now replaced the default console on Windows 11 (since 22H2). Having a tabbed environment and the ability to…
Read More
We released a new service build of PowerShell ModuleManger 2023 (v2.0.19), which includes PowerShell 7 support. This service build is included as part of the regular update cycle for our subscribers.
PowerShell 7 Support
Updated Ribbon
Under the ribbon, you…
Read More
In PrimalScript 8.1.182 and PowerShell Studio 5.8.222, we added an option to the current packager engines allowing you to adjust the colors of specific output categories.
You may have seen the properties below in a PowerShell console:
These are properties…
Read More
So you downloaded PowerShell Studio and designed the latest and greatest PowerShell application. Much blood, sweat, and coffee went into endless hours of pushing controls pixel by pixel, sizing things correctly, testing and debugging. And finally, you are ready! Ready…
Read More
ARM processors have been part of the Microsoft Windows computer infrastructure for some time. Windows 10 officially started supporting it back in 2017. I am intentionally leaving out Windows 8 on Windows RT; if you have encountered this, you likely…
Read More