Skip to content

Commit

Permalink
Update 1-setup prerequisite.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmonRK authored Mar 20, 2024
1 parent f223aa6 commit 07e736f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 1-setup prerequisite.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@echo off
::Python
winget install -e --id Python.Python.3.10 --accept-source-agreements --accept-package-agreements
winget install -e --id Python.Python.3.10 --accept-source-agreements --accept-package-agreements --source winget
::GIT
winget install -e --id Git.Git
winget install -e --id Git.Git --source winget
::VisualStudio
winget install Microsoft.VisualStudio.2022.Community --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"
winget install Microsoft.VisualStudio.2022.Community --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended" --source winget
REM :: โปรดทำการ Restart เครื่องก่อน การใช้งาน ::
REM :: โปรดทำการ Restart เครื่องก่อน การใช้งาน ::
shutdown -r -t 600 -c "Your machine you need to reboot in 5 minutes." -f
Expand Down

0 comments on commit 07e736f

Please sign in to comment.