JZarzosa Posted July 4, 2017 Share Posted July 4, 2017 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. Link to comment Share on other sites More sharing options...
Staff Chris Posted July 5, 2017 Staff Share Posted July 5, 2017 Hi, Thank you for your suggestion. We will consider the possibility to introduce this option into the future release. Link to comment Share on other sites More sharing options...
adigiuseppe Posted October 18, 2017 Share Posted October 18, 2017 +1 Link to comment Share on other sites More sharing options...
alliedvoa Posted April 2, 2018 Share Posted April 2, 2018 +1 Link to comment Share on other sites More sharing options...
Staff Chris Posted April 18, 2018 Staff Share Posted April 18, 2018 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' Â Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now