quantum9515 0 Posted April 1 Share Posted April 1 Need to run low-level windows commands (e.g., "powercfg -h"), get access denied, how can I get eset to allow system admin access? Link to comment Share on other sites More sharing options...
Administrators Marcos 5,257 Posted April 1 Administrators Share Posted April 1 ESET does not prevent you from running commands as an administrator unless you manually create the appropriate custom HIPS rules. Does temporarily uninstalling ESET actually makes a difference and the issue returns as soon as you install the latest version with default settings? Link to comment Share on other sites More sharing options...
itman 1,746 Posted April 1 Share Posted April 1 (edited) To run commands/scripts/etc. that require admin privileges, the execution object must be started with that privilege. For example to run powercfg -h from a command prompt window, it must opened with admin privileges; Edited April 1 by itman Link to comment Share on other sites More sharing options...
paulray 0 Posted April 2 Share Posted April 2 I know this is the wrong forum however I need a command line to uninstall ESET Endpoint Security from all our computers silently if possible. I have the password. I can manually uninstall this by going to add remove and clicking modify then uninstall and type in the password is there a way to do this without? We also have ESET Management Agent but this does not require a password - both of the ESET uninstall is greyed out. I tried to run this powershell command but this was not the way. I then tried to double click the ecmd.exe but it just closes $ESETPath = "C:\Program Files\ESET\ESET Security\ecmd.exe" $Password = "your_password_here" Start-Process -FilePath $ESETPath -ArgumentList "/Uninstall /Silent /Password:$Password" -Wait $ESETAgentPath = "C:\Program Files\ESET\RemoteAdministrator\Agent\ecmd.exe" Start-Process -FilePath $ESETAgentPath -ArgumentList "/Uninstall /Silent /Password:$Password" -Wait Link to comment Share on other sites More sharing options...
Administrators Marcos 5,257 Posted April 2 Administrators Share Posted April 2 To uninstall ESET Endpoint or agent, you'd need to run msiexec.exe and use the msi installer or provide the product code which varies with each software and version of the software. Instructions how to determine the product code are available at https://www.advancedinstaller.com/msi-retrieve-productcode.html. Link to comment Share on other sites More sharing options...
Recommended Posts