@@CATLOVER-456 i made both, windows 11 is no longer getting updates due to termination of my account. i made several updates on windows 12 and it looks good so far.
@@RAZR_Channel the creator name of Windows is Bill Gates and its he, you can turn off spyware from Windows by using winaero tweaker. I guess you switched to Linux or mac?
@@jynz_l Sorry bro.. the earth is flat... and even if its not the more important thing is if whoever is in charge of windows is a douche bag..? Personally I think he/she/it is... but the most important aspect of all.. is I FINALLY Got off windows... no more getting swatted by windows-downdates... from a douche bag... that busts onto your setup ready or not... tuns the lights out and when they come back on your on windows 12 that is as broken as it gets just like in this video ok...?
@@RAZR_Channel what???? but window is a part of your house? and time is unknown, no one knows? what do you mean by that tho? the time depends on countries (or far away) and we dont know the actual time, thats why you meant? the moon or sun moves up-down over the earth and thats how it is depending
You know what I love on your channel? It's that even though most things are broken on the system, it's still a success because not everything is broken. :D
@@s0kulite Exactly. I had to reinstall XP several times, and it would keep creating new <UserName>.<generated machine name> folders for me. Though I think you can move the profile, maybe would be interesting to see if you an move it back to defaultuser0
12:49 Well, you technically did not install windows in defaultuder0, you’re not outsmarted by windows because of some old NT heritage, whenever a user profile is created with a username that already exists in the Users folder, windows will change it to a different naming scheme, namely “username.computername”… you can change it in the registry though, that way, the user profile points to the same folder, including the registry entries.
Windows XP would keep it, but upgrading to vista will reset the installation folder to C:\WINDOWS, so if you install Windows 98 to C:\RICKASTLEY, it would work until XP, and after vista it would reset to C:\WINDOWS
@@pandemicccc the person atleast isnt a sad failure on yt, alao why u so sad on yt from all places u could be with your family oh wait they left u. Explains why u are so sad
The most interesting experiment yet! Loved the amount of breakage.
Unfortunate how the "C:/Windows" path is hardcoded so much into the system apps... would've been cool if they still allowed custom installation directories.
@@taurasandaras4699 I do know that creating a junction link between C:\Users and another folder works fine if you want to have users' default location to be somewhere else, even different drive. We do that with the Windows Server 2019 VMs in the company I work at.
@@kubacakagoomba there would probably be some part of windows that doesnt work with sybolic links, like the kernel or bootloader or maybe not, havent tried
I'm pretty sure you could just create a junction link from C:\Windows to C:\Users\defaultuser0 by using mklink /j and apps should then work fine (I think?).
Truth is, it's probably a convenience thing as well as a security thing. For better or worse, Windows always expects to be on the C:\ drive, so always just dumping system apps there means they don't ever need to worry about having to look for needed files or libraries anywhere else. Also, "screw it, may as well put it all in one place" is a sentence I'm sure was uttered at one stage or another in the windows dev process 😂
@@UsuallyLime Not only not care but also take precautions. As much as it would be cool, it would also be totally useless and just open up a door for bugs and exploits which I'm sure no one wants.
The username collision aversion is to protect companies from connecting to a domain with the same username. This may cause a catastrophic failure if it's allowed. Remember, if Windows developers hardcode C:\, most companies hardcode current user, or make their own function.
@@cool-jd8hg That's exactly what OP was referring to, the fact that it's UWP. Putting all the controversy over "Windows 10 vs 11 vs 7 vs..." taskbar aside, the fact that they've gone and turned the taskbar into a UWP app is... wrong? horrifying? I don't know what exactly but it hurts me deep inside
Taskbar should be a part of explorer.exe, change my mind
That folder conflict thing is actually probably part of the same system that handles AD folder collision. Usually in AD if a local user has the same name as a domain user the domain user gets username.domainname as the folder, looks like this is just that but locally, I doubt it's from older versions....or rather it probably is but not for any reason related to you installing windows there.
12:49 Well, you technically did not install windows in defaultuder0, you’re not outsmarted by windows because of some old NT heritage. Whenever a user profile is created with a preexisting folder with an identical name in the Users folder, Windows will change it to a “username.computername” naming scheme, when it does that, you can change the user profile path in the system registry and move over the user data and registry hive, that way, the user profile points to the same defaultuser0 folder.
Hey Andrew ! I found another remnant from windows 10 in windows 11 so if you open control panel move the directory up two times then that will show to windows 10 styled explorer. It functions the same but the upper panel is from windows 10 and all icons are from windows 11. Also if you go to C:\Windows\Media then there are a lot of sounds from older windows like windows 10 & 7. Its fun to watch your remnant videos so keep making other parts. <3
Ok so after a bit of digging I found what I believe was the code that would’ve defined how Cortana was supposed to show up in a live tile on windows 10 (still on windows 11 where live tiles are gone)
I found an older version of all the icons in the settings app (windows 10 settings app) this happened on windows 11 There’s also a bunch of random files that seemingly are squares of blue or black
It honestly makes me mad how Microsoft can’t just support UWP apps for the SYSTEM account. Windows is so screwed up that it literally needs to take five hours to set up a user profile just so you can use that unresponsive OOBE. It’s quite buggy too. Sometimes people get locked out of their computers before the OOBE even starts because defaultuser0 forces them to type a non existing password on the lock screen. I can’t imagine how many people threw away their brand new computers because of this annoying defaultuser0 problem. I hope this will be fixed by the time Windows 12 comes out. Also great video Enderman! Glad you are back.
Also discovered this during the OOBE. Installed a fresh copy of Windows 10. No modifications or changes to configuration settings. When I connected another monitor to my laptop, during the OOBE you can literally see a broken desktop and taskbar load on the second monitor. The Start Menu doesn’t work, but you can open Search and even the Settings app and it will actually show you are logged on as defaultuser0. So not only can you see the broken defaultuser0 account by intentionally breaking Windows, you can also CLEARLY see the broken ugly defaultuser0 account AS A BASIC USER!!! YOU JUST NEED TO HAVE TWO MONITORS CONNECTED AND YOU WILL SEE A BROKEN DESKTOP AND TASKBAR!!!
By the way, fixing Explorer to work in a UWP-less environment is pretty easy. If Explorer can't find the windows.immersiveshell.serviceprovider.dll shell extension, most of the UWP shell hooks will be missing, and many of the default Win32 code paths from Win7 will take over. Then explorer will no longer crash if the UWP subsystem is unavailable. Similar thing happens if LogonUI can't find Windows.UI.Logon.dll, it falls back to a fully CLI interface, which is perfect if you wanna try running Windows 11 without desktop composition or sihost integration, which happens if winlogon can't find dwminit.dll, and the registry key HKLM\SOFTWARE\Microsoft\Windows NT\Winlogon\SIHostIntegration is set to 0, respectively.
I have not yet found which shell extension implements UWP notifications, but once I do, I'll be able to run a fully UWP-less Windows 11 explorer without losing any core features (aside from the Settings app anyway)
Don't try any of this on your actual Windows installation. Use a virtual machine. I could probably debug the windeploy failure if I tried this at home.
I find it interesting that later in the video explorer eventually stops crashing. Somehow, likely due to forcibly skipping windeploy and OOBE, Endermanch has managed to skip the first logon animation as well. But my theory is the AppX database was still being initialized for defaultuser0 in the background, and eventually, the AppX subsystem came online, allowing explorer to start succesfully, even if the system shell packages were still not installed (it's not actually failing to load the Win11 taskbar that makes Explorer crash. It's being unable to connect to the UWP service, which is a prerequisite to all the various UWP shell integrations. Explorer crashes long before it can even attempt to load the Win11 taskbar. This crash occurs even in Win10 if you kill the UWP subsystem. You can tell that this is the case in the video because the taskbar is blank. There is still no taskbar, and yet explorer is working). SYSTEM works better because lacking the default user registry means it also lacks all default per-user explorer file associations, classes and shell extensions. Which means the UWP shell hooks are not registered, and explorer is not even aware of their existence.
@@lukeb7954The only way to get UWP working for SYSTEM would be to manually invoke sihost and force an initialization of the AppX database for the SYSTEM user. Which takes some reverse engineering winlogon. Even if you copied over the AppX database, package files and registry from a standard user correctly, you won't be able to launch any of it if you don't enable sihost integration for SYSTEM somehow.
UAC isn't too big of a problem because MS has since relaxed the UWP reliance on an unprivileged sandbox... Working AppX and sihost are probably enough to at least get the default system apps working.
Figuring out how to forcibly reinitialize the AppX database would also come in handy for when it gets hopelessly corrupted. Normally broken UWP for a user forces you to delete it and make a new user.
The real fix though, which I'd go with if I was Microsoft, was to work with two independent AppX package databases. A system database, and a user database, and permanently register the AppX classes and types on the registry, removing the need for sihost. The AppX installer crashes if it can't create the firewall rules it wants. But that's it. You can delete the firewall rules and even disable the firewall after this, launch a UWP app and it works. Really, the fact that it crashes for this is just silly.
Either that, or just make a Win32 OOBE, and update comctl32 for the first time in decades. Win32 was totally futureproof, and they left it to rot since the XP days. GDI used to be hardware-accelerated in the days of DirectDraw and accelerated 2D, meaning Win9x had a working form of accelerated desktop composition. They could've added a shim that converted all the rects into polys and easily converted all of Win32 into a modern GPU-accelerated GUI with all the bells and whistles. But Microsoft always rushes and half-asses things. Win32 now runs worse than it did in the 90s, relying exclusively on the software renderer, and Windows can copy the contents of each window in and out of GPU memory up to 3 times for no justifiable reason. Instead all they did to comctl32 since the 90s was signature checking it so you couldn't modify it and fix their mess if you wanted.
@@3lH4ck3rC0mf0r7That’s what I thought. At the same time I feel like the fix would be just a simple copy procedure and a simple edit of the UWP database, although I’m sure I’m completely wrong since Windows is a complex OS. But thanks for the great response, wasn’t expecting to get a reply like that!
Win32 only depends on the Windows kernel and itself to work. It doesn't have external dependencies and is full of fallback routines just in case anything but the barest of essentials are missing. You can strip Windows down to just 512MB and probably even less of system files and still have the OS run the most basic of Win32 software succesfully (and even further down if you sacrifice the Win32 subsystem completely and stick to NativeNT, then you can get away with just 20 megabytes of Windows and still run NtDoom and not crash). UWP by comparison is extremely inflexible, intolerant and nitpicky. Everything needs to be a registered AppX package inside a working AppX SQLite database, sandboxed by a fully enabled and functioning UAC and Windows Firewall. UWP types are registered by sihost on every boot, which is brought on by winlogon, and UWP windows will only render using DirectComposition, so desktop composition must be active and fully functional, which is also initialized by winlogon. If any of these components are unavailable, UWP just gives up and bails out. The default system packages must also be preinstalled into the user by the userinit process and this involves several AppX core runtime packages no UWP apps can function without.
The reason UWP completely fails with SYSTEM is because SYSTEM completely bypasses UAC and userinit. Therefore, it has no AppX database, no AppX sandbox, and no AppX core runtime packages. SYSTEM also lacks the sihost integration usually provided by winlogon and various file and class associations necessary for UWP, which usually come from the Default User template. SYSTEM also skips this template and never uses any of the data it contains.
In other words, UWP is an awful mess of modern college kid programming, and Windows puts a lot of extra work to massage together a carefully controlled environment just to get it to work.
@@juango500Windows 11 and all other windows NT Based systems are based off of Windows NT Workstation 3.1 which is from 1993 (NT workstation was made from scratch (probably excluding icons and sounds)
@@phonl1I’m saying the OOBE should run within the SYSTEM account rather than a user context. That way it would be much more reliable and stable. Since it literally needs to log you into a separate account to use the oobe, log you out when you are done, then log you into your actual account.
yo i got a cool video idea, what if we set the installation path to something so long that windows cant install properly without breaking the character limit??
This was an amazing video, and actually really interesting that it ran - I'm surprised there wasn't more things in the way of stopping you doing that 🤣
Happy your back, and hopefully youtube isn't going to be stupid again - You've Got this!!!
12:46 That check is commonly seen in Active Directory environments. If you try to log into AD account where it already exists on the local machine, you'll get a "username.directory" user folder instead of the regular "username"
I would love to see a video on "manual" windows installation, before this video I never put the pieces together and realized that the fundamental way windows is installed got changed at some point.
How do you learn all this stuff? I can pull off this type of cursed stuff on Linux, but Windows seems like a whole different beast. Theres just so much stuff to wrap your head around, a lot of it from older versions that just got kept around. Plus, its not open-source, so you can't just change the code and rebuild, or peek inside of it to see what it's doing. Is there documentation somewhere on how windows works internally?
Great video as always, btw. Glad to see you're back!
Yepp. Win11 taskbar is an UWP. But you can bring back the Win 10 one to make it work. And also for the start menu, you can use somethin' like OpenShell.
yooo you're alive, the Steve or Alex on the youtube moderation didn't kill you
Also I never noticed that you couldn't choose the Windows directory in Windows XP (or vista) and later, despite having installed older versions of Windows so many times.
Windows 11 now allows the creation of these folders (at least not via Explorer) and you can access it normally now. Some apps may still have a problem with these folders (eg. Paint)
tho i can relate to this, my family members thinks im breaking everything when i do some coding in cmd to fix some stuff i recognize. he must be talking when windows started breaking.@@bedrockbetter386
ntdev made a video on that, pretty unstable but works. On win 11 u also gotta remove dwmcore.dll to get the cursor back, and since on windows 10 explorer will crash without sihost, you can instead rename or delete systemapps in c:\windows and keep sihost.
There is actually another way - When you first install windows10 and end up in the oobe, press shift+F10 and from there plug in a usb with a win11 install on it and with that command line start setup.exe on that drive and perform an ImPlace Upgrade from Win10 to Win11. I accidentally did this at work once, lol
Just wondering what would happen if we create a symlink/junction from defaultuser0 to C:\Windows to "fix" the stuff with the hardcoded path Kinda defeats the purpose but would be good to know 😄
Considering that you were able to make this mostly work by merely editing registry hives, it shows how badly a lot of the low level windows programs are designed, considering that relevant windows installation directory environment variable does indeed exist. If Microsoft wanted to fix this, they could just use a find and replace on the source code.
If youtube bans your channel, you might consider something like odysee, its a decentralized video platform with much less strict moderation (they unlist shocking and 18+ content, not even a ban!, but your content will most likely be fine), and I think it should work with youtube too
There's actually a work around for the explorer crashing. You mentioned that it crashes probably because of the new taskbar. You already made a video on rectifying windows 11 in which you added a registery key to get windows 11 to use the Win10 Taskbar
I know for a fact that the defaultuser0 collision detection has existed at least since Windows XP (probably even earlier), because one time I managed to corrupt the file permissions on my system drive, so it logged me into a temp user, but due to the broken permissions, it wasn't able to delete the temp user folder, so it would basically just create a new folder in the same format (username.pcname) and if I did it again, it would also add a number at the end (e.g. defaultuser0.PCNAME.001 or something like that)
how does my man come up with the most random video ideas and manage to make them so interesting? gotta respect the grind tbh. keep up the good work as we all love it :D
The taskbar was so shocked by the event that it decided to run away. I couldn't handle the pressure of being the only part of Windows that wasn't broken.
I was guessing if we could somehow deploy windows into a wpe's disk (basically installing complete windows onto the installer deployment drive) I've been a fan of yours since like 1 and a half years but never thought anything like this...
Main system files got cloned resulting somewhat dualboot mode where my OS alternate path created their own system folders inside that custom OS folder.
If me manage to move any system files to other "original respective folder" ie system32 folder from custom folder moved out to original System32 will make it crash(BSOD). Fix , move it back to original path.
It's cool by the way having two OS inside one partition in hard disk when normally need separate partition on each OS.
Bro you should try this on Windows 10, it'll probably have better results due to the taskbar, since the taskbar was the culprit for the desktop not loading, maybe it'll be better in Windows 10
I cannot fathom how that "Windows Setup could not configure Windows to run on this computer's hardware" message is still visually and functionally unchanged from windows 7
as always, great video but... the music gets annoying after a while, please include some new music, it gets boring real quick and sometimes i have to mute the video
CHALLENGE, Change Windows in Linux (or LinuxOS to have the same size) , change all the occurrence of the word Windows in Linux , from the text menu to the actual install folder, use a hex tool or anything to change all the instances, i want to see a windows machine that dose not contain the word "windows"
I remember back in like the early 10's my parents hired this tech guy to get rid of viruses and he was like "we need to reinstall" and pulled out his weird slightly german copy of cracked windows XP that installed into the D:\ drive. I wonder if assigning a different drive is still possible and how glitchy it is..
You're a chaos god. You opned THE FUCKING WINDOWS GUI from the boot screen. Are boot screens just some full screen program that Windows slaps together while explorer loads in much earlier?!
actually when you're on the boot screen it loads basic services n stuff then opens up cmd (you can open it by replacing things like what endermanch did in the video) you can do basically anything during boot screen, aswell do not attempt that on your real machine.
i had my explorer/taskbar in crash loop when my windows updated but startallback wasnt, i think disabling startallback was good enough, there i could open browser, and grab newest startallback
you should make a part 2 of this video where you change a registry value or sm to make not only windows install to defaultuser0, like in this video, but force windows to make the user in defaultuser0 too, instead of defaultuser0.{<pc_name>}
Bro forgot to subscribe on his own channel 💀 14:26 Also what happens if you try to switch versions on a computer while there is a virus running in the background
Oh my gosh this video got the same error happening to my sister's computer for some reason the other day! The start menu won't open and I can't access settings, even to update the computer. "This file does not have an app associated with it for performing this action."
We thought we'd have to just get a new computer. I wonder if running ms-settings like you tried to do could get them to open, since there should be nothing funky going on with directories or anything
now I wonder, how would it react to yet another folder collision? all I can think of is preemptively making a symbolic link (defaultuser0. (PC name)) directed to defaultuser0 from within WinPE
Did you know that if you use an old laptop for example for windows 7 and you install windows 10/11 and you play a Microsoft store game and for example candy crush soda it's going to be black and only some texts and particle effects are going to be visible its unplayable
i used to actually always have the defaultuser0 account accessable somehow. i never had to enter the password. its password locked now. but i want to note that every major update actually made a new defaultuser0 account which was strange
I wonder if there is a defaultuser0 in other systems than 10 or 11... What if you Install Windows to defaultuser0 in other systems? I think there might be a defaultuser0 in Windows 8 or 8.1....
This Is cool I hate windows 11 taskbar I love Windows 10 more I tried to use a regedit to have windows 10' taskbar. But 22h2 have the files explorer tab over 21h2.
I'm wondering what happens if you attempt an in-place upgrade after doing this. Now that I think about it, I'm guessing it will create a new \Windows and attempt to move some things into windows.old.
What would happen if after changing everything else to use the new directory you created a link from C:\Windows to the new directory? Would everything work as normal and if yes what would happen if after setup is done you deleted the link and tried to boot
4:43 This video is proof that windows 11 is windows 10, by the taskbar and cmd window, although the error message was in Windows Vista and Windows 7 theme
@@MaxPrehl i think without chroot or an second linux system just with creating a subfolder installing arch in there with pacstrap and point grub to the folder in some way
Man, imagine having to fight your computer to have it do what you want. Linux just listens to me. For real your content is awesome and I love watching you break windows...but I always find myself feeling like all the fighting you do with windows is kinda silly. I have a very non-conventional Linux setup and I don't have to fight my system.
I mean, I also run Linux as my only main OS on all my computers. Yet I still have VMs to experiment with Windows internals and doing crimes unspeakable to various Linux and Android distros. Breaking software is fun either way.
Please can you make one that supports older bois, i can't update my system past windows 10 1909v, please help, anything past that and I'll be stuck with a bsod every random minutes, but safemode works just fine... Dunno what to do i need help please
could you clarify more, i could give you some solutions. you meant older bios correct? you should update bios seriously, find your model name in system information (search "system information") and click on it, find Model Name and search the model name with latest bios update - install it and then let the bios update. Make sure you go in safe mode with "Networking" to have wifi there. If thats not the case please let me know
I tried today to move all files from System32 to the Windows directory using your method, but unfortunately I ended up with an winload.efi error :( I even created back the System32 folder and created the bcdboot files, the Config folder and a few other files but that didn't change the error. Do you know what could be the cause?
Hi Enderman :) Is there a way to install Windows 11 without any admin privileges? Like on a school laptop?? My little brother wants Windows 11 but the school blocked it to Windows 10 21H2 :( Please help anyone
@@whitebeartigtig thanks, but what i mean is in the bootloader at 4:10 there are two windwos 11 installations on volume 3, how does he differentiate the two installs?
When Windows detects a conflict in usernames, it will add ".[computer_name]" to the end of the user folder. So in this case it took the defaultuser0 user folder and added .WIN-XXXXXXX (randomly generated name by Windows).
In this case, the Windows install folder, defaultuser0, took priority.
@@bokexd3173 would be interesting to test with different systems. Like installing a Linux distribution and Windows 10 on one partition. It should in theory work if you set up the boot chain correctly.
Hi Bro... I recently purchaser Windows 7 Home Premium activation key from G2A..... Im facing an Error, An Error occured, Error Code 0x80072F8F A security Error Occured.
Эндермен, я знаю что ты родом из России, можешь пожалуйста включить русские субтитры, а то за некоторые люди из России которые смотрят тебя, тоже нечего не понимают
Try doing this in Windows 10 1809: Step 1: Install Windows 10 Step 2: Press Shift + F10 while Windeploy is running Step 3: Type "shutdown -r -t 0" Step 4: Again in Windeploy, press Shift + F10 Step 5: Type "net user /add (username)" Step 6: Type "net localgroup /add administrators (username)" Then let the Windeploy go, and this boots you into a LITERAL WORKING SYSTEM WITH OOBE SKIPPED!!!!
Be careful Andrew! Knowing how YouTube's strike system works, they might take this down for "showing how to illegally access the dark web and by meth" Anyways, keep up the content legend!
Couldn’t you modify install.wim to change the install location? Granted, I’ve only used GUI tools to slipstream software and stuff like that, but I’d assume changing most aspects of Windows would be possible via WIM modification.
He evaded everything by teleporting to make content for us, Truly a moment of all time.
709 likesReplies (54)
That’s why he’s called Enderman
0 likesThat’s why he’s called enderman
0 likes@@CATLOVER-456 i made both, windows 11 is no longer getting updates due to termination of my account. i made several updates on windows 12 and it looks good so far.
0 likesarent you the guys who made windows 11 and windows 12 in roblox?
0 likesk@@hifantolo
0 likesoh yeah , missed@@jynz_l
0 likesoh right@@defautluser0
0 likes@@hifantolo it's VMware
0 likes@@hifantolo Nothing is mentioning virtual machines in my comment.
0 likesits vituarbox ;p
0 likes@@jynz_l 9m*
0 likes@@DoYouSeeBananaManTH lazy to
0 likes@@defautluser0play it, it’s so good
0 likesI think he broke the system ...
0 likesYea, I love his content.
1 like@@DefNotEpical sadly my account was terminated but its now jynz_i
0 likes@@NotMaxdme because he created the windows 11 roblox game
1 like@@RAZR_Channel the creator name of Windows is Bill Gates and its he, you can turn off spyware from Windows by using winaero tweaker. I guess you switched to Linux or mac?
0 likes@@jynz_l Sorry bro.. the earth is flat... and even if its not the more important thing is if whoever is in charge of windows is a douche bag..? Personally I think he/she/it is... but the most important aspect of all.. is I FINALLY Got off windows... no more getting swatted by windows-downdates... from a douche bag... that busts onto your setup ready or not... tuns the lights out and when they come back on your on windows 12 that is as broken as it gets just like in this video ok...?
0 likes@@RAZR_Channel what???? but window is a part of your house? and time is unknown, no one knows? what do you mean by that tho? the time depends on countries (or far away) and we dont know the actual time, thats why you meant? the moon or sun moves up-down over the earth and thats how it is depending
0 likesEveryone Thinks they Know Windows... and What Time it is.... .... No One does....
0 likes@@therealloganyt237 "uhm, acshualy he said ender eye not ender pearl so I'm still correct" - 🤓
0 likes@@defautluser0uhm, actually, it's called an ender pearl 🤓
0 likes@@jynz_lender pearls*
0 likes@@redstonemaster6264ender pearl*
0 likes@@jynz_l s
0 likes@@jynz_l y
0 likes@@jynz_l k
0 likes@@iamlosingmysanityrapidly now I'm sad
0 likes@@jynz_l s
0 likes@@jynz_l y
0 likes@@jynz_l k
0 likes@@iamlosingmysanityrapidly 😮😮🤯🤯🤯
0 likes@@jynz_l TF2 REFERENCE
0 likes@@iamlosingmysanityrapidly Answer... Bread teleported i
0 likes@@defautluser0 "uhm acshualy in creative mode it's unlimited"-😮
0 likes@@Wenhao_yt 10000%
1 like@@waltuh4 oh nahh
0 likes@@defautluser0 fake, it's underrated
0 likes@@defautluser0watch the TF2 playlist
0 likes@@Infisrael fake, it's top
1 likeNext time youtube will strike him for using the name default user without Microsoft permission💀
1 like@@iamlosingmysanityrapidly ah, never played it.
1 like@@defautluser0 IT WAS A TF2 REFERENCE
2 likesTrue, Endermanch did everything to do the video and don't be terminated
1 like@@iamlosingmysanityrapidly not a question
1 like@@danilwhale "noh, have you played the game at all???" - 🤓
2 likesQuestion.. I teleported bread
3 likes@@defautluser0 "uhm, acshualhy thewe caen onely be 16 endere yes ino nes lot" - 🤓
6 likes@@jynz_l"uhm, acshualy there can only be 64 ender eyes in one slot"-🤓
4 likes@@redstonemaster6264 probably 69420 ender eyes rn
0 likes@@NotMaxdme hey max haha yes it's twitter
2 likesEndermach always (almost) evade everything and finish his content without (almost) issue.
34 likesI wonder how many ender eye he had.
I have seen you before
4 likesYou know what I love on your channel? It's that even though most things are broken on the system, it's still a success because not everything is broken. :D
140 likesReplies (1)
yes
6 likesWhen the world needed him most, he returned
191 likesReplies (6)
@@millenniumedition I was just trying to point out a grammar mistake.
0 likes@@pointedarrow kid
0 likesThe chosen one...
1 likehe's risking his channel now
0 likes nothing to see here they already fixed it.
0 likesHe could get comminity guildelines strike and his channel would be gone.
0 likesI wonder what happens when you install to a separate directory in 9x and then try to update it to higher versions
430 likesReplies (9)
@@s0kulite Exactly. I had to reinstall XP several times, and it would keep creating new <UserName>.<generated machine name> folders for me. Though I think you can move the profile, maybe would be interesting to see if you an move it back to defaultuser0
0 likesI install into : Program Files... with a dual boot into Program Files (x86)... and a 3rd install in $recyclebin....
4 likesMight work because %WINDIR% is a variable
0 likes12:49 Well, you technically did not install windows in defaultuder0, you’re not outsmarted by windows because of some old NT heritage, whenever a user profile is created with a username that already exists in the Users folder, windows will change it to a different naming scheme, namely “username.computername”… you can change it in the registry though, that way, the user profile points to the same folder, including the registry entries.
11 likesWindows XP would keep it, but upgrading to vista will reset the installation folder to C:\WINDOWS, so if you install Windows 98 to C:\RICKASTLEY, it would work until XP, and after vista it would reset to C:\WINDOWS
38 likes@@AROAH2K installs to WINNT.
8 likesIrrc you can get as far as the vista installer then it complains
18 likes@@AROAH How about the same but in windows xp
1 likeProbably changes to default once you hit 2K or XP. NT is built different.
61 likesfinally, after everything that happened, the LEGEND is back!!!
358 likesReplies (20)
😮Es como mirar a Enderman en una PC.
0 likesIt’s awesome that he’s back in my opinion. I missed him and he actually got me interested in tech all those years ago.
0 likesYEAAA!!
0 likesyessir :D
0 likes@@pandemicccc 🤡
0 likes@@pandemiccccL opinion again
2 likes@@pandemicccc what
1 like@@pandemiccccthis is one of the opinions that i dont respect so reporting u
2 likes@@pandemicccc L opinion
2 likes@@pandemicccc L opinion
3 likes@@skyblock_mouse im a animator but im bored so later maybe
2 likes@@alosreal best idea ever
4 likesFinally
1 likeImagine a animation where enderman and windows 10 battle
4 likes@@pandemicccc Well, you're not the one that had to fight strikes and struggle to keep the channel up. Of course we're going to be excited.
18 likes@@pandemicccc the person atleast isnt a sad failure on yt, alao why u so sad on yt from all places u could be with your family oh wait they left u. Explains why u are so sad
16 likesSo what? You don't have your personal life and attached to one channel on YouTube? Or you so exited that had to write whole comment?
3 likesles goooo
2 likesWas waiting that long!!!
5 likesfinally!!!
4 likesyour music choice always brings me back to 2017, and i miss that time
12 likesseriously, I haven't heard heroes tonight in years
The most interesting experiment yet! Loved the amount of breakage.
185 likesUnfortunate how the "C:/Windows" path is hardcoded so much into the system apps... would've been cool if they still allowed custom installation directories.
Replies (14)
I actually installed windows 10 to a another directory
0 likes@@kubacakagoomba didn't know they were that compatible but still not sure for something like C:/windows cuz kernel
0 likes@@taurasandaras4699 I do know that creating a junction link between C:\Users and another folder works fine if you want to have users' default location to be somewhere else, even different drive. We do that with the Windows Server 2019 VMs in the company I work at.
0 likescustomization@@com_padre
0 likes@@kubacakagoomba there would probably be some part of windows that doesnt work with sybolic links, like the kernel or bootloader or maybe not, havent tried
0 likesI'm pretty sure you could just create a junction link from C:\Windows to C:\Users\defaultuser0 by using mklink /j and apps should then work fine (I think?).
0 likes@@monkeyman767 Most likely. 😂
0 likesTruth is, it's probably a convenience thing as well as a security thing. For better or worse, Windows always expects to be on the C:\ drive, so always just dumping system apps there means they don't ever need to worry about having to look for needed files or libraries anywhere else. Also, "screw it, may as well put it all in one place" is a sentence I'm sure was uttered at one stage or another in the windows dev process 😂
4 likesProbably fixed some wonkieness by removing it
3 likes@@TheBooker66 Shitsoft has enough bugs with the BADwindows 11
0 likes@@TheBooker66 True.
4 likes@@UsuallyLime Not only not care but also take precautions. As much as it would be cool, it would also be totally useless and just open up a door for bugs and exploits which I'm sure no one wants.
16 likes@@com_padre Not much of a point, but it would've been cool to still have that functionality. Though I see why Microsoft wouldn't care about it.
20 likesfor what point lol?
6 likesThe username collision aversion is to protect companies from connecting to a domain with the same username. This may cause a catastrophic failure if it's allowed.
35 likesRemember, if Windows developers hardcode C:\, most companies hardcode current user, or make their own function.
Replies (1)
Microsoft actually uses %systemdrive%, mostly everywhere.
1 likeHonestly, the most scary part is UWP taskbar in Win 11
83 likesReplies (13)
@@rainbowskeppy5292 How?
1 like@@RokeJulianLockhart.s13ouq its the opposite of an improvement
0 likesIt was a definite improvement over the previous explorer-integrated taskbar.
2 likesYea but the uwp taskbar takes years to load
0 likes@@jordanwardle11 corrected: someone at microsoft had the idea to introduce a uwp taskbar and everyone thought it was a good idea
1 likeWait, the windows 11 taskbar is a UWP app?
1 like@@nate0___you assume that it wasn't from the top down
1 like@@aaronjamtsome insane person had the idea to go at the execs and microsoft and introduced "uwp Taskbar"
3 likes@@cool-jd8hg That's exactly what OP was referring to, the fact that it's UWP. Putting all the controversy over "Windows 10 vs 11 vs 7 vs..." taskbar aside, the fact that they've gone and turned the taskbar into a UWP app is... wrong? horrifying? I don't know what exactly but it hurts me deep inside
15 likesTaskbar should be a part of explorer.exe, change my mind
Pretty sure that were every build before windows 11 rtm came out@@cool-jd8hg
0 likesOne day I swear whole thing runs in WebView2 💀
0 likesNah it's still the same thing as in 8 just built differently, windows 11 has an uwp taskbar
3 likesRIGHT!
4 likesThat folder conflict thing is actually probably part of the same system that handles AD folder collision. Usually in AD if a local user has the same name as a domain user the domain user gets username.domainname as the folder, looks like this is just that but locally, I doubt it's from older versions....or rather it probably is but not for any reason related to you installing windows there.
30 likesWhen you spend hard earned money to create a real estate releated analogy describing the PC operating system with the highest market share.
55 likesWOOHOO HES BACK BABY
37 likesReplies (3)
! (Chain)
2 likes!
1 likeYeah!
1 likeFINALLY THE LEGEND IS BACK! We missed you endermanch <3
49 likesReplies (1)
The legend is back
1 like12:49 Well, you technically did not install windows in defaultuder0, you’re not outsmarted by windows because of some old NT heritage. Whenever a user profile is created with a preexisting folder with an identical name in the Users folder, Windows will change it to a “username.computername” naming scheme, when it does that, you can change the user profile path in the system registry and move over the user data and registry hive, that way, the user profile points to the same defaultuser0 folder.
8 likesHey Andrew ! I found another remnant from windows 10 in windows 11 so if you open control panel move the directory up two times then that will show to windows 10 styled explorer. It functions the same but the upper panel is from windows 10 and all icons are from windows 11. Also if you go to C:\Windows\Media then there are a lot of sounds from older windows like windows 10 & 7. Its fun to watch your remnant videos so keep making other parts. <3
14 likesReplies (6)
@@shouryasuthar yep makes it even weirder
1 like@@superNova5837 they introduced copilot now and Cortana is depreciated in latest windows 10 update
1 likeOk so after a bit of digging I found what I believe was the code that would’ve defined how Cortana was supposed to show up in a live tile on windows 10 (still on windows 11 where live tiles are gone)
2 likesThe windows 10 logo is still present in the windows folder in windows 11
2 likesI heard everything in media, All were truly gold!
2 likesI found an older version of all the icons in the settings app (windows 10 settings app) this happened on windows 11
2 likesThere’s also a bunch of random files that seemingly are squares of blue or black
It honestly makes me mad how Microsoft can’t just support UWP apps for the SYSTEM account. Windows is so screwed up that it literally needs to take five hours to set up a user profile just so you can use that unresponsive OOBE. It’s quite buggy too. Sometimes people get locked out of their computers before the OOBE even starts because defaultuser0 forces them to type a non existing password on the lock screen. I can’t imagine how many people threw away their brand new computers because of this annoying defaultuser0 problem. I hope this will be fixed by the time Windows 12 comes out. Also great video Enderman! Glad you are back.
36 likesReplies (10)
Also discovered this during the OOBE. Installed a fresh copy of Windows 10. No modifications or changes to configuration settings. When I connected another monitor to my laptop, during the OOBE you can literally see a broken desktop and taskbar load on the second monitor. The Start Menu doesn’t work, but you can open Search and even the Settings app and it will actually show you are logged on as defaultuser0. So not only can you see the broken defaultuser0 account by intentionally breaking Windows, you can also CLEARLY see the broken ugly defaultuser0 account AS A BASIC USER!!! YOU JUST NEED TO HAVE TWO MONITORS CONNECTED AND YOU WILL SEE A BROKEN DESKTOP AND TASKBAR!!!
2 likesBy the way, fixing Explorer to work in a UWP-less environment is pretty easy. If Explorer can't find the windows.immersiveshell.serviceprovider.dll shell extension, most of the UWP shell hooks will be missing, and many of the default Win32 code paths from Win7 will take over. Then explorer will no longer crash if the UWP subsystem is unavailable. Similar thing happens if LogonUI can't find Windows.UI.Logon.dll, it falls back to a fully CLI interface, which is perfect if you wanna try running Windows 11 without desktop composition or sihost integration, which happens if winlogon can't find dwminit.dll, and the registry key HKLM\SOFTWARE\Microsoft\Windows NT\Winlogon\SIHostIntegration is set to 0, respectively.
0 likesI have not yet found which shell extension implements UWP notifications, but once I do, I'll be able to run a fully UWP-less Windows 11 explorer without losing any core features (aside from the Settings app anyway)
Don't try any of this on your actual Windows installation. Use a virtual machine. I could probably debug the windeploy failure if I tried this at home.
I find it interesting that later in the video explorer eventually stops crashing. Somehow, likely due to forcibly skipping windeploy and OOBE, Endermanch has managed to skip the first logon animation as well. But my theory is the AppX database was still being initialized for defaultuser0 in the background, and eventually, the AppX subsystem came online, allowing explorer to start succesfully, even if the system shell packages were still not installed (it's not actually failing to load the Win11 taskbar that makes Explorer crash. It's being unable to connect to the UWP service, which is a prerequisite to all the various UWP shell integrations. Explorer crashes long before it can even attempt to load the Win11 taskbar. This crash occurs even in Win10 if you kill the UWP subsystem. You can tell that this is the case in the video because the taskbar is blank. There is still no taskbar, and yet explorer is working). SYSTEM works better because lacking the default user registry means it also lacks all default per-user explorer file associations, classes and shell extensions. Which means the UWP shell hooks are not registered, and explorer is not even aware of their existence.
@@lukeb7954The only way to get UWP working for SYSTEM would be to manually invoke sihost and force an initialization of the AppX database for the SYSTEM user. Which takes some reverse engineering winlogon. Even if you copied over the AppX database, package files and registry from a standard user correctly, you won't be able to launch any of it if you don't enable sihost integration for SYSTEM somehow.
1 likeUAC isn't too big of a problem because MS has since relaxed the UWP reliance on an unprivileged sandbox... Working AppX and sihost are probably enough to at least get the default system apps working.
Figuring out how to forcibly reinitialize the AppX database would also come in handy for when it gets hopelessly corrupted. Normally broken UWP for a user forces you to delete it and make a new user.
The real fix though, which I'd go with if I was Microsoft, was to work with two independent AppX package databases. A system database, and a user database, and permanently register the AppX classes and types on the registry, removing the need for sihost. The AppX installer crashes if it can't create the firewall rules it wants. But that's it. You can delete the firewall rules and even disable the firewall after this, launch a UWP app and it works. Really, the fact that it crashes for this is just silly.
Either that, or just make a Win32 OOBE, and update comctl32 for the first time in decades. Win32 was totally futureproof, and they left it to rot since the XP days. GDI used to be hardware-accelerated in the days of DirectDraw and accelerated 2D, meaning Win9x had a working form of accelerated desktop composition. They could've added a shim that converted all the rects into polys and easily converted all of Win32 into a modern GPU-accelerated GUI with all the bells and whistles. But Microsoft always rushes and half-asses things. Win32 now runs worse than it did in the 90s, relying exclusively on the software renderer, and Windows can copy the contents of each window in and out of GPU memory up to 3 times for no justifiable reason. Instead all they did to comctl32 since the 90s was signature checking it so you couldn't modify it and fix their mess if you wanted.
@@3lH4ck3rC0mf0r7That’s what I thought. At the same time I feel like the fix would be just a simple copy procedure and a simple edit of the UWP database, although I’m sure I’m completely wrong since Windows is a complex OS. But thanks for the great response, wasn’t expecting to get a reply like that!
2 likesMicrosoft really dropped the ball with UWP.
6 likesWin32 only depends on the Windows kernel and itself to work. It doesn't have external dependencies and is full of fallback routines just in case anything but the barest of essentials are missing. You can strip Windows down to just 512MB and probably even less of system files and still have the OS run the most basic of Win32 software succesfully (and even further down if you sacrifice the Win32 subsystem completely and stick to NativeNT, then you can get away with just 20 megabytes of Windows and still run NtDoom and not crash). UWP by comparison is extremely inflexible, intolerant and nitpicky. Everything needs to be a registered AppX package inside a working AppX SQLite database, sandboxed by a fully enabled and functioning UAC and Windows Firewall. UWP types are registered by sihost on every boot, which is brought on by winlogon, and UWP windows will only render using DirectComposition, so desktop composition must be active and fully functional, which is also initialized by winlogon. If any of these components are unavailable, UWP just gives up and bails out. The default system packages must also be preinstalled into the user by the userinit process and this involves several AppX core runtime packages no UWP apps can function without.
The reason UWP completely fails with SYSTEM is because SYSTEM completely bypasses UAC and userinit. Therefore, it has no AppX database, no AppX sandbox, and no AppX core runtime packages. SYSTEM also lacks the sihost integration usually provided by winlogon and various file and class associations necessary for UWP, which usually come from the Default User template. SYSTEM also skips this template and never uses any of the data it contains.
In other words, UWP is an awful mess of modern college kid programming, and Windows puts a lot of extra work to massage together a carefully controlled environment just to get it to work.
@@superJK92 NT started development around 1991 (earliest build we found)
1 like@@juango500Windows 11 and all other windows NT Based systems are based off of Windows NT Workstation 3.1 which is from 1993 (NT workstation was made from scratch (probably excluding icons and sounds)
2 likes@@phonl1I’m saying the OOBE should run within the SYSTEM account rather than a user context. That way it would be much more reliable and stable. Since it literally needs to log you into a separate account to use the oobe, log you out when you are done, then log you into your actual account.
5 likesWhy would you even use Windows with SYSTEM account
2 likesThat's to be expected from an OS that's been built on top of source code from 1985 (mostly)
5 likesyo i got a cool video idea, what if we set the installation path to something so long that windows cant install properly without breaking the character limit??
24 likesReplies (2)
Breaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking CharctersBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreakingBreaking
0 likesWhy u here
amazing video btw
3 likesThis was an amazing video, and actually really interesting that it ran - I'm surprised there wasn't more things in the way of stopping you doing that 🤣
12 likesHappy your back, and hopefully youtube isn't going to be stupid again - You've Got this!!!
12:46 That check is commonly seen in Active Directory environments. If you try to log into AD account where it already exists on the local machine, you'll get a "username.directory" user folder instead of the regular "username"
9 likesI would love to see a video on "manual" windows installation, before this video I never put the pieces together and realized that the fundamental way windows is installed got changed at some point.
9 likesHow do you learn all this stuff? I can pull off this type of cursed stuff on Linux, but Windows seems like a whole different beast. Theres just so much stuff to wrap your head around, a lot of it from older versions that just got kept around. Plus, its not open-source, so you can't just change the code and rebuild, or peek inside of it to see what it's doing. Is there documentation somewhere on how windows works internally?
Great video as always, btw. Glad to see you're back!
Replies (1)
he made a vid on manual installation for 10/11
2 likesSome of your malware ransomware videos were hidden for a while but now they are back thanks
1 likeYepp. Win11 taskbar is an UWP. But you can bring back the Win 10 one to make it work. And also for the start menu, you can use somethin' like OpenShell.
5 likessome random guy:oh no my pc installed the wrong way
2 likesenderman installes it on default user 0 :wow it seams fine to me
ANYONE CANT TAKEDOWN OUR LEGEND..ENDERMAN❤❤
9 likesyooo you're alive, the Steve or Alex on the youtube moderation didn't kill you
1 likeAlso I never noticed that you couldn't choose the Windows directory in Windows XP (or vista) and later, despite having installed older versions of Windows so many times.
Very Impressive, love your work!
8 likesDamn you just sent me back to 2015 with the second song!
2 likesFinally you update the video!I wait it for more than 110 days.Congratulations.
1 likeNow try to install Windows 11 to a folder like CON or AUX or maybe even illegal symbols like slashes!
9 likesReplies (5)
@@phonl1nul still doesnt work
0 likesyes@@phonl1
0 likesWindows 11 now allows the creation of these folders (at least not via Explorer) and you can access it normally now. Some apps may still have a problem with these folders (eg. Paint)
0 likes@@diyfan2808 nah windows 11 changed thing in illegal folder
0 likesHe already did that with windows 10 and as we all know win10 = win11
1 likeWhat my family thinks i do when i help them unmute the tv:
6 likesReplies (4)
@@bedrockbetter386you joined in 2019 with 1 subscriber and no videos, bffr and put my damn fries in the bag
0 likesWhat my family sees*
0 likestho i can relate to this, my family members thinks im breaking everything when i do some coding in cmd to fix some stuff i recognize. he must be talking when windows started breaking.@@bedrockbetter386
0 likesUnfunny
0 likesYes! The moment I have been waiting for. More destruction and experiments! ❤❤Keep going!
2 likesI usually don't comment much, but seeing you come back makes me happy
1 likeIt would be very cool if you did a video about "Bringing back the Windows 7 basic theme on windows 10" (like killing dwm.exe but more permanent)
2 likesReplies (1)
ntdev made a video on that, pretty unstable but works. On win 11 u also gotta remove dwmcore.dll to get the cursor back, and since on windows 10 explorer will crash without sihost, you can instead rename or delete systemapps in c:\windows and keep sihost.
0 likesAfter 2 months of allegations, the legend has returned.
18 likesReplies (5)
ikr
0 likes@@KennyFromPH07 ohk
1 likeHis allegations on his YT videos got taken down falsely due to some stupid kids falsely reporting his videos for their jealousy, I guess.
2 likeswhat allegations?
1 likeNot a legend but a God!!!
1 likeWelcome back, man. I hope things are going well for you.
1 likeYou truly mastered Windows installations!
1 likeGreat content, keep it up 👍
Windows Task Manager, like the Nokia phones, is apparently immortal. That thing will not die even when DWM's crashing!
2 likesReplies (1)
but will be hidden from geometry dash LOL
0 likesThe world needed him. The legend is finally back
4 likesYou should make a video on Rectify 11 3.0 RCD2 it has custom wallpapers (instead of a recolor) and some new stuff
5 likesThere is actually another way - When you first install windows10 and end up in the oobe, press shift+F10 and from there plug in a usb with a win11 install on it and with that command line start setup.exe on that drive and perform an ImPlace Upgrade from Win10 to Win11. I accidentally did this at work once, lol
1 likeJust wondering what would happen if we create a symlink/junction from defaultuser0 to C:\Windows to "fix" the stuff with the hardcoded path
5 likesKinda defeats the purpose but would be good to know 😄
Replies (1)
I was wondering the same thing.
0 likesNAH BECAUSE WHY DOES 0:47 MATCH UP PERFECTLY WITH THE MUSIC?? thats actually SO satisfying
0 likesReplies (1)
AND 1:41???
0 likesHey enderman your so talented and amazing!!
1 likeConsidering that you were able to make this mostly work by merely editing registry hives, it shows how badly a lot of the low level windows programs are designed, considering that relevant windows installation directory environment variable does indeed exist. If Microsoft wanted to fix this, they could just use a find and replace on the source code.
1 likefinally ive been waiting for new content for 2 months, loved seeing this vid!
0 likesIt's good to see you back, great video btw! :D
1 likeWow! What an interesting and informative video. I sure hope NOTHING bad happens with youtube...
2 likes4:23 LETS GOOOOO MY FAV SONG
1 likeHow did you learn so much about Windows?
2 likesWas it out of necessity or just for the hell of it?
enderman really upped a video and said "termination will wait"
1 likeamazing you are, my guy
The things these people need -
0 likesEngineer - Wires
Plumber - Pipe
Chef - A kitchen
Normal People - Money
Enderman - Command Prompt
No way! You're back ❤ I missed you!
3 likesYAAAAAAAAAYYYYYYY!!!!!! ENDERRRRRMANNNNNNNNNNNNN!!1 HES BACK!!!!!! AFTER THIS BIG INACTIVITY, HE CAME BACK!!!!!!!!!!
1 likeЭндерман, твои видео потрясающие
2 likesWindows installer exists:
1 likeEndermanch: in about to change that
Fascinating! That was super cool, thanks very much and well done!
0 likesAh yes my favorite wallpaper "Please Wait"
1 likeCant believe he survived the google overlords!
2 likesIf youtube bans your channel, you might consider something like odysee, its a decentralized video platform with much less strict moderation (they unlist shocking and 18+ content, not even a ban!, but your content will most likely be fine), and I think it should work with youtube too
2 likesReplies (3)
Odysee and Dtube would both be a viable alternative to youtube, as far as I'm aware.
0 likes@@Just-aGuy from what I heard there is moderation, and guidelines and stuff, haven't used the service too much so idrk
0 likesThey pay you with crypto + it's an unmoderated mess so no
0 likesGlad to see you're back! Hope you'll upload a new video of the winxp machine you've built soon😅
0 likes8:53 - 0.001%
1 likethe specified domain does not exist or cannot be contacted
That's one incredibly rare error
10/10 content. I miss your streams though, so pls make some ❤
1 likeI love your videos Andrew! You are a legend ❤
2 likesThere's actually a work around for the explorer crashing. You mentioned that it crashes probably because of the new taskbar. You already made a video on rectifying windows 11 in which you added a registery key to get windows 11 to use the Win10 Taskbar
0 likesI know for a fact that the defaultuser0 collision detection has existed at least since Windows XP (probably even earlier), because one time I managed to corrupt the file permissions on my system drive, so it logged me into a temp user, but due to the broken permissions, it wasn't able to delete the temp user folder, so it would basically just create a new folder in the same format (username.pcname) and if I did it again, it would also add a number at the end (e.g. defaultuser0.PCNAME.001 or something like that)
0 likesReplies (3)
@@MarkusMaal lol i knew you couldnt just try that out, but it'd be funny to see
0 likesI literally have no idea@@SOTP.
0 likeswhat if u create 4 billion users so it runs out of numbers to add at the end?
0 likesYAYY I MISSED YOU SO MUCH YOU'RE LITERALLY A PART OF MY CHILDHOOD :D
0 likeshow does my man come up with the most random video ideas and manage to make them so interesting? gotta respect the grind tbh. keep up the good work as we all love it :D
0 likesYou need to set the guid of the efiesp partition to efiesp then the windows install will progress further, see Diskpart set id
1 likethe legend is back!❤
3 likesDude, u are the best, i dont want yt to ban ur channel. PLEASE, YOUTUBE DONT BAN HIM!!!
0 likesi thought i was a windows enthusiast myself before finding your videos.
2 likesWhen the world needed him the most...
1 like...he returned.
The taskbar was so shocked by the event that it decided to run away. I couldn't handle the pressure of being the only part of Windows that wasn't broken.
0 likesI'm glad his acc did not get deleted. It's good to have you back
0 likesI'm so happy your channel survived Enderman😊🎉
0 likesloved the video
2 likesCould you get around the hardcode problems by creating a link from Windows to the defaultuser0 directory?
3 likeswindows 11: please wait
0 likescmd: eats the loading screen
Enderman: never saw a shadow loading screen
So happy to see you back after youtube was really shitty to you
0 likesHes finally back!!
2 likesI was guessing if we could somehow deploy windows into a wpe's disk (basically installing complete windows onto the installer deployment drive)
1 likeI've been a fan of yours since like 1 and a half years but never thought anything like this...
hackers in movie: no more internet for the world!!/!/!
1 likehackers in real life:
Me: completes oobe windows: stops existing
1 likeDA GUY COOKED AND NOW HE CAME BACK WITH A BANGER EXACTLY WHEN WE ALL HAD NO HOPE W!!!
1 likeMe once do this on Win 7, it's work but......
0 likesMain system files got cloned resulting somewhat dualboot mode where my OS alternate path created their own system folders inside that custom OS folder.
If me manage to move any system files to other "original respective folder" ie system32 folder from custom folder moved out to original System32 will make it crash(BSOD). Fix , move it back to original path.
It's cool by the way having two OS inside one partition in hard disk when normally need separate partition on each OS.
Commenting before YouTube takes this down too
2 likesReplies (2)
@@rbryanarchive I too hope
0 likesThey won't (hopefully)
2 likes4:18 how did you know which one was the right one lol
2 likesFinally a video! I hope youtube doesn’t delete it because i love your videos :)
0 likesYou finally back 🎉❤
1 likedefaultuser0 sounds like a buddy to me, for some reason.
1 likeNow I will name everyone defaultuser0.
Woah Andrew You played Janji hiros tonight nice and its a NCS music!
0 likesBro, Please Make More VideOS They Make My Day!
0 likesMe waiting: Installing windows into briefcase
2 likesReplies (1)
Unfunny
0 likesI like to see that he is Alive. Survived the Youtube strikes and is uploading now. Great :D
0 likeshes back!
1 likeHE IS BACK! True legends never die.
1 likeTHE LEGEND IS BACK AFTER EVERYTHING LESS GOOO HE NEVER GIT TERMINATED
0 likesReplies (1)
But there is chance of terminating
0 likes4:26 perfect timing lol
0 likesfinally no more strikes!! W 👑👑🙏🙏
1 likeBro you should try this on Windows 10, it'll probably have better results due to the taskbar, since the taskbar was the culprit for the desktop not loading, maybe it'll be better in Windows 10
0 likesVideo Idea: Installing Windows 95 on a DVD Disk
1 likeEnderman you are a gd fan I saw you in the GD10 stream chat I was the only person who noticed
0 likesthis is some impossible stuff, a video that actually feels as interesting as the old ones in 2023.
0 likesHope your channel is safe now!
1 likeOur boi is here, evaded every obstacle that Youtube made for him. Glad to see you back ! :3
0 likesHe didn't install Windows to a desk (C:\Windows), he installed it to a cabinent (C:\Users\defaultuser0).
2 likesReplies (1)
lol true
0 likesglad to see ya back
0 likesi was peacefully installing windows 11 when i got redirected to the defaultuser0 user account with no errors. i am still suprised.
1 likeYou know its good when Enderman posts after a long while
0 likes+100000000000000000000 Credits for adding Heroes tonight in the video
0 likesEnderman Your back! You got access back to your chanell
0 likesGreat video!
3 likesThe legendary is finally back! WB Enderman.
0 likesHe is finally back! I missed you!!
2 likesI cannot fathom how that "Windows Setup could not configure Windows to run on this computer's hardware" message is still visually and functionally unchanged from windows 7
0 likesGlad to see you're back
1 likeBABE WAKE UP ENDERMANCH IS BACK 🗣️🗣️🗣️🔥🔥🔥🔥
1 likeI love how nothing actually collided LOL
0 likesas always, great video but... the music gets annoying after a while, please include some new music, it gets boring real quick and sometimes i have to mute the video
0 likesWindows 96 theme as an intro is beautifull
0 likesEnderman repeatedly bashing Windows’ bloody corpse with a bat
0 likesI am glad that your channel is still alive!
0 likesYAYY YOURE BACK!!!!🎉
2 likesInstant CLASSIC....
0 likesInteresting thing related to the vid (kinda): when i got my acer my "default" user wasn't deleted. sadly that installation was overwritten.
0 likesi love how everything that happens is on a beatdrop
0 likesFinally he posted a video
1 likeYo bro... Twitter got changed to X. DONT CARE JUST KEEP UP THE GOOD CONTENT!
1 likeLets go. He's back posting amazing content.
2 likesHE IS BACK IM SO HAPPY
1 likeYou're back!
1 likeCan you please make a video where you install windows onto the EFI partition?
1 likeI am happy that enderman is back
0 likesi love the PC description
0 likesNice work keep goning! 😁
0 likes"Mom Enderman uploaded again"
0 likesCHALLENGE, Change Windows in Linux (or LinuxOS to have the same size) , change all the occurrence of the word Windows in Linux , from the text menu to the actual install folder, use a hex tool or anything to change all the instances, i want to see a windows machine that dose not contain the word "windows"
0 likesI remember back in like the early 10's my parents hired this tech guy to get rid of viruses and he was like "we need to reinstall" and pulled out his weird slightly german copy of cracked windows XP that installed into the D:\ drive. I wonder if assigning a different drive is still possible and how glitchy it is..
0 likes4:38
1 likeYou're a chaos god. You opned THE FUCKING WINDOWS GUI from the boot screen. Are boot screens just some full screen program that Windows slaps together while explorer loads in much earlier?!
Replies (3)
that's not boot screen, that's FirstUxWnd
0 likes@@jynz_l I see
0 likesactually when you're on the boot screen it loads basic services n stuff then opens up cmd (you can open it by replacing things like what endermanch did in the video) you can do basically anything during boot screen, aswell do not attempt that on your real machine.
1 like"C:/A_DIFFERENT_DIRECTORY"
1 likenice.
A windows youtuber legend has returned...
0 likesReplies (1)
god** like how you call tech god
0 likesfinally brother uploaded! we missed you Andrew
0 likesnew enderman video let's go!
0 likesPov: your laptop is frozen the only thing that still works normally: the mouse follow radial glow circle outliner effect on the windows 10 menu
0 likesCan you make a video where you show what happens if you disable important services like ups or "power" service?
1 likeHES BACK LETS GOOO!!!! THIS MADE MY DAY
1 likeMe, an intellectual, renaming the windows folder to defaultuser0:
1 likeReplies (1)
It won't allow you+you gonna have a lotta bugs, it may even be unusable
0 likesI'd enjoy a video where you install windows without the Microsoft part, maybe that'd get me to update to windows 11
0 likesI wonder how far you can break the windows installation, keep going
0 likeslove your video
1 likeThe funny thing is, Windows 11 (at least the Taskbar) is literally Win10 with a texture pack
1 likenice to see you return
0 likesyo best video in a while!
0 likesYoutube please do not terminate the king of the command prompt
0 likesAt like 14:06 where explorer kept crashing, what if you edited the registry so that you get the windows 10 taskbar, it could be a bit more useable
0 likes(7:22) New Wallpaper unlocked:Please wait…
0 likesReplies (1)
so funny. actually you can do that with lively wallpaper or wallpaper engine (for animated), pretty cool background lol.
0 likesLEGEND is back Borther we miss u man lots of love from me 💌
0 likes0:42 IT'S ON BEAT
0 likesI'm gonna flex on all my friends by showing them this video and pretending I understood all of it
1 likeepik vid bro, goodluck with youtube.
0 likesAftermath: Folder "C:/Windows/system32" is not found
1 likeOMMGG
1 likeYOUR ARE BACKK!!!
YEEEEEEEESSS!!!!!!
i had my explorer/taskbar in crash loop when my windows updated but startallback wasnt, i think disabling startallback was good enough, there i could open browser, and grab newest startallback
0 likesWhen the world needed him most, he returned.
0 likesEverbody, stay away from the report button. Don’t even think of pressing it. It’s highly dangerous for Enderman. Don’t even know what it does
1 likeStay Strong
1 likeMan turned the windows experience into Linux experience
0 likesENDERMAN IS BACK AND STRONG
0 likes4:50 is quite funny windows 10 task bar windows 7 window mnu and windowws 11 loading in backround
0 likes3:33 he literally timed it right
0 likesEnderman is Back!!!
0 likesidea: install windows 10 and 11 at the same time
2 likesyou should make a part 2 of this video where you change a registry value or sm to make not only windows install to defaultuser0, like in this video, but force windows to make the user in defaultuser0 too, instead of defaultuser0.{<pc_name>}
0 likesMy favourite music channel is back!
0 likesWhat about breaking windows 11 team? Getting it to run .exes and stuff
2 likesReplies (1)
@NTDEV did that on Windows 10 Team, where he tried to enable the desktop
0 likesBro forgot to subscribe on his own channel 💀 14:26
1 likeAlso what happens if you try to switch versions on a computer while there is a virus running in the background
Finally, you're back!
0 likesOh my gosh this video got the same error happening to my sister's computer for some reason the other day! The start menu won't open and I can't access settings, even to update the computer. "This file does not have an app associated with it for performing this action."
1 likeReplies (2)
this case could be "virus" or you pirated windows by activating for free
0 likesWe thought we'd have to just get a new computer. I wonder if running ms-settings like you tried to do could get them to open, since there should be nothing funky going on with directories or anything
1 likeOh My God, AFTER THIS FUCKING TIME OUR LEGEND ENDERMAN IS BACK!1!!1!1!1!1!1!1!1!1!!1!11!
0 likesthe return of the king
1 likenow I wonder, how would it react to yet another folder collision? all I can think of is preemptively making a symbolic link (defaultuser0. (PC name)) directed to defaultuser0 from within WinPE
0 likesLets hope this doesn't get taken down.
0 likesyay a new video from enderman
0 likeshappy your back bro
0 likesThank you for the video. It was interesting
0 likesman, YOU CAME BACK! ;D
0 likesMake a video called : intall windows on windows.old. I really want to restore my laptop with that
1 likeReplies (1)
that probably won't be possible, windows.old is made after a normal windows installation
0 likesThe taskbar being visible on the sign in screen is so cursed
0 likesDid you know that if you use an old laptop for example for windows 7 and you install windows 10/11 and you play a Microsoft store game and for example candy crush soda it's going to be black and only some texts and particle effects are going to be visible its unplayable
0 likeswonder what happens if you go back to the old Win10 taskbar style using explorerpatcher, maybe it shuts off the UWP features
0 likesthe beast has came back
0 likesenderman
I CAN BELIEVE YOU IS BACK.
0 likesthe defaultuser0 be like: ty bro i always wanted to use windows!!!
0 likesBro keeps going to the edge but still comes back
0 likesAt first I thought he would login with defaultuser0, But no, He did the honor of INSTALLING WINDOWS IN THE Users FOLDER (C:/Users) !!!
0 likesYay Enderman video I absolutely missed you , gosh f*** youtube
0 likesYour really good at coding with cdm
0 likesYay!! They’re back!!
0 likesi used to actually always have the defaultuser0 account accessable somehow. i never had to enter the password. its password locked now. but i want to note that every major update actually made a new defaultuser0 account which was strange
0 likesI swear this OS is held together with decades of duct tape
0 likesNext time Andrew, if you get a strike again, then YouTube improved his system from you.
0 likesPlease tell me can I download Windows 10 22h2 on a 2013 PC with 2.49 GHz CPU and Windows 10 1809😥🥺🥺🥺🥺
1 like4:20
0 likesTHE TIMING
7:38 bro’s wallpaper is please wait
0 likes4:24, So is that a windows 7/8 alert box, on top of a windows 11 boot up screen... with a windows 10 command prompt on top of it?
0 likesYay finaly a viddddd
0 likesНАКОНЕЦ-ТО ВЫ ВЕРНУЛИСЬ ANDREW!!!!!!!!
0 likesInstall Win98 in a super long named directory... Could be interesting😅
1 likeReplies (1)
Yep😂😂
0 likesспасибо эндеру за новый видос!!!!
1 likeThe rare error message is BACK!
1 likeEnderman... just how rare is it?
Replies (1)
1/10000000000000
0 likesЛегенда вернулась!!!
1 like2:33 there is a simple way of decoding it lol
0 likesJanji heroes tonight is my favorite song
0 likesthis could be a great puzzle to login in to my account, no one can login then
0 likes4:46 this look funni idk why
0 likesYoohoo Enderman you back :)
1 likeReplies (1)
Interesting why in Windows 11 Original logo is a Win 10 O_o
0 likesBest professional user I had ever seen
0 likesReplies (1)
He has been professional for too long
0 likesHe's finally back. Thank the lord above.
0 likesenderman will never be terminated
0 likesYou should add an epilepsy warning to 13:30
1 likeLETS GO A NEW VIDEO!
0 likesProgress, progress
0 likestwo month of no respond, and finally respond and video!
0 likesHow come the Windows 10 taskbar was appearing even though you were installing Windows 11?
1 likeAbsolute legend!
0 likesFinally, the legend is back. :b
1 likeJust what i need to kill of the boredom at 2am! :D
0 likesIdea for you, install Windows to C:\Linux ;)
0 likesAlso remember to upload this video to odysee to prevent the the Youtube termination, take care!
Yay new video❤❤❤
0 likesThe fact that Windows 11 still contains the Windows 10 taskbar 💀
1 likeAero is still in Windows 11! Didn't know that
0 likesHe is back! No way!!!
1 likeReplies (2)
Yes.
0 likes@@bedrockbetter386
What's the villager doing here? Did you escape the vindicators?😂😂😂😂
0 likesDid you know that when you open task manager and click on new task and then type edge or Microsoft edge, FILE EXPLORER OPENS!
0 likeshe's back
1 likeI wonder if there is a defaultuser0 in other systems than 10 or 11... What if you Install Windows to defaultuser0 in other systems? I think there might be a defaultuser0 in Windows 8 or 8.1....
1 likeYou should reoeat the video but this time after deployment, you will change dirs to see how the OOBE functions.
0 likesCan you get a windows 3.1/95/98 laptop or monitor to run windows 11 or windows 10
1 likeI like the background music im lesspaying attetion and more listening to the songs
0 likesyoooooooooooooooooooooooo! Noooooooo way! Welcome back ENDERMAN!!!!
0 likesWelcome to the Windows
0 likesUR BACK!!!
0 likesU SURVIVED!
Windows Rounded Corners Doesnt Startup When You Are In OOBE LOL!
0 likesw enderman comin back <3
0 likesEndermanch will never get cancelled by Elon Musk! (he used Twitter instead of X)
1 like@Microsoft some neat tricks you better learn from him:)
0 likesNew video,let's gooo❤
0 likes2023: Installing Windows 11 to defaultuser0
4 likes2030: Hacking Microsoft Company
Replies (2)
😂😂😂😂 Maybe, who knows? 🤣🤣🤣🤣🤣😅
0 likesDude you were too creative when writing that. I actually laughed
0 likesHow do you learn about this stuff? I know some about Linux/Unix systems, but I feel like the documentation for Windows is a lot harder to find.
0 likesHow would you approach creating a stripped down VM image with nothing but the bare minimum to run DirectX games, for example?
5:21 WIndows 1110
2 likesNow try to install it to Program Files maybe? (PS you don't need to but if you want you can)
0 likeswhen system delete defaultuser0 everything is gone
0 likesHint: just type a command "bcdboot C:\Users\defaultuser0"
BROOOOOOOOOO 1000/10
1 likeIdea: Make the power button do something custom, like open cmd or something.
0 likesReplies (1)
Or even... Make it disappear
0 likesBro is booting windwos 10 and still has acsess to his PC when he's on a set up for windows 11
0 likesits fun to see win 10 task bar in win 11 lol
0 likesImma subscribe to you real quick
1 likewhat if you try to use dism to install system files to different directory. would that work better than your solution?
1 likeThank you Endermanch. My video is good Mít Tơ Enderman
1 likenext do installing windows 11 into the root directory of the harddrive
1 likeYou're back!
0 likesdamn i love this youtuber
0 likesI know this is unrelated, but you enjoy Minecraft, right? (Wow, how could I have guessed that!)
0 likesEnderman is now allowed to upload videos after the two-month Community Guidelines strike!
1 likeEnderman has overcame the consequences of a second Community Guidelines strike!
lets go!
0 likesThis Is cool I hate windows 11 taskbar I love Windows 10 more I tried to use a regedit to have windows 10' taskbar. But 22h2 have the files explorer tab over 21h2.
0 likesI'm wondering what happens if you attempt an in-place upgrade after doing this. Now that I think about it, I'm guessing it will create a new \Windows and attempt to move some things into windows.old.
0 likesThe Legend is Back! 😎
0 likesFinnally he made content
0 likesthe man the myth the legend
0 likeshas come back
He came back when we needed him!
0 likesyou should make a video where you try replacing explorer.exe with a different version 🤔
0 likesYou're Back!
0 likesWhen the windows community needed him most, he returned
0 likesVery interesting.
0 likesWhat I was wondering if there is a limit for the maximum size of the C:\\ Drive?
I really missed you
0 likesHes back?? YESSS!! OMG!!!!
0 likesMy search for a good songs over now!
0 likesCan ya DESTROY the windows 9x installer next? it would be really cool!!
0 likesjust 21 minutes late and the best enderman video ever
0 likesReplies (1)
Yea
0 likes4:41 how do you open CMD at the startup, could you also explain what advantages are there? like does it have Admin access?
0 likesReplies (1)
SHIFT+F10.
1 likehes back lets goooi
0 likesThe legend is back❤
0 likesTruly a moment
0 likesLate but, he came back
0 likesdefaultuser0 is back.
0 likesGood videos
1 liketbh never thought of this idea
0 likeshappy birthday
0 likesCan you post the reg entries needed for this?
0 likesAlso lets see if you can boot into system
would it work with a regular folder? c:\example
0 likescan't you make the windows 10 taskbar appear like before?
What would happen if after changing everything else to use the new directory you created a link from C:\Windows to the new directory? Would everything work as normal and if yes what would happen if after setup is done you deleted the link and tried to boot
0 likesFinally A True legend
0 likesbecause of termination that's sad I like his vids
0 likesheyyy welcome backkkk
0 likes7:40 no idea...
0 likesinternet explorer has an addon ietoedgebho its dlls are stored in edge folder
0 likesFinally he’s back
0 likesYou are a GENIUS!!!
0 likeswhats the song?
0 likesedit: it's Surrender by Josh Rubin
He's back! Nice
0 likes4:43 This video is proof that windows 11 is windows 10, by the taskbar and cmd window, although the error message was in Windows Vista and Windows 7 theme
1 likeReplies (7)
@@jynz_l yes, also the system requirements are completely bs, my "unsupported pc" with a 9 y/o cpu chugged it good, but updates are bugged
1 like@@jynz_l yea
1 likeProof Microsoft hiding windows 10 Taskbar combined with redesigned one to increase system requirements (tho rounded corners count)
0 likes@@NeonzGamingYT true
0 likes@@NeonzGamingYT yes
0 likesAnd also the file explorer
0 likesMicrosoft moment
1 likeHello!!!! Enderman
0 likesH
0 likesE
L
L
O
Finally he is back
0 likesNow 3D graphics on virtualbox 6 and above do not support windows xp and vista. Do you have any way to fix it?
0 likesfinally, he is back after all the annoying report abusers.
0 likesCan you make Windows think it's not in safe mode meanwhile it actually is in safe mode so we can do things we can't in safe mode?
0 likesNow, try to do the same thing with the "Default" User.
0 likesIts time to get extra defaultuser0y
0 likesYouTube, if this video gets striked, i will burn your headquarters down at some poin
1 likeReplies (1)
Good luck😂
1 likeI wonder if it would work like normal if you add c:\Windows as NTFS Junction
0 likesThe legend is back!!
0 likesNext: Install Windows 11 (or 10) to C:\WINNT
0 likesi just install windows 7 in defaultuser0 and it works normaly, even screen resolution works .________________________.
0 likesI will install Windows to C:\Users\defaultuser0 but I am going to do this in a Windows 10 VM that Windows is not installed on.
0 likesAs a VirtualBox user, i will test VMWare...
0 likesHe's Back!
0 likesthe return of the king
0 likesSorry to ask is the voice coming back I miss it 😢
1 likeyou are back
0 likesThe man the myth the legend is back
0 likesonce i installed windows 11 on a pc that didnt support it and it had my account and defaultuser0 idk why it was there lol
0 likeshe has returned
0 likeswelcome back
0 likesHow ridiculous is it that edge manages to run better on this broken system than it does via Wine.
1 likeReplies (1)
i mean its still windows, anything thats win32 will run fine, its just uwp that broke.
0 likesI got B3313 vibes from this for some reason
0 likesHow did you get command prompt before the login edit i knew before the reply i forgot to edit it
1 likeReplies (1)
He pressed shift and f10 together
0 likesQuestion, why did it take you 2 months to upload a new video?
2 likesReplies (3)
He was banned bool😂
1 like@@SOTP. Brilliant roast
0 likesQuestion, why do you not use your brain to figure that out?
1 likehe aint thinking in the 3rd or 4th dimension, he's on the 10th
0 likes2:00 btw, Twitter is now called X 😉
0 likesReplies (1)
btw, People like me prefers it to be called Twitter because X sounds strange. Space x is something.
0 likesYay he finally came back!
0 likesWhere do you get iso files? when I get them from windows they always need to be repaired after restart
0 likesENDERMAN WE LOVE U❤❤❤❤❤
0 likesTHE LEGEND IS BACK
0 likesLET'S GOOOOOOOOOOO !!!!!!!
0 likes10:15 flashbang
0 likesYooo Enderman is back
0 likesHe came back!!! 😁😁😁
0 likesCould you try to bypass the windows login screen on windows 10 or 11 please?
0 likesHes back
0 likeswould it be possible to install windows on a removable storage unity and just have my pcon my pocket?
0 likesOh, boy that is interesting way to install a windows thru.
0 likesYou are back
0 likesnow he has a defaultuser1 :skull:
0 likesMy next os is linux after windows 10 EOS (end of support).
0 likesCould you not have had an empty C:\Windows folder and symlinked it to where the contents of C:\Windows would be? But there's no fun in that...
0 likesHe's Back!
0 likesbros learning how to summon a demon 💀💀💀
0 likesi as linux user want to see it done under linux (arch would be good)
0 likesi think it would be easy putting a linux install in for example /root
Replies (2)
@@MaxPrehl i think without chroot or an second linux system just with creating a subfolder installing arch in there with pacstrap and point grub to the folder in some way
0 likesYeah, it's pretty easy to chroot
0 likesGotta backup this before it gets deleted
0 likesHes BACK
0 likesInstalling Windows 11 to defaultuser0
1 likeWE UP
0 likesHello world from a 2009 HTC Dream (with Android 1.0)
0 likesReplies (1)
opera browser?
0 likesHE STILL ISN'T BANNED LETS GOO!
0 likesOne question. How do u open apps in when downloading Windows?
1 likeReplies (2)
I didn't know
0 likesDo you mean while 'installing Windows' ? Well, you can just hit Shift + F10 key to launch cmd
1 likeWE MISSED YOU
0 likes7:14 skill issue lol
0 likesFinally a new video
0 likesWe can cut and paste all the Windows related files and create a symlink in the original directory right?
0 likesEVEN MICROSOFT CALLS INTERNEG EXPLORER MICROSOFT EDGE
0 likesHES BACK!!!!!
0 likesdefaultuser0 grows stronger by the day
0 likesHe’s back
0 likesSo if i understand this correctly , there is a to have 2 users but one has i dunno win 10 but the other could jave win 11?
0 likesWOOOOOOOO🎉🎉🎉🎉🎉
1 likeSo @Endermanch, How the termination thing going?
0 likesmy pc be like after installing windows 11
0 likesPlease install windows 10 to defaultuser0
1 likeNEW ENDERMAN VIDEO DROPPED!
0 likesWelcome back!
0 likesdo malware vs windos emergency restart
1 likeI’ve never said multiple OS being a thing and windows asking you which one to boot into. Is there more details on this somewhere?
0 likesReplies (1)
yes there is, theres tutorials on how to dualboot
0 likesInstall builds 25905.......25941 on a unsupported PC... LGA775/no EFI/GPT.
0 likesbro is back🎉
0 likeshe is back!!!!!!!!
0 likesTHE LEGEND IS BACKK!!!!!!
0 likesCan you try Windows 10 lean???
1 likeomg you returned 🎉
0 likesHE'S BACK
0 likesAt 4:25 is a rare error that I been see
0 likesENDERMAN PLAYS GD I SAW HIM SAY LIKE 2 WORDS IN THE GD10 STREAM CHAT
0 likesReplies (1)
why so surprised? any famous people like him can play, he never was a person that says "too famous to play"
0 likes10:26 why are there 2 microsoft edges lol
0 likesthe cmd window is fr a black paint brush
0 likesEnderman I m big fan but can u answer me which windows is this windows 10/11 🤔🤔
0 likesReplies (1)
"Windows 11" is in the title.
0 likesCool video (:
0 likeswould explorerpatcher bring back the taskbar?
0 likesHow is taskmanager window still there while dwm was crashing
1 likeReplies (2)
@@CoderQC facts
0 likestask manager is immortal
1 likepeople made winPE with UWP support but this here fails. so weird.
0 likesamazing!
0 likesLeticia Hahn Has Left The Chat
0 likeswhy in the intro the clouds move but not the clock
0 likes2:00 you know that it is named X?
0 likesOH MY GOD I LOVE YOU MANO (uuuuh 😂)
0 likesInstalling Windows 11 to defaultuser starts off in windows 98/95 and im like WHAT!!!!
0 likesТак, подождите,запустить cmd и дальше explorer…
0 likesТак можно без логина поиграть😅
Heroes Tonight 🥲🥲🥲🥲🥲🥲
0 likesOMG HES BACK!!!!!!!1!!!!!
0 likesThats me as a baby
0 likesMan, imagine having to fight your computer to have it do what you want. Linux just listens to me. For real your content is awesome and I love watching you break windows...but I always find myself feeling like all the fighting you do with windows is kinda silly. I have a very non-conventional Linux setup and I don't have to fight my system.
1 likeReplies (1)
I mean, I also run Linux as my only main OS on all my computers. Yet I still have VMs to experiment with Windows internals and doing crimes unspeakable to various Linux and Android distros. Breaking software is fun either way.
1 likeLegend is back Wahooo
0 likesI think omame already tried this
1 liketry disabling windows 11 taskbar tho
0 likesHE FRGOET 💀💀💀
0 likesBro just returned after i sended the email💀
1 likeReplies (1)
He heard your call.
0 likesno way
1 likeOMG HES BACK!!!!!!1!1
0 likesfinally, how to remove all metro
0 likesHE IS BACK!!!!!!!!!!!
0 likesWhy is there square corners like windows 10 13:29
0 likesi can not install windows 11 on my vmware it said this pc can not run windows 11
0 likesYay, he’s back 😄
0 likesHE'S BAAAACK
0 likesIdk what a river emoji is but i saw the chat replay 🛕
0 likesWhat music did you use?
0 likesPlease can you make one that supports older bois, i can't update my system past windows 10 1909v, please help, anything past that and I'll be stuck with a bsod every random minutes, but safemode works just fine... Dunno what to do i need help please
0 likesReplies (1)
could you clarify more, i could give you some solutions. you meant older bios correct? you should update bios seriously, find your model name in system information (search "system information") and click on it, find Model Name and search the model name with latest bios update - install it and then let the bios update. Make sure you go in safe mode with "Networking" to have wifi there. If thats not the case please let me know
0 likesI tried today to move all files from System32 to the Windows directory using your method, but unfortunately I ended up with an winload.efi error :(
0 likesI even created back the System32 folder and created the bcdboot files, the Config folder and a few other files but that didn't change the error.
Do you know what could be the cause?
Replies (2)
@@TheWanderingTraderm I already did that :c
0 likesdo bcdboot c:\windows
0 likesdefaultuser0 as you preferred
0 likesHi
1 likeyAY A VIDEO
0 likeswhat is the use case for doing such a thing?
0 likeshe installed windows 11 to defaultuser0
0 likesAnd I will do the same but with Windows 10 in a Windows 10 VM.
0 likesOk so guys my bootmgr was broken so i fixed it and by doing that i accidentally corrupted my recycle bin so what do i do?
0 likesReplies (1)
delete your recycle bin, it should fix itself
0 likesthat's more like windows 10 modified lol because the taskbar isn't even like win 11 one at all
0 likesYouTube please don't delete this channel
0 likesInstalling Windows 11h ago to defaultuser0!?!
0 likesI love the Videos, but the music is REALLY ANNOYING😅🙈
0 likesGUYS HE WOKED UP
0 likesi hope this video will not violate the channel
0 likesHi Enderman :) Is there a way to install Windows 11 without any admin privileges? Like on a school laptop?? My little brother wants Windows 11 but the school blocked it to Windows 10 21H2 :( Please help anyone
0 likesHE'S BACK!!! 🎉🎉🎉
0 likesHey!!!!!! Welcome back!!!!!!
0 likesi saw windows 98 at the start and got confused 😭
0 likesEndermanch is back 🎉🎉🎉🎉🎉 thanks for just evading all ur problems just to make a video for us thanks 🙏 🥹🥹🥹🥹
1 likeReplies (2)
@@jynz_l pls like the comment
0 likeshe too good at evading
1 like4:10 so how do you know which one is the defaultuser0 install?
1 likeReplies (3)
@@YTCorrEEB7A I'm not quite sure, I'm guessing that the last modified install is listed first, but take my answer with a pinch of salt.
0 likesIt probably would have been better to remove the other install from the bootloader before first boot.
@@whitebeartigtig thanks, but what i mean is in the bootloader at 4:10 there are two windwos 11 installations on volume 3, how does he differentiate the two installs?
0 likesWhen Windows detects a conflict in usernames, it will add ".[computer_name]" to the end of the user folder. So in this case it took the defaultuser0 user folder and added .WIN-XXXXXXX (randomly generated name by Windows).
0 likesIn this case, the Windows install folder, defaultuser0, took priority.
What happens when you open the Trojan.Vundo?
0 likesNext... Install Windows on BIOS chip
0 likesReplies (2)
@@Sploo256 MS-DOS Can hold it?
0 likeswouldnt be possible lmao, a bios chip usally holds 32-256kb
0 likesAlan Walker track 😊😊
0 likesHow you get your sponsors ??
0 likesHow did you get cmd up?!? well... imm and expert at windows.
0 likesReplies (1)
shift + f10
0 likesFinally
0 likes5:36 bug?
0 likesGood job 🎉🎉❤❤
0 likesit is iterresting to se whats possible with windows
0 likesHi 👋🏿
0 likes3:47 i agree, letter W is ass
0 likes3:47 WHAT letter w?
0 likesReplies (1)
means assign in a shortcut. doesn't matter tho
0 likesyurrrrrrrr
1 likeHow about trying to get defaultuser0
0 likesHi! Can u do please video about how to start old skype in 2023? Thx)
1 likeUmm enderman i having a defaultuser0 on my laptop and idk the password
0 likesSo make video how install windows 11 on unsupported hardware
0 likesReplies (3)
@@jynz_lì
0 likesBut al have a laptop say that I can't upgrade to windows 11 it iscir m
0 likesdude there are many tutorials to do that. make sure you have SSD first or you wont like the stuttering
0 likesEpic!
0 likeswell thats cool
0 likesCan you install windows to a drive where another OS is already installed and make them both work? 🤔🤔🤔
0 likesReplies (3)
@@trigger337 wouldnt work linux uses ext4 while windows uses ntfs
0 likes@@bokexd3173 would be interesting to test with different systems. Like installing a Linux distribution and Windows 10 on one partition. It should in theory work if you set up the boot chain correctly.
0 likesi did that once with xp and it would work, but they had seperate directories while having the same partition
0 likesAyy bro are you settled with the YouTube stuff yet😔
0 likesAlan walker dreamer not thing working
0 likesWhat if you installed windows to Fonts
0 likes4:26 what is windows 7 doin here
0 likesReplies (2)
@SOTP. idk why it looks weird, I guess it looks weird when a certain process isn't ran for the dialog box.
0 likesthe message comes straight out of windows 7, same exact "theme"? (why does it look so weird someone explain)
0 likesThis I has do that in June 2023
0 likesenderman how can you open cmd in windows in lockscreen
0 likesReplies (1)
rename cmd to sethc and sethc to sethc1 and go to lockscreen then press shift 10 times1
0 likesWhat will happen if you delete the windows folder?
0 likesReplies (1)
then windows is gone lol
0 likesenderman, 1:57 twitter is no longer a bird but an x
0 likesReplies (1)
meta sucks
0 likesget a life
Any oil here?
0 likesHi dad
0 likesIstg if anyone reports this guy again im forcing their pet to eat them and use their pets poop as their grave's soil
0 likesI have done this before on windows 10 lamo
0 likesw. literally.
0 likesI got windows 12 on 2000s Asus ngl it's smooth.
0 likesReplies (4)
i have the iso :)
0 likes@@jynz_l
it does @@The99x99
0 likes@@The99x99 Did you see leaked images? Tho he could be joking because no leaked ISO I can find.
0 likeswindows 12 dont exist
0 likesAs a normal windows user, I don’t understand this video
0 likescaptions dont work
0 likes😀
1 likeEverwhatever
0 likescool.
0 likesHow can he open CMD on the login screen?
0 likesReplies (1)
he replaced sticky keys with a command prompt
0 likesHII
0 likesBro pls make da same on windows 7
0 likesbanger
0 likescan you make android x86 video
0 likesA S R I E L D R E A M E R
0 likesReplies (1)
how does undertale relate to this video
0 likesGUYS HOW TO DO IT
0 likesmemory Windows CTAC
0 likesWhat is the point
0 likesWindows 11 Teams?????
0 likesUWP = Unwanted Windows Program
0 likesdoes your website have an RSS feed?
0 likescrazy
0 likesHi
0 likesNot errors?
0 likesVeru cool
0 likes1mnth later and everybody is still watching it pin me!
0 likeshi
0 likesHi Bro... I recently purchaser Windows 7 Home Premium activation key from G2A..... Im facing an Error, An Error occured, Error Code 0x80072F8F A security Error Occured.
0 likesReplies (1)
windows 7 is out of support 💀
0 likesHey pro ❤
0 likesTry installing Windows to a zip file
0 likesmusic?
0 likeslol
0 likesI have defaolt10000 to win10
0 likesHey guys
0 likesТы крут.
0 likesThat isn't Windows 11... That's Windows 10.5
0 likescool
0 likesГде вы этому учитесь??
0 likesЭндермен, я знаю что ты родом из России, можешь пожалуйста включить русские субтитры, а то за некоторые люди из России которые смотрят тебя, тоже нечего не понимают
0 likesgood
0 likes:o
0 likesI missed it
0 likesWindows 11h ago
0 likescan it be done by using symlinks? lol
0 likesPls make Minecraft content
0 likesHow to drop a atom bomb on Google?
0 likesi use windows 10
0 likes5:36
0 likesOMG
0 likesyooo
0 likesThelegend37
0 likesTELL ME HOW
0 likesUser is my account
0 likes🍞
0 likes🍞
0 likesNot the first
0 likeswhy the website its locked?
0 likesReplies (1)
smth to do with google reporting it as phishing. Just enter smth and you will get the creds
0 likesok
0 likesthis shit goes hard on mute
2 likesReplies (1)
this ratio goes hard
9 likesOn Virtual Machine? VMware or VirtualBox or real computer? Plz 📌 pin
0 likesReplies (1)
Vmware
0 likesOmg
0 likesI HATE windows 11 but not defaultuser0 11
0 likesgyest twink youtube channel on youtube! congrats
0 likesWho's watching in 2024
1 like👇 👇
Replies (2)
@@Not_Meer-rblx I aint
0 likesBruh like beggar
0 likesFunny how even here you see how bad windows 11 is
0 likesI am the 1K liker 😎
0 likesReplies (1)
You know what's mine? 336th like (yes I'm talking about the video)
0 likesHopefully nobody false strikes this
0 likes1000th view
0 likesayo
0 likesI think he can't upload any vids
0 likesWhy does my like count say 6.1
0 likesWho is default user 0?
0 likesReplies (1)
Simple, nobody.
0 likesa
1 likeAnd sudscribe
0 likes167th like :D
0 likesHes badk
0 likesReplies (1)
yes hes badk
0 likesLol i wanted to count next number and then i got banned on ur discord
0 likesReplies (1)
is it 69 or 69420?
0 likeshow did you open that cmd in 2:00 ???????
0 likesReplies (2)
shift+f10
0 likesI don't knoiw
0 likesChange the enderman to carry in x
0 likesI you want to not die STOP DESTROY YOUR PC BRUH
0 likesOR I WILL BAN YOU FROM YOUTUBE AND SAY YOU WERE SCAMMING
0 likesTry doing this in Windows 10 1809:
0 likesStep 1: Install Windows 10
Step 2: Press Shift + F10 while Windeploy is running
Step 3: Type "shutdown -r -t 0"
Step 4: Again in Windeploy, press Shift + F10
Step 5: Type "net user /add (username)"
Step 6: Type "net localgroup /add administrators (username)"
Then let the Windeploy go, and this boots you into a LITERAL WORKING SYSTEM WITH OOBE SKIPPED!!!!
I'm shocked you're using music like that. Wouldn't that get claimed? Videogame music sounds 1000 times better as well.
0 likes442nd comment!!!
0 likesЧел музику веселее бери
0 likesWhy am I constantly blocked on your Discord server?
0 likesReplies (2)
Yes Constantly!@@jynz_l
0 likesdid you meant "banned"?
0 likesWindows 11 its failed for errors
0 likesOhhhh Enderman i don't want to you get terminated and for that reason you doing videos hardly ever
0 likesReplies (1)
And actually why you name is from Minecraft i don't understant
0 likesHOW SCAMMER
0 likesew, microsoft malware (tm)
0 likesDo you REALLY NEED TO USE THE MUSIC IN VIDEOS.ITBUS VERY ANNOYING AND THE MAX VOKUME ON IT YS CRAZY EVEN ON 1% VOLUME FFS
0 likesReplies (1)
do you know why he uses music???? to ensure you never get bored. i hope you get it now
0 likesTELL ME SCAMMER
0 likesلونا ات
0 likesE
0 likeswtff
0 likesNo one is allowed to pin this comment haha
0 likesReplies (1)
you cant fool enderman like that, you gotta work for your heart or pin.
1 likeТы русский?
0 likesHOWWWWWWW TELL ME SCAMMER
0 likesReplies (2)
deploy windows and change regedit entries to bypass activation
0 likesstep 1: grab a usb drive and flash windows 11 to it. preferable pro using rufus.
0 likescringe music, you pro-lgbt?
0 likescringe song
0 likes11:46 it speaks for itself what's next pussy
0 likesThis... is the biggest piece of bullshittery that worked
0 likesUihkuliij🎉as
0 likesSusjwi❤❤ ikj
My god, stop with the stupid music.
1 likeReplies (1)
No
0 likesDefaultuser0 is a kicksok
0 likesReplies (1)
A kicksok can only run specific applications if u do not know
0 likesTo my chanel
0 likesyour website MalwareWatch and Malware Generator says This site contains Harmful programs
0 likesебать спасибо, я узнал что такое винда
0 likesI have got banned from your server for just literally saying
0 likesAt first i said 10339 and 10340
Id:962531567652179999
Replies (2)
just for numbers? i seen someone already say this, not true
1 likeL
1 likeu sure bud?
cant wait when this get false copyrighted for"copy right" or some dumb shit
1 likeoh look, more snowflakes are gonna come and strike down your videos
0 likescan't wait to have this video reported and your channel deleted
1 like/j
Be careful Andrew!
0 likesKnowing how YouTube's strike system works, they might take this down for "showing how to illegally access the dark web and by meth"
Anyways, keep up the content legend!
Couldn’t you modify install.wim to change the install location? Granted, I’ve only used GUI tools to slipstream software and stuff like that, but I’d assume changing most aspects of Windows would be possible via WIM modification.
0 likesFurther proof that UWP are cancer. And the newer windows version we get, the more apps are now UWP, they'll slowly engulf and ruin anything lol
0 likesyooo!! enderman im so glad your back :D ive been following along on twit- X and its been a long journey but you made it!
0 likesBLACK MENجح ميبج حلسميب لجحسيبم لجسيبحملسيبجحملسيجحم لسجيبملسيجحملسيجبحمسيجحبلمWOOOO
0 likes