FortniteをWindows PowerShellから起動する※おまけあり


こちらがそのコマンドです

PowerShellから起動する

PowerShell
Start-Process -FilePath com.epicgames.launcher://apps/Fortnite?action=launch"&"silent=true

おまけ:コマンドプロンプトから起動する

コマンドプロンプト
start com.epicgames.launcher://apps/Fortnite?action=launch"&"silent=true