even though i gutted my windows install it still periodically tries to install edge, but it fails miserably because my firewall blocks installer from downloading edge
4:00 This happened because you were starting Explorer as SYSTEM/TrustedInstaller in a user session, where it will crash then reloads as user. It does make you lose the wallpaper for some reason.
(At least on newer versions, I haven't tested on older ones).
5:56 The reason why it reads file names "incorrectly" is because the archive itself (.xz without .tar) doesn't store any kind of file names/file system (that is being stored by tar format), it's just that one single file being compressed. Explorer and pretty much any kind of (de)compression utility would have to get the file name somehow, so it used the filename of compressed file itself and then remove .xz extension.
It might also be the reason why drag and drop didn't work, because that filename doesn't exist.
6:46 ZipCrypto support is from XP era, .7z support from libarchive AFAIK doesn't have password protection support (yet). libarchive#1443, not Windows' fault.
They also backported the system components menu in Settings/system as well as the get updates as soon as they are available toggle in Settings/Windows update
@@Galaxy.Windows From BetaWiki: "Windows XP build 2202 is the earliest available build of Windows XP. It identifies itself as "SD Windows 2000 Professional" in the watermark, where SD refers to the Source Depot version control system that Microsoft was deploying at the time. Otherwise, the build still bears Windows 2000 branding and the NT 5.0 kernel version due to its earliness. "
@@Galaxy.Windows Windows XP IS based on Windows 2000, Windows Me uses an entirely different kernel here (it still runs on top of MS-DOS but Microsoft made it harder to access)
Good video, but I also wanted to point out, that files from newer versions of Windows 11 may work as well, and may offer better support for the archives you had issues opening beforehand. I only tested it with 23493's files, as it's the oldest version, so it would have the biggest chance of being supported in Windows 10. I recommend to try with newer files, if you want to. But still, nothing will replace 7-Zip. (oh and TC4Shell did it before Microsoft did)
As far as I know, it's because 7z is multithreaded, so it will use many cores of your processor. Windows Explorer's compression code is single threaded, for some reason
I'm actually wonder how does it even load these DLLs. The win10 explorer.exe file doesn't ask for those to be linked to it, so why and how are they even loaded in the first place? Does the Windows kernel just loads every single dll it can find in System32 and tries to link it with whatever process it thinks might be good for it?
Enderman made basicly my life, i found him randomly by searching for music (what he used in his videos) And i looked your Content, i was litterly 7 back then, now i am a Developer, a Programer, Hacker an Computer adept and OWner of an Company. Huge Thanks to him. ❤ I Thank you for your Great Content.
Kitty! Honestly I'm both surprised and not surprised they didn't just steal someone else's code like they eventually learned they needed to with the chromium based edge browser.
Using insider might support more path of zipped files, though it’s still unsupported to open locked file. But things will get well soon, join insider program will give you more features preview, maybe you can use that features soon!
People install 7-Zip. Its tons better than the built-in Windows zip utility, its free and open source and can unzip all supported file formats. About the only thing File Explorer handles well is zip. files.
Windows 11 is pretty bad, and sadly M$SOFT will not bring this feature to Windows 10. But, we can do it. With community support, we can bring old systems back to life(Like winxp with onecoreapi)
@@windows10technicalpreview Screw OSX. Everything but that piece of closed-source and feature-less crap.
Edit: I refuse to ever buy an Apple device, if not required by my team or school. Alone for the fact, that I can not choose my own OS on Apple silicon is a no-go. Multitasking is the living hell on MacOS because no real window snapping - seriously? This piece of crap called Siri also exists, and it cant even do much. And then there is this thing, called "walled garden" forcing me to get more Shittle products for everything to work. On Windows and Linux, I have most or every choice I want.
@@idkturtleit cannot archive i think but can exctract?? Last time I heard Microsoft is still working for archiving other compression formats and supporting password protected compressed files
I purchased WinRar 15 years ago, it was and still is dirt cheap for personal use, a single license for all your computers and with lifetime updates and support. You can run programs like installers from archives without having to decide every time where to put the damn extracted files you will never use again, I guess at MS they never heard of %TEMP% For some reason the 7-Zip manager will extract the executable you want to run to the temp folder but not any other files that are required by such executable.
thats why i don't like newer version of windows. this video proves that they just stack new high level features on top of existing codebase, disable but not remove old features which increases the size of codebase over and over again if windows 7 has proper driver support i will still use that right now because to be honest, the features we use in an everyday basis were already available in windows 7, and i seriously don't understand what the fk is the extra 2GB of data in windows 11 installation iso, it doesn't even look better than windows 7 aero
All windows since NT up to 11 era are the same framework. Let's see in Windows 12 if Microsoft changes everything and remove the backward compatibility support
No way! I was waiting for this exact thing for a loooong time, I expected someone to one day make the Windows 11 zip and rar support work on Windows 10. I can finally get rid of that trial TC4Shell. Your videos are amazing man!
why did edge install itself on the desktop at 6:11
246 likesReplies (19)
the files ig?
0 likesHappens with me alot!
0 likesmicrosoft moment
1 likeIt was there at the beginning too.
1 likePov : i am now using youtube with edge
1 likeEdge : End task
Reason : You are see this comments
Microsoft really wants you to use their bloatware as much as possible. Classic Microsoft Coded P.U.P.
2 likeseven though i gutted my windows install it still periodically tries to install edge, but it fails miserably because my firewall blocks installer from downloading edge
4 likesit's synced 💀
5 likesmicrosoft edge has joined the chat
7 likesEdge probably being updated.
9 likesNO EDGING IN MY WINDOWS 👺👺👺👺👺
16 likeslong story
0 likeslol
0 likesMicrosoft came to spy
0 likesin time with the music too
15 likes@@Kubalopl☠️😈😈
9 likeswindows started edging 😭
107 likesclassic windows bloatware
79 likesWhy do even the best YouTubers hate me.
14 likesluck is deadly. and I have it.
4:00 This happened because you were starting Explorer as SYSTEM/TrustedInstaller in a user session, where it will crash then reloads as user. It does make you lose the wallpaper for some reason.
62 likes(At least on newer versions, I haven't tested on older ones).
Replies (1)
It is different in older Versions
0 likes5:56 The reason why it reads file names "incorrectly" is because the archive itself (.xz without .tar) doesn't store any kind of file names/file system (that is being stored by tar format), it's just that one single file being compressed. Explorer and pretty much any kind of (de)compression utility would have to get the file name somehow, so it used the filename of compressed file itself and then remove .xz extension.
22 likesIt might also be the reason why drag and drop didn't work, because that filename doesn't exist.
6:46 ZipCrypto support is from XP era, .7z support from libarchive AFAIK doesn't have password protection support (yet). libarchive#1443, not Windows' fault.
You should do a series where you backport Windows 11 features back to Windows 10.
151 likesReplies (19)
No, it should be to 8.1!
1 like@@NnLd How about live captions? Ppl like me would love that on 10.
0 likesThey also backported the system components menu in Settings/system as well as the get updates as soon as they are available toggle in Settings/Windows update
0 likesThat would be a very good idea
0 likes@@Abigblueworld nobody cares
0 likesThey're basically the same OS, it's easy to turn 11 into 10 with all the extra features.
0 likes@@Abigblueworld what you yappin about?
0 likes@@xpower7125 You ported 11 notepad? How??
0 likes@@NnLd i mean yeah makes sense but its probably the ui or smt that makes ppl backport it
0 likesAs if Windows 11 had some features Windows 10 doesn’t
3 likes@@EpicRandomfr
0 likes@@xpower7125 possible with task manager?
0 likes@@phonl1and I ported the new notepad
0 likesMicrosoft already backported Copilot
0 likesSomeone already ported modern Paint to Windows 10
5 likes@@EpicRandom fr
3 likes@@EpicRandomfr
3 likes@@Abigblueworldcringe
36 likesMe: MAkes a good comment.
5 likesYou: Surpasses me like my comment was rotten garbage.
Me: I know where yo-
No thanks, I'll just use 7-Zip. It's much faster and can actually support a huge range of archive extensions.
28 likesEven if I use Windows 11 (which I won't), I'd still see myself using 7-Zip...
the latest feature brought to you by Micro$oft!, RARs in explorer, but upgrade to windows 11 first
133 likesReplies (22)
@@UndercoverDogUse English (world), problem solved.
0 likesBut you can't extract file with passwords 🤡
0 likes@@Galaxy.Windows You're mixing NT and 9x up
0 likes@@Galaxy.Windows From BetaWiki: "Windows XP build 2202 is the earliest available build of Windows XP. It identifies itself as "SD Windows 2000 Professional" in the watermark, where SD refers to the Source Depot version control system that Microsoft was deploying at the time. Otherwise, the build still bears Windows 2000 branding and the NT 5.0 kernel version due to its earliness. "
1 like@@phonl1 Windows XP is based on Windows Me. in early builds it says Windows Me in winver "home edition builds"
0 likes@@UndercoverDog because it is.
0 likes@@Galaxy.Windowseven the Registry says its still win 10 xD
2 likesHe Dosent f%#- like windows 11 you #&#*'
0 likes@@Galaxy.Windows Windows XP IS based on Windows 2000, Windows Me uses an entirely different kernel here (it still runs on top of MS-DOS but Microsoft made it harder to access)
3 likes@@phonl1 lol no. XP was based on Windows Me but was a new release of Windows
2 likes@@Galaxy.Windows By your logic, Microsoft modified Windows 2000 to have new themes and claim its Windows XP
2 likes@@phonl1 yes. Microsoft just motified Windows 10 and they claim its Windows 11. last OS from them that its not a modification is Windows 10X
3 likes@@phonl1Exactly!
4 likes@@Galaxy.Windows How is it then? Are you going to tell me that Windows 11 is just a Windows bootleg created by Microsoft themselves????
4 likes@@phonl1 yes
2 likes@@Galaxy.Windows ...unofficial??
5 likes@@UndercoverDog yes. its Windows 10 with ui layers
3 likesWindows 11 is a bloaded unofficial version of Windows 10 so its features can be esaily ported to Windows 10
2 likesPeople when they have to upgrade to get the latest feature:🤯
10 likes@@UndercoverDogyeah
1 likeIt’s the kind of thing they used to force people to upgrade to windows 11
3 likesWindows 11 is such a catastrophy. You notice everywhere that Microsoft just slapped a new gui layer over everything. Its so bloated.
18 likesso happy the functionality that was meant to be put in 10+ years ago is finally here :)
15 likes6:07 Edge: hello there
8 likes6:12: A wild Microsoft Edge appeared
6 likesReplies (1)
I don’t get it…all I see is a picture of a cat
0 likesLets goo Enderman
5 likesReplies (1)
The best youtuber of all time
3 likesGood video, but I also wanted to point out, that files from newer versions of Windows 11 may work as well, and may offer better support for the archives you had issues opening beforehand. I only tested it with 23493's files, as it's the oldest version, so it would have the biggest chance of being supported in Windows 10. I recommend to try with newer files, if you want to. But still, nothing will replace 7-Zip. (oh and TC4Shell did it before Microsoft did)
5 likesHonestly, the silly kitties made the video twice as entertaining, PLEASE keep putting random cat pics in them 😭😭😭😭😭😭
2 likesJust as superior as the other videos!
7 likesAnyways, 7zip and winrar compress and decompress more speedly than explorer.exe (my experience with hdd windows 10 and a slooooow celeron of 2019)
8 likesReplies (1)
As far as I know, it's because 7z is multithreaded, so it will use many cores of your processor. Windows Explorer's compression code is single threaded, for some reason
4 likesThe ones with incorrect filenames are simply compressed with an algorithm that doesn't support filenames and multiple files.
3 likesIt's good that he managed to recover the images of his favourite "pisi"'s.
1 likeenderman: kinda serious video
0 likesEdge at 6:11: Bonjour
This was so helpful!
12 likesReplies (2)
I'ma ratio him@@xzProGamerOfficalzx
0 likesbro the premier didnt even start yet
14 likesThe og guy is back
1 likeAmazing. Another super helpful video from Endermanch.
3 likesWasn't compressed file support already included in Plus! 98?
1 like6:09 Edge: Hello there!
0 likesI'm actually wonder how does it even load these DLLs.
1 likeThe win10 explorer.exe file doesn't ask for those to be linked to it, so why and how are they even loaded in the first place?
Does the Windows kernel just loads every single dll it can find in System32 and tries to link it with whatever process it thinks might be good for it?
Replies (1)
Windows 10 already has the same DLLs but with less features.
2 likesFinally new exciting video from enderman!
1 like6:11 Microsoft Edge on the desktop came to look at the cat.
0 likesit is, the one, and only, endermanch.
1 likeFinally... a new endermanch video
1 likejimbjer favourite part when he shows the silly cat pictures
0 likesEnderman made basicly my life, i found him randomly by searching for music (what he used in his videos) And i looked your Content, i was litterly 7 back then, now i am a Developer, a Programer, Hacker an Computer adept and OWner of an Company. Huge Thanks to him. ❤ I Thank you for your Great Content.
10 likesReplies (7)
@@vampzzxy either under 14 or 🧩
1 likeAre you retarded or something
0 likeshe said he was 7 back then hes older than 14@PeePeeshooter
0 likesMe too bro ❤
1 likesatire? (please)
3 likesstop liking this comment you selfish pieces of evil
0 likesI make 4 great comments only to get surpassed on this channel.
0 likesThis is literally the 2973th video I got like surpassed on, stop it.
I rate this video... 5 silly cats out of 7 (because you recovered 5 silly cats).
0 likesENDERMANCH!?
2 likesglad to see our professional license temperer back on the show
0 likes3:34 Excuse me? Batch is the best language ever made. God propably created that language. Nobody will change my opinion
0 likes6:11 Microsoft Edge: HI!
0 likesI only change the extension ( .7z to .zip ) and it works. ( Read mode only ) I used a newest version of Windows 10
1 likeKitty! Honestly I'm both surprised and not surprised they didn't just steal someone else's code like they eventually learned they needed to with the chromium based edge browser.
0 likesUsing insider might support more path of zipped files, though it’s still unsupported to open locked file.
0 likesBut things will get well soon, join insider program will give you more features preview, maybe you can use that features soon!
I know this is an old video but can you backwards compatible this even more? Like on Windows 7 or even Windows Vista/XP?
0 likesA new video of Enderman makes my day ❤
2 likesthe enderman has a santa cap . nice
0 likesnew main channel vid :D welcome back enderman!
0 likesend of the year grind 💪
0 likesThe silly cats were the best part of the video :)
0 likesHE'S BACK!! HE'S FINALLY BACK!!! THE LEGEND IS BACK!
5 likesReplies (1)
Yes
0 likesWhats the point? Most ppl are trying to get away from the behavior to open archives in explorer
0 likesMERRY CHIRTSMAS LET GOOO
0 likesdo you have a file making everything reverted? i just do this on my host pc, my explorer.exe keep crashing! edit: you just do a reboot
0 likesI loved when you had to get the Premium 50M$ bundle of windows 11.5 to get rar support
0 likesnice
1 likeHello! Is there a way to backport Windows 11 task manager to 10? Would love to know the way
0 likesHi good you restarted uploading again videos!
0 likesThe man the myth the legend has back :D
1 like0:33 It AIN'T GONNA work on earlier versions, I've tested that
0 likesmicro$oft - microtransaction software
12 likesPeople install 7-Zip. Its tons better than the built-in Windows zip utility, its free and open source and can unzip all supported file formats. About the only thing File Explorer handles well is zip. files.
0 likesfinally
0 likesWelcome back, enderman
0 likesWELCOME BACK! Again...
0 likesok but where can i find the silly cat pictures
0 likesHow do you do it with .wim files?
0 likesvery silly cats, 10/10
0 likeswhere i can find this cool mouse cursor?
0 likesbackwards compatible coz' Windows 11 is just Windows 10 w/ another skin(and extended support)
2 likesReplies (2)
like what mr rage baiter@@phonl1
0 likesThere's more change than just a UI
1 likeW Enderman
0 likesNow microwave should give us ext4 support or sshfs in explorer.
0 likesMicro$oft is literally now Mega$oft
0 likesUse informal abbreviations, please
0 likeshe’s finally back!!!
0 likesOh man, watching you want me to learning about like programming stuff, understanding machine work and do stupid experiment to Microsoft os xD
0 likesFinnaly another video from my favourite techtuber
1 likePort rounded corners maybe?
0 likeswowza
0 likesHey how about that corrupted windows installation that I sent you an email about?
0 likesIs this possible on windows 11 23h2?
0 likesHi!!! i LOVE YOU And your videos!!!
0 likesEpic as always
0 likesThis would work for bulk importing reg files with batch.
0 likesfor /f %i ('dir /b') do reg import %i
I use PeaZip as well as 7-Zip. The UI is a bit buggy, but its very useful.
0 likesReplies (1)
PeaZip seems quite nice for devoces where 7-zip GUI doesn't run
0 likesW Premiere!!
0 likesYOOO ENDERMAN VID
0 likesThere might have been a reason you didn't but when applying those reg files reg import would just import them without asking.
0 likesIt cannot open password protected compressed files
0 likesWindows 11 is pretty bad, and sadly M$SOFT will not bring this feature to Windows 10. But, we can do it. With community support, we can bring old systems back to life(Like winxp with onecoreapi)
0 likesWhat are the .af* file formats?
0 likesGreat video!
0 likesDoes this work on windows 7
0 likesCan we get a download link of the silly cat images
0 likeshi
1 likethank goodness im watching on linux live install
0 likesЛегенда здарова
0 likes0:38 "earlier verisons"
0 likesI wonder if Enderman will do a video on Windows NT 3.1 April 1991 build?
0 likesim watching this video on my balcony
0 likesShot shot
0 likesthis is just proof you should use something like 7zip or winrar and not the default windows explorer archive opener
2 likesReplies (1)
Definitely.
0 likesЖёско, жёско, мне бы так конечно уметь.
1 likeReplies (1)
English please
0 likeseverytime he uploads i get so excited
0 likesSystem informer is the successor to process hacker
0 likes3:33 - why is he automating with a GUI program (regedit)? And then he calls it "unholy." He knows how to code but not how to use the command line?
0 likesfor %i in (*)do reg import %i
Replies (1)
He ain't know nothing dawg, unsubbed
0 likesi don't want windows being able to access my 7zs and rars lol, i keep old games pre patch in there
0 likes6:51 Muhammad Sumbul😂
0 likesRare Archives Rollers, 7Zark, Gay Zee
0 likesafter it gonna be fixed im gonna try it on my pc
0 likesWindows 11 is just windows 10 sun valley it’s like a feature upgrade
0 likesI cant wait for Windows 12. If its not a complete overhaul, well... im using Linux already.
0 likesReplies (5)
@@windows10technicalpreviewpowertools:
0 likes@@windows10technicalpreview MS PowerToys search is the exact equivalent for spotlight. I dont need another OS for that lol
0 likes@@juniorwmg well the search (spotlight or whatever) is better tan wisndiws
0 likes@@windows10technicalpreview Screw OSX. Everything but that piece of closed-source and feature-less crap.
1 likeEdit: I refuse to ever buy an Apple device, if not required by my team or school. Alone for the fact, that I can not choose my own OS on Apple silicon is a no-go. Multitasking is the living hell on MacOS because no real window snapping - seriously? This piece of crap called Siri also exists, and it cant even do much. And then there is this thing, called "walled garden" forcing me to get more Shittle products for everything to work. On Windows and Linux, I have most or every choice I want.
use macOS!
0 likesi shat myself
0 likesPlay roblox Windows 10 OS Simulator and destroy it
2 likesYou could get a better decompression experience by retrving a version of zipfldr.dll and zipfldr.dll.mui from the latest version of Windows 11
0 likesAftermath : finally we can open unarchive file without 7zip or winrar!
1 likeReplies (1)
they still better
0 likesWhat do you mean? I can just open them these steps
0 likesOh cool, so that means we don't need to use WinRAR or 7zip anymore!
0 likesyou know its a good day when Endermanch uploads.
0 likesim not a bot dude
Silly cats
0 likeswho love enderman
2 likes👇
Replies (1)
I do!
0 likesHopefully Microsoft will support 7-Zip file archive on the next Windows 11 update.
3 likesReplies (4)
@@idkturtle yup maybe in moment 4 update. First quarter of 2024
0 likes@@exposed231 oh
0 likes@@idkturtleit cannot archive i think but can exctract?? Last time I heard Microsoft is still working for archiving other compression formats and supporting password protected compressed files
0 likesit already does tho
1 likeenderman with hat
0 likes❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
0 likesI just do it without that importing I just opened the file with file explorer
0 likesTadaa
yoooooo i will still use 7z tho
0 likesWhy dont just use winrar
0 likesI purchased WinRar 15 years ago, it was and still is dirt cheap for personal use, a single license for all your computers and with lifetime updates and support.
0 likesYou can run programs like installers from archives without having to decide every time where to put the damn extracted files you will never use again, I guess at MS they never heard of %TEMP%
For some reason the 7-Zip manager will extract the executable you want to run to the temp folder but not any other files that are required by such executable.
Day 1: Try backporting Minecraft windows 10 edition to windows 8 cuz it still can run uwp
0 likesthats why i don't like newer version of windows.
0 likesthis video proves that they just stack new high level features on top of existing codebase, disable but not remove old features
which increases the size of codebase over and over again
if windows 7 has proper driver support i will still use that right now
because to be honest, the features we use in an everyday basis were already available in windows 7, and i seriously don't understand what the fk is the extra 2GB of data in windows 11 installation iso, it doesn't even look better than windows 7 aero
its been a stone age since you uploaded again
0 likesSady i have windows 10 1709 my ❤ version
0 likesSee also you
0 likes1ST TO COMMENT AFTER PREMIERE ENDED
1 likeWinRAR the best
0 likesuhmmm.. isnt that a feature in win11? 🤓👆
0 likesImagine this gets taken down for being harmful
0 likesShot
0 likesMore proof that windows 11 is windows 10 with a new taskbar and icon pack. It’s like Windows 10SE.
0 likesReplies (4)
Yeah seems Micr$oft didn't either.
0 likes@@phonl1 you can literally revert it to look completely like win10
0 likesAll windows since NT up to 11 era are the same framework. Let's see in Windows 12 if Microsoft changes everything and remove the backward compatibility support
0 likesI guess you didn't look deep enough beyond UI😉
0 likesGreat as always!
0 likesGreat video as always!
0 likesPartial face reveal in this video :)
0 likesthis basically makes zip bombs useless
0 likesWindows: You can open RAR, 7z and GZ Files now!
3 likesEvery third party compression software: stops working and no longer updating
To me W11 is just W10 but pretty
0 likesWindows is literally better than Mac at literally almost everything, this video is one of the reasons why.
2 likesReplies (3)
ignore this bozo hes a rage baiter lmao@@windows10technicalpreview
0 likesyou're wrong@@windows10technicalpreview
1 likewrong
1 like123
0 likesRar in windows 11 is slower
0 likes67th
0 likesHows my favorite Russian-speaking tech youtuber?
0 likesHope Enderman builds his own Windows model, it would be amazing.
0 likesReplies (2)
He already built one, kinda because its win xp modified
0 likes(Name: Windows CTAC)
Endows 12 will be the next OS. It will be so cool!
0 likesE
0 likesOh boy i can't wait for youtube to strike again
0 likesPlease say he'll keep the channel alive
0 likeswindows 11 ruining your carreer
0 likesyou should ban youtube
0 likesKto z Polski ?
1 likeReplies (1)
ja
0 likesMe who still use Win7 and dont know what is happening
0 likesReplies (2)
@@windows10technicalpreview no, my personal pc
0 likeslet me guess, family pc
1 likeFinally, another reason to upgrade from Windows 95
0 likesReplies (1)
Keep windows 95, its just better even if old😂😂
0 likes3:30 but batch isnt terrible 😭
0 likesReplies (2)
@@suchy.chomik bruh no
0 likesyes it it
1 likeFirst comment
2 likesReplies (4)
another dumb kid
0 likesHES 1ST GO TO NEWEST 1ST AND SCROLL 100% DOWN
1 likeno i'm first
1 likehi first
0 likesRemember, guys and girls: Winrar is annoying, but anything else is inconvenient, so DO NOT use RARs!
0 likesi appear in the intro :DDD
1 likenice
0 likesHi
1 likehi
0 likesI will just keep using winrar, yes I know 7zip is acutally free and better but I just to used to winrar and it's infinite 40 day trial.
0 likesFck Windows. Long live Linux/BSD. Mac is whack... and their hardware is overpriced shiitttttt
0 likesNo way! I was waiting for this exact thing for a loooong time, I expected someone to one day make the Windows 11 zip and rar support work on Windows 10. I can finally get rid of that trial TC4Shell. Your videos are amazing man!
0 likesAs of recent Canary builds, you can now compress folders to .7z7rar/gz
0 likeshaha ur gay
0 likesDid anyone did an Malware bytes scan while having Proces Hacker installed and having it show up as: 'Riskware. Proces.Hacker' ?
0 likes