pchatham

Results 6 comments of pchatham

Don’t forget - this function only works in the User context I’ve used it in 3.7.0 successfully as user Does not work as System/ConfigMgr

you can already do this, if I am understanding your requirement correctly. `Show-InstallationWelcome -CloseApps 'App1=NewApp1,lync=Skype for Business'` where the name after the `'='` will display instead of the process name...

if, in your scenario, you always need to keep skype2 running, couldnt you IF the start of the script something like: `If (Get-Process get-process | where-object {$_.Path -eq 'c:\app1\app.exe'}) {...

Installing Updates with `PSWindowsUpdate` during Pre-provisioning is fixed in Windows 11 Just tested with Windows 11 21H2

`Microsoft.Windows.Photos=Photos` This does not close the Photos App and does not block the Photos App from Execution. `Microsoft.Photos=Photos` Closes the Photos App, but does not block the execution during Installation