Rico Anders Posted December 29, 2020 Share Posted December 29, 2020 (edited) 1. Right Click Windows Menu (or Lower Left Corner of Primary Monitor) 2. Open Command Prompt (Admin) 3. Command: cd C:\Windows\Installer 4. Run the installer in the error box when you try to uninstall it from Add-Remove Programs - It gives you the full path to it - write it down on paper if you have to. 5. in "PS C:\Windows\Installer>" ((now type the Command:)) .\XXXXX.msi ((XXXXX stands for the Installer Name wich windows randomly named and you found in the errortext)) The installer will start, and you will be able to uninstall the Melodyne Runtime Edited December 29, 2020 by Rico Anders Link to comment Share on other sites More sharing options...
Geoff JRC Posted January 28, 2021 Share Posted January 28, 2021 On 12/10/2020 at 12:35 PM, Svartstoff said: Hello! What do you exactly mean for "Run the installer in the error box"? I don't know but your method doesn't work to me... Hi there, Get a paper and pen Try uninstalling Melodyne. When the red box comes up, note the file name in the red box. It will be C:\Windows\installer\ee01151.msi or something similar. Press the Windows key. Type "Command" do not press enter or click anything Select "Run As Administrator" (see attached photo) Type: cd C:\Windows\Installer Press enter Type in the filename: ee01151.msi or whatever yours read from step 3. Press enter You should now be able to uninstall. Link to comment Share on other sites More sharing options...
Mohamed Hassan Posted February 1, 2021 Share Posted February 1, 2021 On 10/12/2019 at 8:01 PM, Some Guy said: Right Click Windows Menu (or Lower Left Corner of Primary Monitor) Open Command Prompt (Admin) Command: cd C:\Windows\Installer Run the installer in the error box when you try to uninstall it from Add-Remove Programs - It gives you the full path to it - write it down on paper if you have to. The installer will start, and you will be able to uninstall the Melodyne Runtime this worked for me but i had to remove the "cd" part of the command. So it basically ran the program and let me uninstall this program. Thanks ? Link to comment Share on other sites More sharing options...
Brian Zdunowski Posted February 11, 2021 Share Posted February 11, 2021 On 10/12/2019 at 3:01 PM, Some Guy said: Right Click Windows Menu (or Lower Left Corner of Primary Monitor) Open Command Prompt (Admin) Command: cd C:\Windows\Installer Run the installer in the error box when you try to uninstall it from Add-Remove Programs - It gives you the full path to it - write it down on paper if you have to. The installer will start, and you will be able to uninstall the Melodyne Runtime Thank you this worked Link to comment Share on other sites More sharing options...
Vincent S Lindberg Posted February 28, 2021 Share Posted February 28, 2021 On 10/10/2019 at 5:35 PM, Nitish Sharma said: Here is the solution friends. This is for windows 10. First point, you are not the real admin of the windows 10. There is a hidden admin. Type command in the search box and as command prompt comes in the list, right click and Run as Administrator. Now type this command to enable hidden admin. net user administrator /active:yes There are spaces after net, user, administrator, and no space after / Now when you type this command and press enter, you get message like Administrator activated successfully. Click on windows icon and click on your account picture to sign out. You will see a picture less administrator account. Login to that and uninstall Melodyne runtime in the uninstall app feature. Now go back to your normal account and disable this hidden admin. net user administrator /active:no A thanks will be appreciated. ? This worked, ty =) 1 Link to comment Share on other sites More sharing options...
Heath Haskins Posted May 22, 2021 Share Posted May 22, 2021 Stop trying to send people other places, and all the "enable hidden admin" stuff. Heres how to remove it. got start type in "cmd" and you will see "Command Prompt" under best match. Right click on "Command Prompt" and select Run As Admin inside the command window type "cd C:\windows\installer\" now type in the name of the installer you are looking to remove. Mine was 562043.msi or something like that. (this is the file that pops up and says "cant unintall. contact admin" when you try to uninstall normally. Thats it! follow the prompts to uninstall the program. So to recap. Run cmd as admin. Change to the installer director. Type the .msi file. Mark as answer, upvote, you know what to do. Thanks! Link to comment Share on other sites More sharing options...
Sybregunne Posted October 21, 2021 Share Posted October 21, 2021 There are actually lot's of ways but both methods discussed here so far works. Below are the steps I take to achieve the same. Take note of the program location i.e. "C:\Windows\Installer\bb7400.msi" <- my own personal case. Windows Key -> R (keyboard combination) type cmd press Ctrl -> Shift -> Enter press Alt -> y then type msiexec /uninstall C:\Windows\Installer\bb7400.msi after uninstalling just type "exit" then press enter. https://sybregunne.com/fix-this-app-has-been-blocked-for-your-protection/ Link to comment Share on other sites More sharing options...
Joel Stolarski Posted November 17, 2022 Share Posted November 17, 2022 On 10/25/2019 at 2:12 AM, sidoine72 said: Hi, I wish I could thanks you but your solution do not work at all... Some Guy has the solution, pretty simple. Have a nice day Resurrected dead thread to uninstall Melodyne Runtime. That does work you didn't do the process correctly. Link to comment Share on other sites More sharing options...
Joel Stolarski Posted November 17, 2022 Share Posted November 17, 2022 Here is the solution friends. This is for windows 10. First point, you are not the real admin of the windows 10. There is a hidden admin. Type command in the search box and as command prompt comes in the list, right click and Run as Administrator. Now type this command to enable hidden admin. net user administrator /active:yes There are spaces after net, user, administrator, and no space after / Now when you type this command and press enter, you get message like Administrator activated successfully. Click on windows icon and click on your account picture to sign out. You will see a picture less administrator account. Login to that and uninstall Melodyne runtime in the uninstall app feature. Now go back to your normal account and disable this hidden admin. net user administrator /active:no A thanks will be appreciated. ? Thank you. This did work. Once signing out, logged back in as adminsttrator. Then Add Remove worked for Melodyne Runtime. Then what's nice is I could remove some of the microsoft bloatware as well .Being careful to do so. Could be easy to get into trouble with it. Link to comment Share on other sites More sharing options...
sjoens Posted November 28, 2022 Share Posted November 28, 2022 Today I get this same message. After several rounds of trying to get 64 bit Melodyne to work in Windows 11, I've discovered the secret to uninstalling Runtime 4.1 and avoiding the message from "HAL" is to uninstall it 1st. HAL only reared his ugly nasty head when I tried to uninstall it after uninstalling Melodyne. I'm still trying to get 64 bit Melodyne to work. The Scanner says it's a known bad vst and skips it. The 32 bit version scans fine. Link to comment Share on other sites More sharing options...
John Goodwin Posted February 20, 2023 Share Posted February 20, 2023 On 10/10/2019 at 11:35 AM, Nitish Sharma said: Nitish's solution worked for me. None of the others did. Thanks Nitish! "Here is the solution friends. This is for windows 10. First point, you are not the real admin of the windows 10. There is a hidden admin. Type command in the search box and as command prompt comes in the list, right click and Run as Administrator. Now type this command to enable hidden admin. net user administrator /active:yes There are spaces after net, user, administrator, and no space after / Now when you type this command and press enter, you get message like Administrator activated successfully. Click on windows icon and click on your account picture to sign out. You will see a picture less administrator account. Login to that and uninstall Melodyne runtime in the uninstall app feature. Now go back to your normal account and disable this hidden admin. net user administrator /active:no A thanks will be appreciated. ?" Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now