If you don't mind dumping some data then probably. You may PM it to me if you don't want it publicly displayed.
Open a Powershell prompt and run the following and upload or PM the text files created on your desktop
Get-NetTCPConnection | Out-File "$($env:USERPROFILE)\Desktop\NetworkConnections.txt"
Get-Package | Select * | Out-File "$($env:USERPROFILE)\Desktop\InstalledSoftware.txt"
Get-Process | Select Name,Path,ID | Out-File "$($env:USERPROFILE)\Desktop\ProcessList.txt"