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:
- Enter the following command at a Windows Command Prompt
jtagserver --uninstall - Reboot your computer
- Delete the service using the Windows Command Prompt:
- Enter the following command at a Windows Command Prompt
sc delete Altera JTAG Server - 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.
- Open the Registry Editor by typing
regeditat the Windows Command Prompt - In the Registry Editor window, use the left-hand navigation pane to locate the folder
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\JTAGServer - In the left-hand navigation pane, right-click on the
JTAGServerfolder and select Delete - Reboot your computer
Updated 2 months ago
Version 3.0No CommentsBe the first to comment