The "-Allusers" parameter is'nt working. I also tried to point out the user. But still it just trying with System account. PS C:\WINDOWS\system32> Get-AppxPackage -user Fredrik Microsoft.3DBuilder* | Remove-AppxPackage PS C:\WINDOWS\system32> Get-AppxLog ...
"Package Microsoft.BingWeather_4.22.3254.0_x64__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image." If you reboot and run app removal script again it then actually completes without error ...
then I configured a sleep delay, if the DISMHOST.exe process is still running after this delay, I kill it. So far, this is the best workaround I found to be working 100% of the time, but I do not consider it as a viable workaround since killing...
powershell -NoProfile -Command "Get-AppxPackage -AllUsers *Microsoft.3Dbuilder* | Remove-AppxPackage" As you can see I know how to manually remove the modern apps from powershell as the logged in User - this information floods the Internet. Thats not the case. I want to run the removal...
psexec.exe -i -s cmd In the new window: the command ’whoami’ will output ”nt instans\system” I run following command string: powershell -NoProfile -Command "Get-AppxPackage -AllUsers *Microsoft.3Dbuilder* | Remove-AppxPackage"
psexec.exe -i -s cmd In the new window: the command ’whoami’ will output ”nt instans\system” I run following command string: powershell -NoProfile -Command "Get-AppxPackage -AllUsers *Microsoft.3Dbuilder* | Remove-AppxPackage"
if the DISMHOST.exe process is still running after this delay, I kill it. So far, this is the best workaround I found to be working 100% of the time, but I do not consider it as a viable workaround since killing a process is definitely not recommanded, even if the apps get remo...