End
A downloadable non-application for Windows
E N D
2,048* bytes of absolutely nothing!
"End" is a Windows application that doesn't do anything. If you open it, it will show nothing and then immediately close. Its icon is a 1px transparent image. Wanna know how small it is? Here's the entire source code (in C):
int main() { }
Surprisingly, this is version 0.5 of this very application. I've made 4 previous versions, last time in C++, currently in C, other versions considered lost. However, they probably were similarly very small, and just as pointless.
The application itself was compiled for 64bit systems for future-proofing, as I don't wanna have to make a version 0.5 in the future — Edit: NEVER MIND new version it is, thanks to this video by Nir Lichtman. If your system can't run 64bit applications, it just won't work. Sorry lol, maybe try compiling it for 32bit yourself, the src is available too.
* - it says 2,048 bytes but in hard drive space it's more like 4,096 due to Windows file system reasons.
Uses:
- At one point I used End as the system's "antivirus" so it would stop pestering me about installing one.
- When I haven't been able to disable them or remove them wholesale, I've replaced extremely nagging self-starting programs with End.
- I'm currently using End as a separator for the Windows taskbar, so I stop accidentally misclicking on programs, especially the ones that take minutes to actually open.
If you can make this application even smaller, please do let me know in the comments!
Status | Released |
Category | Tool |
Platforms | Windows |
Publisher | |
Release date | Nov 05, 2021 |
Rating | Rated 4.5 out of 5 stars (2 total ratings) |
Author | kid marscat |
Tags | application, Experimental, Open Source, sourcecode, tool |
Code license | Unlicense |
Asset license | Creative Commons Zero v1.0 Universal |
Download
Install instructions
How to Use:
Download end_0_5.zip
, unzip it wherever you want, use it whichever way you want.
How to Compile:
Download end_0_5_src.zip
, install Visual Studio 202X build tools, whichever way you oughta do it, and run make.bat
using vcvars64.bat as the environment, or do whatever you want with the code lol.
Comments
Log in with itch.io to leave a comment.
The taskbar trick is great. This turned out to be a useful program.
I'm as surprised as anyone else, really :P
How did you compile it so small on windows? de fak? TCC compiler?
As the source indicates, I used g++ (i.e. gcc).
weird, when i compile even a basic C program with gcc, it would be way bigger than your binary. did you use some executable program for this?
Whatever's on that make.bat file, that's what I did.
I can't enjoy the functionality of this application due to an error on windows 10: Windows can't access the specified device, path or file. You may not have the appropriate permissions to access the item.
Since the application is barely a thing, there's very little that could be wrong with it. However, if your system is not compatible with 64bit applications, that could explain the error. That's my only theory.
Mon système est 64bit mais l’erreur vient du système lui-même. Pour l’instant, l’application fonctionne parfaitement sur mon autre ordinateur.