📎 AI Summary:
The forum thread discusses a user's concerns about their computer slowing down, experiencing slow file transfers, and suspected background interference on the network. The original poster is worried about malicious activity or deliberate interference affecting system performance and seeks guidance on configuring Windows Defender to identify and prevent such issues. A response advises that system slowdowns may be caused by hardware factors or system processes rather than malware alone, and suggests reviewing system specifications and running process diagnostics to diagnose the problem.

prkundan

Member
Joined
Jun 10, 2019
Messages
35
Thread Author #1
At times my computer runs slow. I even get message that memory is insufficient. When I copy a file from another computer on the n/w the copying becomes very slow. If I run anti-virus scan it displays no virus found. If I close a Word file and try to delete it I get a message File is open, but I see no open file on the screen. I doubt that some one deliberately inducing background processes to occupy my memory and make the whole system slow. I do not know how to defend from this attack. Please guide me as to as to how I should I set Windows defender so that no other comp on the n/w interferes with my comp & I also come to know which comp is interfering with my comp.
 

Solution
Although I wouldn't recommend running Windows defender as your sole protection. Malware isn't always the reason for a slow computer.
  • A dirty fan or heat sink can cause the CPU to throttle
  • Too many processes running a system
  • Cheaper hardware obviously will make for a slower computer
  • Failing hard drive

I'd start by providing your system specs and the running process information.

The latter can be dumped from powershell with the following command Get-Process | Export-Clixml -Path $env:USERPROFILE\Desktop\process.xml

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Although I wouldn't recommend running Windows defender as your sole protection. Malware isn't always the reason for a slow computer.
  • A dirty fan or heat sink can cause the CPU to throttle
  • Too many processes running a system
  • Cheaper hardware obviously will make for a slower computer
  • Failing hard drive

I'd start by providing your system specs and the running process information.

The latter can be dumped from powershell with the following command Get-Process | Export-Clixml -Path $env:USERPROFILE\Desktop\process.xml
 

Solution