Forum Discussion
Surfer10
Jul 24, 2022Copper Contributor
quick assist deployment thru Powershell-GPO
Since that Microsoft is turned with quick assist to the Windows Store we cannot use Quick assist anymore. I cannot install / deploy it thru Powershell whatever i try thru GPO, manual, scheduled task...
bgiroux
Sep 09, 2022Copper Contributor
I just made a simple batchfile that seems to work fine:
DISM.exe /Online /Add-ProvisionedAppxPackage /PackagePath:".\QuickAssist.AppxBundle" /SkipLicense
Surfer10
Sep 13, 2022Copper Contributor
Hi bgiroux,
When i do this under account administrator dos prompt it gives me a error (when running batchfile it does nothing so i give the dism command in a elveated dos prompt) :
Image version: 10.0.19043...
Error: 2
The system cannot find file specified.
Logfile can be found....
When i do this under account administrator dos prompt it gives me a error (when running batchfile it does nothing so i give the dism command in a elveated dos prompt) :
Image version: 10.0.19043...
Error: 2
The system cannot find file specified.
Logfile can be found....