Page 1 of 1

Unable to Install 3DBrowser 15.80

Posted: Sat Aug 13, 2022 4:08 am
by rtremmel
Windows 10 Pro Version 21H2 (latest).

Install hangs on...

Code: Select all

Execute: powershell -WindowStyle Hidden -ExecutionPolicy Bypass -c "Get-AppxPackage -name MootoolsBrowser | Remove-AppxPackage"
Tried multiple times. Ran as Administrator. Disabled antivirus. No luck.

Re: Unable to Install 3DBrowser 15.80

Posted: Sat Aug 27, 2022 6:08 pm
by mootools
Hi,

Thanks for this feedback.

I just double check on the same version (21H2 - Windows Pro)


When this line is run, the setup is installing the contextual menu extension.
First it tries to remove a previously existing one.

The execution of this line can take a while. It takes approx. 30 sec on my computer.

If after waiting it still does not work, please could you open a power shell (as an administrator) and paste:

Code: Select all

powershell -ExecutionPolicy Bypass -c "Get-AppxPackage -name MootoolsBrowser | Remove-AppxPackage"
What does it gives?

You can also dump all your extensions using this command:

Code: Select all

powershell -c "Get-AppxPackage -name MootoolsBrowser"
What is the result?

Thanks for your answer,
Manuel