I wrote some code in Powershell Studio 2012 (latest version as of 3/25/2014). When I packaged the code into an exe it shows an odd behavior in windows 8.1 where the minimize,maxamize,and close buttons don't appear correctly.
If I package the same exe to run under the current user context it works fine.
I just assumed this was a powershell studio 2012 issue since 2014 was out and hoped it would work correctly in the 8.1 environment.
Thankfully new projects do work correctly in 8.1 - the close,minimize,maxamize buttons show when executed as another user. (happy about this

The only issue is that all of the scripts/forms i wrote in the old 2012 environment still show this same behavior. I can load the 2012 file in 2014 and allow it to go through its conversion. After the conversion ends I package it in 2014 and still show the same results.
Is there a way to correct this? I would prefer not to have to write all my forms/code from scratch as there is a significant project we have written using powershell studio which is 100k+ lines of custom code for our operations department.(as well as close to twenty different forms)
I have attached screenshots of running in my user context as well as another username (one which has full admin access to my machine and a profile as well)
Machine: Windows 8.1 x64 fully patched
Powershell Studio: x64 V 4.1.57
Anyone else run into this or thoughts on how to correct?