Skip to content

Commit c74a9ba

Browse files
authored
Update software_install.bat
1 parent 93ed87c commit c74a9ba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

software_install.bat

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@ for /f "tokens=*" %%a in (software_list.txt) do (
1212
winget install %%a
1313
)
1414

15-
REM 获取桌面路径
16-
for /f "tokens=2 delims==" %%A in ('wmic path win32_desktop get name /format:list ^| findstr "="') do (
17-
set "Desktop=%%A"
18-
)
19-
2015
echo All software is already installed!
21-
pause
16+
pause

0 commit comments

Comments
 (0)