Knowledge Base Article

How do I remove the Altera JTAG Server service from my Windows computer?

Description

To remove or delete the Altera JTAG Server service from your Windows computer, perform one of the sets of steps below:

  • Uninstall the service using the Windows Command Prompt:
    1. Enter the following command at a Windows Command Prompt
      jtagserver --uninstall
    2. Reboot your computer

  • Delete the service using the Windows Command Prompt:
    1. Enter the following command at a Windows Command Prompt
      sc delete Altera JTAG Server
    2. Reboot your computer

  • If neither of the above options are acceptable, delete the service using the Windows Registry. It is recommended that you make a backup of the registry before making any changes to it.
    1. Open the Registry Editor by typing regedit at the Windows Command Prompt
    2. In the Registry Editor window, use the left-hand navigation pane to locate the folder HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\JTAGServer
    3. In the left-hand navigation pane, right-click on the JTAGServer folder and select Delete
    4. Reboot your computer
Updated 2 months ago
Version 3.0
No CommentsBe the first to comment