Search found 5 matches

by iampedro
Fri Aug 31, 2018 6:38 am
Forum: PowerShell Studio
Topic: Query adding Spaces after it is compiled
Replies: 4
Views: 3270

Re: Query adding Spaces after it is compiled

When I compile it as a EXE and then run it, then it puts extra spaces inside of the Registry creation. Any suggestion to why this occurs?
by iampedro
Wed Aug 29, 2018 8:49 am
Forum: PowerShell Studio
Topic: Query adding Spaces after it is compiled
Replies: 4
Views: 3270

Query adding Spaces after it is compiled

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 will be forced to ask you for this information. *** Product, version and build: 5.5.154 32 or 64 b...
by iampedro
Wed Aug 01, 2018 9:25 am
Forum: PowerShell
Topic: Trouble calling upon two arguments
Replies: 4
Views: 2415

Trouble calling upon two arguments

Right now here is what I have, $dataup = "C:\Program Files (x86)\R.O. Writer\dataup.exe" Start-Process $dataup /2/Y It only call's the /2 not the /Y Commandline works just fine but not power shell. What do you suggest... I have also made variables and then called upon them but still the sa...
by iampedro
Wed Aug 01, 2018 9:14 am
Forum: Wish List and Feature Requests
Topic: FR: WASP Module
Replies: 0
Views: 15191

FR: WASP Module

Dear Sapien,

Please bundle WASP, or Windows Automation Snap-in for Powershell with your product so users can use this great tool.

ref: https://eddytechdotnet.wordpress.com/20 ... utomation/
Ref: https://archive.codeplex.com/?p=wasp
by iampedro
Wed Jul 25, 2018 11:12 am
Forum: PowerShell
Topic: Setting Remote Execution Policy off
Replies: 1
Views: 1411

Setting Remote Execution Policy off

Dear All Users, Right now I have made a powershell script but I need to make sure that ,"powershell -command "& {Set-ExecutionPolicy -ExecutionPolicy unrestricted -Force}" is run first what do you suggest that I do since I am using PowerShell Studio 2018 to make a exe. How can I d...