Fun fact: The ribbon UI in file explorer can also be accessed by starting Control Panel and moving up one level (clicking the up button). This lasts until you close the window. You can also get the Windows 7 toolbars in explorer by navigating to Contacts and going back. Just like the ribbon, it will last until the window is closed.
@@minhhoang6438 It's possible that Windows 11's UI is another layer on top of everything before it, especially considering how Enderman mostly transformed it to the old Windows 10 UI in one of his videos.
@@minhhoang6438 yep, and it has some interesting things you can do 'coz of that: Disadvantage - Windows is bloated. If Microsoft rewrites all the code , win 11 will be much smaller in size. Advantage - As everything is just frontend layer, and backend is not at all changed, windows is backwards compatible. You can run windows xp, nt, 9x softwares and they'll run on win 11 no issues. For older software, you have dosbox.
@@Creatinator512 You can still give windows 11 the classic theme from windows 2000-7, just super butchered without a ton of custom programs. But, I like it so it was worth.
Shoutout to that one guy that coded the Task Manager. He coded the thing to be at the heart of the system specifically so it will still run and perform its functions excellently no matter the situation and it shows here with it still functioning perfectly fine despite the shell shitting itself
@@totallyoriginal6934 That happened to me and I couldn’t open control alt delete or the start menu, so I had to find a way to restart (that took a long time) so I didn’t damage it. Finally worked
This really shows just how robust windows XP really was. Almost all of its ancient features are still working under dozens of layers of jank and reskins.
just a note with the CPU process usage: None of the applications or services actually were using that much of CPU, it is a bug of task manager that cannot properly show the CPU usage when there is CPU idle disabled in the power plan settings, i guess forced CPU disabled idle is another bug of changing the date
This looks like either rollover bugs from stuff like the taskbar renderer or WinUI 2/3, or SSL errors (because the taskbar in Windows 11 is a WebView2) to me, however it's weird that earlier versions of Windows can handle Year 10000, but 11 can't, leaning me to the WebView or WinUI hypothesizes. I might do my own set of research later, primarily if settings in ExplorerPatcher might be able to make things in the shell "stable".
That's false everything in Windows 11 is WinUI. Nothing in the shell uses a WebView. If you're referring to the caret browsing feature that I'd a functionality of WinUI and is present in all native apps built with WinUI.
@@bobmarley8524 The taskbar is literally a webview2 render. If you break Windows 11 enough you'll even get to see the old proper win32 taskbar from Windows 10 that you're not supposed to see. Enderman has a video on that too (look for 'Making Windows 11 usable').
Actually, you can set the date MUCH higher (up to year 30827 according to winapi docs) using the SetSystemTime winapi and giving it a SYSTEMTIME struct.
lol someone really needs to go into the code and make it so year rollover bugs aren't an issue anymore so we don't have to think about them. First Y2k, next Y10k, what's the next fix? Y100k? XD
Looking into the SYSTEMTIME data structure set in the Windows API, you'll find that the value is a ULONG (unsigned long) which makes the value pretty big however if it passes a certain amount it will overflow, so yes, it is still possible on Windows 11.
The fact the current windows core is actualy Window XP is insane. Is like a car that have been totally modified to look like current car with bunch of modern assist device. But its still using the same old engine from 1980's.
Mh, there is a difference - a small detail here. On a 64-bit WIndows, if the very core is Windows XP, it would be actually Windows Server 2003 64-bit. Due to being a server OS in disguise, Windows XP Professional 64-bit (AMD64) was super stable. It would only BSOD, if the hardware was some obscure low-quality stuff with quirky drivers or failing in general.
The current win11 core isn't winxp just because it looks like xp when things go awry, or because it inherits bugs found in earlier versions of the OS. Pretty much *all* OS kernels are iterative and go years or even decades back. If you really want to go down this rabbit hole, it goes way further back than XP. XP (Or Windows NT 5.1) was built on Win2k (5.0) was built on NT4 was built on NT3. Unintuitively, there is no Windows NT before version 3. It started at 3 to get mind-share with the consumer version of Windows of the same time, which was Windows 3.x.
@@gpubenchmarks7905 I don't think people 7 millenia from now will care wether it's a typewriter or windows 15, they'll laugh at the simple "technology" we use today no matter what!
@@Bempus i always look at primitive technology with fascination. like how we were able to do so many things with just stones wood and mud. i think many other people do to due to those primitive technology channels being so popular a while back.
@@ArmaRGool Limiting the bytes for storing the year is a good design choice. What they did wrong is to not prevent this value being to high that it creates issues This is a typical example of how unreliable is this os
If I remember correctly from what I learned about Task Manager that eatleast the classic Taskmanager was built on a reserved interrupt. That is probably why it is working... As back in the old days you could restart using its Keycomb... (and you even can do this on BSD and Linux OS to this day...
The creator of task manager has a YT channel, and has talked quite a bit about the resilience of that program. (the original at least) It's quite fascinating to see how that program can work in almost any situation.
Love your content man! Keep it up! I would love seeing you trying or suggesting solutions to changing the windows version without having to reset the pc if thats possible (I'm asking because I joined the dev channel of windows 11 a while ago and microsoft won't let me out for 8 - 10 months and I don't want to reset my pc in order to leave it).
I am amazed the OS even boots. While driver signatures are valid by itself, the certificates would have expired by this point. I think Windows is trying to restore itself by trying to get a new valid root certificate and update for itself to ensure system health. And it can't, because SSL (used for the update) doesn't like being outside the valid ranges, as certs specify a valid "not before X" and "not after X". That's why you can't browse the web properly, if you set your system clock f.e 30 years ahead or after today.
@@katrinabryce Actually not. Certificates themselves are invalid as soon their expiration date is met in UTC+0. Validity ranges from 10 years to 30, internal windows ones even are valid 1000 years. Some are adjusted, means it can take some hours for them to get truely expired. When it comes to SSL, the webserver allows a small time overhead. If you push your clock too far in time (just 24 hours ahead is enough) some servers just outright reject you and throw an error. Wait a minute, what did I say about the 1000 year windows certificate. oh.
would be interesting to see if you still have a pegged CPU if you completely disable networking and also set unistacksvcgroup startup to disabled (user data acces & user data storage services) , like if another process just grabs the idle time then...
I’m going to take a guess there’s some type of fallback implementation that isolates the core functions... time/date is implemented in APIi calls and anything that is expecting a certain value returned in memory allocated as X bytes is causing a memory address to become invalid so the kernel kills the offending process (which is why explorer and its functions keep dying and restarting). So Microsoft probably learned a few lessons with the Y2K bug but a lot of Windows apps remain fundamentally unchanged from the olden days and Windows and it’s components are a huge amount of code to analyze and implement fixes into (without causing new ones during that process is actually really difficult to do, especially if it’s compiled using libraries whose code can be many many years out of date). I wouldn’t want to go searching through OS code looking out for one tiny error without creating new ones! Plus, who the hell will be using Windows in 9999? We’ll be lucky to even have a habitable planet at that point!
I dont think any sort of engineering could stop that honestly. time is very picky to try and work with because its finite but treated as infinite. i guess if they removed the ability to set /YEAR=XXXXXX they could subside it, but it doesnt truely fix it, just like duct tape on a hole. Good video!
@@freevbucks8019 it probably already does it cleary can tick up to the year 10k so it's not the date itself overflowing, there probably some things that use that date that break with the high date
because is probably stored as binary data the binary digits should change how the pc behave, so you should try from year 4095-4096, year 8191-8193, and year 16383-16385
I am mostly surprised by the fact that the rounded windows broke lololol, it tell's how Windows 11 and Windows 10 just used a skin but Windows 7 as a base
This is actually a lot like Y2K, computers didn’t use 4 digits for the time, so it caused a lot of panic as for what could happen. (Side note: A guy in another country briefly had 6 million in his account)
It's dumb that this stuff happens with modern OSs, what am I supposed to do 10K years in the future when I want to use windows 11, that's just lack of future proofing...
Thats typically how will Windows 10000 work/look, btw great work, youre one of my fav UA-camrs 😊 everyone who's watching your channel should subscribe to you! 😄👍
@@jeroen5736 yes, or it could be planned obsolescence. Maybe Windows planned that should someone decide to use it beyond some years, it should not work properly. Maybe each system app has a certain expiry date like 2052 or so.
You live in moscow/stpetersberg but speak english? wow same lol (also luv ur channel im subbed) edit: ik where u live cuz when you go to the clock app, it says your timezone
This whole video is giving me such existential vibes. Like not even computer software can survive the eventual decay of time. (As if Y2K didn't already prove that...) With enough time, everything will eventually become nothing.
I find it weird that a single date can pretty mess up the whole operating system… I know this is a very rare case but you think windows would make this much more stable. Imagine what could happen if someone did this to a lot of computers using some program
How does this not prove planned obsolescence? I’m confused how there can be any innocuous explanation for what we’re experiencing here. Virtually everything stops working-and the API calls which do work take measurably longer-because of nothing more than a date change? Assume clean install. Assume unbloated registry. Assume no Internet connection at all, so there’s no data moving in the background and no attemps to phone home. And it behaves this way? Either it’s criminal incompetence in bad coding (tying agnostic physical operations to the literal time and date) or criminal incompetence in sales (planned obsolescence). So which is it?
Hi i think Its like apple when you device is older it gets slower than you think! Apple makes it in the updates and windows in years so they will think you will upgrade the PC or Buy a new one so you have to buy a new license or if you have the version that can run on 5 or so computers.
Fun fact: The ribbon UI in file explorer can also be accessed by starting Control Panel and moving up one level (clicking the up button). This lasts until you close the window. You can also get the Windows 7 toolbars in explorer by navigating to Contacts and going back. Just like the ribbon, it will last until the window is closed.
The control panel one worked, but I couldn't replicate the win 7 one. Still, these should be fixed, but won't be lol.
so is Windows 11 UI a reskin that apply on top of the old UI?
@@minhhoang6438 It's possible that Windows 11's UI is another layer on top of everything before it, especially considering how Enderman mostly transformed it to the old Windows 10 UI in one of his videos.
@@minhhoang6438 yep, and it has some interesting things you can do 'coz of that:
Disadvantage - Windows is bloated. If Microsoft rewrites all the code , win 11 will be much smaller in size.
Advantage - As everything is just frontend layer, and backend is not at all changed, windows is backwards compatible. You can run windows xp, nt, 9x softwares and they'll run on win 11 no issues. For older software, you have dosbox.
@@Creatinator512 You can still give windows 11 the classic theme from windows 2000-7, just super butchered without a ton of custom programs. But, I like it so it was worth.
Shoutout to that one guy that coded the Task Manager. He coded the thing to be at the heart of the system specifically so it will still run and perform its functions excellently no matter the situation and it shows here with it still functioning perfectly fine despite the shell shitting itself
Yeah, good job Dave plumber
yes, however when task manager stops working...
your PC is beyond saving.
@@totallyoriginal6934 don’t you know the ctrl-shift-esc to open another one?
@@rogervanbommel1086 even then, if it doesn't work...
@@totallyoriginal6934 That happened to me and I couldn’t open control alt delete or the start menu, so I had to find a way to restart (that took a long time) so I didn’t damage it. Finally worked
It feels surreal seeing 9999 and 10,000 on the date bar, it gives me this odd "the world is ending" feeling
Yeah it's eerie
yeah just felt something strange as the programs started having a stroke. Its very weird and eerie
So we're now in year 02023
@@leihejun844 no, we are in now 12023 (according to kurzgesagt)
I know right? It kinda feels sad, but informative.
i like how after dozens of years, windows haven't changed a bit, we get the same thing but just in another wrap
27 years
@@gurvb Actually 15. Vista was revolutionary.
@@winexperiments ooohhh yes
@16c eh not really. the windows 3.1 icons are just because MS left them that way. also MS used to revamp a lot of stuff back then.
we get updates for windows AV
This really shows just how robust windows XP really was. Almost all of its ancient features are still working under dozens of layers of jank and reskins.
Can't wait for them to reset Windows development and go back to Windows XP.
@@NazmusLabs "guide you to Islam" was there really a need to tell people to be Muslims as you?
@@unavailable292 bro do people still think gods and miracles are real? Instead of physics and chemistry trickd
Only composition is done with GPU, almost everything else is done in RAM at a MemoryDC
@@windowsxpmemesandstufflol yeah??? who says people cant be a hybrid
Errors:
4:33 - ms-settings:/ - File system error (-2018374635)
4:40 - Not implemented (1)
4:45 - Class not registered
4:55 - ms-calculator:/ - File system error (-2018374635)
4:56 - Not implemented (2)
That Class not registered error is because of shell crashing constantly
@@mayankpatle8829 Makes sense, the Windows API needs to create classes for windows (buttons and other controls) every time after a crash
@@stacklysm Exactly
just a note with the CPU process usage: None of the applications or services actually were using that much of CPU, it is a bug of task manager that cannot properly show the CPU usage when there is CPU idle disabled in the power plan settings, i guess forced CPU disabled idle is another bug of changing the date
Ььбб😊😊😊😊😊😊😊лллл
"back in our day, we don't use task manager to make windows usable"
@Jeymen 🤓
@@folddyy 👶
@@folddyy mad over a correction? sheesh
@@folddyy did i ask for a face reveal?
@Jeymen ok cool bro, im not even a native english speaker
This looks like either rollover bugs from stuff like the taskbar renderer or WinUI 2/3, or SSL errors (because the taskbar in Windows 11 is a WebView2) to me, however it's weird that earlier versions of Windows can handle Year 10000, but 11 can't, leaning me to the WebView or WinUI hypothesizes.
I might do my own set of research later, primarily if settings in ExplorerPatcher might be able to make things in the shell "stable".
webview 🤮
That's false everything in Windows 11 is WinUI. Nothing in the shell uses a WebView. If you're referring to the caret browsing feature that I'd a functionality of WinUI and is present in all native apps built with WinUI.
@@bobmarley8524 The taskbar is literally a webview2 render. If you break Windows 11 enough you'll even get to see the old proper win32 taskbar from Windows 10 that you're not supposed to see. Enderman has a video on that too (look for 'Making Windows 11 usable').
but why?
realistically, WebView shouldn't use TLS, if it does it's the dumbest idea I've ever heard
Props to this man for time traveling to all of these years just to entertain us!
that's simply straight up overused and unfunny, shut up man and go get REAL humor
i wanna ruin the joke so he just changed the date
700th comment!
@@ToniKroos5 How are you so sure he just changed the date?
r/year10000
Lesson learned: whenever you set the year to 9998 in Windows 11 you get a free rave party (or a trip to the hospital for those with epilepsy)
ok
Actually, you can set the date MUCH higher (up to year 30827 according to winapi docs) using the SetSystemTime winapi and giving it a SYSTEMTIME struct.
That scares me..
What if you passed a higher value anyway? Like 32767
@@Zooiest probably rollback to negative or 1980 or zero
lol someone really needs to go into the code and make it so year rollover bugs aren't an issue anymore so we don't have to think about them. First Y2k, next Y10k, what's the next fix? Y100k? XD
@@christopherrogers532 leave y10k for people of 8k years in future. we done a great job
Makes me worry that we'll have a Y2.1K situation with Windows 11
Looking into the SYSTEMTIME data structure set in the Windows API, you'll find that the value is a ULONG (unsigned long) which makes the value pretty big however if it passes a certain amount it will overflow, so yes, it is still possible on Windows 11.
Yeah lol
but thats like 8000 years away.
@Gamerzvm • 7.9B views it already was crashing amd ustable/slow at year 9998 so before 10k maybe it gradualy gets slower as the date increases
@@KeinNiemand I always wondered why PCs keep getting slower as the years roll by - now I know it's got nothing to do with bloatware at all!
I like how simply changing a number on the clock to 9999 will cause windows to have a stroke
lmao
Too old for the generation , please try again with the pack: windows 78 Ultimate.
Lol
This even works on older versions of the NT family, just shows how old it is.
I like how everything just struggles to run, the equivalent of lights in a hallway flickering, struggling to survive
The fact the current windows core is actualy Window XP is insane. Is like a car that have been totally modified to look like current car with bunch of modern assist device. But its still using the same old engine from 1980's.
god dang it.💀💀
Mh, there is a difference - a small detail here.
On a 64-bit WIndows, if the very core is Windows XP, it would be actually Windows Server 2003 64-bit.
Due to being a server OS in disguise, Windows XP Professional 64-bit (AMD64) was super stable. It would only BSOD, if the hardware was some obscure low-quality stuff with quirky drivers or failing in general.
literally the lada ziguli
yes, modern windows is a duct tape of the past windows. never changed and unorganized regedit is the evidence
The current win11 core isn't winxp just because it looks like xp when things go awry, or because it inherits bugs found in earlier versions of the OS. Pretty much *all* OS kernels are iterative and go years or even decades back. If you really want to go down this rabbit hole, it goes way further back than XP. XP (Or Windows NT 5.1) was built on Win2k (5.0) was built on NT4 was built on NT3. Unintuitively, there is no Windows NT before version 3. It started at 3 to get mind-share with the consumer version of Windows of the same time, which was Windows 3.x.
So interesting to see the random, unrelated ways windows breaks after the time is set to 9999 and 10,000
it feels kinda weird thinking about how this day is actually gonna come and none of us is gonna be there and nobody will remember us
thanks for the random crisis at 7 am
@@Foam_ball lmao mb
Imagine someone actually manages to boot up Windows 11 in the year 10000 and this happens
This should be shown in museums in year 10000 to show how primitive technology we use eight millennium ago :v
What sbout win 95 98
@@gpubenchmarks7905 I don't think people 7 millenia from now will care wether it's a typewriter or windows 15, they'll laugh at the simple "technology" we use today no matter what!
@@Bempus i always look at primitive technology with fascination.
like how we were able to do so many things with just stones wood and mud.
i think many other people do to due to those primitive technology channels being so popular a while back.
But Windows 11 64bit doesn't support 8 petabytes of ram.
It's impressive how computers work in such a specific way
How Windows was built like crap*
@@consensai Yeah they didnt even take into account that someone was still going to use Windows 11 in 7977 years they are so dumb
@@ArmaRGool Limiting the bytes for storing the year is a good design choice. What they did wrong is to not prevent this value being to high that it creates issues
This is a typical example of how unreliable is this os
It would be interesting to see what happens if the date is set to 10000 on a version older than XP
Like win 2
@TeslaRockin or fucking windows 1.00
@@BestUA-camr893Or fuckin windows 0.5
@@BestUA-camr893 You can't even change the resolution in Windows 2 and Windows 1. Instead, we need Windows ME.
it wouldn't be as bad probably because they don't use browsers to render stuff
some of the worse side effects are actually remitted by the y2k bug as a lot of devs put in safegards so it wolnt be as bad
Microsoft really needs to find a fix to this, imagine if windows became unusable in 8,000 years. It would be a catastrophe.
Nah bro we'll all be on X operating system by then
"i'd like to activate my windows licence of windows 11"
"Sir, the support ran out 7977 years ago"
"Yes"
If I remember correctly from what I learned about Task Manager that eatleast the classic Taskmanager was built on a reserved interrupt. That is probably why it is working... As back in the old days you could restart using its Keycomb... (and you even can do this on BSD and Linux OS to this day...
The creator of task manager has a YT channel, and has talked quite a bit about the resilience of that program. (the original at least)
It's quite fascinating to see how that program can work in almost any situation.
brb setting my year to 10K to disable rounded corners, since they "fixed" the tool to disable them with an update I didn't ask for
I love how the old NT apps works way better than the new shit
Love your content man! Keep it up! I would love seeing you trying or suggesting solutions to changing the windows version without having to reset the pc if thats possible (I'm asking because I joined the dev channel of windows 11 a while ago and microsoft won't let me out for 8 - 10 months and I don't want to reset my pc in order to leave it).
I am amazed the OS even boots. While driver signatures are valid by itself, the certificates would have expired by this point.
I think Windows is trying to restore itself by trying to get a new valid root certificate and update for itself to ensure system health.
And it can't, because SSL (used for the update) doesn't like being outside the valid ranges, as certs specify a valid "not before X" and "not after X". That's why you can't browse the web properly, if you set your system clock f.e 30 years ahead or after today.
If you set the clock even 3 months ahead, pretty much all web certificates would be invalid.
@@katrinabryce Actually not. Certificates themselves are invalid as soon their expiration date is met in UTC+0. Validity ranges from 10 years to 30, internal windows ones even are valid 1000 years. Some are adjusted, means it can take some hours for them to get truely expired. When it comes to SSL, the webserver allows a small time overhead. If you push your clock too far in time (just 24 hours ahead is enough) some servers just outright reject you and throw an error.
Wait a minute, what did I say about the 1000 year windows certificate. oh.
What aliens would see if they recovered our pc’s
They'd see this: don't turn off your pc while updates are being installed
never ask:
a woman her age
a man his salary
enderman how many computers he broke
davi2262 how big his brain is
Cryptonwo how many operating systems and computers he infected
it says explorer not implemented because in year 10000 windows 12 has started development, but in very very early alpha
This made me question reality
Why is My Life a LIE!!!
Um acktully it releases 2024
would be interesting to see if you still have a pegged CPU if you completely disable networking and also set unistacksvcgroup startup to disabled (user data acces & user data storage services) , like if another process just grabs the idle time then...
Enderman: Sets year to 10000 on Windows 11
Me, an intellectual: Sets year to *11* 000 on Windows 11
How about 11111?
At 11/11, on the 11'th hour, minute, second, millisecond, nanosecond...
Y e s!@@shaneharding7399
Microsecond
Femosecond
I’m going to take a guess there’s some type of fallback implementation that isolates the core functions... time/date is implemented in APIi calls and anything that is expecting a certain value returned in memory allocated as X bytes is causing a memory address to become invalid so the kernel kills the offending process (which is why explorer and its functions keep dying and restarting). So Microsoft probably learned a few lessons with the Y2K bug but a lot of Windows apps remain fundamentally unchanged from the olden days and Windows and it’s components are a huge amount of code to analyze and implement fixes into (without causing new ones during that process is actually really difficult to do, especially if it’s compiled using libraries whose code can be many many years out of date). I wouldn’t want to go searching through OS code looking out for one tiny error without creating new ones! Plus, who the hell will be using Windows in 9999? We’ll be lucky to even have a habitable planet at that point!
The Task Manager was made to be independent from the shell, actually!
Glitch review: 10/10 great way to get square edges back on windows 11!
eh-
*SONG NAMES:*
0:07 to 3:35 - Kruising by Windows 96
3:36 to 7:13 - Sharpest Knives also by Windows 96
thanks!
Microsoft only has about 5000 more versions of Windows to fix this
I dont think any sort of engineering could stop that honestly. time is very picky to try and work with because its finite but treated as infinite. i guess if they removed the ability to set /YEAR=XXXXXX they could subside it, but it doesnt truely fix it, just like duct tape on a hole. Good video!
or better yet just use 64 bits
@@freevbucks8019 it probably already does it cleary can tick up to the year 10k so it's not the date itself overflowing, there probably some things that use that date that break with the high date
@@KeinNiemand It's just baffling how much spaghetto windows has
I knew Windows 11 wouldn’t work properly with the wrong date. It’s doesn’t work properly even with the right date.
Fun fact: Setting the year to 30828 AD will crash Windows
Intro: Everybody knows their Windows pc is a time machine.
Me: 🤯🤯🤯
4:04 this problem (the explorer window UI) is also present on Windows 11 Dev builds
The palpable relief I felt after clicking this and finding that this isn't like a 2 hour documentary with a sponsor segment is
because is probably stored as binary data the binary digits should change how the pc behave, so you should try from year 4095-4096, year 8191-8193, and year 16383-16385
Love how Windows is having a seizure in the background while task manager is just chillin
Microsoft should hire enderman as a software tester
Who says he isn’t? (I don’t know if he actually is but I could imagine him being one)
Yes!
Love the mood of your videos!
Wow! I can't belive Andrew time traveled to 10000! What's it like in the future?
Bad
People in 10000: umm your computer is a little bit outdated
so u can say you’ve been using windows 11 for 10000 years a year after it gets released
I'll worry about this in a few thousand more years. Too busy right now.
So if im correct, the clock is basically a ticking bomb.
its always, in real life too
Im really surprised that just a date did all this.
I am mostly surprised by the fact that the rounded windows broke lololol, it tell's how Windows 11 and Windows 10 just used a skin but Windows 7 as a base
Windows Vista is the base ever since.
The music makes the video sound like a wasteland on windows 11
Good thing to know! I’ll make sure to update from windows 11 before year 10k!
people in 10000 when they react to when it was 2022: HOLY THAT WAS OLD
I always wondered why the date has such impact? Aren't those just some numbers? And not too big, too
en.wikipedia.org/wiki/Time_formatting_and_storage_bugs
Time formatting and storage bugs
This is actually a lot like Y2K, computers didn’t use 4 digits for the time, so it caused a lot of panic as for what could happen. (Side note: A guy in another country briefly had 6 million in his account)
Wow he's a lot of years ahead of us.
Its almost like the OS is programmed to gut it's own performance after a certain period of time.
i applaud this man for sacrificing many a VM for our enjoyment
It's dumb that this stuff happens with modern OSs, what am I supposed to do 10K years in the future when I want to use windows 11, that's just lack of future proofing...
Not really related to the video itself, but you're one of the few creators I know who say "take care" at the end of their videos.
Bro that’s more time than it has been since the pyramids were built. Think about that!
Why does file explorer care what time it is?
Cant wait for someone to run DOOM 1993 while the operating system is rotting away from the passage of time.
but if we REALLY are in 10000, there will be no pc at all?!?!
Thats typically how will Windows 10000 work/look, btw great work, youre one of my fav UA-camrs 😊 everyone who's watching your channel should subscribe to you! 😄👍
I genuinely wonder what causes these lag issues and errors to happen.
maybe windows spyware tracking stuff getting confused .
@@jeroen5736 yes, or it could be planned obsolescence. Maybe Windows planned that should someone decide to use it beyond some years, it should not work properly.
Maybe each system app has a certain expiry date like 2052 or so.
probably because of random number generators as they take the seed from yhe current date and time
Extra zeroes in it? Yeah lol
@@jeroen5736Windows always had this year glitch lol
i guess that year 1000 makes the Windows used as your old setup
Hey corners are gone nice so it is windows 10 just a wrap for a newer look.
Fortunately no version of windows is intended to last longer than a decade anyway.
Fun fact is:on year 10000 windows 200 is now out 😂
Don't worry, they will have a patch you can apply by then..... or rather one of your decendants can apply...
Wow Microsoft really? Your stuff doesn’t last thousands of years?
You live in moscow/stpetersberg but speak english? wow same lol (also luv ur channel im subbed)
edit: ik where u live cuz when you go to the clock app, it says your timezone
This whole video is giving me such existential vibes. Like not even computer software can survive the eventual decay of time. (As if Y2K didn't already prove that...)
With enough time, everything will eventually become nothing.
to be honest, windows 11 would not last for like 7977 years before a new windows came out
I find it weird that a single date can pretty mess up the whole operating system… I know this is a very rare case but you think windows would make this much more stable. Imagine what could happen if someone did this to a lot of computers using some program
thank god its not like that on linux.
How does this not prove planned obsolescence? I’m confused how there can be any innocuous explanation for what we’re experiencing here. Virtually everything stops working-and the API calls which do work take measurably longer-because of nothing more than a date change? Assume clean install. Assume unbloated registry. Assume no Internet connection at all, so there’s no data moving in the background and no attemps to phone home. And it behaves this way?
Either it’s criminal incompetence in bad coding (tying agnostic physical operations to the literal time and date) or criminal incompetence in sales (planned obsolescence). So which is it?
This is simply Microsoft's built in slowdown and crashing that happens after a few years to make you upgrade to the newest OS 🤣
Whyyyyyy?
Others: What happens if you set year 3.000 on Windows 11?
Enderman: Hold my Time-Machine.
Wow, Enderman finally decided to use songs from Windows96 - Reflections that isn't Landscaping or Drive Slow!
0:29 guys you can see his name, his name is andrew
You must be new on this channel because i know that 3 years ago
Hello
"How are we on 9998?" "Ok guys so I waited a year and"
I'm Hungarian but I really like your videos and good luck, I don't know what to say
That CPU vetting CRISPY tho 🔥🔥🔥💀
Never knew by changing the date you could do such damage
“Gd 2.2 is still not out”
in the year 10000 edge be like: BRUH WTF IS THE CARONA VIRUS
the year is 10000, windows 63 has just come out, and humans are all cyborgs...
Task manager is a godsend.
I also noticed the bar icons look like windows 10
speaking of the change of years, happy new year, guys! I hope y’all have a good 2023, I don’t know how time flies so fast 🥺🥺
really good video keep up the good work!
I like how your cpu is going through a mid-life crisis while you check how windows is doing.
Hi i think Its like apple when you device is older it gets slower than you think! Apple makes it in the updates and windows in years so they will think you will upgrade the PC or Buy a new one so you have to buy a new license or if you have the version that can run on 5 or so computers.