@@ -132,7 +132,7 @@ function Show-GUI() {
132132 # <===== Specific Layout =====>
133133
134134 $LayoutT1 = New-LayoutPage - NumOfPanels 3 - PanelHeight 1065
135- $LayoutT2 = New-LayoutPage - NumOfPanels 4 - PanelHeight 1830
135+ $LayoutT2 = New-LayoutPage - NumOfPanels 4 - PanelHeight 1870
136136
137137 # <===== UI =====>
138138
@@ -342,7 +342,8 @@ function Show-GUI() {
342342 $InstallCpuZ = New-CheckBox - Text " CPU-Z" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $ClUtilities
343343 $InstallCrystalDiskInfo = New-CheckBox - Text " Crystal Disk Info" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallCpuZ
344344 $InstallCrystalDiskMark = New-CheckBox - Text " Crystal Disk Mark" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallCrystalDiskInfo
345- $InstallGeekbench6 = New-CheckBox - Text " Geekbench 6" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallCrystalDiskMark
345+ $InstallFileConverter = New-CheckBox - Text " File Converter" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallCrystalDiskMark
346+ $InstallGeekbench6 = New-CheckBox - Text " Geekbench 6" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallFileConverter
346347 $InstallGpuZ = New-CheckBox - Text " GPU-Z" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallGeekbench6
347348 $InstallHwInfo = New-CheckBox - Text " HWiNFO" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallGpuZ
348349 $InstallInternetDownloadManager = New-CheckBox - Text " Internet Download Manager (Trial)" - Width $LayoutT2.PanelElementWidth - Height $LayoutT2.CheckBoxHeight - LocationX $LayoutT2.PanelElementX - FontSize $LayoutT2.Heading [3 ] - ElementBefore $InstallHwInfo
@@ -493,7 +494,7 @@ function Show-GUI() {
493494 $T2Panel2.Controls.AddRange (@ ($ClImageTools , $InstallGimp , $InstallInkscape , $InstallIrfanView , $InstallKrita , $InstallPaintNet , $InstallShareX ))
494495 $T2Panel2.Controls.AddRange (@ ($ClStreamingServices , $InstallAmazonPrimeVideo , $InstallCrunchyroll , $InstallDisneyPlus , $InstallNetflix , $InstallSpotify ))
495496 $T2Panel2.Controls.AddRange (@ ($ClPlanningProductivity , $InstallNotion , $InstallObsidian ))
496- $T2Panel2.Controls.AddRange (@ ($ClUtilities , $InstallCpuZ , $InstallCrystalDiskInfo , $InstallCrystalDiskMark , $InstallGeekbench6 , $InstallGpuZ , $InstallHwInfo , $InstallInternetDownloadManager , $InstallMsiAfterburner , $InstallRtxVoice , $InstallVoicemod , $InstallVoiceMeeter , $InstallWizTree ))
497+ $T2Panel2.Controls.AddRange (@ ($ClUtilities , $InstallCpuZ , $InstallCrystalDiskInfo , $InstallCrystalDiskMark , $InstallFileConverter , $ InstallGeekbench6, $InstallGpuZ , $InstallHwInfo , $InstallInternetDownloadManager , $InstallMsiAfterburner , $InstallRtxVoice , $InstallVoicemod , $InstallVoiceMeeter , $InstallWizTree ))
497498 $T2Panel2.Controls.AddRange (@ ($ClNetworkManagement , $InstallHamachi , $InstallPuTty , $InstallRadminVpn , $InstallWinScp , $InstallWireshark ))
498499 $T2Panel3.Controls.AddRange (@ ($UninstallMode ))
499500 $T2Panel3.Controls.AddRange (@ ($ClCommunication , $InstallDiscord , $InstallMSTeams , $InstallRocketChat , $InstallSignal , $InstallSkype , $InstallSlack , $InstallTelegramDesktop , $InstallWhatsAppDesktop , $InstallZoom ))
@@ -1245,6 +1246,11 @@ function Show-GUI() {
12451246 $InstallCrystalDiskMark.CheckState = " Unchecked"
12461247 }
12471248
1249+ If ($InstallFileConverter.CheckState -eq " Checked" ) {
1250+ $AppsSelected.WingetApps.Add (" AdrienAllard.FileConverter" )
1251+ $InstallFileConverter.CheckState = " Unchecked"
1252+ }
1253+
12481254 If ($InstallGeekbench6.CheckState -eq " Checked" ) {
12491255 $AppsSelected.WingetApps.Add (" PrimateLabs.Geekbench.6" )
12501256 $InstallGeekbench6.CheckState = " Unchecked"
0 commit comments