How can you stop hearing Cortana say "Now lets go look for some updates"?
When deploying an image to a machine, how can you make it so your don't have to hear Cortana say "Now lets go look for some updates"? Currently, we are running Windows 10 v1709, but in the near future when I create our new default Windows 10 image, I want to eliminate hearing her voice. We turn off Cortana anyway in our images.
Answers (1)
If you have an enterprise license look at using LTSC version for your new version, no store apps at all.
they depreciated the command in 1809 to stop that. The wsim will no longer allow you to add the lines that suppressed this. You can manually add these to you OOBE shell setup neutral portion of the xml and see if they work. I was reading on web that they still work even though they are depreciated.
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>