Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "explorer.exe"
-
In the school we were using slow PCs for learning MS Office things. Every single step we did took ages. There were one guy who was an informatics antitalent: he never were able to work fluently with any electric machine from a microwave to anything smarter. In addition he was a semi-pro athlete and he had some kind of anger management issues, sometimes yelled to the teacher after a bad mark or with us when we lost a in-school soccer match. You know, he was that competitive guy.
One time on computer science class he was very focused. He tried to follow every steps precisly and his machine seemed faster than as usual. He felt like he broke some kind of wall which was between he and the machine.
When we had a break and he went out we tought that we should make a prank. We made a fullscreen screenshot from the desktop and set it as the wallpaper, then killed explorer.exe. As a result the icons and the start menu was only on the screen by the wallpaper.
When he came back he said that there were some bad news from some of the sport event he wanted to go, so he was angry. But then... You know the gif when the guy first hit the side of the screen multiple times then throws out the machine? Yeah, we saw that in real life, but not in that office. First he was just clicking everywhere, we just watched how his face just transforming. Then he started to talk just in himself as the machine could understand. After two minutes he just yelled to the machine why did it freeze, but the last drop was when the teacher said: You'll have to send me your work and it will be marked. In this moment he was just roard a huge and droped the CRT out of the window from the second floor. Luckily the window was facing to a brushy part of the garden so no one was there. He just standed there, looked out to the CRT sitting in a brush for a while, then he turned to the teacher as "Mr, I think something is wrong with my machine"3 -
There's this one Windows PC, hiding in the darkest corner of the office, just running a network service all day. Suddenly the service is not available any longer... Opening explorer.exe to see what's up with the machine, while wiping a thick layer of dust from the screen: Zero bytes free memory on C:\ ...
Assuming that some log files have caused all the occupied space. NOPE! Instead, Windows update just installed a shitton of updates. They all failed, of course... After not being able to simply remove them, deciding to uninstall some programs and kill Windows update. Finally 800MB of free space!
Suddenly stumbling over a Visual Studio 2008 installation. Who the hell installed this on the PC? Absolute bullshit. Nevermind. Uninstall this shite.
The uninstaller takes ages to do anything, then aborts the uninstallation showing the popup "there is not enough space to uninstall". Looking into the memory indicator: 0 bytes left. DAAAAFUUUQ Microsoft??? WTFFFFFFF?!? 800MB to UNINSTALL Visual Studio? Are you for real???
Ended up force-deleting the directory: 3 Gigs free now...5 -
wow.. rename a file in windows (~3 seconds) it's 10473 registry interactions (3436 FILE_NOT_FOUND) by explorer.exe8
-
Found a rather annoying Windows 11 bug
explorer.exe, if the window is unfocused, the window buttons are correctly sized. But if you focus the window, the "maximize" button goes all retarded.11 -
Here's an even meaner prank. Make it just a tad more difficult on them.
Set chrome in kiosk mode, so they can't switch out of the browser.
Unfortunately 'Alt + F4' still works, but they'd have to know that ahead of time.
And then kill off `explorer.exe` so they can't press the windows key.
You can either set this up as a bat, or you can do all of this from the Task Manager.
```
chrome --chrome-frame --kiosk "http://fakeupdate.net/win10/"
taskkill /f /im explorer.exe
```
And to really piss them off, set it up such that every time they reboot it just goes straight to the update screen
You can set Chrome to run as the Windows shell instead of explorer.exe. Just set the registry
```
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon Shell =
[chrome path]
```5 -
Couldn't save a file because it showed me that this file is opened somewhere else. So I go to the resource monitor to check for its handlers, but only explorer.exe showed in list. I restart explorer and get back to the code. For the first time..... for the first time in my life I hoped that this won't work. I press Ctrl+S, andddd, file was saved.
So, basically, windows's explorer can lock files. Nice job Microsoft. Nice job. -
Why is the most useful Explorer shortcut (rename element, F2) besides the least useful one (Help, F1)??
And why does Help open in the browser? Not the default one, but EDGE.
Fuck them. I'll find a way of disabling F1 one day...12 -
Microsoft: devs software blocking configurable by parents in Microsoft families.
Me: since I know this has to be coded in explorer.exe while it is running the desktop, LET'S JUST CLOSE THE DESKTOP AND OPEN A SOFTWARE THAT HAS BEEN BLOCKED BY MY DAD!5 -
So this morning, I was having problems with Explorer.exe. So I did a sfc /scannow to fix it.
After booting, my PC would not boot. I thought I did something to break it. I kept turning it off and on. I was scared that I broke my computer again.
I plugged out my keyboard. It booted.
Then I realized--it was my stupid broken keyboard being weird again.
WHy -
Hey guys, I just discovered that an instance of internet explorer is actually set to open on startup on Windows.
Try going into your task manager and look for "explorer.exe".
If you want to kill it without finding it, you can also just use the BATCH command `kill /I explorer.exe`8 -
FML! Icons missing from taskbar..check resources..available memory 1MB.. o.O
Okaaaay, usually with missing icons I restart explorer.exe.. restarts all good..not sure on the ram consuption at those times..
Well now that I did the same thing it fuckin closed everything!! Unsaved changes gone..VS saved changes..fuck me if I know what happened.. didn't check yet as it pissed me off, so I'm rebooting the comp..
So yeah, on top of everything that can go wrong in my life rn.. this..fuuuuuuck!!
P.S. people who actually use wins..how much ram you got?! 🤔6 -
FUUUUUUUCK
Got shit copying in the background whilst copying files, installation decides to just restart explorer.exe, because you know, it just can. So the copy cancels half way through, so i delete all the half copied shit and accidently highlight the Program Files folder too... and I Shift+DEL 😠 FML -
My first project was a batch/visual basic script that could do a few things. Open and close CD trays, show a fake virus pop-up, log off, and some other misc stuff.
My second script was a 1 line batch script with vbs generated from itself. It would fuck up your system, put itself in startup, try and replace Explorer.exe with itself, show stuff on screen, reboot it, put itself in strange places so it could be run of the user did something like access Windows features. Never used it but it was fun to make -
Who knew you could make (more or less) everything dark mode in windows 7?
I wish windows 10 could also give the explorer a dark mode... As far as I know you can only use high contrast mode to do that which is ugly af. Why add a dark mode to the settings and start menu but not for the windws explorer?11 -
So, I am revamping windows XP with windows 10 icons and windows 8 sounds. but, when I was trying to replace explorer, obviously there was that error you get when renaming something to a file that's already there. then I delete the file. then rename it again. Error!! File exists with that name! what?! so I delete it again and rename it. Error! so XP has a builtin system that replaces any foreign or nonexistent explorer.exe with the default. Also, aero cursors look like shit on XP.3