3:52 This wasn't Windows trying to prevent repeated misuse, what happened was that when you saved the file, it wasn't written to the disk, it was in a disk-cache, and you crashed the system before the buffer was flushed to disk, but the MFT contains the expected size of the file, so when you open it, it just shows the correct number of bytes, but all null. This is an insidious problem that most people aren't aware can happen. I learned it the hard way one day when I had a BSOD and upon reboot, noticed that some files that had been created just before the crash were now blank. If I hadn't noticed, they would have remained blank but still set to the expected size and no indication of corruption. The reason I noticed was because the files were image files and when I rebooted, I noticed they weren't showing thumbnails. If not for that, I could have continued on, blissfully ignorant of corrupted files forever. Now, whenever Windows crashes, I boot into safe-mode to prevent files from being written to the disk, then do a search for files created or modified in the past day, and check the last few that were touched before the crash to see if they were corrupt. If you want to avoid losing data of an important file, you can get Uwe Sieber's drive-tool FFB to manually tell Windows to Flush File Buffers to ensure the file is written out to disk. It's one of the most important tools. This happens on internal drives that have their policies set to optimize speed since they're not removable; removable drives like flash-drives and memory-cards default to quick-removal and should write data directly to the drive, not to a buffer (at the expense of speed). You can usually change the policy of drives in the Device Manager. 5:44 Or you can hold down the Shift key to prevent startup items from running. Also, you put it in "shell:startup" which puts it in the current-user's auto-run. Holding Shift during boot will prevent the system from automatically logging into the user's account, so you can log into a different user and delete it from there. If you put it in "shell:common startup", then it would run on boot, so you'd have to hold Shift to prevent auto-run from running. 7:53 This is probably a race-condition, the shell is trying to run the random file before it's finished being written. Try changing the command to put the run command on the same line as the copy command with with double-ampersands (&& instead of &) to require to only run if the copy command has returned success. 8:11 It's heuristics. Defender is detecting "suspicious activity". 8:50 Yup, this problem was only on Windows 10, not older versions. I keep saying, not all updates are good, in fact, most updates just make things WORSE, not better. 😒
@lychezr8 ай бұрын
finally a use for the nulltype variable
@thebevan3 жыл бұрын
Firefox crashing before pressing enter is because when hovering over a URL/typing one in it auto loads it before clicking on it to make it load "faster" Source: Firefox user
@FlyTechVideos3 жыл бұрын
well that's interesting, thank you!
@movedaccountcheckaboutmeth34043 жыл бұрын
@@steriftes bruh
@nintendo-toasteredition3 жыл бұрын
@@steriftes ultra bruh
@sheggybruh37663 жыл бұрын
@@steriftes bruh moment 100
@reidlab3 жыл бұрын
@Lucas Zhu can confirm, on my mac it shows all files.
@itswilliamanimate3 жыл бұрын
finally, a way to escape school by doing this trick before class
@malwaretestingfan3 жыл бұрын
That's not a bad idea.
@singlesenses28053 жыл бұрын
Lol
@boblol14653 жыл бұрын
Lol
@DeepfriedChips3 жыл бұрын
r/madlads ish you haven’t done it, would give the school’s it guy a headache if you set up the crash loop
@gm_blahaj3 жыл бұрын
I actually Just used IT! In Mathe i should awnser a question and i Made suicide
@b-1battledroid6743 жыл бұрын
"hey teacher here's the link to my assignment"
@Maexchenoo93 жыл бұрын
@umadbro ono
@Watcherve3 жыл бұрын
YES
@theholypeanut81933 жыл бұрын
GOTTEM
@sithdarthpal3 жыл бұрын
ROGER ROGER!!!
@setsers13 жыл бұрын
😆
@renakunisaki3 жыл бұрын
No doubt the reason the file is being replaced with zeros is that it crashed before the disk cache was flushed, so the file content hadn't actually been written to disk yet. If you create the file and then reboot normally, it should stay. That also explains why some other methods didn't have that problem, because they took longer and did more file I/O, so the cache had time to be flushed. This is also why it's important to shut down properly.
@i_love_cats-_cool9 ай бұрын
bros being smart
@呀咧呀咧8 ай бұрын
Just disable write cache, he is in a VM so he don't need it
@Povilaz3 жыл бұрын
Ah, time to do this during online classes and say that my PC died lmao.
@WhatIsGoingOnBruh3 жыл бұрын
Put it in startup file xd
@vinculaomega52833 жыл бұрын
Reminds me of that one time I hadn't done my homework, so I opened the word fike in notepad++ and deleted parts of the header, making the file look corrupt. In the meantime I finished the assignment. Teacher never suspected a thing
@emanuelemorales66913 жыл бұрын
@@vinculaomega5283 still doing it😂
@Gautam-tk8tf3 жыл бұрын
@XeNoX to get an excuse dude
@Gautam-tk8tf3 жыл бұрын
@@vinculaomega5283 this proves that students are smarter than teachers
@pilotwings653 жыл бұрын
“Oops! Just crashed my computer. What a shame, I was looking forward to online classes!”
@neut11213 жыл бұрын
Hahahahaha
@Ophangea3 жыл бұрын
"Its not a shame, Best way to skip class, Parappa"
@blocking12323 жыл бұрын
aww
@zoomosis3 жыл бұрын
5:45 I believe you can hold down Shift key after login to bypass running anything from the Startup folder, which gives you time to delete the .exe.
@64bit-3 жыл бұрын
school computers are living in constant fear everywhere
@rogehmarbi3 жыл бұрын
let's face it school computers are always subjected to inhumane experiments that regular personal computers will never experience
@JetFalcon7103 жыл бұрын
@@rogehmarbi I've managed to install multiple items on my school computer by using a USB with the installers, tour the operating system through Command Prompt, and hit it with this and the NTFS disk 'corruption' bug because it runs on Windows 10, so yeah ;v;
@seansingh44217 ай бұрын
A lot of school computers use a OS amnesia programs that causes the OS to revert back to its configured state after reboot. Otherwise no school pc would survive a week 😂😂
@Sharpless27 ай бұрын
@@seansingh4421 okay, so the goal is to locate and eradicate that program first and then hit em with the START reg delete HKCR/.dll shutdown -r -f -t 00
@magenta91053 жыл бұрын
Your videos just scream the words "I'm a computer geek/nerd, and this is fun to do." Earned yourself a sub from me today m8. :)
@FlyTechVideos3 жыл бұрын
Thanks man
@ecotwinnerbetul75442 жыл бұрын
@@FlyTechVideos also your easter egg video you turned windows 10 to vista
@FluckTerrainium2 жыл бұрын
Do it works on iPad?
@ImaginingScratcher-te6yj Жыл бұрын
@@FluckTerrainium no
@ahakplayz Жыл бұрын
@@FluckTerrainium No! What the hell did you expect?
@wintorialslift3 жыл бұрын
Finally C:\con the sequel
@awildfurret3 жыл бұрын
C:\con 2
@blackbob15763 жыл бұрын
ms-cxh-full://0 if u open this in chrome your screen goes black, restart to fix
@kaliopiprevelianaki51453 жыл бұрын
Tbdgd tyh
@kaliopiprevelianaki51453 жыл бұрын
Fix fox
@tomioka_san000013 жыл бұрын
\\.\GLOBALROOT\Device\ConDrv\KernelConnect
@Alulaa3 жыл бұрын
3:48 it's not really intentional - the file is blank because data doesn't get flushed to disk soon enough - the task scheduler and other things are stored in registry which is never saved when system crashes - if you've created a file and waited a moment or better - restarted the system before doing anything, it should would work as expected
@earthboiproductions24073 жыл бұрын
Don't mind me, sending the link to my friend and calling it an "easter egg"
@DownloadableFox3 жыл бұрын
I actually killed my pc lmao, don't try this. I used the link and my Windows wouldn't boot after it crashed. I didn't matter tho as I have dual-boot with Linux and made an installation usb to fix Windows, but it could be dangerous for people that don't know how to fix it themselves if it happens. Please don't send this to anyone.
@DownloadableFox3 жыл бұрын
I didn't meant I've created a bat or something and put it inside shell:startup. What I did was just opening it on my browser. No screen of death showed up, my computer just restarted and after selecting the Windows option in grub the computer would just get stuck, no loading icon, nothing, just a black screen with the Windows logo in the middle, I left it loading for 10 minutes and realized it could boot. After that, I turned off the computer by holding the power button and started my pc with Ubuntu. Ubuntu started without any problems in less than 30s. From there I just created the Windows installation disk/usb and booted it up. After one startup fix Windows would boot again. Pretty weird right?
@bomberfish773 жыл бұрын
same
@Astra3yt3 жыл бұрын
@@DownloadableFox Once BSOD (not caused by this glitch, caused by malfunctioning RAM stick, even Linux threw kernel panic) screwed up my bootloader but I think this is extremely rare. I fixed it by using bcdedit but diskpart would probably do it as well. And also of course by replacing the wrong stick.
@Spiderfffun3 жыл бұрын
THATS WHAT I WAS GONNA DO LOL A FEW FRIENDS AND TROLL THEM HARD!
@OzzlyOsborne3 жыл бұрын
Setting up a blue screen boot loop on a scammers PC would be an amazing prank lol
@bigsof73812 жыл бұрын
Delete the entire registry and system32
@ThisShitWontWor7 ай бұрын
@@bigsof7381 Not funny they just have to reinstall an OS and keep their data
@MrHack4never3 жыл бұрын
I suspect defender notices the self-copying file and when it tries to kill/inspect it, it runs into the path, makes a request to see what the file contains (to find out if the file is part of the malware) , and then confuses the computer into BSOD'ing
@FlyTechVideos3 жыл бұрын
> and then confuses the computer into BSOD'ing well this is what i don't get. how or why would that happen?
@MrHack4never3 жыл бұрын
@@FlyTechVideos My guess would be either: A: it expects some commands/parameters to be executed along with the command itself B: It requires a very specific system state(pre-login,Safe mode,"configuring updates", etc.) Unlikely options: C: it's Linux software/IO references that Windows mistakes for compatible software but again, I'm just guessing, (also, I don't really use Windows anymore, because of ideas like forced updates etc.)
@I.____.....__...__ Жыл бұрын
@@MrHack4never …forced updates that ADD NEW BUGS… like this one. 😒
@QuickenFixen3 жыл бұрын
Wow that’s really interesting. Is there any documentation on the thing where Windows replaces the characters with null bytes in the batch file? I’ve actually been seeing that exact thing happen on some Windows machines at my job and couldn’t figure out why an XML file had a bunch of null bytes in it instead of the data I expected.
@benjaminweiss47103 жыл бұрын
It's a kinda creepy behaviour...
@grkb3 жыл бұрын
>an XML file had a bunch of null bytes in it instead of the data I expected. it's probably the hard drive slowly failing.
@QuickenFixen3 жыл бұрын
I suppose it could be, but there’s over two dozen involved servers virtualized in a enterprise data center. The number of null bytes matches the amount of characters I would expect to be in the file and it happened right as the operating system crashed. We think it’s related to antivirus software scanning it at the time.
@lucrativelepton3 жыл бұрын
Adding a comment hoping to be notified if anyone chimes in on this
@neut11213 жыл бұрын
@@lucrativelepton +
@LeftWithTheNorthernMoney3 жыл бұрын
I remember you could say "con" in online games and the servers would crash.
@kabanos3k3 жыл бұрын
con
@jonny11bonk3 жыл бұрын
lol, what?
@swordcrafted3 жыл бұрын
con
@gtrf01293 жыл бұрын
How
@hoteny3 жыл бұрын
con
@DenisDaLynx3 жыл бұрын
"teach your tech how to fly" well, not so sure if i really want to
@FlyTechVideos3 жыл бұрын
:'(
@DenisDaLynx3 жыл бұрын
i mean, it already knows how to fly, it has the "airplane mode" already preinstalled, doesn't it? :D
@realjameskii3 жыл бұрын
@@DenisDaLynx yeah just head to your local airfield and turn on airplane mode, now you have a private jet! (With cortana as autopilot on Windows 10 computers)
@arandomguy35263 жыл бұрын
That brings back memories, when a friend of mine literally led me to believe that my phone will hover in air, if my airplane mode is on, and if it won't he would blame my phone lol....
@invalidy4r43 жыл бұрын
Wow. What a nice joke--- I'm laughing a lot right now.
@android-er9fg3 жыл бұрын
8:12 Windows Defender is trying to read the code of the exe and found the file path, so when it try to open the file path to scan it ,windows just crash
@sasdagreat80523 жыл бұрын
YOOO IT WORKEDDDDD! I really shouldn't be this happy about successfully crashing my device with what seems like a pretty stupid error, but it's oddly thrilling
@lucianothewindowsfan3 жыл бұрын
Plot twist: It crashes because "con" is an offensive word in French.
@clementpruvost86703 жыл бұрын
I can confirm that. (True French)
@MiroslavRD3 жыл бұрын
POV: you reply with POV roleplays to every plot twist comment
@hackbarrow3 жыл бұрын
@@MiroslavRD POV: You actually did it you madman
@MiroslavRD3 жыл бұрын
@@hackbarrow I'm shaking and crying right now
@Fogolol3 жыл бұрын
what does it mean?
@alejandroalzatesanchez3 жыл бұрын
Bug path exist in Windows 10* Windows: In this moment cell meets the real terror
@askhowiknow55273 жыл бұрын
Using Windows 10 feels like being in a volatile and dysfunctional relationship with a crazy girlfriend. Not “let’s jump out of a plane” crazy, but “let’s eat our baby” crazy.
@JacobRy3 жыл бұрын
not really ive never ahd major issues
@gaffclant3 жыл бұрын
That’s why you use linux
@user2C473 жыл бұрын
Windows is a messy patchwork of upgrades to legacy systems that is an uncountable number of layers deep, so the comment makes total sense.
@camillecirrus39773 жыл бұрын
In the meantime im on W7 and never had any problems with it in the 4+ years of using my old janky laptop.
@xXRealXx3 жыл бұрын
@@user2C47 at least that allows for very good backwards compatibility.
@teridactyl12503 жыл бұрын
I’ve found something else with this - I tried it and then deleted the extracted folder. Now opening the recycle bin causes a bluescreen.
@Gobbler.3 жыл бұрын
lol just oh, you wanna see what's in the recycling bin? TAKE A BLUESCREEN
@SOTP. Жыл бұрын
use cmd lol
@Noah_Bailey6 ай бұрын
@@Gobbler.xD
@ShaLun423 жыл бұрын
When I was in university, there was Windows 98 or 95 on computers, Norton Commander, Turbo Pascal etc. So, once I was looking onside different files and inside IO.SYS I found all those device names - CON, PRN, LPT1, COM1 etc, including CLOCK$. So I edited this file and changed "CLOCK$" to "SYSTEM". As a result, when Windows tries to boot, it just hangs before switching to graphics mode, with error message something like "Cannot find blabla.vxd". I don't remember exact text, nor name of that file, probably vmm32.vxd. You can boot to dos using F8, and use dos programs, but you cannot cd into any folder named SYSTEM.
@kibukaj29563 жыл бұрын
Maybe it's the secret path to Windows employee's browsing history, that's why the system panics!
@nonnymoose70053 жыл бұрын
Yes, local HTML files are allowed to load other local files.
@RX_Punk3 жыл бұрын
shhhh
@DavidWonn3 жыл бұрын
I’m very glad you tested on previous NT-based Windows to be thorough. I was tempted to check NT 3.51 and 4.0 but I highly suspect they’re safe from this. BTW, you might be able to prevent it from running upon startup of Windows if you hold the Shift key in some cases.
@I.____.....__...__ Жыл бұрын
Of course older version don't have this problem, it was introduced in Windows 10. That's why updates are NOT a good thing, they usually ADD MORE bugs than they fix. 😒
@artdeell Жыл бұрын
@@I.____.....__...__ You are the reason why devs add forced automatic updates to their programs
@SkigBiggler Жыл бұрын
@@artdeellIt’s an endless loop. People don’t update, so updates are forced. Inevitably at least one update breaks everything, and now more people don’t want to update.
@Scrufyn3 жыл бұрын
Just imagine, having a google chrome on startup and everytime Chrome opens this link would load - infinite BSOD
@avem8193 жыл бұрын
Rip windows
@shadowplay12113 жыл бұрын
@@avem819 it's very possible to repair in safe mode
@arup2610753 жыл бұрын
@@shadowplay1211 yah you need to reinstall it
@azucii3 жыл бұрын
Whoa calm down satan
@Dawid83 жыл бұрын
@@arup261075 Not really, you could boot into the Windows installer on an usb drive for example and then using the cmd get rid of the autostart shortcut
@JP111553 жыл бұрын
I’m just gonna post the link in my online class and sees who clicks it first.
@milk-pk4xk3 жыл бұрын
madlad
@letcreate1233 жыл бұрын
This appears to have been patched as of KB4601319. Inputting this in Firefox caused my computer to freak out for a couple of seconds, but quickly stabilized back without crashing. Inputting it on the command prompt did nothing.
@veryepicgamer432 Жыл бұрын
same here.
@codrutx3 жыл бұрын
I hate the fact that Windows defender can be tricked to becomes malicious.
@Kaybl3 жыл бұрын
windows neutralizer
@erenceylan76683 жыл бұрын
dude i havent got bsods in a looong time. after watchin this video i got bsod right before i shut my computer down. damn i wasnt expecting this, so friccin scary
@catgoesgaming3 жыл бұрын
you have found the secret shutdown
@melom5783 жыл бұрын
With the zip file thing when it is extracted and the system restarts does it stay extracted because I really want to prank some friends but I’m worried it’ll do permanent damage. So is it a one time bsod or every time the file location is then opened
@FlyTechVideos3 жыл бұрын
it gets deleted, but i really wouldn't count on that
@nopparuj3 жыл бұрын
Each time bsod happens, a system process such as updates could be interrupted causing OS or files to be corrupted (similar to unplugging computer without shutting down) so I recommend you don’t do it.
@melom5783 жыл бұрын
@@nopparuj ah thanks!
@MartinDerTolle3 жыл бұрын
Windows doesn't seem to detect it if you place the file on the desktop twice
@anselligg8703 жыл бұрын
@@melom578 You can use bluescreen simulator and u can exit it on F7 it s prank i tried it on my laptop multipie times and i could exit normally without any problems
@aimannizam45053 жыл бұрын
I wanna know when the user is bsod but the file is still there, but the inside of it's just NUL. So the question is why my watch in some app it said NUL? Is may watch can BSOD to? (4:17)
@YusufYusufBinks3 жыл бұрын
Microsoft fixed this bug with the new February 2021 Patch Tuesday updates. If you try to trigger this bug after installing recent updates, Windows no longer crashes to a BSOD. Instead, it will only give errors like "Element not found" but the system will continue to function normally.
@pmcpicto Жыл бұрын
So does this mean I can just type it in? I'm using Windows 11, is that okay?
@YusufYusufBinks Жыл бұрын
@@pmcpicto I tested that in Windows 11 build 22621.2070 and it didn't crash the computer. It said "Element not found". So it is now safe to enter that command in Windows 11.
@CrustyOldFridge41011 ай бұрын
@@pmcpictotried on WIN11. Did nothing.
@ThatWindowsGuy4883 жыл бұрын
Glad I made it in time. Love it!
@monsterlucky46103 жыл бұрын
Is the video going to be deleted or someone is going to kill you if you won't make it in time?
@jack84073 жыл бұрын
i said it then and i will say it now: windows is seriously a broken mess
@SpringPath765213 жыл бұрын
Yet it's used by mostly everyone.
@gaffclant3 жыл бұрын
Use Linux. It’s basically perfect.
@tcs153 жыл бұрын
10
@mitowo3 жыл бұрын
@@tcs15 9
@ratscrow79293 жыл бұрын
@@gaffclant classic linux user
@nullzero__3 жыл бұрын
Wow this was a soo informative video!
@zigaudrey3 жыл бұрын
They should display only image-based extension, thus avoiding the problem. So, I learn that Internet open up site like files on our local drive. Why they didn't make another pathway to isolate potential treat? 6:57 HAAAA!!!! Only four error window?
@SpikeTheBear3 жыл бұрын
I usually only teach my tech how to fly when im realy angry, but this video was really interesting.
@Gobbler.3 жыл бұрын
LOL
@BeeZeeTen3 жыл бұрын
Me sees this: cool! *looks at my pc* My. Pc: don even think about it
@LegendBegins3 жыл бұрын
This _does_ work in a local HTML file for me. I tested it in Brave Browser, which is a Chromium spinoff. It was reproducible as an img src.
@zux1283 жыл бұрын
eyy i use brave too
@zank84703 жыл бұрын
I don't get how Brave is 6x faster than Edge, Chrome, Firefox and Opera
@lucrativelepton3 жыл бұрын
@@zank8470 maybe cutting out the time spend loading code that tracks you. 6x is still a lot though...
@snakeguy6022 Жыл бұрын
@@lucrativelepton for me, brave is slower than edge and chrome is slower than edge
@hexthelog7813 жыл бұрын
If you try do this 3~4 times (cant remember), when it reboots, you get a "Boot Recovery" page, aka the page where it gives you the recovery options.
@FlyTechVideos3 жыл бұрын
it happened in the video (you can see it very briefly because I sped up 400% during that portion, and I also reset the machine so I don't get to the recovery page)
@watchbox_gr3 жыл бұрын
2:52 "CALL 800-NOT-A-SCAM FOR FREE SUPPORT" Nope, I'm sure it's not a scam
@thomasl973 жыл бұрын
if i do this, will it restart the script on every reboot? @echo off copy /y %~f0 "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup\mssec.bat" \\.\GLOBALROOT\Device\ConDrv\KernelConnect
@earthboiproductions24073 жыл бұрын
3:08 misspelled "changing"
@abcdefgun61123 жыл бұрын
chaging
@Clyde6790pYoutube3 жыл бұрын
i got trolled by my friend he sent me that link then my laptop crashed and my monitor just starts to say no signal SO I SEE THIS IS USEFULL FOR TROLLING
@CrisCheese_3 жыл бұрын
Lol, i was about to do this to my firends as well
@DeltaDude.3 жыл бұрын
Same
@Spiderfffun3 жыл бұрын
Lol just sent this to my friends
@luffysmile94463 жыл бұрын
Dont do it! Sometimes it causes permanent damage
@arandomguy35263 жыл бұрын
Hey Fly, I'm really curious about the crash that keep on occurring on loop which was not intended to when defender detected a threat or so.... Did you find the reason ?
@tristanraine3 жыл бұрын
When Defender finds the threat, it tries to access the directory the threat is detected from, since the directory is the crash dir, it will crash the system, my theory anyway.
@Epicl203 жыл бұрын
I experienced a bsod on my windows 10 laptop on the first day of arrival, i was actually crying for hours and luckily i somehow fixed it
@dashiedks2 жыл бұрын
in like late 90s AOL they let you play sounds in the chat if you typed in a short command and the filename and if you tried playing con/con it would bsod anyone who hadn't disabled their sound
@applepie81433 жыл бұрын
POV: you just did this and now you are looking at the comments while your pc is died thinking at all the evil plans you can carry out with this thing
@rodotodx36303 жыл бұрын
Omg exaxtly xdd
@ОбычныйЧеловек-д3ж3 жыл бұрын
when windows kernel dies, linux kernel just panic
@spammymcspambox46033 жыл бұрын
I actually copypasted the trigger into my browser on linux and it did nothing.
@YISTECH3 жыл бұрын
@@spammymcspambox4603 obviously, cause linux’s whole entire filesystem is different, heck, the two kernels are completely different
@L7vanmatre3 жыл бұрын
Yet another win for 🥇superior Linux🥇 😎
@zank84703 жыл бұрын
@@L7vanmatre Im tired of Computer wars
@gabriella29023 жыл бұрын
@@zank8470 chill, hes just too envy his computer is shit and cant run windows smoothly.
@earthboiproductions24073 жыл бұрын
8:51 "not an" (forgot issue)
@FlyTechVideos3 жыл бұрын
i didn't forget it, i wrongly resized the box and the word didn't fit anymore :/
@earthboiproductions24073 жыл бұрын
@@FlyTechVideos oh I see
@ruroruro3 жыл бұрын
2:15. I wonder, if you can trigger this bug from a website by 30x *redirecting* to file://the-evil-path instead of trying to embed it.
@FlyTechVideos3 жыл бұрын
No, the browser will refuse to redirect to local paths (I tried)
@gurglemurgle53 жыл бұрын
I don't know how most browsers and web tech works, but would it be possible to open this link using javascript or are file paths invalid redirects?
@NICK....3 жыл бұрын
I'm on my phone so I can't check but can webpages redirect in any way to a local resource? I'm pretty sure the open() function won't work but what about editing the url directly?
@FlyTechVideos3 жыл бұрын
i tried anything i could think of (window.location.href, window.location.replace, window.open etc) and every time i got the error. i even tried generating an a-element into the dom and setting the url to the bad path, but still got stopped by the local-protection. the protection really applies to everything.
@NICK....3 жыл бұрын
@@FlyTechVideos Yeah I tried too, well better for security I guess
@harrymalm3 жыл бұрын
@@FlyTechVideos Maybe a gigabyte of RAM would do the trick?
@izzyint3 жыл бұрын
Imagine setting as your default page
@JustSomeGuy9003 жыл бұрын
Imagine if you had your browser set to automatically open when you log in.
@i-dont-know-a-name3 жыл бұрын
@@JustSomeGuy900 AND Isaiah NO PLS DONT
@JustSomeGuy9003 жыл бұрын
@@i-dont-know-a-name as an administrator
@DJGioGio3 жыл бұрын
Me: *gets a 1000$ PC* My cousin: "I'm gonna ruin my cousin's whole career
@themanofiron7853 жыл бұрын
This is harmless
@natew47243 жыл бұрын
@Executed you can legit just flash a new windows install, or you can boot off a usb, mount the old hard drive and recover files. Or literally just remove it from startup in 15 seconds.
@themanofiron7853 жыл бұрын
@Executed I tried it. It only BSODs and cleanly reboots. EDIT: Tried it again, the issue is fixed, no more BSOD
@Ae3lolz3 жыл бұрын
how would it ruin someones career?
@Ae3lolz3 жыл бұрын
@@natew4724 what? what files would need to be recovered? its a bluescreen..
@avi8aviate3 жыл бұрын
Basically, enter this path and condrv.sys breaks the system with an access violation.
@arkeniann3 жыл бұрын
Fly Tech: Opening this path causes a BLUESCREEN Me: *Proceed to try it
@pokemonkarma3 жыл бұрын
Still works to this day?? I thought it was patched since the last Win Update
@arkeniann3 жыл бұрын
@@pokemonkarma its did't work
@pokemonkarma3 жыл бұрын
phew lol
@kami-kun_va3 жыл бұрын
Note: This bug was fixed in the 2021-02 Cumulative Update.
@aaaargh85453 жыл бұрын
Nooooo
@shaheerDev3 жыл бұрын
@@aaaargh8545 yes i tried it on my
@joeslinky3 жыл бұрын
When I run the command all I get is “element not found”
@lukasjetu97763 жыл бұрын
type: "\\.\globalroot\device\condrv\kernelconnect" to broswer
@chfsunf1ower2963 жыл бұрын
@@khakhvi maybe different version of windows
@tristanraine3 жыл бұрын
@@khakhvi Might be a new version of windows that has this issue.
@narcisakaparapet3 жыл бұрын
thx I tested it It works..
@Spiderfffun3 жыл бұрын
Ice with n in front of it
@luizcore16753 жыл бұрын
stupid question, did it harm your pc in any way or did it just reboot normally?
@narcisakaparapet3 жыл бұрын
@@luizcore1675 no, it reboots normally
@fwrizuxc3 жыл бұрын
@@narcisakaparapet did it does anything to ur files?
@HalfLife3onSteamPLZ3 жыл бұрын
then does windows stuck in automatic repair?
@CombustibleLemon773 жыл бұрын
me: * attempts to bluescreen my entire computer by accessing a weird file * google: -ok here's your bluescreen- *ERR_FILE_NOT_FOUND*
@HazFrostYT3 жыл бұрын
5:36 What do you mean leave you alone??
@kangjiahuang99283 жыл бұрын
Something interesting happens when doing this in VBox with EFI enabled: I have a windows 10 host, testing this bug with a Windows 10 VM running off Vbox EFI (experimental I think). The path crashed the VM as expected. Then the machine rebooted... And a few seconds later my *HOST* BSODed from a VirtualBox driver exception... DRIVER_IRQL_NOT_LESS_OR_EQUAL....
@vgamedude122 жыл бұрын
0_0
@AhnafAbdullah2 жыл бұрын
Virtualbox bad
@DrannaMTaltMcv57770 Жыл бұрын
@@AhnafAbdullah you didn't try VirtualBox for yourself, did you?
@TtEL3 жыл бұрын
5:50 - Or just use safe mode...
@axonaty92243 жыл бұрын
C:\con\con but higher budget
@malaysiaempireball62203 жыл бұрын
I had a BSOD yesterday, just let it restart. It doesn't harm anything for me.
@qusaitheguywholikesoldstuff3 жыл бұрын
if you go on a virtual machine thats on windows 95 or 98 or 2000 or ME, type in the run command "con/con/con" that will bluescreen the virtual machine
@tlpjr3 жыл бұрын
If anyones curious how he recorded the blue screen, he used a VM
@chrisakaschulbus49033 жыл бұрын
i know that's what he did, but you can also do hdmi capture
@chrisakaschulbus49033 жыл бұрын
@team lolpippiou there are hdmi capture boxes as well, for recording console gameplay
@mertansprinter2 жыл бұрын
Duh
@Prod_by_proto2 жыл бұрын
I would be interested in a video that explores the consequences of changing the function to not require parameters, if that isn't how windows dealt with it.
@FiksIIanzO2 жыл бұрын
You can't jeally just "make" a function not require parameters. You can try to catch the exception, but that also would literally just get rid of this one BSOD and nothing else
@edcdecl3 жыл бұрын
This has been patched.
@purpleneons3 жыл бұрын
i was looking for this comment, i couldn't get it to work in any way lol oh well, too bad
@flyerumm Жыл бұрын
this video is REALLY testing my curiosity
@luizcore16753 жыл бұрын
guys, stupid question here, if i try to do this will my pc be harmed in any way?
@v3nom0us_v1per3 жыл бұрын
It didn't harm mine, so I think you're good
@serek71563 жыл бұрын
1:34 wallpaper link pls
@DelimiterFrameworks3 жыл бұрын
So I never need to taskkill /im svchost.exe /f
@tubbunny3 жыл бұрын
@User Opening the directory doesn't need admin, but taskkill requires admin for that
@Ojo7293 жыл бұрын
\\.\GLOBALROOT\Device\ConDrv\KernelConnect Here ya go
@v3nom0us_v1per3 жыл бұрын
Thank you!
@makinishi3 жыл бұрын
I Dont Have PC
@makinishi3 жыл бұрын
I Have One
@sophzieexists3 жыл бұрын
what if you do it on chrome book will it work im on a school chrome book-
@chrisakaschulbus49033 жыл бұрын
"as if..." i said. "clickbait thumbnail" i said. i didn't even watch the video at this point, i had to make a new tab and write it... and still got kinda shocked when i hit enter... thumbs up :D
@idrisDjalali2 жыл бұрын
Opening this Path causes a Blue Death Screen So this Path can cause Windows 10 to crash.
@rekto34563 жыл бұрын
Like the new intro xD
@PeaceGGS3 жыл бұрын
Its not working on windows 10 1511
@Robloxmasterboy_ytBACKUP23 ай бұрын
Maybe it was fixed
@ha1fdan3 жыл бұрын
Me: Go to my School and set Chrome startup page to the command...
@Fredboy3 жыл бұрын
That’s so smart lmao
@user2C473 жыл бұрын
Don't forget to push it to GP.
@jerryatricks12 жыл бұрын
Problem: Opening this path causes a BLUESCREEN Solution: Don't open that path.
@basix2503 жыл бұрын
I just typed this on my laptop and it showed me a BSOD... i dunno what i was expecting
@bohohohogogoyt3 жыл бұрын
0:24 its working!
@1e10013 жыл бұрын
i just crashed my friend's computer using an html file with a link to that path
@elihillman87583 жыл бұрын
@Ethan Parks no
@selami323 жыл бұрын
thanks i learned one or two extra things from you
@sha-384thegreatest3 жыл бұрын
Good Job, Windows 8.1, You Somehow Evaded The Crash.
@monikabixho7752 Жыл бұрын
I tried this on my win10 VM and it did not work, maybe the bug was in earlier versions of Windows 10
@dednu3 жыл бұрын
This guy: *continues to type it* This guy: I have content now!
@geldersetrucker83723 жыл бұрын
This guy: I also need a new computer now! XD
@itsthesola103 жыл бұрын
Invalid device access on Linux: Regular error Invalid device access on Windows: *_INSTADEATH_*
@paulot27573 жыл бұрын
Here's a copy & paste in case you're too lazy to type it out lol: \\.\GLOBALROOT\Device\ConDrv\KernelConnect
@usering49513 жыл бұрын
Geee. Thanks
@JPkerVideo3 жыл бұрын
Came for Recycle bin, stayed for good music and chill vibes and good content...
@troller4jesus3 жыл бұрын
I remember back in the 90s people were spamming that path as a disguised URL and crashing people. It was it's own "Rick roll" type of prank
@understatements3 жыл бұрын
i tried this... and my windows 95 won't boot up again
@i-dont-know-a-name3 жыл бұрын
WHAT IT INFINITE CRASHES 95 WHAT
@UCmDBecUtbSafffpMEN3iscA3 жыл бұрын
A great way to get myself in trouble lol
@AlvinBalvin3213 жыл бұрын
i wanna do it so bad but im also kinda afraid, probably will do it tho here it is btw: \\.\GLOBALROOT\Device\ConDrv\KernelConnect
@NandigamS3 жыл бұрын
patched
@swanikk3 жыл бұрын
Plot twist: that was actually Dream’s face so it crashed
@sharpfang8 ай бұрын
How much does Windows overwrite of the .bat file containing this line? It could be used for "This message will self-destruct in 10 seconds" if the entire file is wiped.