AX 2012: How to delete the Micrsoft Dynamics AX Object Service in Services.msc

This question has suggested answer(s)

Hi All,

 

I uninstall my AOS Instances in AX 2012 using AX 2012 Installation Wizard.

I successfully uninstalled the AOS Instances but when I look in the Services.msc I found that the AOS Instances that I already uninstalled is there and not remove in the Services.msc

 

Anyone encounter like this my problem?

How to solve it? I mean how to delete the AOS Instances in the Services.msc?

 

Thanks & Regards in advance

Ariston J.

All Replies
  • I found already the solution for this

    Thanks,

    Ariston

  • And what's the solution?

    I'm facing exactly the same problem...

    Thanks.

  • Hi Drahosh,

    You can do this on Command Prompt.

    Type the following:

    C:\Windows\System32>SC DELETE "Name of Services you want to delete"

  • Ah, it's really that simple! :)

    Thanks much!