Leaderboard
Popular Content
Showing content with the highest reputation on 07/07/2023 in all areas
-
I don't remember when I started using Process Hacker, the version 2.38 is still installed on XP partition, which I may boot to every once in a blue moon. But otherwise, I haven't used "stable" Process Hacker in years, much preferred "nightly" builds on my daily driver Win10 and eventually switched to System Informer (renamed from Process Hacker, Win10+ only program).3 points
-
Hello, recently I started working on modifying DWM to customize Windows to my tastes, and this is what I've managed to get so far: I implemented all of this using Windhawk, but I might eventually move it all into its own program. The code is definitely not ready for release (buggy), plus it's still missing a few things that I'd like for an initial release. The blur implementation is also not the best, and I'd rather do it in a way closer to BigMuscle's, since this is based on Valinet's method, which considering was just quickly created to prove that blur is possible in 2004+, has its fair share issues. This can be seen as a proof of concept in a way, maybe a tech demo. For the buttons, I decided to rewrite both the functions that handle their positions and sizes in DWM, which gives me full control over the implementation. For example, I can modify this mod to make the buttons look the way they do in the Basic theme, Luna theme, even Classic theme, theoretically, all in DWM, meaning that there should be no compatibility issues with applications. You may have also noticed that the text is missing from the titlebars. That's due to the fact that in Windows 8.1 and 10, the titlebar text is rendered using GDI, and I'm still not sure how to make the background transparent (I've tried using SetBkMode but it didn't seem to do anything). I'll probably end up trying to render the text the same way Windows 7 does, as that's the OS whose look I'm trying to match. As for a release, I'm not sure when this will be ready. Could be this year, could be next year, it really depends on how much time I have on my hands, especially considering the project's current primitive state.2 points
-
New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 http://o.rthost.win/basilisk/basilisk55-win32-git-20230708-fe0a96ad1-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20230708-fe0a96ad1-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Simplify incremental GC sweeping (95a1e4b7) (d2253a89a) - import from UXP: Avoid TLS lookups when checking if zones need to be marked for GC. (24b1a0f1) (e1689e78a) - import from UXP: Fix debug builds (890e1eb8) (f084c5f2a) - import from UXP: Issue #1969 Follow-Up: Error reporting arguments in RelativeTimeFormat/DateTimeFormat (5a531ea8) (69c57d4d0) - import from UXP: Issue #2259 - Add missing IsAscii* helper functions in mozilla/TextUtils.h (7716602a) (984ee494c) - import from UXP: Issue #2259 - Add mozilla::Vector -> mozilla::Span implicit conversion (9914c061) (ba968e34b) - ported from UXP: Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values (4c2e3786) (c64ea42b8) - import from UXP: Issue #2259 - Add JS::StackGCVector and JS::RootedVector (f8f7aed5) (95477f4ad) - import from UXP: Issue #2259 - Adjust self-hosted Array.prototype.sort to ES2018 (a7d752de) (2ae545058) - import from UXP: Issue #2259 - Introduce helper for self-hosted hasOwnProperty calls in intl (adffcb12) (95626129f) - ported from UXP: Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th edition (30157344) (3c8e8054d) - ported from UXP: Issue #2046 - Introduce mozIntl.DateTimeFormat with mozExtensions (85612acc) (7954eab77) - import from UXP: Issue #2259 - Implement caseFirst option in Intl.Collator (949f69ef) (1f6a9788f) - ported from UXP: Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMAScript Intl specification (8d97bd43) (974255cc9) - import from UXP: Issue #2259 - Support Unicode extensions with multiple value subtags in BCP47 language tags (e3dbf7c5) (a16d19623) - import from UXP: Issue #2259 - Improve ResolveLocale performance when initializing the default Intl objects (e923c48f) (71f8a0937) - import from UXP: Issue #2195 - Add support for hourCycle to Intl.DateTimeFormat (cf7bd823) (216d8574f) - ported from UXP: Issue #2259 - process Unicode langtags and locale identifiers according to BCP 47 (3ee2c9dc) (6e6363b76) - ported from UXP: Issue #1819 - Implement Intl.Locale proposal (c10a29d9) (a115fffe3) - ported from UXP: Issue #2259 - Performance improvements in Locale (4ad4a82a) (4e25a11d6) - ported from UXP: Issue #2259 - Performance improvements for LanguageTag parsing (0b3079d8) (46975f66d) - import from UXP: Issue #1819 - Further align Intl.Locale to spec (e01ff1c5) (b40437880) - import from UXP: Issue #2046 - Implement Intl.DateTimeFormat's date-/timeStyle and hourCycle options (4400677a) (df34fda78) - import from UXP: Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265 (f9c39aca) (e2666e4ac) - import from UXP: [multiple] Update Intl tests. (81a3a92b) (22360cb99) - ported from UXP: [network] Prepare for requiring Authorization in CORS ACAH preflight (96d1e276) (c58b948b1) - ported from UXP: [DOM] Filter out symlinks for webkitdirectory. (a299eaa9) (64d75ced6) - import from UXP: [XPCOM] Win: Update executable extension list (c292f9ff) (fe0a96ad1)2 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230708-3219d2d-uxp-9f1550fb5-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20230708-3219d2d-uxp-9f1550fb5-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230708-3219d2d-uxp-9f1550fb5-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20230708-d849524bd-uxp-9f1550fb5-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20230708-d849524bd-uxp-9f1550fb5-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20230708-d849524bd-uxp-9f1550fb5-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20230708-d849524bd-uxp-9f1550fb5-xpmod.7z Official UXP changes picked since my last build: - Simplify incremental GC sweeping (95a1e4b7a) - Avoid TLS lookups when checking if zones need to be marked for GC. (24b1a0f16) - Fix debug builds (890e1eb84) - Issue #1969 Follow-Up: Error reporting arguments in RelativeTimeFormat/DateTimeFormat (5a531ea80) - Issue #2259 - Add missing IsAscii* helper functions in mozilla/TextUtils.h (7716602a2) - Issue #2259 - Add mozilla::Vector -> mozilla::Span implicit conversion (9914c0616) - Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values (4c2e37861) - Issue #2259 - Add JS::StackGCVector and JS::RootedVector (f8f7aed52) - Issue #2259 - Adjust self-hosted Array.prototype.sort to ES2018 (a7d752def) - Issue #2259 - Introduce helper for self-hosted hasOwnProperty calls in intl (adffcb127) - Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th edition (30157344f) - Issue #2046 - Introduce mozIntl.DateTimeFormat with mozExtensions (85612accf) - Issue #2259 - Implement caseFirst option in Intl.Collator (949f69ef4) - Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMAScript Intl specification (8d97bd437) - Issue #2259 - Support Unicode extensions with multiple value subtags in BCP47 language tags (e3dbf7c5e) - Issue #2259 - Improve ResolveLocale performance when initializing the default Intl objects (e923c48f4) - Issue #2195 - Add support for hourCycle to Intl.DateTimeFormat (cf7bd8232) - Issue #2259 - process Unicode langtags and locale identifiers according to BCP 47 (3ee2c9dcf) - Issue #1819 - Implement Intl.Locale proposal (c10a29d96) - Issue #2259 - Performance improvements in Locale (4ad4a82a1) - Issue #2259 - Performance improvements for LanguageTag parsing (0b3079d8e) - Issue #1819 - Further align Intl.Locale to spec (e01ff1c5f) - Issue #2046 - Implement Intl.DateTimeFormat's date-/timeStyle and hourCycle options (4400677af) - Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265 (f9c39acaa) - [multiple] Update Intl tests. (81a3a92b0) - Issue #2255 & #1240 - Simplify and enhance Maybe and Some(). https://bugzilla.mozilla.org/show_bug.cgi?id=1325351 This is a prerequisite for our BigInt V8 fast forward and potential #2255 fix. (2c0384c4a) - [network] Prepare for requiring Authorization in CORS ACAH preflight (96d1e2766) - [DOM] Filter out symlinks for webkitdirectory. (a299eaa96) - [XPCOM] Win: Update executable extension list (c292f9ffd) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - webextensions: remove experiment related elements (7c4d0444b) Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.2 points
-
The best time to make a clone is before the drive goes bad.2 points
-
No, the actual "testing programs" can tell if a disk drive has already become bad, and since they need to write on all surface they do stress the disk (particularly in a laptop/where you cannot provide good/additional cooling), you should NOT use them routinely.. The programs that can read S.M.A.R.T. values usually offer a (highly unreliable/unproved) "grading" of these values, providing warnings if certain thresholds are reached, but it is the underlying technology which is not capable of providing (meaningful) predictions: https://msfn.org/board/topic/128807-the-solution-for-seagate-720011-hdds/?do=findComment&comment=1073898 https://msfn.org/board/topic/153191-does-copying-several-giga-bytes-on-a-daily-base-screw-the-hard-drive/?do=findComment&comment=975216 Keeping an eye on the handful of actually (but partially) useful S.M.A.R.T: parameters as found by Backblaze in their reports (namely 5, 187,188,197,198 and - possibly - 189.) won't make any harm, see also: https://msfn.org/board/topic/177196-is-my-drive-still-healthy-seagate-sshd-1tb/?do=findComment&comment=1146918 but it won't anyway predict reliably a possible failure. jaclaz2 points
-
On my main Linux system I compile FFmpeg myself (with the help of this guide, and without libaom, libsvtav1 and libvmaf). Resulting binary: ~32MB. Does everything yt-dlp asks it to do.2 points
-
Dear guru AstroSkipper, hello! Would you be so kind to tell your opinion about Comodo Varanus FW, I don't see it in either of you lists (good-bad). Would it be polite to trouble you for such a personal advice, just a couple of words really, use-not use, thank you! PS. As always, can't get enough of your amazing software compilation! I can't even imagine how much hard work is in it!2 points
-
A brilliant solution! The German software is always on top! I know newer versions, up to recent years, still work via CMD, it's just the interface that is not loading properly.2 points
-
... There's still some "volatility" surrounding this specific issue on the yt-dlp devs side ; they keep going back and forth between the old and the new Twitter APIs: https://github.com/yt-dlp/yt-dlp/commit/49296437a8e5fa91dacb5446e51ab588474c85d3 https://github.com/yt-dlp/yt-dlp/commit/b03fa7834579a01cc5fba48c0e73488a16683d48 https://github.com/yt-dlp/yt-dlp/commit/92315c03774cfabb3a921884326beb4b981f786b At the same time, yt-dl is fully broken on Twitter ... BTW, this sounds ominous: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-v8mc-9377-rwjj ... Yes, it's the never-ending cat-and-mouse game between Google and the downloading apps; G keep changing their yt-player "signature" javascript code; when the apps fail to properly decode/decrypt it, this results in throttled Youtube downloads (ca. 50kbps), rendering those apps "unappealing"... FFmpeg is indeed an essential dependency of both yt-dl and yt-dlp for the majority of their users who (unlike you ) wish to end up with a standalone media file, compatible with a vast number of media players; additionally, FFmpeg isn't only used as a "merger", but 1) can be used as a downloader when [hlsnative] isn't specified and for downloading LIVE streams 2) as a multi-task post-processor (e.g. transcoding AAC/OPUS audio to MP3, webp images to jpg, webvtt subs to srt ones, etc.) and 3) as a media tagger, especially in the yt-dl builds provided by nicolaasjan ... The size of the resulting binaries relies on a variety of factors: The "vanilla" code of FFmpeg itself has grown quite a bit over the years, following probably Zawinski's Law ; it's now 2023, version n6.1-dev, not 2012 and v0.12 ... Over the course of years, support for many additional third party libs has been added, while some older libs have been deprecated and their support removed... Depending on the number of third party libs you compile FFmpeg with, the binary size can increase significantly (third-party-libs is a generic term, which encompasses decoders/encoders/muxers/demuxers/filters/etc.) ... The type of compiler used also plays a role: Cross-compilation in Linux using e.g. Cygwin results in bigger Windows executables compared to native compilers like MS Visual Studio or MSYS2... Binary sizes also increase if you're building for Windows x64... With disk storage and bandwidth today being relatively cheap , no-one really cares anymore about file sizes...2 points
-
Hello @Andalu! Have a look into this post: https://msfn.org/board/topic/178377-on-decommissioning-of-update-servers-for-2000-xp-and-vista-as-of-july-2019/?do=findComment&comment=1221841 There you find a link to an attachment down below. The link https://www.fileeagle.com/software/470/Process-Explorer/16.26/ doesn't work anymore. Alternatively, you can download it from here: http://process-explorer.findmysoft.com/2 points
-
Agree, but you have no more socilal networks to talk about it freely, that's precisely what I'm talking about. Checkmate. It was exactly the same with Facebook, where they forced everyone to post cat pictures only, or be banned.2 points
-
Not sure I follow. I remember when Kuwait was invaded and how the WORLD reacted, 30-some nations across the Globe. Crimea and Ukraine is not as cut-and-dried as Kuwait and global armed defense assistance. Media news cycle or not, Ukraine is being supported by more than what Kuwait was - https://en.wikipedia.org/wiki/List_of_military_aid_to_Ukraine_during_the_Russo-Ukrainian_War So I don't follow with the fast and constant news coverage comment - I would much prefer the support level being "on the ground" as opposed to being "on our television screens". But again, a very lengthy discussion best not suited for MSFN.2 points
-
JustOff, the rebel! Thanks for the link. Managed to get it running after adding brotli and six packages to my Python 3, converting palemoon.res to uncompressed and back to Brotli-compressed results in the exact same file. Uncompressed shaves a tiny bit off startup time at best here, but then more space is wasted in the process memory address space at runtime. Brotli-compressed: C:\Program Files (x86)\Pale Moon\palemoon.exe - 5 executions 3.1078 3.0923 3.1070 3.0984 3.1073 Uncompressed: C:\Program Files (x86)\Pale Moon\palemoon.exe - 5 executions 3.0923 3.0768 3.0605 3.0610 3.0767 Used PassMark AppTimer for those. Results are in seconds. I suppose modifying extensions' .xpis with the script would also work? I guess nobody tried. Though to be thorough, one would also have to minify all JavaScript/HTML/XML/etc. inside these archives. BTW, Brotli is Made by Google™2 points
-
I may or may not have a hard drive going bad ... makes a little noise at startup but then seems to be OK for hours. I have a couple of hard drive testing tools on the computer and they report everything is just fine. Have no idea how accurate they really are. Searching around for more information I came across this article '13 Best Free Hard Drive Testing Programs' which was just updated on July 05, 2023. Most all these 'free test tools' are still listed as working with Windows XP and newer. I downloaded everything for any future need should there be one and since they still have Windows XP support. I thought others might also be interested. 13 Best Free Hard Drive Testing Programs An updated list of the best free hard drive test software programs By Tim Fisher / Updated on July 5, 2023 https://www.lifewire.com/free-hard-drive-testing-programs-2626183 ...1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20230708-ef491d91-uxp-9f1550fb5-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20230708-ef491d91-uxp-9f1550fb5-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20230708-id-656ea98-uxp-9f1550fb5-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20230708-id-656ea98-ia-93af9a0-uxp-9f1550fb5-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.1 point
-
1 point
-
My experience is the more you "test" them the FASTER you degrade them.1 point
-
Thanks for the link even though the version that will be downloaded is 16.21 and not v16.22. The v16.22 can be found here: https://www.filehorse.com/download-process-explorer/37741/ I have tried the various versions and the only one in the 16.xx series that does not attempt to connect to the internet is indeed v16.22. Attempts to connect start occurring from v16.10, until v15.40 I have not detected any.1 point
-
I find it quite funny that you switched from "programs" to "programmes" within the last week or so. Both are legit spellings, of course. Just a funny "observation".1 point
-
Those are more often than not very easily defeated. Just open the Dev Tools and hunt for the "overlay", uncheck its display/visibility/position/etc styles parameter at the right, you generally only need to uncheck ONE parameter once you learn "what to look for". You can also right-click and "hide" the overlay element in the left pane, once you learn "what to look for". There are probably "extensions" that can do it "for you", if you prefer that route.1 point
-
Noticed that. yt-dlp for XP (and Vista) is now updated to yt-dlp version nightly@2023.07.07 [92315c037].1 point
-
Wait. Reddit paywalled, too? It's not for me, Maybe it's country specific? Reddit is still free to watch in my EU country. Just a random topic I chose: https://www.reddit.com/r/MilitaryPorn/comments/1mludb/restored_german_88_aa_flak_cannon_firing_960x636/1 point
-
Ravenbound Genres: Action RPG, Open world, Third-person, 3D Company: Systemic Reaction This game requires Windows 10/11 ONLY.1 point
-
1 point
-
@AstroSkipper Thanks for the link Even with v16.26 I detected connection attempts to the following IPs: 2.21.14.112 2.23.155.162 2.21.14.97 195.22.200.40 2.23.155.136 195.22.200.33 92.122.251.85 192.229.221.95 23.59.69.139 104.18.15.101 104.18.14.101 With this version the IPs that Process Explorer v16.26 attempts to connect to when it starts are 11, 3 more than version 16.32 I do not like this behavior. I will continue to use v15.11, which I also prefer for cosmetic reasons1 point
-
1 point
-
You just answered yourself, not sure what you don't like or not happy with, malware hides itself under multiple layers, or disguises itself under normal software names, I remember my ex-girlfriend installed a keylogger on my laptop, when I was cheating on her, and it was running under the name "nerohelper.exe", which of course had nothing to do with the real German Nero software. I found it with the help of Process Hacker.1 point
-
Do you refer to the systray icon(s) or the main programme view when talking about a three-in-one view? In my main programme view, I see all of this information about processes, RAM, and CPU. And I have configured Process Hacker to see two separate icons in my systray, one for used RAM and one for the CPU history.1 point
-
1 point
-
I never said I don't believe you, I said you didn't point out to the actual KB number. What is for developers is one thing, we are end users, not developers. Cyberpunk 2077 officially runs on ancient GTX970 from nine years ago (2014) , so no wonder it runs on Win7. I don't think it's a good example, sorry. And please give the actual KB number. My updates are up to the end of service already. Thnx!1 point
-
I am still using the official last XP-compatible version Sandboxie 5.22. I checked Sandboxie's compatibility in terms of Windows XP, too. Indeed, the developer David Xanatos compiled a special, last XP-compatible version Sandboxie 5.40 after it had become open source. This version does not need a licence anymore. Here is a download link: https://github.com/sandboxie-plus/Sandboxie/releases/download/v5.40/SandboxieInstall32_xp.exe However, I do have a licence, therefore, I am not really interested in.1 point
-
Process Hacker 2 Process Hacker is a free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. The software installs its own driver into the system which significantly expands the search capabilities of the active processes and allows you to detect processes hidden by different viruses and applications. Process Hacker displays processes in a tree structure and divides them into categories that are highlighted in different colors for easier identification. The software offers many possibilities for various actions with processes including viewing detailed information about them and terminating process in different ways to bypass the rootkits and security apps. Process Hacker allows you to view and manage services that can not be displayed in the service console, identify software that has active connections to the network, and receive real-time information about disk access. Also, Process Hacker displays a graph and detailed statistics on the use of the system resources in real time, namely, memory usage, resource consumption of each processor core, reading and writing data. Although the version 2.38 was listed as the last XP-compatible one, the last stable version 2.39 is still compatible with Windows XP (and Vista). Features: Main features: Detection of hidden and malicious processes Termination of any process Display of full statistics processes Display of system performance graphs Viewing services, network connections and disk activity More features are described here: https://processhacker.sourceforge.io/archive/website_v2/features.php Homepage: https://processhacker.sourceforge.io/ Version number: 2.39 (r124) Date of release: 29.03.2016 System requirements: Windows XP SP2)/Vista/7/8/10, 32-bit or 64-bit Release notes: Reviews: https://www.malwarebytes.com/blog/news/2018/11/advanced-tools-process-hacker https://download.cnet.com/Process-Hacker/3000-2094_4-10971791.html https://www.pcworld.com/article/457252/review-process-hacker-is-task-manager-on-steroids.html Download links: Installer: https://sourceforge.net/projects/processhacker/files/processhacker2/processhacker-2.39-setup.exe/download https://github.com/winsiderss/systeminformer/releases/download/v2.39/processhacker-2.39-setup.exe Portable: https://sourceforge.net/projects/processhacker/files/processhacker2/processhacker-2.39-bin.zip/download https://github.com/winsiderss/systeminformer/releases/download/v2.39/processhacker-2.39-bin.zip Screenshots: I use Process Hacker since 2010. It's one of the first programmes I usually install in a new Windows system. I always start this programme automatically on Windows start-up. I use Process Hacker to control all loaded processes, services and drivers. One click and I know what is going on in the background of my system. Terminating crashed processes or process trees can be done in a quick and clear way. All services and drivers which are added or deleted will reported via a systray notification. This tool is like an additional security layer besides any antimalware real-time protection. Process Hacker, like Total Commander, is one of the most used programmes in all my Windows systems. I tried a lot of task managers and I know them all. IMHO, Process Hacker is the best of all. Cheers, AstroSkipper1 point
-
Right! Malwarebytes is compatible with many other AV programmes, but not with Avast. If you have problems, then Malwarebytes Premium's real-time protection can be disabled at any time. In this case, you probably won't observe any further incompatibilities when using both in the same system partition. In my case, I do not have both installed in the same Windows XP partition. However, I have more than one Windows XP partition managed by Boot-US. So I am able to use different antimalware programmes on my old computer.1 point
-
Alphabetical list of working antimalware, firewall, and other security programs for Windows XP All explanations according to this list can be found in the first post of this thread. Name Version Type Licence Date Link 360 Total Security 8.8.0.1119 AM+ F 18.12.2019 Link Essential Avast Free Antivirus 18.8.4084.0 AM+ F 15.11.2018 Link Avast Internet Security 18.8.4084.0 AM+ C 15.11.2018 Link Avast Premier 18.8.4084.0 AM+ C 15.11.2018 Link AVG AntiVirus Free 18.8.4084.0 AM+ F 26.11.2018 Link Comodo Firewall Pro 2.4.18.184 FW F 14.02.2007 Link CurrPorts 2.77 CP F 13.12.2023 Link eScanAV Anti-Virus 22.0.60 AM- OF F 26.04.2023 Link Toolkit (MWAV) InSpectre 0.0.6675.8 SC F 21.04.2019 Link Look 'n' Stop Firewall 2.07 FW C 17.10.2009 Link Malware Hunter 1.185.0.807 AM- OF F 17.06.2024 Link Malware Hunter Pro 1.185.0.807 AM+ C 17.06.2024 Link Malwarebytes Free 3.5.1.2522 AM- OF F 08.05.2018 Link Malwarebytes Premium 3.5.1.2522 AM+ C 08.05.2018 Link Panda Free Antivirus 22.02.01 AM+ F 27.12.2023 Link PC Tools Firewall Plus 7.0.0.123 FW F 01.12.2010 Link Process Hacker 2.39 (r124) MF CP O 29.03.2016 Link RogueKiller 15.17.4 AM- OF F 26.06.2024 Link Anti-Malware Free RogueKiller 15.17.4 AM+ C 26.06.2024 Link Anti-Malware Premium Shadow Defender 1.5.0.726 VP C 02.08.2020 Link Spectre Online SC F 08.01.2018 Link Browser Test Spybot – Search & 2.4.40.0 AM- OF F 01.07.2014 Link Destroy Free Edition SUPERAntiSpyware 10.0.1266 AM- OF F 29.04.2024 Link Free Edition SUPERAntiSpyware 10.0.1266 AM+ C 29.04.2024 Link Professional X Edition Ultra Adware Killer 10.7.7.0 SP F 09.05.2023 Link Ultra Virus Killer 11.9.8.0 MF F 29.03.2023 Link Windows 10 Firewall 7.5.105.217 FW F 06.01.2016 Link Control Free XP Windows 10 Firewall 7.5.105.217 FW C 06.01.2016 Link Control Plus XP Zemana AntiMalware 2.74.2.150 AM- F 21.08.2017 Link Free Zemana AntiMalware 2.74.2.150 AM+ C 21.08.2017 Link Premium Name Version Type Licence Date Link1 point
-
My recommendation of the eicar test files was just what is well-known and easy to apply. To be honest, I usually do not test my antivirus programs. Only if something bad happens, or I have the impression that it is not working properly. The official test which are performed on a regular base are sufficient for me. Sometimes, you have to try a little trust to organisations like av-test.org or other institutes which do such tests for years or decades.1 point
-
1 point
-
About Kaspersky Free on XP. I have v.19.0.0.1088 OK here since a few years... No problem. Automatically patched, recently (last month) to "n". Maybe there (?): https://kaspersky-free-antivirus.soft112.com/download.html => https://products.s.kaspersky-labs.com/homeuser/kfa2019/19.0.0.1088/english-GB-0.57.0/kfa19.0.0.1088en_14173.exe1 point