Search found 1120 matches
- Fri May 13, 2022 7:23 am
- Forum: PowerShell Studio
- Topic: Run Button Greyed Out
- Replies: 6
- Views: 1893
Re: Run Button Greyed Out
Please putting the following assembly (System.Management.Automation.dll) in PowerShell Studio's install folder under Program Files:
Then please restart the application.- Fri May 13, 2022 6:43 am
- Forum: PowerShell Studio
- Topic: Run Button Greyed Out
- Replies: 6
- Views: 1893
Re: Run Button Greyed Out
Can you provide a screenshot of the application when the button is grayed out?
- Fri May 13, 2022 6:42 am
- Forum: PowerShell GUIs
- Topic: ExchangeOnline with PowerShell 7
- Replies: 2
- Views: 500
Re: ExchangeOnline with PowerShell 7
[Topic moved to PowerShell GUIs forum by moderator]
- Thu May 12, 2022 1:24 pm
- Forum: PowerShell Studio
- Topic: Silent Install of .exe
- Replies: 3
- Views: 1667
Re: Silent Install of .exe
You can try setting the progress bar preference ($ProgressPreference) to SilentlyContinue or switching to packaging with a Silent engine. Based on the information provided, I don't know how you are packaging your script nor what your script is doing. You may find the following helpful: https://think...
- Thu May 12, 2022 7:26 am
- Forum: PowerShell Studio
- Topic: installer extracting indefinitely
- Replies: 3
- Views: 1623
Re: installer extracting indefinitely
Are you installing with our update tool in-product or did you download from our website?
Check the installer has not tried to prompt you and is waiting before continuing.
Please stop the installer and try again. If you downloaded from our website, please download again.
Check the installer has not tried to prompt you and is waiting before continuing.
Please stop the installer and try again. If you downloaded from our website, please download again.
- Tue May 10, 2022 9:13 am
- Forum: PowerShell GUIs
- Topic: Systray icon: click to open form?
- Replies: 4
- Views: 2708
Re: Systray icon: click to open form?
From your script, you have created a context menu includes the "disable/enable at startup", but you have not set it with your NotifyIcon object or manually open it anywhere.
I recommend trying to hide the form rather than minimize.
I recommend trying to hide the form rather than minimize.
- Tue May 10, 2022 9:06 am
- Forum: PowerShell GUIs
- Topic: form.windowstate property pane and formload priority
- Replies: 4
- Views: 1252
Re: form.windowstate property pane and formload priority
Without seeing code it is hard to determine what is happening here.
You may find the following helpful:
https://www.sapien.com/blog/2022/01/04/ ... ll-studio/
You may find the following helpful:
https://www.sapien.com/blog/2022/01/04/ ... ll-studio/
- Tue May 10, 2022 8:37 am
- Forum: PowerShell GUIs
- Topic: form.windowstate property pane and formload priority
- Replies: 4
- Views: 1252
Re: form.windowstate property pane and formload priority
[Topic moved to PowerShell GUIs Forum by moderator]
- Tue May 10, 2022 7:22 am
- Forum: PowerShell Studio
- Topic: Remove object from an array
- Replies: 1
- Views: 1796
Re: Remove object from an array
Without the full script, I cannot determine what is wrong. Debugging may help you identify the problem.
You also may find the following helpful:
https://www.sapien.com/blog/2014/11/18/ ... owershell/
You also may find the following helpful:
https://www.sapien.com/blog/2014/11/18/ ... owershell/
- Tue May 10, 2022 7:18 am
- Forum: PowerShell Studio
- Topic: Error since adding Webview2 control
- Replies: 4
- Views: 2431
Re: Error since adding Webview2 control
Please try updating to service build 5.8.206 and let me know if you are still experiencing this behavior.