소스 검색

Upload files to 'OEM-Softwares'

Powershell scripts to install OEM software for manufacturers.
nathan 1 년 전
부모
커밋
eba348d5cf
3개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      OEM-Softwares/Asus-ArmouryCrate-Install.ps1
  2. 9
    0
      OEM-Softwares/Lenovo-Software-Install.ps1
  3. 4
    0
      OEM-Softwares/MSI-Software-Install.ps1

+ 1
- 0
OEM-Softwares/Asus-ArmouryCrate-Install.ps1 파일 보기

@@ -0,0 +1 @@
1
+winget install Asus.ArmouryCrate --source winget

+ 9
- 0
OEM-Softwares/Lenovo-Software-Install.ps1 파일 보기

@@ -0,0 +1,9 @@
1
+winget install 9WZDNCRFJ4MV --source msstore
2
+winget install 9PCMMNB260TX --source msstore
3
+winget install 9N6PGT5DKQFQ --source msstore
4
+winget install XPFMJFJG7B2GB0 --source msstore
5
+winget install lenovo.systemupdate --source winget
6
+winget install lenovo.migrationassistant --source winget
7
+winget install bartoszcichecki.lenovoleagiontoolkit --source winget
8
+winget install lenovo.updateretriever --source winget
9
+winget install lenovo.thininstaller

+ 4
- 0
OEM-Softwares/MSI-Software-Install.ps1 파일 보기

@@ -0,0 +1,4 @@
1
+winget install MSI.Kombustor.4 --source winget
2
+winget install 9NVMNJCR03XV --source msstore
3
+winget install 9P9WDH947752 --source msstore
4
+winget install 9NQ4LGT81KGC --source msstore

Powered by TurnKey Linux.