diff --git a/winutil-test.ps1 b/winutil-test.ps1 index 25348b98..9f50a2de 100644 --- a/winutil-test.ps1 +++ b/winutil-test.ps1 @@ -1,1748 +1,255 @@ <# .NOTES - Author : Chris Titus @christitustech - GitHub : https://github.com/ChrisTitusTech - Version 0.0.2 - Muilti-Thread and Runspaces addition + Author : @DeveloperDurp + GitHub : https://github.com/DeveloperDurp + Version 0.0.1 #> - -#CREATE HASHTABLE AND RUNSPACE FOR GUI -$syncHash = [hashtable]::Synchronized(@{}) -$newRunspace =[runspacefactory]::CreateRunspace() -$newRunspace.ApartmentState = "STA" -$newRunspace.ThreadOptions = "ReuseThread" -$newRunspace.Open() -$newRunspace.SessionStateProxy.SetVariable("syncHash",$syncHash) -$code = { - - #Build the GUI - [xml]$xaml = @" - - - - - - - - - -