Jump to content

Potential False Positive on .TMP Files


saltmountain

Recommended Posts

  • Root Admin

You might be able to run the following with PowerShell and check the sources to find where the software temp files came from (if it was related to an installation of software, which it may not be. It could be from running something else not related to installing software)

Open PowerShell with Admin rights. Then copy and paste the code below. Then press the Enter key to run it.

      $SW = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*") + (Get-ItemProperty "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*")
      $SW | Select DisplayName, DisplayVersion, Publisher, InstallDate, InstallLocation, InstallSource | sort-object -Property DisplayName -Unique | Format-Table -AutoSize | Out-String -Width 8096

 

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.