Search found 18 matches

by imigj1
Tue Aug 25, 2015 10:44 am
Forum: PowerShell Studio
Topic: Powershell Studio v4.2.91
Replies: 5
Views: 2438

Re: Powershell Studio v4.2.91

Just upgraded to Powershell Studio v4.2.93 and got the same problem. Uninstalled and reinstalled Powershell Studio v4.2.93 and it still happening.
by imigj1
Fri Aug 07, 2015 2:04 pm
Forum: PowerShell Studio
Topic: Powershell Studio v4.2.91
Replies: 5
Views: 2438

Re: Powershell Studio v4.2.91

I just uninstalled Powershell studio and reinstalled instead of upgrading and it fixed it.
by imigj1
Fri Aug 07, 2015 2:00 pm
Forum: PowerShell Studio
Topic: Powershell Studio v4.2.91
Replies: 5
Views: 2438

Re: Powershell Studio v4.2.91

It is another account and it has full control of the folder and this just started happing in version 4.2.91 it has worked fine since Powershell Studio 2012. It works fine if I move it to my desktop.
by imigj1
Fri Aug 07, 2015 11:59 am
Forum: PowerShell Studio
Topic: Powershell Studio v4.2.91
Replies: 5
Views: 2438

Powershell Studio v4.2.91

I just installed Powershell Studio v4.2.91 x64 on win7x64 and when the enable elevation is on and it prompts for credentials. I use my elevated credentials and I get the attached error.

It worked just fine in v4.2.90.
by imigj1
Thu Feb 05, 2015 7:34 am
Forum: PowerShell Studio
Topic: [bug] Powershell Studio 2015
Replies: 5
Views: 1801

[bug] Powershell Studio 2015

Powershell 2015 x64 Windows 7 x64 I'm having a problem with a loop in Powershell studio. When I type in the { it puts in a space in the formatting but when running the loop it is not parsing the array if I remove the spaces $users[$i].{First Name} it works fine. $users = Import-Csv $textboxFile.Text...
by imigj1
Wed Jul 17, 2013 6:56 am
Forum: PowerShell Studio
Topic: Textbox watermark
Replies: 4
Views: 2966

Textbox watermark

Is it possible to do a Textbox watermark?
by imigj1
Fri Jun 14, 2013 6:11 am
Forum: PowerShell Studio
Topic: Encryption EXE?
Replies: 3
Views: 2894

Re: Encryption EXE?

Thanks for the link what are you using in the package script to "encrypt" the script? is it a type of Obfuscation? I know the security team here will want to know before I will be able to use the script.
by imigj1
Wed Jun 12, 2013 12:25 pm
Forum: PowerShell Studio
Topic: Encryption EXE?
Replies: 3
Views: 2894

Encryption EXE?

I have a Script that contains a username and a password. When compiling the exe in powershell studio is the data encrypted? If so how?
by imigj1
Fri Jan 04, 2013 8:03 am
Forum: PowerShell Studio
Topic: Multiline textbox
Replies: 2
Views: 3625

Multiline textbox

You should be able to hit return and add text on new lines when multiline: true. You'll have to split the variable I do this on a few forms.

$user = -split $users