Skip to content

Commit

Permalink
Update Install_Microsoft_Libs_and_Store.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ishad0w authored Jan 4, 2022
1 parent 7c80e2c commit 3250cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install_Microsoft_Libs_and_Store.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ exit /b
set "name=%~1"
set "arch=%~2"
set "ext=.%~3"
for /f "tokens=1* delims=" %%i in ('dir /b /s "*%name%*%arch%*%ext%" 2^>nul') do (powershell add-appxprovisionedpackage -online -packagepath '%%i' -erroraction silentlycontinue)
for /f "tokens=1* delims=" %%i in ('dir /b /s "*%name%*%arch%*%ext%" 2^>nul') do (powershell add-appxprovisionedpackage -online -packagepath '%%i' -skiplicense -erroraction silentlycontinue)

exit /b

0 comments on commit 3250cfa

Please sign in to comment.