How do I install app with PowerShell
App Installer works just fine most of the time but in rare cases, it cannot complete the app installation. PowerShell may be helpful then.
- Open an elevated Windows PowerShell (Start -> right-click PowerShell -> Run as administrator)
- Type in the command below and run it:
add-appxpackage https://tvd-packages.tradingview.com/stable/latest/win32/TradingView.msix - If there are no errors in the console, then open the Start menu and look for TradingView application - it should be there