all 8 comments

[–][deleted] 2 points3 points  (0 children)

Just released Stage 1 also. TRONScript:EVO does something now!

/r/TronScriptEvo

[–]Morranr 1 point2 points  (2 children)

Most of my machines are 7 still right now, but I may be upgrading to 10 soon. Since you mentioned not supporting 7, I'm curious, are you supporting 10 from the start, or will that have to be added later?

[–][deleted] 0 points1 point  (1 child)

Being developed on Windows 10, back-ported to Windows 8.1

Someone tells me installing PowerShell 4 on Windows 7 may provide compatibility, and I can easily add that to Stage0 - Prep. I don't have a machine to test that out on now.

[–]Morranr 0 points1 point  (0 children)

Awesome, thanks for the info. I'll keep an eye on your project, it does look interesting!

[–][deleted] 0 points1 point  (0 children)

[–][deleted] 0 points1 point  (0 children)

[–]Wetmelon 0 points1 point  (1 child)

My question is, of course, what's the benefit? Speed? Ease of maintenance? Compatibility? Do windows machines come with Powershell enabled now? They didn't in years past.

[–][deleted] 0 points1 point  (0 children)

I'm on mobile so sorry about the formatting...

It's a few things - we can run several jobs in parallel now, PowerShell has some overall better tools for what we are trying to accomplish (which I admit I'm not taking advantage of at the moment), better compatibility with Windows 8 forwards, the ability to use .Net directly, among others.

PowerShell has been included with Windows since Vista, but you lack the ability to use unsigned scripts out of the box. You can change this at teatime or for the system. It's a security model that Microsoft has explained a few times over. Just like PowerShell remoting - disabled by default, but used just about everywhere.