Posted July 4, 20177 yr Is there a way to password protect the uninstallation of the agent? If not, I believe that would be very useful and should be considered as a feature request.
July 5, 20177 yr Staff Hi, Thank you for your suggestion. We will consider the possibility to introduce this option into the future release.
April 18, 20186 yr Staff Hi, In a meantime, you can remove the shortcut from the desktop and hide the Pulseway from 'Add and remove features'. Please try the following script: #Hide _Pulseway_From-Add_and _Remove_programms_and_delete_shortcut $result = gwmi win32_product -filter "Name LIKE 'Pulseway'" | select IdentifyingNumber; [string] $a = $result.identifyingNumber; Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$a" -Name "SystemComponent" -Value 1 -Type DWord Remove-Item 'C:\Users\*\Desktop\Pulseway Manager.lnk'
Create an account or sign in to comment