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 ...
Problem with Remove-AppxProvisionedPackage on a fresh install of Windows 10 Enterprise build 1803 If I run the following command:- Remove-AppxProvisionedPackage -online -packagename Microsoft.BingWeather_4.22.3254.0_neutr...
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...
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" I get no error message. I get the normal colored loading thing. But the modern...
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"
+ CategoryInfo : NotSpecified: (:) [Remove-AppxProvisionedPackage], COMException + FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand Package name not relevant as does it with any package I choose
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...