diff --git a/windows11.bat b/windows11.bat index a58feb4..dbb11d2 100644 --- a/windows11.bat +++ b/windows11.bat @@ -213,7 +213,7 @@ for %%i in (!apps!) do ( SET ^"games=^ RiotGames.LeagueOfLegends.EUW RiotGames.Valorant.EU Valve.Steam ^ HeroicGamesLauncher.HeroicGamesLauncher PrismLauncher.PrismLauncher ^ - Ryujinx.Ryujinx ppy.osu pizzaboxer.Bloxstrap" + ppy.osu pizzaboxer.Bloxstrap" ECHO Games... for %%i in (!games!) do ( @@ -221,16 +221,6 @@ for %%i in (!games!) do ( ) -:: === Ryujinx shortcut == -:: Installed from winget as a portable app -PowerShell -Command "" ^ - "$WshShell = New-Object -comObject WScript.Shell;" ^ - "$exe = (Get-ChildItem $env:LOCALAPPDATA\Microsoft\WinGet\Packages\Ryujinx.Ryujinx_Microsoft.Winget.*\publish\Ryujinx.exe).FullName;" ^ - "$Shortcut = $WshShell.CreateShortcut('!startmenu!\Ryujinx.lnk');" ^ - "$Shortcut.TargetPath = $exe;" ^ - "$Shortcut.Save()" - - :: === Install WSL == ECHO WSL... wsl --install --no-distribution