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