uploaded new beta 2 version Your feedback about the application is important. As we prepare the beta version, we would appreciate it if you could share your thoughts on the theme and any feature requests you may have.
Just tried latest beta version and suprisingly worked like a charm. without any error. And I liked the non-rounded corners. Thanks for the app.
I made the following changes: settings.json is placed in the same directory as the script, and the StoreDownload directory is also placed in the same directory as the script, which feels a bit tidier. If it is no longer needed, you can just delete it, and it won't leave residual files in various user directories. # ── Ayarlar ───────────────────────────────────────────────────────── $script:Lang = 'EN' # 'EN' veya 'TR' $ScriptPath = $MyInvocation.MyCommand.Definition $ScriptDir = Split-Path -Parent $ScriptPath $script:SettingsFile = Join-Path $ScriptDir 'settings.json' function Load-AppSettings { $defaults = @{ DownloadFolder = Join-Path $PSScriptRoot 'StoreDownload' Lang = 'EN' Theme = 'Light' DefaultArch = 'x64' DefaultRing = 'Retail' }
Very obvious that you've spent some time and effort in putting this script/app together and it's beyond appreciated. I spent a couple hours running it through it's paces and have a couple items that you may consider in the future. I'd like to be able to import the entire local files folder rather than having to import files individually. It would save a bunch of time (for me anyway). I'd also like to be able to download updates, install updates, or uninstall apps from the Install Apps tab. Once again, an impressive and incredibly useful application. Thanks.
You can right-click on corn in the List View to see the options. I guess it didn’t catch your attention.