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...
Surfer10
Aug 01, 2022Copper Contributor
Hi, i tried that but for some reason, when executing the script remotely it does not work, errors out with paramtre is incorrect..
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
- Surfer10Sep 13, 2022Copper ContributorHi 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....