Apologies for attacking Dave's credibility on an unrelated thread, but his comments on Linux are absolutely falsehoods. He said that all Linux machines have some sort of proprietary blob Linus Torvalds put in there on EVERY release, for his own purposes. Compared to Windows, which is entirely closed source.. I just blocked his channel after that. https://old.reddit.com/r/linux/comments/rb2xzk/dave_plummer_... Related…
I wrote Task Manager and I just remembered something (2020)
81–90 of 123 posts
Re: I wrote Task Manager and I just remembered something (2020)
#82Apologies for attacking Dave's credibility on an unrelated thread, but his comments on Linux are absolutely falsehoods. He said that all Linux machines have some sort of proprietary blob Linus Torvalds put in there on EVERY release, for his own purposes. Compared to Windows, which is entirely closed source.. I just blocked his channel after that. https://old.reddit.com/r/linux/comments/rb2xzk/dave_plummer_... Related…
[deleted]
Re: I wrote Task Manager and I just remembered something (2020)
#83Dave also has his own YT channel full of "hidden" stories about old microsoft tech he worked on. Be sure to check him out, he's got quite a few good ones :) https://www.youtube.com/c/DavesGarage/videos
Re: I wrote Task Manager and I just remembered something (2020)
#84Re: I wrote Task Manager and I just remembered something (2020)
#85> There should be nothing that TaskMgr can't kill Except Defender/Malware Protection...
>Except Defender/Malware Protection... I just checked and it can definitely kill malware protection so I don't know where you got that information but it's false. And even without checking, being able to disable malware protection is a necessary feature in any OS, for SW development and debugging activities, so I would assume malware protection could be easily killed without a problem by the user with admin privilege…
I turn off the "realtime protection" in GPO/options... it's still there
I try killing "Antimalware Service Executable" (Msmpeng.exe), in taskmanager or try disable the service in the service control panel: Access Denied
I reboot into safe mode, disable the service, reboot and it's gone
.. but reboot again and it's back
I had to DELETE the service in safe mode and change the permissions on the executable so it couldn't be accessed/modified by anything
(borderline rootkit if you ask me)
Re: I wrote Task Manager and I just remembered something (2020)
#86I miss taskmgr so much on Linux/macOS. Everything in taskmgr feels so logical and manageable without extra steps.
There was a great little tool that I think used to be in Ubuntu, but possibly another distro, where you could press a keyboard combo, and it would turn the cursor into a little crosshairs, and then if would kill the app running whatever window you clicked on. I don't remember what it was called, anyone know?
Re: I wrote Task Manager and I just remembered something (2020)
#87They might have been visible in menu mnemonics in past versions (?), or might have been mentioned in the help, but now, while still working, there is no clear way to learn them from current Windows 10 Task manager graphical interface. (Even the Help menu item is gone.)
Re: I wrote Task Manager and I just remembered something (2020)
#88This is still ridiculously hard to do on Windows if using standard controls as a filler. Especially when resizing by the top or left edge. The only trick I know is to attach D3D context to the window, but even that has edge cases that look even more jarring than regular flickering.
Re: I wrote Task Manager and I just remembered something (2020)
#89Earlier quoted context omitted.
Sysinternal process explorer is the ultimate taskmgr for Windows, for example you can see the threads for each process, and even their call stacks! When a file can’t be deleted because it’s open in a process but you can’t find which one, you can even search into memory for all processes and find the culprit in 3 seconds. Or see what files / reg keys a process has currently open and even force-close them… give it a tr…
>Sysinternal process explorer is the ultimate taskmgr for Windows The whole Sysinternals Process Utilities[1] is a goldmine worth bookmarking for any windows power user, and the quality of the tools is great. The only thing I don't understand is why they aren't shipped by default with every windows installation. They're so useful and no bloat, it boggles my mind why they're not there by default. [1] https://docs.micr…