Programs - Uninstall using Command Prompt in Windows

Page 6 of 7 FirstFirst ... 4567 LastLast

  1. Posts : 2
    Windows 7 64-bit
       #50

    Enter your Uninstall password – typically this is your Admin password. If your Admin password does not work for uninstalling, login to Admin Tools and under Passwords you can change the Uninstall password there.

    I do not know the Admin password for Net Nanny
      My Computer


  2. Posts : 72,051
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #51

    Are you the administrator?

    If you are and still don't know the password, then the only way that I know of to remove it is to reinstall Windows.
      My Computer


  3. Posts : 1
    Windows 10 64 bit
       #52

    cant uninstall windows live essentials


    I have for a long time tried to uninstall Windows live Essentials and everything included With it. this Method was then my only hope, but after doing this like 7 times on every Windows live mail and Windows live Essentials, it still didnt work. when I run the uninstall command, it says:

    Code:
    wmic:root\cli>product where name="windows live mail" call uninstall /nointeractive
    Executing (\\LAPTOP-4T9JTTIN\ROOT\CIMV2:Win32_Product.IdentifyingNumber="{52C2AB71-35AC-4A9C-A171-BBDE2591585A}",Name="Windows Live Mail",Version="16.4.3528.0331")->Uninstall()
    Method execution successful.
    Out Parameters:
    instance of __PARAMETERS
    {
            ReturnValue = 1603;
    };
    
    Executing (\\LAPTOP-4T9JTTIN\ROOT\CIMV2:Win32_Product.IdentifyingNumber="{B775C26B-EAA8-4A11-ACBF-76E52DF6B805}",Name="Windows Live Mail",Version="16.4.3528.0331")->Uninstall()
    Method execution successful.
    Out Parameters:
    instance of __PARAMETERS
    {
            ReturnValue = 1603;
    };
    
    Executing (\\LAPTOP-4T9JTTIN\ROOT\CIMV2:Win32_Product.IdentifyingNumber="{BAD27F0E-5165-49A5-BE66-AF5BF73F2FEE}",Name="Windows Live Mail",Version="16.4.3528.0331")->Uninstall()
    Method execution successful.
    Out Parameters:
    instance of __PARAMETERS
    {
            ReturnValue = 1603;
    };
    
    wmic:root\cli>
    so it says it was successful, but it is still in the list after i run the "Product get name" command.
    any idea how to remove it completely from my system?
      My Computer


  4. Posts : 72,051
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #53

    Hello cookedporkchop1, and welcome to Seven Forums. :)

    The "Method execution successful" only indicates that the command was ran successfully. However, the "ReturnValue = 1603" error code is mostly returned when any action fails meaning nothing was uninstalled.

    In this case, it's most likely due to it already being uninstalled. Is "Windows Essentials" listed in Programs and Features?
      My Computer


  5. Posts : 4
    Windows 7 Ultimate x64
       #54

    If cookedporkchop1's program really no longer exists, then wmic should report "No Instance(s) Available." instead of 1603. The command looks fine. But if you forget to run as admin it will produce 1603. Otherwise, maybe corrupted install?

    Run as Administrator
      My Computer


  6. Posts : 11
    Windows 7 Home Premium x64
       #55

    I'm trying to add a runonce command to uninstall a program once the computer is restarted..
    I have created this bat, but I get an error Invalid syntax error.
    any idee what part is wrong?

    Code:
    REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v !UOO /d "cmd /c wmic product where "InstallLocation='C:\\Program Files\\OO Software\\Defrag\\'" call uninstall"
      My Computer


  7. Posts : 72,051
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #56

    Hello apoklyps3, :)

    You might see if running the command at startup using an elevated task may work better.

    (Program/script)
    cmd.exe

    (Add arguments)
    /c wmic product where name="C:\Program Files\OO Software\Defrag" call uninstall /nointeractive

    You would check "Run with highest privileges" at step 8 below.

    Task - Create to Run a Program at Startup and Log On - Windows 7 Help Forums
      My Computer


  8. Posts : 11
    Windows 7 Home Premium x64
       #57

    I was thinking that is the next thing to try, but will how do I do it so it only runs once?
      My Computer


  9. Posts : 72,051
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #58

    If you only want it to run once and never again, are you able to just run the command normally in an elevated command prompt instead?

    If not, then I suppose you could delete the elevated task after it runs once.
      My Computer


  10. Posts : 11
    Windows 7 Home Premium x64
       #59

    that's the problem. I need to deploy it on multiple computers and it needs to runone after a restart/poweron after shutdown.
      My Computer


 
Page 6 of 7 FirstFirst ... 4567 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:45.
Find Us