Former and Future Customers - Questions • Re: PrimalScript IDE "Use...
Seems to operate fine here. What are you doing differently?Statistics: Posted by Alexander Riedel — Tue Jan 30, 2024 4:31 pm
View ArticlePowerShell GUIs • How To Install Software from GUI
Hello there, I am a new user of PSStudio and am trying to figure out a few things.The first thing I am trying to do is launch a software install from the GUI. For example I have a button that when I...
View ArticlePowerShell GUIs • Action the X (Close) Button
I am creating a GUI for a group of people where I don't want them to be able to close the app until the end of the process. I am actually running into two issues with both ideas I had on how to do...
View ArticlePowerShell • Trouble with embedding secured password
Code: Im trying to use the password credentials tool, within Sapien Powershell Studio. My goal is to replace the clear text password with encrypted password in my scripts, therefore im using the...
View ArticlePowerShell • Re: Trouble with embedding secured password
Can you confirm if $SAPIENHost.GetPassword(0) is returning anything? You could check with a break point on that line or an output statement.Statistics: Posted by brittneyr — Wed Jan 31, 2024 7:14 am
View ArticlePowerShell GUIs • Re: Action the X (Close) Button
In the script pane just do this $button1.enabled = $falseAlso try restarting your computer That’s an issue I’ve never ran acrossStatistics: Posted by apowershelluser — Fri Feb 02, 2024 3:14 am
View ArticlePowerShell Studio • Re: Manually Add Help Files
Please run the attached file on your machine for a module you want help for.Use asImportOnlineHelp [/5|/7] <Module>So for example Importonlinehelp /7 Microsoft.Graph.GroupsThis will download the...
View ArticlePowerShell GUIs • Remove quotation marks after entering a path in a textbox
Hi everyone,I'm trying to remove quotation marks after entering a path in a textbox.I have a textbox, the user is typing a path to a file containing quotation marks. for example: "C:\Temp\Computer...
View ArticlePowerShell GUIs • Re: Remove quotation marks after entering a path in a textbox
[Topic moved by moderator]Statistics: Posted by Alexander Riedel — Sun Feb 04, 2024 1:29 am
View ArticlePowerShell • Remove user from usergroup independent of language settings
Hi all, I want to remove member "RAdmin" from "Users" group and the below code works. Problem is if the language settings on system is in another language than english it does not work, for example if...
View ArticleWish List and Feature Requests • Re: WPF/XAML Support
PLEASE add WPF support... at the moment we all have to switch to Visual Studio for WPF GUI design and then back to a coding software which is very annoying and time-consuming, especially when changes...
View ArticlePowerShell GUIs • Re: How To Install Software from GUI
Hi, I'm interested in doing something similar. Question: when you compile your script do you want the compiled .EXE to include Chrome or do you simply just want a button on your form to point to the...
View ArticlePrimalScript • PrimalScript 2024 Startup page
PrimalScript 8.1.198.0Windows 10Powershell: 5.1.19041.3930The current Startup page is now showing the recently opened files and recently edited files.How do I get back the recently opened projects -...
View ArticlePrimalScript • PrimalScript 2024 Startup page - missing recent projects
PrimalScript 8.1.198.0Windows 10Powershell: 5.1.19041.3930The current Startup page is now showing the recently opened files and recently edited files.How do I get back the recently opened projects -...
View ArticlePowerShell GUIs • Re: include files inside of .EXE or .MSI
Please do not use the term 'compile'. It just creates confusion. You package a script to make an exe (that is also not a compiler). Or you build/create/make an MSI.The term "to compile" in this...
View ArticlePowerShell Studio • Exception calling SetValue
Here are my details:Product: PowerShell Studio 2024 (64 Bit)Build: v5.8.237OS: Windows 10.0.19045PS Version(s): 5.1.19041.1*** Please add details and screenshots as needed below. ***I have this...
View ArticlePowerShell Studio • Manul install Webview2
Product, version and build:5.8.200Operating system: Windows 11PowerShell version(s):5.1 & 7I know that with version 5.8.201 the webview2 is now in the toolbox. I'm one version behind with no...
View ArticlePowerShell Studio • Re: Manul install Webview2
Support for the webview2 control was added in 5.8.201 as you stated. There is no way to get this control in the toolbox prior to this build.You can manually add the webview2 control via code (from the...
View ArticlePowerShell Studio • Re: Exception calling SetValue
It looks like I also get errors on here as wellSet-ItemProperty -Path "HKU:\$sid\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\$Domain" -Name "*" -Value 2 -Type...
View ArticlePowerShell Studio • "Product version has incorrect format", but...
To help you better we need some information from you.*** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we...
View Article