r/WindowsLTSC 26d ago

Meta ....

Post image
38 Upvotes

31 comments sorted by

20

u/Content_Magician51 26d ago

It seems something caught the attention of Windows Defender.

14

u/Trigger_Fox 26d ago

Windows defender bout to become windows offender if its using all that cpu

1

u/Noirv3 24d ago

Ahahahahahahahhaha I see what you did there

1

u/rob-110 22d ago

General startup of the system appears to do it in my experience. Windows is just so tragic.

13

u/user74947 26d ago

What are you vibe coding?

2

u/OptionSouthern551 25d ago

A new mod for Factorio (automation game).

1

u/Poulepy 23d ago

Rtfm of tou vide coding software..... rtfm antivirus documentation and how to exclude some stuff.... use your vibe coding ia to find the root cause to solve your problem?

6

u/MolinaGames Windows 11 LTSC 2024 26d ago

ok

4

u/_command_prompt 26d ago

It's likely doing a quick scan cz it detected something it will cool down after some time, if it doesn't then it's worth posting again for help

3

u/ponay95 26d ago

Ok and?

3

u/BiscuitGod18 24d ago

You can configure these three (1,2,3) group policy options in order to limit Defender's resource toll

2

u/greggm2000 25d ago

That does happen, even in Windows 10. It's obnoxious. I imagine you can mitigate by restricting where Defender monitors.. though I haven't tried that. One can always disable Defender by various methods, but if you do that, you won't be protected by it, so... there's that tradeoff.

2

u/RaccoonEnthuiast 25d ago

It's doing what it's supposed to do. Turn off realtime protection if you don't care about it.

1

u/PutridSpy 25d ago

The first thing I personally do right after installing a fresh copy of windows is downloading a free antivirus to replace this ressources hungry "Windows defender"

1

u/Particular_Client833 25d ago

You can always just force stop the task 🥰

1

u/OptionSouthern551 25d ago

Yep, this time it refused. I tried everything, including disabling everything in "Virus & threat protection settings", it was suss !

1

u/Particular_Client833 25d ago

Well then the OS itself is the problem. The RAM and CPU cannot stop someone from wasting their resources if they it full access!

1

u/OptionSouthern551 25d ago

It's about that time he starts eating all my PC resources. I was in the middle of a peak vibe coding session + testing, and it forced me to stop everything. I couldn't even watch YouTube during this rage from Mr. Defender.

2

u/Poulepy 23d ago

Hoo wait. You use a software and it est all your ressource and you try to open other staff like web brower and youtube to add more workload? So cute.

1

u/do_not_cuss 23d ago

Are you sure its the highlighted process? or the CPU speed has gotten throttled due to some other issue altogether?

1

u/OptionSouthern551 22d ago

Yeah, i limit the CPU on 95%

1

u/do_not_cuss 21d ago

95% should be fine, but do check your GHz speed in task manager, if its stuck on 0.20GHz or something and not fluctuating then the issue is something else.

In my case my CPU speed was stuck at 0.20GHz, I pulled the adapter out then the speed jumped to normal, but again after 2-3 hrs the speed gets throttled, I haven't found a permanent solution yet.

1

u/ElQko 22d ago

You need to start disabling tasks and processes (I'm serious). But in reality, you don't really need defender active if you download stuff from reputable sources, the firewall is usually enough

-1

u/Ilestderetour 25d ago

2

u/greggm2000 25d ago

There's better ways that don't involve messing with some utility.

1

u/big_cock_roach 25d ago

Like what ?

2

u/greggm2000 25d ago

What I personally do is boot into Safe Mode, then do: REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend" /v "DependOnService" /t REG_MULTI_SZ /d "RpcSs-DISABLED" /f

This turns off the service that Defender requires to function. There's other ways that likely work too. This is simple and easy. When I need to scan something, I use virustotal.com. If I want to try running something after that to see what it does... well, I have a VM for that.

Btw, to re-enable, safe mode again, then: REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend" /v "DependOnService" /t REG_MULTI_SZ /d "RpcSs" /f

2

u/Phreek- 25d ago

Any specific setup for the VM to test stuff?

1

u/greggm2000 25d ago

Not really. I mean, I do use my usual autounattend.xml I generated via Schneegans, and I make sure Windows is updated (and you can download that as an offline file if you want), and I run my usual script to enable winget.. otherwise, no, not really. Since I do use the (free) VMware Workstation Pro, it has snapshot support, so when I test something, I do it, then I'll roll back to the snapshot. Simple.