From 2e78c2dabff84afc6c4b9e65b11e4cf29d2d48e1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 29 Oct 2024 17:03:25 +0100 Subject: [PATCH] roblox shortcut --- windows11.bat | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/windows11.bat b/windows11.bat index 60bbcf5..461c900 100644 --- a/windows11.bat +++ b/windows11.bat @@ -388,6 +388,15 @@ MKDIR "%ProgramFiles(x86)%\FanControl\Configurations" 2>NUL PowerShell -Command "Invoke-WebRequest -Uri !repo!/.config/FanControl/userConfig.json -OutFile '%ProgramFiles(x86)%\FanControl\Configurations\userConfig.json'" +:: === Bloxstrap == +ECHO Roblox shortcut creation... +PowerShell -Command "" ^ + "$WshShell = New-Object -comObject WScript.Shell;" ^ + "$Shortcut = $WshShell.CreateShortcut('!startmenu!\Roblox.lnk');" ^ + "$Shortcut.TargetPath = '%LOCALAPPDATA%\Bloxstrap\Bloxstrap.exe';" ^ + "$Shortcut.Save()" + + :: === DaVinci Resolve == ECHO Useful link to download the latest version of DaVinci Resolve: ECHO https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion