All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:01, 19 September 2022 Busk talk contribs created page Windows uninstall app via powershell (Created page with "https://techgenix.com/how-to-uninstall-software-using-powershell/ ``` $app = Get-WmiObject -Class Win32_Product | Where-Object{$_.Name -eq “Sensu Agent”} $app.uninstall(...")