Uninstall Net iD Client

Windows

  • UI

  • Terminal

  1. Go to Start  Settings and click on Apps.

  2. From the list of applications, click on Net iD Client, and then click Uninstall.

Normal uninstallation

  1. Go to the installation directory.

    $ cd %PROGRAMFILES%\Pointsharp\Net iD\Client
  2. Unistall the application.

    $ netid.exe -uninstall

Silent uninstallation

This procedure requires elevation.
  1. Go to the installation directory.

    $ cd %PROGRAMFILES%\Pointsharp\Net iD\Client
  2. Unistall the application with the silent flag.

    $ netid.exe -uninstall -silent

Linux

  1. Go to the netid directory.

    $ cd /usr/lib/netid/
  2. Run the uninstall script.

    $ sudo ./uninstall

MacOS

  1. Go to the netid directory.

    $ cd /usr/local/lib/netid/
  2. Run the uninstall script.

    $ sudo ./uninstall