With the latest service build of PowerShell Studio (5.8.201), we have added a new control—WebView2—to our Toolbox pane along with a new file template. The WebView2 is a modernized, updated control of the WebBrowser control. WebView2 uses Microsoft Edge (Chromium)…
Read More
You already know that using credentials in your code is very much frowned upon. Every security expert will tell you that there are now plenty of other ways to verify access beyond user IDs and passwords, and you should always…
Read More
PSF files are PowerShell Studio’s Windows Forms (WinForms) files (PowerShell Studio Form). This file contains all the designer and script information in an xml format. Most code in a PSF file should be an event or function. Any code not…
Read More
When you download or copy a file from the internet or any other untrusted source, Windows will set an extended attribute to mark the file as “blocked”. This is an important mechanism that stops the execution of potentially malicious code.…
Read More
As a follow-up to our previous events blog, Basics: What is an event and how do I handle them?, this article will be about the basics of handling events in PowerShell Studio’s Designer. As previously stated, an event is a…
Read More
Starting with PrimalScript 8.0.153 and PowerShell Studio 5.8.193, the MSI builder can now sign all files included in your installer.
The ‘Signing’ page in the SAPIEN Script Packager now lists all files included in your installer that can be signed.…
Read More
The subscription model for our products was discontinued effective January 22, 2024. Active subscriptions will remain active until canceled or terminated for non-payment. If you want to transfer your subscription to a perpetual license or have questions, please contact sales@sapien.com.…
Read More
Our original MSI builder had an option to create a shortcut to the packaged executable. One shortcut was enough for the intended purpose, but with the ever-growing complexity of PowerShell applications, something more was needed.
With the latest service builds…
Read More
The Window Forms designer in PowerShell Studio lets you cut (Ctrl+X), copy (Ctrl+C), and paste (Ctrl+V) controls within the current form as well as between other forms. When copying a control, it will retain the properties set on the control.…
Read More
When you set up script signing in PrimalScript or PowerShell Studio, you see a field called “Time Stamp”. It has a large list of URLs for time stamp servers to choose from.
What does this do and why do you…
Read More