The latest in our video series demonstrates how to to create a Windows Service to kill a Solitaire process using SAPIEN’s PrimalScript 2018. In this short video we show you how to build and install a PowerShell Windows Service, including: Create a Windows Service from a PowerShell Service Template Add the code from a custom […]
Tag: Script package
Stock Icons for your Script Packages
Occasionally we get a request to retrieve source code from a script packaged with PrimalScript or PowerShell Studio. One thing we noticed on those occasions is that the icon is almost always the default script package icon we supply with the products. We thought that you might like a little more variety for the icons […]
From regular user to elevated administrator…
This is a question that comes up fairly often in our support forums, so I thought I would post a quick overview. The scenario is that an admin wants to package his script as an executable to allow regular users to accomplish some type of task, which requires full administrative privileges. Since Windows Vista, […]
How safe are credentials in script packages?
We get that question all the time. Before we start, please note that we do not advise to ever put credentials as plain text into any kind of code. Use encrypted strings, store encrypted credentials in files or, if all else fails, prompt. Now, having said that we all know that sometimes schedules and pressure […]