What happens behind the Blue Screen of Death?

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии •

  • @nsg650
    @nsg650 Месяц назад +790

    Hey there!
    Thank you so much for checking out my project!! I really appreciate it.
    I hope to see more great content like this!
    Thank you once again!

  • @andre4ik3
    @andre4ik3 Месяц назад +999

    Video idea: combine NMBC with another driver that lets you read and write to random kernel objects / structures. Then combine it with a random chance corruption algorithm, so it would kinda be like RegFuck but for in-memory kernel structures. Now obviously this would crash 99% of the time but with NMBC I think it could have some cool payloads.

    • @KabezTheFunniMan
      @KabezTheFunniMan Месяц назад +49

      man pinned already

    • @otaldohenrik
      @otaldohenrik Месяц назад +30

      YESSSSSSSSS thats a great idea! I did something like that some time ago, I was trying to defeat BSOD by returning with WinDbg, but it really crashes almost all time, but with a driver it will be more automatic and will create nice glitches

    • @NitroDubzzz
      @NitroDubzzz Месяц назад +24

      Windows is so verbose. I want to see what happens with all the safties pulled put

    • @berymain
      @berymain Месяц назад +1

      Pinned? Alright.

    • @Aragubas
      @Aragubas Месяц назад

      YEAH!

  • @Enplok
    @Enplok Месяц назад +231

    7:44 WOW. It really is just Windows NT under the skin. This just shows how those extremely old Windows versions are still making our current Windows versions work.

    • @farlidotekitsu6598
      @farlidotekitsu6598 Месяц назад +77

      all windows version share the same kernel since XP, so yeah its all Windows NT with funky skins under the hood

    • @trabant601e
      @trabant601e Месяц назад +45

      I wonder if there is a way to enable the classic NT skin in windows 10 or 11

    • @Tropics09-o6d
      @Tropics09-o6d Месяц назад +8

      ​@@trabant601eprobably lol

    • @Warp2090
      @Warp2090 Месяц назад +8

      @@trabant601e same im wondering that too, I mean windows xp, vista, and 7 all let you enable the classic theme in the settings

    • @ottergauze
      @ottergauze Месяц назад +45

      Not really all that surprising. NT was designed to last as long as it has, and there's no point completely re-writing an OS like Windows from scratch.

  • @jeshufertv9324
    @jeshufertv9324 Месяц назад +327

    I wanted to know this since i was a kid, why anyone can explain this on internet?
    You re a legend

    • @mrowlsss
      @mrowlsss Месяц назад +11

      Huh?

    • @jeshufertv9324
      @jeshufertv9324 Месяц назад

      @@mrowlsss you search on internet how bsod works, and you get "bsod is a Windows error", Enderman even explains with code

    • @blurify1
      @blurify1 Месяц назад

      someone did search him up he is called @laglife

    • @uninable
      @uninable Месяц назад +4

      the comment you replied with was removed by youtube btw, can't see it normally

    • @blurify1
      @blurify1 Месяц назад

      @@uninable oh i was just saying laglife made a video similar to this!

  • @riverramirez8881
    @riverramirez8881 Месяц назад +65

    Using this is like disabling your house’s circuit breakers, or your car’s fuse box, or, for a bit more of an unusual one, your body’s vomit reflex. All of those are meant to be safety mechanisms, and the Windows BSOD is one too.

  • @brookedoesstuff
    @brookedoesstuff Месяц назад +365

    Hey dude, make sure that you priorize your mental health first. If you need a break to do work and uni, most of us will understand. Take care 👋

    • @tapafon_red
      @tapafon_red Месяц назад +29

      But RUclips algorithms will not, sadly.

    • @M92_K
      @M92_K 20 дней назад

      You know, on RUclips, when it's a comeback, it always gets popular. ​@@tapafon_red

  • @MoonlightMirage
    @MoonlightMirage Месяц назад +90

    Seeing the "not responding" process hacker window begs a question I've had since I was a child:
    How do "not responding" windows actually work behind the scenes - specifically, since it has the transparent white covering the window; the restore up/down button grayed out; and the close button is extremely red even if you aren't hovering over it.
    (Good luck with IRL, I can't imagine working two jobs and then having to go to class.)

    • @DanielClear2
      @DanielClear2 Месяц назад +42

      They don't, literally. They don't respond to the OS, hence the "not responding" indicator.
      The ghost window (transparent white overlay) is a DWM feature to indicate non-responsive windows. The close icon glows red to inform you about the feature that asks you to terminate the non-responding window's process if you click the close button.

    • @adex345
      @adex345 Месяц назад +5

      ​@@DanielClear2then how to terminate it? It should be possible even with crss terminated.

    • @dagda1180
      @dagda1180 Месяц назад +17

      @@adex345 I'm no expert, but afaik task manager already has some extreme perms when it comes to killing programs. I guess you could theoretically kill one even faster by just letting a programme unasign the memory and zeroing it out, but idfk whether or not that would work. Probably risks data-damage.

    • @DanielClear2
      @DanielClear2 Месяц назад

      ​@@adex345 It triggers the " is not responding" pop-up. If you say "Close the program", it terminates the process after the pop-up is closed _(you don't have to wait for Windows diagnostics, you can just close it)._
      @dagda1180 Task Manager always runs as Administrator. It doesn't have much more elevation. Win32 has an API to kill any process, even without admin privileges, but you require admin privileges when you want to terminate a process owned by Administrator or higher. Even administrators may not kill some SYSTEM owned processes.

    • @MoonlightMirage
      @MoonlightMirage Месяц назад

      @@DanielClear2 I'm kinda interested in where those protocols for the unique "not responding" window displays are called/stored. I always found it interesting lol

  • @tflsh
    @tflsh Месяц назад +90

    context for classic theme at the end: classic theme is basically windows without a theme.
    the themesection handle inside winlogon handles theming, winlogon dies so themesection dies with it so windows reverts to classic theme.
    notice how the scrollbar and all the controls inside process hacker turns into a 95 style once winlogon dies. after that happened, few seconds later dwm dies which makes windows use user/win32k (nt4/xp style) rendering and since themes are dead, it uses classic theme for decorations (normally dwmless windows uses basic theming, but classic theme is used because theming is dead)
    if anyone knows this better than i do, correct me in the comments, thanks!

    • @SOTP.
      @SOTP. Месяц назад +4

      disabling dwm gives you basic theme

    • @tflsh
      @tflsh Месяц назад +5

      ​@@SOTP. yeah, but if themesection dies it gives classic theme. you can also get the same effect by deleting the resources folder (while you renamed dwminit etc)

    • @SOTP.
      @SOTP. Месяц назад +2

      @@tflsh exactly!

    • @s502russia
      @s502russia 21 день назад

      I wish Windows still had this 'accessible' for user to use.

    • @SOTP.
      @SOTP. 21 день назад

      @@s502russia you can manually enable it but its not recommended

  • @Psychopatz
    @Psychopatz Месяц назад +68

    I thought it would just freeze or glitched out wow, modern windows are pretty robust compared to older NT versions

    • @ChocoRainbowCorn
      @ChocoRainbowCorn Месяц назад +3

      I know right? Yet people still say that Windows is constantly getting worse - Well, in a lot of areas on an technical level for things unrelated to privacy but just user experience in general, yes, yes it is, but it is also getting more durable in some areas. If Microsoft was a company more respectful of user choices regarding software they wish to use or privacy but also continued with things like this without going to the extremes of open-source such as Linux where anything and everything must be completely open, even at the cost of practical usability, that would be great, but they aren't that.

    • @juniorsilvabroadcast
      @juniorsilvabroadcast 29 дней назад +2

      Yeah new versions of windows are very robust against system crashes. Until you update your AMD drivers and your system bootloops

  • @brianbuddy2ACP
    @brianbuddy2ACP Месяц назад +29

    5:29
    So BSODs can actually come from different levels of the OS? Is that why older versions of Windows had 2 separate BSODs depending on the crash?

    • @klausschmidt982
      @klausschmidt982 Месяц назад +12

      You can trigger a BSoD from everywhere as long as you are running your code in kernel mode. The procedure that triggers the BSoD in modern Windows is called KeBugCheck2 but driver developers are advised to only call the officially documented KeBugCheck and KeBugCheckEx calls (which in turn call KeBugCheck2) in case they want to shutdown (crash) the computer if their driver misbehaves. A Windows kernel developer who writes internal kernel code might not give a shit about the wrappers for whatever reason and will just call the main bugcheck function directly. Obviously there’s nothing stopping a driver developer from doing that too but why would they use undocumented calls?

  • @This77577
    @This77577 Месяц назад +29

    8:44 y'all windows 11 with basic theme before gta 6

    • @cool-jd8hg
      @cool-jd8hg Месяц назад +3

      @@This77577 classic actually

    • @This77577
      @This77577 Месяц назад +3

      @@cool-jd8hg my bad

  • @ScrawnyTreeDemon
    @ScrawnyTreeDemon Месяц назад +23

    Another excellent peek behind the curtain :) Seriously though, "slacking"? My guy! You have two jobs and uni on top of that! Please, don't ever feel bad about you and your real life first. Your work is a joy to witness, whenever it comes out. We'll be here when things ease up. Take it easy, man.

  • @ShiftedReality90
    @ShiftedReality90 Месяц назад +192

    Wow how scary is this? I was literally thinking a few hours ago 'what happens when a Windows PC Blue Screens' then after finishing work and having a look on YT, this video pops up. Awesome.
    *edit* never had so many likes before. Thanks everyone

    • @CamelCasee
      @CamelCasee Месяц назад +5

      Windows 98 did it better

    • @acasualmusiclistener7919
      @acasualmusiclistener7919 Месяц назад +21

      @@CamelCasee didn't know it was a competition

    • @AllOSes1234
      @AllOSes1234 Месяц назад +2

      I love metro lol

    • @CamelCasee
      @CamelCasee Месяц назад

      @@acasualmusiclistener7919 With windows 98 you can return to windows from a bsod and attempt to use the crashed system

    • @sonytv6107
      @sonytv6107 Месяц назад

      Joke Elon Musk read ur mind and gave it to google

  • @aurastrike
    @aurastrike Месяц назад +33

    I wonder if instead of outright removing the BSOD, we could use this to create a more useful bugcheck that doesn't instantly shut down the system and lets the user look through what went wrong right away

    • @Dogappel
      @Dogappel Месяц назад +1

      That would confuse people that don’t have computer knowledge

    • @ApertureSciencePsycho
      @ApertureSciencePsycho Месяц назад +2

      @@Dogappel they shouldn't use it?

    • @linnymiddy
      @linnymiddy Месяц назад +2

      From what i know, windows does throw some crashlog into a folder somewhere

  • @DapcsMasta
    @DapcsMasta Месяц назад +53

    I still remember watching this channel before I knew english, just trying to do the exact same thing that he does for no reason.

    • @novafurry
      @novafurry Месяц назад +15

      For a non native English speaker, your English is very good, better than than some native speakers I've seen

    • @defautluser0
      @defautluser0 Месяц назад +5

      ​@@novafurrytrue, some people dont know how to type 😭

    • @scrittle
      @scrittle Месяц назад +5

      Your grammar is good, you even use the informal word 'just' to make your points. It's pretty impressive.

    • @DapcsMasta
      @DapcsMasta Месяц назад +3

      @@defautluser0 true bro 💀

    • @user-ve2yz9ne9g
      @user-ve2yz9ne9g Месяц назад +1

      @@DapcsMasta solo se leer inglés 😭

  • @drasel_
    @drasel_ Месяц назад +45

    I love there there are different levels to know how badly messed up is your system.
    You have the:
    Windows 10 theme - fine.
    Windows 7 theme - somethings wrong
    Windows 95 theme - something is VERY VERY wrong

    • @mari2.
      @mari2. Месяц назад +6

      Win10 Theme - normal
      Win7 Theme - DWM is fucking dead fucking hell
      Win95 Theme - DEAR FUCKINJG GOD WHAT HAPPEND

    • @UmarBlox5124
      @UmarBlox5124 Месяц назад +3

      nothing at all- your windows install is cooked

  • @retro_black421
    @retro_black421 Месяц назад +47

    Best of luck with your Uni whatever is going on with it brother

  • @Dumb_Daft_Dim_Lafoole
    @Dumb_Daft_Dim_Lafoole Месяц назад +17

    The brother's keyboard is an ancient piece of history, The brother has stolen the keyboard from a museum.

  • @Stennishh
    @Stennishh Месяц назад +18

    and we have yet to see what happens to windows when you run taskkill on all svchost processes as admin with NMBC.
    that was the one thing i was excited for xD

  • @LunarProtogen
    @LunarProtogen Месяц назад +5

    3:18 nice keyboard

  • @zeinalfa708
    @zeinalfa708 Месяц назад +94

    Finnaly. After days

    • @75rxREDSTONE
      @75rxREDSTONE Месяц назад +3

      Days? I thought it was months... I think I am right.

    • @MaxsonDawson
      @MaxsonDawson Месяц назад +5

      ​@@75rxREDSTONE 2 months to be exact

    • @superasax3245
      @superasax3245 Месяц назад +3

      Don’t tell him he misspelled

    • @Ilikebeinglazyordumb
      @Ilikebeinglazyordumb Месяц назад

      Dont tell him he mispelled

    • @zeinalfa708
      @zeinalfa708 Месяц назад +1

      @@75rxREDSTONE it was not exactly 2 month, so I like to just say it days

  • @ewenlau727
    @ewenlau727 Месяц назад +8

    You don't have to apologize for anything. Life happens, and we are grateful for your channel to exist at all. Take your time for uploads if you require it.

  • @JSRphones
    @JSRphones Месяц назад +31

    I wonder what would happen on older versions of Windows? I'm not referring to Windows 9x old, probably Vista or XP at the absolute oldest

    • @avi8aviate
      @avi8aviate Месяц назад +10

      Windows 9x isn't even capable of using KeBugCheck since they're not NT versions.

    • @JSRphones
      @JSRphones Месяц назад +3

      @@avi8aviate I know, which is why I said that

    • @Aera223
      @Aera223 Месяц назад +8

      Either not much visible... freezing or instability (lots of error boxes, items not running), or worse, data corruption

    • @trabant601e
      @trabant601e Месяц назад +3

      9x can't properly bluescreen, you can still get a bsod but you can just close it

    • @kirill9064
      @kirill9064 Месяц назад +2

      Why not Windows NT 3.51 and 4.0?

  • @Zuczekgnojek
    @Zuczekgnojek Месяц назад +10

    finally dude, i’ve been waiting for so long. i literally were re-watching your old vids of boredom, hella missed u

  • @erwinvb70
    @erwinvb70 Месяц назад +2

    That’s quite an extreme way to get the classic theme back, would be nice to at least get a notification that the pc would have given a blue screen, then you can save your work and restart (or grab your phone and film what you have written, so you don’t have to retype from memory)

  • @ZuperDarkk
    @ZuperDarkk Месяц назад +15

    This is a very 2021-ish video from you

  • @JacksonGaming092
    @JacksonGaming092 Месяц назад +8

    imagine deleting system32 and your system just doesn't bluescreen.

    • @Hyperflamee8
      @Hyperflamee8 8 дней назад

      That would be hilarious
      Your system would still crash without a BSOD, sadly

  • @yigitdogan27
    @yigitdogan27 Месяц назад +3

    This is like congenital insensitivity to pain for Windows

  • @topmandog1
    @topmandog1 29 дней назад +2

    nice to see windows 11 still has a windows 7 looking classic theme under it

    • @s502russia
      @s502russia 21 день назад

      Set an app to use Windows Vista and admin compatibility and it shows the Windows 7 theme

  • @robindieker6033
    @robindieker6033 Месяц назад +1

    you just havent only got windows to continue and ignore a BSoD, you just got your brain to ignore one as well. respect for your cool vids plus hard work plus university!

  • @UltraSew6
    @UltraSew6 Месяц назад +5

    1:29 quality timing

  • @laglife
    @laglife Месяц назад +8

    -i totally didn’t already make a video on this driver a year ago-

    • @TimelessGMD
      @TimelessGMD Месяц назад +2

      lol

    • @MSNeptuned
      @MSNeptuned Месяц назад +2

      its such a niche project - no way he didnt at least see your video first

  • @Skittleology
    @Skittleology Месяц назад +7

    nice model m keyboard! i see you took inspiration from danooct1 who uses that as his main keyboard.

  • @Radu_-ro6fp
    @Radu_-ro6fp Месяц назад +5

    You know you went too far when you see the windows 95 interface on a recent build

  • @scratchislifeoriginal
    @scratchislifeoriginal Месяц назад +2

    0:42 litteraly explanation of crowdstrike errors

  • @MyrajusEleen
    @MyrajusEleen 12 дней назад +12

    windows rn: LET ME DIE, BRIAN
    you: nuh-uh

  • @theta775
    @theta775 Месяц назад +2

    I would LOVE to see what happens if you do this with an unstable over lock causing random memory corruption. I think that would be fascinating!

  • @edumeli02
    @edumeli02 Месяц назад +20

    Wake up babe, new enderman video dropped

  • @iDontProgramInCpp
    @iDontProgramInCpp Месяц назад +7

    Great! Now no one who watches this video can ever consider working on ReactOS. What a banger. /s

  • @goofball236
    @goofball236 Месяц назад +7

    I genuinely love watching your vids
    they’re so interesting

  • @PrimeBuster12491
    @PrimeBuster12491 Месяц назад +1

    Man, I swear! Windows 11 is goated! Mainly because of its unique design, and dope vid, glad to see you back!

  • @shaheryarmuhammadali5843
    @shaheryarmuhammadali5843 Месяц назад +2

    "Process Hacker" is "System Informer" now. And we have Dark theme support in both.

  • @Joshwoakes
    @Joshwoakes Месяц назад +1

    Fun fact: you can actually get an idea of what would happen if you managed to completely terminated "csrss.exe" without triggering a blue screen by simply suspending it. Although you'll need to do that with older versions of Windows, As Windows 10 and 11 are programmed to make it near impossible to mess with system processes.
    But yeah, if you was able to completely terminate the "csrss.exe" and the system didn't blue screen, the system will continue running but everything on the display will stop being updated except for a few things like some of the text (if any) displayed on screen and you'll no longer be able to interact with the system. Like I said the start of this comment, you can simulate this by simply suspending "csrss.exe".

  • @percharnelmontefalcon1983
    @percharnelmontefalcon1983 Месяц назад +2

    Damn... He is using the legendary keyboard.

  • @BeeLightened
    @BeeLightened Месяц назад +1

    2 jobs, university AND youtube? you're a beast!

  • @Sigmacookcauk
    @Sigmacookcauk Месяц назад +2

    i got an idea, What happens if you delete the blue screen trigger file, and just caused a bluescreen?

  • @ninjakoksu
    @ninjakoksu Месяц назад +1

    Windows at times is doing some interesting stuff in the background for many things. I once was able to completely corrupt my windows registry in a late build of pre-release win11, and (predictably) windows crashed. But the BSoD was green instead. I then found out that the background of the BSoD (since win8) is just a value in the registry. why? no clue, but that's what Microsoft did and it is in some way cool to see

  • @developer_v
    @developer_v Месяц назад +7

    FINALLY YOU POSTED, dude I watched ur videos today AND YOU POST TODAY?

    • @developer_v
      @developer_v Месяц назад +1

      OMG NO WAY U HEARTED MY COMMENT

  • @crazyzoomz
    @crazyzoomz Месяц назад +1

    This is just a PERFECT driver for my pc that crashes every 30min when I play games with music.

  • @averageprisma3dAnimator-n9t
    @averageprisma3dAnimator-n9t Месяц назад +17

    Two Great Things Happened today: 1: You uploaded 2: My IPAD Got fixed!

  • @309electronics5
    @309electronics5 Месяц назад

    Its nice that you uploaded to keep the stupid youtube algorithm from ghosting you and drowning your channel but please also take your time to recover and to focus on your mental health cause we real fans will always watch out for new videos

  • @TheWinExpert
    @TheWinExpert 5 дней назад

    Finally someone did this, i been curious whats behind the blue screen

  • @AllOSes1234
    @AllOSes1234 Месяц назад +3

    Yayy a new video! Definitely enjoyed all these BSOD’s

  • @Osamix
    @Osamix Месяц назад +2

    非常に興味深い動画、助かります!
    7:35 クラシックテーマはWindows 11でも健在のようですね。
    クラシックテーマに変わったエクスプローラーで右クリックメニュー開いたらどのような見た目になるだろう?

  • @Midori221
    @Midori221 Месяц назад +2

    It's a golden (coocked) goose of content. I was always wandering what happen if bsod will be turn off. But still im wondering if you can make it so bad, so you create corupted code, wich will overwrite itself in ram/disc C?
    Is it possible to corrupt code so bad, so it will destroy UEFI and bricks computer?
    Dont end this content with only one video

  • @生き残ったキツネの毛皮
    @生き残ったキツネの毛皮 12 дней назад

    You never felt a surprise me when it comes to technology

  • @mol.am1999
    @mol.am1999 Месяц назад

    been here since you were just a tiny channel, great content and goodluck with the semester!

  • @iamremz13
    @iamremz13 Месяц назад +1

    Hey!, Great Video, Really Enjoyed it while eating my lunch, but i got a question, What keyboard do you use? I thought it was quite a cool keyboard lol.

  • @Pc_User_Pro
    @Pc_User_Pro Месяц назад +2

    Another good video released! Anyways, weird to see such modern slang as "cooked" in an Endermanch video.

  • @tromick
    @tromick Месяц назад

    I wish this video was on the internet in early 2010's... I hated those uniformative crashes...

  • @abizhalyanzwar5411
    @abizhalyanzwar5411 Месяц назад +3

    Love this type of content lol, even if it's useless or useful shit but its interesting.

  • @Watching-Vidoes
    @Watching-Vidoes Месяц назад +1

    Amazing vid enderman keep it up :DD

  • @EnderShiru
    @EnderShiru Месяц назад +7

    I always love stuff like this. It's crazy how you can break things when you really want to, and know how to.
    Not that I ever plan on coming back to windows unless I'm dragged there by force, but this type of thing will always fascinate me no matter the OS
    Anyway, always remember to take care of yourself. I don't think anyone here minds you taking time for your mental health, and doing whatever needs to be done.

  • @mubarrathasan
    @mubarrathasan Месяц назад +2

    What about NoEscape (Trojan) + NMBC? Especially final payload where NoEscape triggers Blue Screen.

  • @A2b4Vlad
    @A2b4Vlad Месяц назад

    great video, good luck with the university and the 2 jobs

  • @theaveragepcchannel
    @theaveragepcchannel Месяц назад

    YOU ARE BACK :) I am subscribed as always :)

  • @ai2_tv
    @ai2_tv Месяц назад

    Sir, if you are focusing on your PhD, don't worry, I'll wait! 🤩
    I just back to watch your recent content and realized you're dealing with both work and education at the same time. Great content btw, please stay safe! 🔥

  • @ezBeanie
    @ezBeanie Месяц назад

    Hey Mr.Enderman, i really enjoy your videos. But I really enjoy those alot more, where you speak instead of the text on screen. I read your description and you seem to be very busy, so no pressure. Just some feedback. Otherwise, great video as always! Keep up the great work!

  • @ರಬರ
    @ರಬರ Месяц назад +2

    BABE WAKE UP NEW ENDERMAN VIDEO!! ‼️🙏🗣️🗣️

  • @SnowFallBall
    @SnowFallBall Месяц назад +25

    i didn't know you played gd??????

    • @Randi_MyMan
      @Randi_MyMan Месяц назад +1

      >buys snowfall all
      >looks inside
      >bubbles

    • @APPLP1E
      @APPLP1E Месяц назад +5

      He does, and he used a bunch of GD songs in his videos

    • @i_am_called_glitchy
      @i_am_called_glitchy Месяц назад

      @@APPLP1E limbo gave it away.
      edit: stop asking which video i forgot

    • @龗
      @龗 Месяц назад

      @@i_am_called_glitchy nobody asked bro 😭

    • @i_am_called_glitchy
      @i_am_called_glitchy Месяц назад +1

      @@龗 wrong universe, sorry

  • @adnangamer3749
    @adnangamer3749 Месяц назад +3

    Make :can you remove the desktop manager (graphical environment) in windows
    Plzz it is soo cool

  • @wrathofainz
    @wrathofainz Месяц назад

    Windows gets angry and refuses to do anything.
    Makes sense.

  • @salttyalty
    @salttyalty Месяц назад

    missed your videos man glad your back!

  • @AlexDaDermahurr
    @AlexDaDermahurr Месяц назад

    this dude and flytech would make an excellent duo

  • @itsbppradhan
    @itsbppradhan Месяц назад

    Make an noescape 2.0 with this!
    Probably the last payload can be seeing the system slowly crumble and glitch out...

  • @Radkeyboard7984
    @Radkeyboard7984 6 дней назад

    Fun fact: The login screen fallback is the non gui version of the login screen found in windows server

  • @LanTriBlox
    @LanTriBlox Месяц назад

    FINALLY YOU MADE A VIDEO I'VE BEEN WANTING FOR AGES!

  • @dvsur
    @dvsur Месяц назад +2

    4:25 Ascence - About you

  • @alexdev404
    @alexdev404 Месяц назад

    Hey good luck with uni bro :)
    Take care of urself!!

  • @VerwirrteMiauKatze
    @VerwirrteMiauKatze 20 дней назад

    Dear Enderman,
    as somebody who is by now mentally ill and burnt out, I can assure you that taking care of yourself (and only yourself!) from time to time is essential for survival. Don't repeat my mistakes.

  • @BlackAndWhite_22
    @BlackAndWhite_22 Месяц назад +3

    1:06 , wait, android studio can edit other things than apks?!

    • @NORTCHOT
      @NORTCHOT Месяц назад +1

      the program shown in the video is jetbrains clion. its interface is similar to other programs from jetbrains, and android studio is based on jetbrains intellij idea

    • @KeprisNexxxus
      @KeprisNexxxus Месяц назад

      nortchot I was about to say the same thing 💀

  • @tomekdadura543
    @tomekdadura543 Месяц назад +1

    Glad to see you back! (Algorithm goes brrrr)

  • @H0R535
    @H0R535 Месяц назад

    This video just came at a fitting time because I just saw someone else's computer bluescreened by itself before I watched this video.

  • @Noahscratch493
    @Noahscratch493 Месяц назад

    You should use that like wininit trick in powershell if you ever wanted to

  • @АлександрДаньков-х2ь

    Finally you're back! Make videos more often.

  • @dzxtricks
    @dzxtricks Месяц назад

    The screen where everyone hates are actually saving us from the confusion and broken windows beyond it (which pretty much gonna be worse for the overall experience)
    Kudos to BSOD!

    • @dzxtricks
      @dzxtricks Месяц назад

      Don't BSOD from the pressure of RUclips bro... Take one thing at a time, slowly

  • @MarchettLPR
    @MarchettLPR Месяц назад +4

    Super interesting. I had never thought about what was going on in the background.
    Although I didn't understand in the end, why you can't start explorer.exe but when you type C: in the run box it actually opens an explorer window. Is the explorer window in Windows 11 separate from the rest of the graphical interface that controls explorer.exe?

    • @ytstar122o
      @ytstar122o Месяц назад +4

      Explorer is still running. What he killed was winlogon.exe

    • @w.dgaming1
      @w.dgaming1 Месяц назад +1

      If the bsod is a kernel app then explorer.exe is still running

    • @ytstar122o
      @ytstar122o Месяц назад

      @@w.dgaming1 Nope. BSOD is a kernel app which safely shutdowns every app and restart your computer to prevent damages. Explorer.exe is a program running in C:\Windows, and is not related to BSOD

  • @ilcuriosonedelweb3831
    @ilcuriosonedelweb3831 Месяц назад

    Finally after years I now know if it was possible to continue operation beyond a BSoD and see what would happen, and now I have the answer! Thank you, Enderman!
    Next video: Trying to run programs in a BSoD itself! /jk

    • @SOTP.
      @SOTP. Месяц назад +2

      running native programs in a bsod might be possible

  • @awrewf
    @awrewf Месяц назад

    thanks for putting songs names and this amazing video of course

  • @Furrysm
    @Furrysm Месяц назад

    Welcome back buddo! Love your videos!!

  • @regiolis
    @regiolis Месяц назад +3

    Hey nice video ! Where did you find the Run As Trusted Installer plugin for PH? I cannot find anymore

    • @Endermanch
      @Endermanch  Месяц назад +1

      On their GitHub archive, it's archived now, if I recall correctly, the plugin is considered deprecated

  • @light-gray
    @light-gray Месяц назад +1

    Very bold of you to show xp source code.

    • @heart_locket2
      @heart_locket2 Месяц назад

      bro it's on "the g platform" its not that hard
      and I've never seen anything get dmcad for it except some windows mods

    • @light-gray
      @light-gray Месяц назад

      Mental Outlaw did a video on showcasing and compiling winxp source code. His video was struck down by Microsoft. NTDEV did a similar thing a while later and his video was struck down as well.

  • @ArsenTech
    @ArsenTech Месяц назад

    Everytime Enderman Uploads, It Makes My Day Better

  • @alejandroalzatesanchez
    @alejandroalzatesanchez Месяц назад

    It's cool to see that whenever everything gives up it goes back to it's win9x roots.

  • @Thomario20
    @Thomario20 Месяц назад

    Don't worry dude it's fine you don't upload often. Focus on the more important things first.

  • @Kynatosh
    @Kynatosh Месяц назад

    This music throws me back to easier times wow

  • @Oofker
    @Oofker Месяц назад +2

    This is something i always wondered about.

  • @ilovelampadaire
    @ilovelampadaire Месяц назад

    Happy to see that endermanch is back!

  • @NoMore12345-z
    @NoMore12345-z Месяц назад

    Now I love the BSOD and want to hug it.

  • @PenggunaNyasar
    @PenggunaNyasar Месяц назад +1

    i will try this on my real pc