diff --git a/EnhanceWindows.ps1 b/EnhanceWindows.ps1 index e0402ed..b695e41 100644 --- a/EnhanceWindows.ps1 +++ b/EnhanceWindows.ps1 @@ -18,7 +18,7 @@ $LabelFont = New-Object System.Drawing.Font("Arial",30,[System.Drawing.FontStyle Clear-Host $host.ui.RawUI.WindowTitle = "Enhance Windows Powershell" -#powershell.exe -WindowStyle Hidden -file > $null +powershell.exe -WindowStyle Hidden -file > $null #======================================================== # Writes out OlaYZen's Name @@ -1096,7 +1096,6 @@ $checkbox11.Size = '250,20' $checkbox11.Text = "Hide Console" $checkbox11.Checked = $true $checkbox11.Add_CheckStateChanged({HideShell}) -powershell.exe -WindowStyle Hidden -file > $null $Tab4.Controls.Add($checkbox11) #========================================================