Settings and activity
8 results found
-
127 votes
Nice! The feature you requested is being reviewed by our product team. We’ll keep an eye on the number of votes, and let you know if a decision is reached to implement. Thank you for being a partner in our process!
Neil Siveter supported this idea · -
1 voteNeil Siveter shared this idea ·
-
1 voteNeil Siveter shared this idea ·
-
14 votesNeil Siveter shared this idea ·
-
1,578 votes
Congratulations on helping shape Atera! The feature you requested is currently being considered for development. Please be patient as the process can take a while or even stall to make way for other features. We’ll update you once it’s been implemented and released!
An error occurred while saving the comment -
1,543 votesNeil Siveter supported this idea ·
-
4 votesNeil Siveter shared this idea ·
-
1 voteNeil Siveter shared this idea ·
I used this PowerShell to hide the AteraAgent from Programs and Features. Hope it helps someone.
$AteraGUID = (Get-WmiObject win32_product | Where-Object {$_.Name -match "AteraAgent"} | Select-Object Identifyingnumber).IdentifyingNumber
New-ItemProperty -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$AteraGUID -Name SystemComponent -propertytype DWord -Value 1