diff --git a/apps/download-apps-from-source.cmd b/apps/download-apps-from-source.cmd index a5146bd..70d1acb 100644 --- a/apps/download-apps-from-source.cmd +++ b/apps/download-apps-from-source.cmd @@ -17,7 +17,7 @@ rem ################################### FOR /F "tokens=1" %%E in (%LISTFILE%) do ( echo URL = [ %%E ] - rem powershell -command .\Download-AppxFromStore.ps1 %%E %APPSFOLDER% + powershell -command .\Download-AppxFromStore.ps1 %%E %APPSFOLDER% echo. )