Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Utility to completely uninstall all OSIsoft PI products from a machine

It would be helping to have a utility do a complete uninstall of all the PI products from a machine including registry keys and hidden files.
  • ADMIN RESPONSE
    Aug 20, 2022
    Thank you very much for sharing your feedback on the PI Server. After further evaluation, we have decided to decline this item, as we are not planning on implementing it in the near future due to other high priority items across the PI System. Thank you for your feedback, and know that we are listening and reviewing every item that gets submitted!
  • Attach files
      Drop here to upload
    • Guest
      Reply
      |
      Aug 20, 2022
      This batch file I wrote uninstalls most of the PI client tools and deletes registry entries. Taskkill.exe /IM Procbook.exe /f >nul 2>&1 Taskkill.exe /IM PIDesktopAlert.exe /f >nul 2>&1 Taskkill.exe /IM Excel.exe /f >nul 2>&1 Taskkill.exe /IM SMTHost.exe /f >nul 2>&1 Taskkill.exe /IM PIOLEDBENTAgent64.exe /f >nul 2>&1 Taskkill.exe /IM PISQLCommander.exe /f >nul 2>&1 Taskkill.exe /IM AFExplorer.exe /f >nul 2>&1 Taskkill.exe /IM PISDKUtility.exe /f >nul 2>&1 Taskkill.exe /IM OSIsoft.PISysTray.exe /f >nul 2>&1 Taskkill.exe /IM "Collective Manager.exe" /f >nul 2>&1 Net stop pinetmgr /yes Echo Uninstalling previous version of PI tools Echo Remove Processbook wmic product where "Name like 'PI ProcessBook%%'" call uninstall /nointeractive Echo Remove PI Notification wmic product where "Name like 'PI Notifications%%'" call uninstall /nointeractive Echo Remove PI Datalink wmic product where "Name like 'PI DataLink%%'" call uninstall /nointeractive Echo Remove PI SMT wmic product where "Name like 'PI System Management%%'" call uninstall /nointeractive Echo Remove PI Oledb wmic product where "Name like 'PI OLEDB%%'" call uninstall /nointeractive wmic product where "Name like 'PI ODBC%%'" call uninstall /nointeractive Echo Remove PI AFSE wmic product where "Name like 'PI AF Client%%'" call uninstall /nointeractive del "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\My Software\PI System\PI*.*" /s /f /q del "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PI System\PI*.*" /s /f /q
    • Kenneth Barber
      Reply
      |
      Aug 20, 2022
      CCleaner can take care of the registry keys.