It's not open source. Open Source implies that the source code is available under a licence that allows redistribution, and while Microsoft isn't likely to sue you for putting this on GitHub, they're not exactly going to be all for it. More like source-available.
@@Paolog_ actually it doesnt rely on the gpu for decoding unless you manually slipstream in graphics driver into the install, instead the measly cpu is used for decoding the video.
A 4k video is played for the windows 11 intro??? What were they thinking? Don't they know that generic drivers are installed at the time you are installing the OS itself? Imagine the stutters!
@@fireball626 the MSP I work at must install windows on a device at least 10 times a week, that's an average of twice per working day. There are a lot of MSPs in the world and that's only professionals, you don't think home users are ever doing a clean windows install?
@@drboom2 besides, many systems don't start their installation with basic drivers, but already have the windows update approved graphics drivers. Nvidia may be the exception but AMD and Intel based graphics tend to be ready straight away
Because the vast majority of people are experiencing the OOBE on new pre-built machines with pre-installed drivers? Most people aren't clean installing Windows...
@@thesupremeorg false. Microsoft is just rewriting Windows components with their new and slow WinUI 3 and I guess C#. WinUI 3 is not used for Web apps.
It has to be, imagine going deep into code just trying to add some words in any of all the text, and even though someone with a outdated windows will not see that because it is "outdated"
@@WindowsXPfan-FNFMix With registry it is possible. If I knew windows a little more I could create my own control panel that can change those settings with a click
@@thesupremeorg With this one comment I now like Windows 11 50% less, But it does explain why you can't natively change the taskbar size in Windows 11.
UWP and WinUI are not web based. So Taskbar is not web based, its written in WinUI. Also start menu, new explorer, notepad, paint etc. is written in WinUI too. Only outlook, copilot, calender etc. uses WebView 2.
rendering graphics without a graphics card has been done by Windows for decades it's called GDI and is way faster than using a whole ass web render engine for rendering your app
@@akurasubject9617 but you just render them on the cpu instead of javascript and html a web app takes up more ram and is slower because it has to load a full web engine there and its being interpreted
Considering how many different frameworks MS uses for their apps I'm very surprised to see them use JavaScript+HTML here rather than UWP/MAUI or a Win32 Windows Forms app.
@@DanTDMJace They could do whatever they did during Windows 8, I think it was DirectUI. It has the new styles for Windows 11, as they have been redesigning DirectUI dialogs lately.
The OOBE in Me and XP was HTML! The “getting things ready for you” screen (added in Windows 8) is also HTML. Seems like HTML is the right choice here though for how dynamic it needs to be, especially for OEMs to customise. WinUI would still work but it would become much more of a mess with all the many variables of different UI states to manage.
The Windows XP OOBE was a web thing as well. An IE6-based web thing. And it was much longer on some OEM systems. Perhaps try looking into hacking that next?
@@spaghetto181 I think win7 and vista are pure graphics and not html because if I remember that ATI (now AMD) is the inventor of Aero and Microsoft took the credit
@@coleisforrobotYeah, there were a few others in XP, like the User Accounts control panel. The help was heavily HTML-based too, although the shell around it might have been more traditional.
That's honestly just disturbing, a js dev console in a production environment used by millions of people everywhere... What else could there be that we don't know of?!
@@Mango-cn7gj I have never mentioned any "modding side" whatsoever, and even then there's still no harm in including it. The worst thing you can do is just break your own Windows installation. Not mentioning no one's gonna do the key combination normally ever, and even if they did, they'd just think there's something wrong and restart their device which will run OOBE again.
Your claim about DevTools in browsers being different from this is true, because the OOBE's DevTools is much more restrictive and would require a lot more effort to break anything without editing the files themselves. You're just paranoid
@@TheColonThree I am not talking about it from the modding side but from the average user side. Like, if there's a freaking js dev console in a prod environment, then what else could be in different areas of the system?! DevTools in browsers are a very different thing than a development tool in your almost core system components
@@BlueSheep777 no, "source-available" means "look but don't touch", open source means "do whatever you want as long as you provide attribution and don't sue us for damages (BSD) and use the same license and provide the source code (GPL)"
Source-available is more like a printed book, just because it's DRM-free and anyone can read it, it doesn't mean you can legally make copies of it or distribute modified versions to others
holy crepes this is one of the most based videos about windows 11 I have ever seen, not only did you mod windows 11's oobe to be more... appealing, but you were also listening to ride the lightning by metallica in the background, that's just epic 👌🔥
Sysprep is what for example companys use as well. They customize their install with it for mass deployments. Although Sysprep struggles with all that bloatware preapplied by Microsoft. It will fail to sysprep your machine because of all the AppXPackages preinstalled. They need to be removed before you can sysprep your machine.
who can dislike this masterpiece kek, now jokes aside; it was actually pretty much obvious the oobe was a web app at first glance, pretty much sad how microsoft is making all a web app.
I'm not sure about the benefits of custom solutions... If OOBE were modular, then there would be no questions, and I would even make a beautiful version myself now. But since it's part of the installer, I don't want to distribute or download custom Windows builds of them because of the nice installer, because there are often viruses... Thanks for the video! I'm wondering why js isn't minified. Usually, when I come across web application reversing, it's just a mountain of garbage of minifications, obfuscations, and webpack.
Actually autorun installer used to work in PE perfectly fine, at some point I was installing almost everything, even XP, that way, because I was working with old motherboards that had issues with booting from large (127+ GB?) USB drives
For anyone wondering, console.log didnt work probably because console.log is native to the browser and is "unreadable" to the dev console - which is probably just an eval and only has "access" to the expression's return value
i also had fun with the jsConsole.js file, i tried including it in my test html files and it was convenient to just press three keys than pressing f12 for the console
i just copied the entire "Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy" folder to a usb drive, dragged the default.html file into a browser, pressed the ctrl + shift + j and it also works there
only problem is that i'm seeing this error when i press those said keys: Unhandled exception: Script error.
file:
line: 0
Honestly HTML/CSS is the best UI framework I've ever used as far as customization and ease of use goes. Pair it with a advanced framework like Angular and you've got a powerful toolbox for UI development.
Could be done for customization purposes but it could also be done simply because HTML/CSS is great to develop with.
(JS not so much, but TypeScript helps a lot.)
Another benefit is that you can develop UIs that work in a web browser, on mobile, and on the desktop, and they all can share the same code. Of course that wouldn't apply in this case.
Why the hell is 4k video played at oobe? The generic drivers are the only thing in place by that time, must lag like hell, and since 800x600 is the max resolution with generic drivers if im remebering correctly, you're viewing 4k video at 17 times lower resolution
@@laglife Microsoft used to include drivers for common video cards through Windows 7. I don't know about 8 but in 10 they only included the "Microsoft Basic Dispaly Adapter". Modern video card drivers are absolutely huge and they probably wanted to save a bit of space for their own "features".
Possibly because most people see the OOBE after buying a new PC or upgrading Windows, in which case there's already GPU drivers installed. Windows might also try to install drivers automatically as it prepares for OOBE after a fresh install if you have ethernet. I still to this day wonder why Microsoft does not preload drivers for various GPUs that get installed whenever said GPU is detected.
Honestly, the customization of the OOBE would be useful for OEM's too! My HP laptop (which I have Ubuntu on right now due to driver issues) uses a dark mode theme by default, so a dark mode OOBE would fit right at home!
hey btw. for those wondering, the reason why sometimes you cant allocate space for drives on windows is because it isnt formatted correctly. and no, windows does not make the tool easy to find :)
Oobe is nothing new, I use the crt shift f3 to customise customers backups so that they have all their drivers pre installed before they enter the desktop, I knew windows xp oobe could be edited along with the installer, but I had no idea it was this easy to do it, thanks for sharing, you haven’t found America but you have highlighted the easiness of editing the out of box experience menus
Damn look to that resources files it reminds me the good old day of programming win32 api with c++. It gives me flashback to my childhood programming journey 😌
It's glorious. Spywaresoft wanted to make sure everyone would get win11 and hoped people would stop using win10, 7 and xp, they never thought about this.
With this, we've pretty much got for the first time, our own "arch-like" windows.
With this, you can fully customize win11, to be a ENTIRELY different OS, and, if you wish to apply more salt to the injury, make it "linuxised", as im suure spywaresoft would be REEEEEEEEEEEEEEEEEEEEiing for years to come, as their OS was converted into a linux OS, their nemesis! XD
This is amazing and very insightful. I also don‘t mind the music playing, but I do find it annoying to have to read the baked-in captions and then follow the other content on screen as well. Makes it tiring to watch, especially at this length. Please consider adding voiceover narration, thank you.
Fun fact: the "This might take a few minutes." background blue thing is a webpage with 0% video. So.. they could just do the same to the 4K intro video...
I wonder why, but Microsoft Windows contains a lot of Microsoft Open Source Software. Windows Calculator, PowerShell, Terminal, .NET, Edge, PowerToys, etc. are all FOSS!
I love how the OOBE is extremely bugged by itself too On a trackpad on the Windows 10 one doing the zoom in and out gesture works but it is extremely buggy since it is not intended (this is because it should be a webapp?) If your display driver installs before the OOBE starts you have a desktop on one screen and the OOBE on the other. I don't know if this still works but on Windows 10 home connecting to the internet then using settings from ease of access and disconnecting from the Internet via the app should let you create a local account (this is what I remember worked once atleast)
Fun sequence break I did a while back Set a high contrast theme the more obvious the change the cooler this will look (set background to very dark color and other text accordingly) Force oobe to start in a window You now have dark mode oobe Also based off of this you could entriely with enough time make a fully dark mode oobe with the blur background (this seems to get a copy of the user wallpaper)
Also can’t wait for the bad bootlegs that have oobe to completely mutilate it Also didn’t know it ran in audit mode probably explains why the oobe image background didn’t match the oem one
Thats not a sequence break. A sequence break is if you, well break a sequence. Best example is skipping a bossfight/item collection that was supposed to be required to proceed in a video game.
im pretty sure you arent editing the sources directly, its pluggable through some api or tool for oems. just like you have unattend.xml for applying settings in a supported manner and not requiring hacks like intercepting the boot process to manually do what the unattend already does, either registry change or policy or executing programs
16:24 ok, at first it collects some data, but I'm very curious to find out what actually happens at this stage, what processes and what changes are made to the system that needs to be hidden under advertising...
Hey since you got the source code tell us how much spyware, bloatware and overall a bad time is packed inside that hunk of slow moving code. Jokes aside, it's too neasy making fun of windows, this is really cool! Mabye you'd uncover something interesting.
I think someone in my school reset a computer, because when I tried to use it, I got the "Hi." "We're just getting things ready for you" message, had the default Windows 11 wallpaper, not the schools, and had also was disconnected from the domain. I wonder who did that?
quick question: can I convert this to my own ISO file I always wanted to make a operating system can I change the menu left right like chain pictures and more? thank you for this what's the name from your iso converter
I have a feeling that in the future, Microsoft will say "The reason we increased the minimum system requirement of Windows 11 is because weaker machines are not enough to run 4k video in OOBE".
@@_kitaes_ So you could make a dry run environment by simply making that API in JS and letting it do nothing but report back whatever it needs to report back. Then you can run the setup as often as you want XD
I knew that OOBE was a web app. I don't really think OOBE should be modifiable for OEMs, maybe Micro$oft is too lazy to make an OOBE on C language. I also know that Windows Core OS has an explorer based on Web, too.
Maybe if they didn’t use web apps in the OOBE we wouldn’t need as powerful of computers and maybe with the removal of that and some other bloat Windows could once again fit on a DVD
@@luhgarlicbread eh, im that one kid that's almost always bullied for literally nothing (its hard to explain but in my school theres ppl who "chooses ppl to bully every year" if ya know what i mean (basically like 2 years ago somebody else was bullied, then another person, now me)) and also got an f from history class
@@matthewboyer4212 I asked many linux users and they all said that you can have an open source project with an ARR licence, and when I told them about "source avaliable" they thought I meant open source. And I saw many open source projects that didn't had a freedom licence.
@@matthewboyer4212 if you look at SOME ORGANISATION'S DEFINITION. There's no actual definition of open source. OSI's definition isn't lawful, so what matters is common sense.
@@BlueSheep777 If you look at the actual definitions, FOSS is a marketing term for open source. Source available software isn't open source. Never has, never will.
@@matthewboyer4212 there's a reason why people use FOSS instead of open source. It's because the word "freedom" is literally in the acronym. In many languages open source is the same as source avaliable, It's even simmilar in english. Again, just because some organisation wants everyone to use their definition, doesn't mean that the definition is morally correct. if I gave you those two words, and you wouldn't know anything about that movement, then your first instinct would tell you, "the source of something is open/avaliable". I even asked many linux users, and thr majority said that that's the reason they say FOSS instead of OSS, because OSS can be on All Rights Reserved licence, and nobidy can say a shit about it.
If open source itself would be portrayed as full freedom then FOSS would be pointless, but there's a reason that they are different things.
The new installer "cleaning up", and other waiting confuses me - why is there a seemingly useless timeout when old installer which we had since 2009 did not have such stupid timeouts and has done the job just fine
Can we make Windows boot into any UWP application on first boot? I expect the possibility to replace the PFN of Cloud Experience Host with the one for another app, or you can likely modify the manifest of any UWP application or at least any WinJS app to match the PFN and entry point of the cloud experience host.
I think the console does not output stdout but the result of an eval() call, so it's basically evaluating your input and outputing the result of the expression, nothing related to any stdout, I don't think there is a process.stdout in there or anything like that.
@@aiexzstell me the definition of open, source and then why you need 3 pages to define a combined word. FOSS exists and it says that it's free and open source (as in freedom) so open source doesn't really need to have a licence just because a movement wants them to.
Does this mean we can modify the windows installer and then package it into a custom iso? I don't encourage or condone the use of custom ISOs or piracy
They should in fact construct the whole windows system in this way instead of just the oobe in the future so customizing it would be easier than ever before! 🎉🎉🎉🎉🎉
@@Ale111Ale What do you say about Linux? Making Windows open sourced is a very good way to let the community locate bugs together with you and make Windows better.
Hey i have been thinking of something that might actually be quite weird. What would happen if you used dism to pack a full standard windows distro and then put that wim file inside a PE boot cd would it boot???? Example: Windows Preinstallation Enviroment during the file copy process this enviroment is used and stored on the medium in folder src and the enviroment is stored at the file boot.wim what if that file was a full enviroment instead would windows F it up again? Because in linux this is indeed posible have a full live enviroment
Great! Now get rid of all the bloatware, telemetry and spyware pre-packaged with Windows and then ill maybe consider using it. In the meantime ill stick to Linux Mint.
What a background giving me the smell of old times when windows 7 and windows xp came out since then any windows like 10 ,8.1, 8,11 is not familiar even if they have a good look and works perfectly but the old times they never come back🥲🥲🥲
in linux i also soimetime forgot to use sudo. come on man you,me , everyone can do mistakes but dont say they are rookie and thx for this amazing guide to configure OOBE
OOBE is source-availible and NOT open source. Open source is source code that is made freely available for possible modification and redistribution. OOBE is proprietary software, calling it open source is very misleading. Also, the distribution of the OOBE source code is not legal, I would advise taking it down
The content of let's say you making a video about the secrets of the windows installer I don't have a problem with. The content that you make on the topics that you do them about is GREAT!! Phenomenal! Flawless! BUT it is absolute brain dead to me to make me have to read It makes me lose complete interest.
Would be nice if these were a bit more engaging videos that weren't so brain dead and made me have to keep pausing every single two seconds to read what you type. Somebody talking voice overing something something that helps me watch a 17 minute video with nothing but raunchy audio on it Is a huge turnoff and also distracting from me reading, and also being a video full of so much text it might as well just be a blog post. I come to youtube to watch videos not read text and pause every 2 seconds to read 2 lines of text.
@@coder436 That's actually worse. "Color" has never been a valid attribute on a "span" tag. The proper HTML 4.0 and later method is to use a style attribute on the span tag (or other enclosing element). So <span style="color: white">.
You should be using CSS instead. The "font" and similar tags have been depreciated since HTML 4.0 which came out in late 1997. That's over 26 years ago.
Hey enderman, Or everyone, Sorry for the out of video question, But im desperate to fix this problem, Basically, When i boot my pc it has the acer logo and is loading, but when the load ends and the acer logo dissapears, Its just pitch black, No cursor, No nothing, It just boots in safe mode Plz help im losing my mind 😭
What's most interesting to me is that WinJS, from what I gathered from the GitHub issues, hasn't had support since 2016, which is crazy. You can't even browse the docs, it just redirects to the GitHub project page lol
Wait so what are they using to actually render this? If it's just some kind of cleverly fullscreen'd browser window, then we need to consider that since they've made edge a system level browser, the OOBE might be running on it. Meaning that you're technically setting up your windows installation using google chromium. spongebob-everythingischrome.jpg
Fun fact: CloudExperienceHost actually has code for the Xbox. Around 6 months ago I was looking into the files and I found comments in that could that said something along the lines of "this has been disabled due to crashing on Xbox consoles. We could not get the issue to replicate on any of our dev consoles so we will have to remove it for now"
Congratulations! Microsoft is now in search of you throughout the entire planet to find and sue you for the "infringement of Windows license and policy" that nobody cares and cared about.
Microsoft was so generous to you, providing both an open source OOBE program and a dev console!
1079 likesReplies (9)
Tho...
2 likesBut if Microsoft was generous to give windows 12 preview
4 likesIt's not open source. Open Source implies that the source code is available under a licence that allows redistribution, and while Microsoft isn't likely to sue you for putting this on GitHub, they're not exactly going to be all for it. More like source-available.
2 likesI @@thewubmachine840 i wanna watch that, and i wanna Try that in my pc lol
0 likes@@syed1x That will be a instant Rickroll After booting into windows
21 likes@@thewubmachine840 thank you for the idea 🤫
28 likesImagine Modifeding the OOBE intro to have Never Gonna Give You Up on the OOBE intro
88 likesThis will have a positive impact on the Rectify11 community
0 likesWonderful! The Rectify community is going to be happy about this.
83 likesAh, the real reason for the CPU requirements for windows 11. The intro video file.
548 likesReplies (13)
a
1 likePro tip: move this video into the editor... cut them and set the regular 1080p resolution.. done... (never tested)
1 like@@naxzed_itYou probably upgraded from a previous Windows to Windows 11.
0 likes@@Paolog_ damn that’s nice
0 likes@@aiexzs same
0 likes@@Paolog_ oh well i guess you can also use sysprep to manually install the gpu driver so its used in the oobe
0 likes@@Paolog_ actually it doesnt rely on the gpu for decoding unless you manually slipstream in graphics driver into the install, instead the measly cpu is used for decoding the video.
1 likeyea like it runs at about 5 fps on my 4th gen i7, guess thats why its not supported
1 likeThe only time it was smooth it was on a gaming pc with a RTX 3070 TI :,)
1 like@@naxzed_it Did it have the windows 7 or 10 logo?
0 likes@@aiexzs I saw it run smoothly one time on an Envy x360 that didn't even have the Windows 11 logo on it's keyboard 😭
5 likes@@aiexzsSame
2 likesi have never seen the intro video run smoothly
29 likesA 4k video is played for the windows 11 intro??? What were they thinking? Don't they know that generic drivers are installed at the time you are installing the OS itself? Imagine the stutters!
586 likesReplies (18)
@@Endermanchdo shift f2 on minecraft beta 1.2_02 and try to open the screenshot that it makes trust
2 likes@@fireball626 the MSP I work at must install windows on a device at least 10 times a week, that's an average of twice per working day. There are a lot of MSPs in the world and that's only professionals, you don't think home users are ever doing a clean windows install?
0 likes@@drboom2Can confirm it even lags on those too
1 likeAmd and Intel drivers (some) are installed straight away
0 likes@@Endermanch What will happen if you delete "System Volume Information" from ubuntu live dvd and create an empty file with the same name?
1 likeFinally I know why NVIDIA tax's so much money. It was for the OOBE 4K experience.
6 likes@@rowspt420okay I have to be honest, where are you getting this info from? Just curious as I've never heard it before
1 like@@drboom2 that does not justify it in the slightest
7 likes@@drboom2 besides, many systems don't start their installation with basic drivers, but already have the windows update approved graphics drivers. Nvidia may be the exception but AMD and Intel based graphics tend to be ready straight away
11 likes@@drboom2formatting: 🗿
8 likesthats insane@@louism771
0 likesSorry for being a smart-ass but it's actually even worse. 4K 16:9 is ~8.3 million pixels per frame. This animation has 13.5 million. Ridiculous
64 likes@@drboom2 thousands of people do a clean install of windows every single day
69 likesno wonder it lags so bad
5 likesBecause the vast majority of people are experiencing the OOBE on new pre-built machines with pre-installed drivers? Most people aren't clean installing Windows...
38 likesthey probably want you to think it's "loading" something when in reality you're just dropping a shit ton of frames lmfao
138 likesThat video was playing for 30 seconds on my Pentium 4 rig... this is really painful.
271 likesHoly shit. That's why
83 likesI can't believe the OOBE has been a web app the whole time...
644 likesReplies (29)
Its so employees can work on it anywhere from the cloud, it makes sense.
0 likes@@thesupremeorg no, the windows 11 taskbar is xaml
0 likes@@mustafadursun1141Oh okay
0 likesStill doesn't change the fact that its slow as fuck
@@faustasazuolasbagdonas123 Then why does caret browsing appear on them in RTM? EdgeHTML or EdgeWebView are being used...
0 likes@@thesupremeorg false. Microsoft is just rewriting Windows components with their new and slow WinUI 3 and I guess C#. WinUI 3 is not used for Web apps.
3 likesIt has to be, imagine going deep into code just trying to add some words in any of all the text, and even though someone with a outdated windows will not see that because it is "outdated"
0 likes@@WindowsXPfan-FNFMix With registry it is possible. If I knew windows a little more I could create my own control panel that can change those settings with a click
0 likes@@thesupremeorg With this one comment I now like Windows 11 50% less, But it does explain why you can't natively change the taskbar size in Windows 11.
8 likes@@akurasubject9617that's why minimal requirements exist
0 likes@@mustafadursun1141How come you could use caret browsing on the Taskbar menus and even on the Taskbar in original Win11?
0 likes@@aaaalex1994I believe, but that might have been windows 10 since I found some entries in the code.
0 likes@@RuriYoshinovano shit
0 likes@@grogrogeyes.
0 likes@@thesupremeorgNo it’s not! Metro UI and all of Win11 fluent stuff are native code and not web based at all!
0 likes@@aaaalex1994EWWWWWW
0 likesUWP and WinUI are not web based.
28 likesSo Taskbar is not web based, its written in WinUI. Also start menu, new explorer, notepad, paint etc. is written in WinUI too.
Only outlook, copilot, calender etc. uses WebView 2.
Windows 98 flashbacks
11 likes@@akurasubject9617wpf exsists + windows cant run without graphics
0 likesrendering graphics without a graphics card has been done by Windows for decades
70 likesit's called GDI and is way faster than using a whole ass web render engine for rendering your app
@@aaaalex1994 I think it's called Webview engine, always see it in the background
0 likesi had a feeling. it's always been so laggy
21 likes@@akurasubject9617 but you just render them on the cpu instead of javascript and html
0 likesa web app takes up more ram and is slower because it has to load a full web engine there and its being interpreted
@@thesupremeorg thats why i use explorerpatcher
0 likesIts reasonable, imagine having to render graphics without graphics card. Could be even laggier without help from web app.
20 likes@@thesupremeorg I heard that it uses the deprecated EdgeHTML engine...
41 likesNot sure if that's true, though.
@@thesupremeorgoh hell nah, that's why it's laggy
96 likes@@thesupremeorg wait your telling me it’s also based on web technologies?
30 likes@@thesupremeorgI heard that it runs on EdgeHTML, but I'm not sure about that.
0 likesThe entire Windows 11 Metro UI is. Even the taskbar.
120 likesConsidering how many different frameworks MS uses for their apps I'm very surprised to see them use JavaScript+HTML here rather than UWP/MAUI or a Win32 Windows Forms app.
237 likesReplies (9)
@@winexperimentsOh, that's interesting then. For some reason I assumed they were still DirectUI.
0 likes@@XeZrunnerThey haven't replaced any DirectUI dialog, they simply hid them and added XAML replacements
1 like@@DanTDMJace They could do whatever they did during Windows 8, I think it was DirectUI. It has the new styles for Windows 11, as they have been redesigning DirectUI dialogs lately.
3 likesThe OOBE in Me and XP was HTML! The “getting things ready for you” screen (added in Windows 8) is also HTML. Seems like HTML is the right choice here though for how dynamic it needs to be, especially for OEMs to customise. WinUI would still work but it would become much more of a mess with all the many variables of different UI states to manage.
6 likesMetro apps are web based. I'm not exactly sure about Win8x apps but some 10 and lots of 11 apps.
4 likesThey cant do UWP under SYSTEM.
9 likesoh wait defaultuser0
or just wpf
3 likesI think it might be easier to do that thanks to Windows ARM, 64-bit and RIP 32-bit (Win10)
5 likesOr just native C/C++ app
30 likesbabe wake up new endermanch video
480 likesReplies (16)
More torture for windows😭
0 likesYIPPIEEEEEEEEEEEEE!!!!
0 likesYe da-
0 likesender m o n c h
0 likes@@apiantable2123download🗿🗿🗿🗿☠️🥶
0 likesYesss
0 likeswoooo
1 likeNo🦅
2 likesI hope this video dosen't get taken down. I recorded it just a moment ago.😢
4 likesWW🎉
1 likeYippee
1 likeyey
1 likeWas about to comment that
1 likefr
0 likesfr
f
r
ffrfrfrfrfrf
You still there
wow you are still here wow
listen to this MUSIC EEEEEEEEEEEEEEEEEEEEEEEEEEEE
AMD END
frfr
3 likesYay :D
8 likesHahaha, you're a genius dude! I hope Microsoft won't have any claims after this video..
156 likesReplies (4)
@@iDontProgramInCpphi cool sm64 modder
0 likesThere's no reason to claim since the code was there the whole time without any external program's help.
9 likesThey had better not since it is THEM that made it public in the first place.
15 likesWe shall see...
51 likesThe Windows XP OOBE was a web thing as well. An IE6-based web thing. And it was much longer on some OEM systems. Perhaps try looking into hacking that next?
109 likesReplies (11)
@@Atlasim only works on some isos
0 likes@@spaghetto181
0 likesI think win7 and vista are pure graphics and not html
because if I remember that ATI (now AMD) is the inventor of Aero and Microsoft took the credit
@@Kwpolska yeah you're right, i got curious and had to look it up
0 likes@@jackmio The tour (not part of OOBE) is available in HTML (text and images) and Flash formats (with voiceover and animations).
0 likesalso some part of the OOBE in windows xp is a flash thingy iirc
0 likesyeah many things on win xp ui are web based. i'm pretty sure even win7/8 has a lot of html ui
0 likesThe Gateway OEM Windows XP OOBEis more longer to get through in my experience. There's ads for AOL (lol) and others more clogged things.
3 likes@@XeZrunner didint work for me
1 likeEven more fun is when you realize you could press [Ctrl+O] to navigate to any other page during OOBE or the activation screen.
5 likes@@coleisforrobotYeah, there were a few others in XP, like the User Accounts control panel. The help was heavily HTML-based too, although the shell around it might have been more traditional.
26 likesi'm SORRY? the XP oobe was a web app? ms knew what web apps could do back then..
20 likesI knew Ctrl-Shift-F3 to avoid OOBE when i wass installing Win11 on laptop without TPM 2.0 and SecureBoot
93 likesReplies (2)
Control + Shift + F3 has been there at least since Windows Vista...
5 likes@@thewubmachine840 I know but i used it on Windows 11 22H2
0 likesThat's honestly just disturbing, a js dev console in a production environment used by millions of people everywhere... What else could there be that we don't know of?!
137 likesReplies (6)
@@Mango-cn7gjthis is just a stripped down web environment. it's the same as the console in your browser's devtools
0 likes@@Mango-cn7gj I have never mentioned any "modding side" whatsoever, and even then there's still no harm in including it. The worst thing you can do is just break your own Windows installation. Not mentioning no one's gonna do the key combination normally ever, and even if they did, they'd just think there's something wrong and restart their device which will run OOBE again.
15 likesYour claim about DevTools in browsers being different from this is true, because the OOBE's DevTools is much more restrictive and would require a lot more effort to break anything without editing the files themselves. You're just paranoid
@@TheColonThree I am not talking about it from the modding side but from the average user side. Like, if there's a freaking js dev console in a prod environment, then what else could be in different areas of the system?! DevTools in browsers are a very different thing than a development tool in your almost core system components
6 likesAlso, this is not a random website, it's YOUR pc. A hidden dev console on that is totally fine.
12 likesI don't see the harm in including that. It's like saying DevTools shouldn't be included in browsers
109 likesThat’s a good thing for modding tho
7 likesWell time to wait for someone to make a OOBE customizer with a GUI
161 likesEdit: thank you for 100 likes
Replies (8)
Basically it's that if you have a bad graphics card it means that it's done for
0 likes@@gamingandmath5741 your reply makes no sense
0 likesBut graphics card is sued
0 likesI can do that
2 likes@@xenonorsomething ok
0 likesbet
2 likesI think any frontend dev can customize it
9 likesTHAT would be nice
13 likes>HEY ITS NEW 1NSTALLER
36 likes>Windows 7 Theme
Replies (1)
this could be easily fixed by
1 like1) Using DWM
2) New assets
Really interesting video, didn't think that the OOBE would be a simple webapp whose code is available this easily.
35 likesnever thought this would be 1) open source 2) web app
70 likesReplies (6)
@@vlc-cosplayer open source != free and open source. but you're trying to say that it's true. If so, why there are two terms?
0 likes@@BlueSheep777 no, "source-available" means "look but don't touch", open source means "do whatever you want as long as you provide attribution and don't sue us for damages (BSD) and use the same license and provide the source code (GPL)"
0 likesSource-available is more like a printed book, just because it's DRM-free and anyone can read it, it doesn't mean you can legally make copies of it or distribute modified versions to others
@@vlc-cosplayerthen the use of foss becomes useless since open source is just that.
0 likesfoss exists. So saying open source should mean that the source is opened to public.@@starnumber_alt
0 likes"Source-available" is the correct term ("open source" has a very specific definition, given by the OSI).
4 likesNot quite open source, most of its logic is compiled exe but the UI is “open” as in code, not as in freedom
39 likesTime to make a dark oobe version
67 likesReplies (4)
@@gabriledyt alr
0 likes@@YodaComedy a guy done it on 21h2
2 likesgimme lol
0 likesAYYYYYYYYYY
1 likeholy crepes this is one of the most based videos about windows 11 I have ever seen, not only did you mod windows 11's oobe to be more... appealing, but you were also listening to ride the lightning by metallica in the background, that's just epic 👌🔥
31 likesYou did a great job discussing the secrets behind the new windows 11 installer I really wish you can take a look at other windows editions
14 likesHey! The video is truly amazing Andrew! The music choise especially at the start is great too!
12 likesHalf thought the channel got termed. Glad its still up and alive
5 likessometime ago i looked inside the oobe dolder on windows 8.1 and noticed that it was a html file
29 likesReplies (3)
@@mollthecoder I said to put the windows 8.1 one on windows 11
0 likes@@Dariuk712_Wouldn't work without some extra effort
0 likesReplace that file with the windows 11 one
1 likeI am finnaly going to enjoy an other masterpiece from ender
109 likesReplies (2)
@@LiamFrancisOlarte yes
0 likesYeah. We waited for so long.
1 likeWindows 11 makes Windows Vista look like a stable operating system.
36 likesReplies (11)
@@Eduar6996 true
0 likesNgl true
0 likesi use windows 7@@Ale111Ale
0 likes@@CheddyI’d say even a pre-reboot Longhorn build would be slightly more stable than… this.
1 like@@_kitaes_should use windows 7 (embedded if you only care for stability)
0 likes@@Cheddyif you have drivers and your programs are compatible then it is stable
0 likesstability has started going downhill since windows 8
2 likes@@Cheddy yeah lol
1 likeVista quite literally is more stable lol
4 likes*and Me
0 likestrue
0 likesSysprep is what for example companys use as well. They customize their install with it for mass deployments.
4 likesAlthough Sysprep struggles with all that bloatware preapplied by Microsoft. It will fail to sysprep your machine because of all the AppXPackages preinstalled. They need to be removed before you can sysprep your machine.
really cool video and really like the new end user agreement :)
5 likeswho can dislike this masterpiece kek, now jokes aside; it was actually pretty much obvious the oobe was a web app at first glance, pretty much sad how microsoft is making all a web app.
5 likesI'm not sure about the benefits of custom solutions... If OOBE were modular, then there would be no questions, and I would even make a beautiful version myself now. But since it's part of the installer, I don't want to distribute or download custom Windows builds of them because of the nice installer, because there are often viruses... Thanks for the video! I'm wondering why js isn't minified. Usually, when I come across web application reversing, it's just a mountain of garbage of minifications, obfuscations, and webpack.
20 likesReplies (1)
Part of it is minified, the rest isn't.
6 likesActually autorun installer used to work in PE perfectly fine, at some point I was installing almost everything, even XP, that way, because I was working with old motherboards that had issues with booting from large (127+ GB?) USB drives
6 likesAh yes, how can you be DMCAed when you can change the terms of service at will.
3 likesFor anyone wondering, console.log didnt work probably because console.log is native to the browser and is "unreadable" to the dev console - which is probably just an eval and only has "access" to the expression's return value
1 likeI know im about 6 years late, but maybe modify the installer and make a new version of CTAC. Great video!
32 likesReplies (3)
ctac 2.0: windows 11 but more consistency and intentionally broken
1 like@@Player-fg4ub lmao
0 likesyou are in fact one hour late
1 like"I dare you." LMAO
35 likesReplies (1)
I think windows XP music shoud match with the setup of windows 11
3 likesThis inspired me and a friend to work on a dark OOBE on win11 (fully functional)
7 likesReplies (1)
gimme
0 likesthe oobe setup has been a web app all this time? time for me to test out my wonky javascript skills, i guess...
16 likesReplies (2)
i also had fun with the jsConsole.js file, i tried including it in my test html files and it was convenient to just press three keys than pressing f12 for the console
0 likesi just copied the entire "Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy" folder to a usb drive, dragged the default.html file into a browser, pressed the ctrl + shift + j and it also works there
2 likesonly problem is that i'm seeing this error when i press those said keys:
Unhandled exception: Script error.
file:
line: 0
Honestly HTML/CSS is the best UI framework I've ever used as far as customization and ease of use goes. Pair it with a advanced framework like Angular and you've got a powerful toolbox for UI development.
4 likesCould be done for customization purposes but it could also be done simply because HTML/CSS is great to develop with.
(JS not so much, but TypeScript helps a lot.)
Another benefit is that you can develop UIs that work in a web browser, on mobile, and on the desktop, and they all can share the same code. Of course that wouldn't apply in this case.
Replies (1)
It's the exact same technology used for the wii system settings!
1 likeWhy the hell is 4k video played at oobe? The generic drivers are the only thing in place by that time, must lag like hell, and since 800x600 is the max resolution with generic drivers if im remebering correctly, you're viewing 4k video at 17 times lower resolution
23 likesReplies (4)
@@laglife Microsoft used to include drivers for common video cards through Windows 7. I don't know about 8 but in 10 they only included the "Microsoft Basic Dispaly Adapter". Modern video card drivers are absolutely huge and they probably wanted to save a bit of space for their own "features".
1 likeThe generic drivers have been at full resolution for years. If I"m not mistaken even the XP ones can be manually set to higher resolutions.
1 likePossibly because most people see the OOBE after buying a new PC or upgrading Windows, in which case there's already GPU drivers installed. Windows might also try to install drivers automatically as it prepares for OOBE after a fresh install if you have ethernet. I still to this day wonder why Microsoft does not preload drivers for various GPUs that get installed whenever said GPU is detected.
11 likesWe need to ask Microsoft. Actually scarilegious
13 likesEnderman Respawned
7 likesHonestly, the customization of the OOBE would be useful for OEM's too! My HP laptop (which I have Ubuntu on right now due to driver issues) uses a dark mode theme by default, so a dark mode OOBE would fit right at home!
1 likeEven though most videos I have no idea what you're doing it is very educational and I try to learn as best as I can! ❤
1 likewait, i am curious, can you add a Windows XP OOBE music into Windows 11 OOBE as well? like, embed it through <audio> tag?
2 likesAnd this, kids, is why you don't use web in desktop apps
5 likesReplies (2)
electron apps are decent but they eat up memory
0 likesIt's 1997 all over again!
0 likesit should’ve been PasteLeft MacroHard 2024 😂
33 likesReplies (4)
Nah, better CopyUp | Microtransaction 2024
1 likenah brother, it should've been | CutMiddle GinormousTough 4205 |
0 likesWell, you see, “copyleft” is an actual term and not a playful word transmutation.
4 likeshttps://en.wikipedia.org/wiki/Copyleft
exactly xDDD
2 likesGreat to see you after 2 months❤
2 likesEndermanch just has a nice vibe alongside with experimenting with windows
1 likeso win11 finally (kinda) has a live environment
35 likes30 years too late but hey, we have it now at least
Replies (4)
sysprep was made long before windows 11
4 likesWe've had sysprep for years
3 likesWinPE is technically a live environment
10 likesAlways had.
7 likeshey btw. for those wondering, the reason why sometimes you cant allocate space for drives on windows is because it isnt formatted correctly. and no, windows does not make the tool easy to find :)
0 likesHope this video doesn't get taken down by Microsoft
11 likes10/10 tbh would watch again
5 likesAmazing job and amazing discovery, definetly creating my custom installer now. Ty Endermman :)
0 likes*192834 missed calls from Microsoft*
13 likesbeautiful, im just thinking what what happen to oobe if Gaber Samir made 11 bootleg and realises this.
3 likesReplies (1)
oh shit
0 likesOobe is nothing new, I use the crt shift f3 to customise customers backups so that they have all their drivers pre installed before they enter the desktop, I knew windows xp oobe could be edited along with the installer, but I had no idea it was this easy to do it, thanks for sharing, you haven’t found America but you have highlighted the easiness of editing the out of box experience menus
2 likesman microsoft really gave up huh
7 likesplain text source code OOBE running as a goddam webview
it can't get any cheaper lol
Replies (4)
@@aaaalex1994 Yes but its very different now. Before that it was ActiveX and IE runtime
0 likesMicrosoft has been using webview stuff since the IE4/Win98 days lol
1 likeThe same thing happened with Windows XP too
1 likewindows has nothing for wasm
2 likesAfter 2 whole months of waiting you finally posted a video!!! Thank you
0 likesAny time an Enderman video comes out it just makes my day.
0 likesDamn look to that resources files it reminds me the good old day of programming win32 api with c++. It gives me flashback to my childhood programming journey 😌
1 likeWow, this was a webpage all along. Good job Enderman ! 😄
0 likesEnderman uploaded?? is this a dream??
2 likesReplies (1)
No
0 likesIt's glorious. Spywaresoft wanted to make sure everyone would get win11 and hoped people would stop using win10, 7 and xp, they never thought about this.
1 likeWith this, we've pretty much got for the first time, our own "arch-like" windows.
With this, you can fully customize win11, to be a ENTIRELY different OS, and, if you wish to apply more salt to the injury, make it "linuxised", as im suure spywaresoft would be REEEEEEEEEEEEEEEEEEEEiing for years to come, as their OS was converted into a linux OS, their nemesis! XD
You know It's a good day when a enderman Video comes out
0 likesThis is amazing and very insightful. I also don‘t mind the music playing, but I do find it annoying to have to read the baked-in captions and then follow the other content on screen as well. Makes it tiring to watch, especially at this length. Please consider adding voiceover narration, thank you.
0 likesFunny how CTRL+SHIFT+J opens up the JS console in chrome too.
1 likeThe source code kept its secrets
3 likesmaking an interesting code analysis video is insane
0 likesFun fact: the "This might take a few minutes." background blue thing is a webpage with 0% video. So.. they could just do the same to the 4K intro video...
0 likeswhat happens when
7 likesoobe on linux
Replies (4)
@@aaaalex1994it also uses this weird way of organizing each page in that it just requires a few other files, probably built in-house
0 likes@@aaaalex1994 you’re assuming the default browser on most Linux distributions is Chrome instead of Firefox
0 likes@@terasestHammasratasI'm not that sure, since I heard that it uses EdgeHTML (Edge Legacy) instead of Blink (Chrome/current Edge)...
0 likesit's a webapp so it could theoretically at least mostly work
7 likesNext video: I the secrets of the leaked windows XP source code
3 likes"I don't know if I'm discovering America or reinventing the wheel, but here's what I found." Nice ending line, Enderman Sir! 😂🎉
0 likesThank you so much. Time for comeback.
2 likesyou should try to add a <marquee> effect to the entire oobe
0 likesReplies (1)
with a text that reads "MICROSOFT WILL COPYRIGHT STRIKE ENDERMAN SOON"
0 likesIf someone told me a few years ago that one day Enderman will be using Microsoft Edge on his main PC, I would've thought he was crazy.
0 likeshopefully this doesn't get copyright striked
1 likeI wonder why, but Microsoft Windows contains a lot of Microsoft Open Source Software. Windows Calculator, PowerShell, Terminal, .NET, Edge, PowerToys, etc. are all FOSS!
1 likeI love how the OOBE is extremely bugged by itself too
1 likeOn a trackpad on the Windows 10 one doing the zoom in and out gesture works but it is extremely buggy since it is not intended (this is because it should be a webapp?)
If your display driver installs before the OOBE starts you have a desktop on one screen and the OOBE on the other.
I don't know if this still works but on Windows 10 home connecting to the internet then using settings from ease of access and disconnecting from the Internet via the app should let you create a local account (this is what I remember worked once atleast)
Replies (9)
@@theverylol30 the OOBE is just a browser window, the scrolling and gestures are controlled by the driver
0 likes@@aiexzs no with the OOBE
0 likes@@theverylol30 well drivers are software so yeah
0 likes@@aiexzs software issue
0 likestrackpads will always have gesture issues in non-OEM OOBE because the drivers don't come bundled with the installation
0 likes@@Ale111Ale Watch the newest video, it seems to work
0 likes@@theverylol30 the zoom
0 likes@@Ale111Ale What does not work?
0 likesDoes not work on windows 10 or 11
0 likes15:37 The Windows XP Fallback! And OOBE Setup 🌑 Dark Mode! Lol!
9 likesI mean, the OOBE and activation wizard were HTML based in Windows XP too, so...
1 likeNext-gen Windows bootleg is coming...
2 likesFun sequence break I did a while back
4 likesSet a high contrast theme the more obvious the change the cooler this will look (set background to very dark color and other text accordingly)
Force oobe to start in a window
You now have dark mode oobe
Also based off of this you could entriely with enough time make a fully dark mode oobe with the blur background (this seems to get a copy of the user wallpaper)
Also can’t wait for the bad bootlegs that have oobe to completely mutilate it
Also didn’t know it ran in audit mode probably explains why the oobe image background didn’t match the oem one
Replies (1)
Thats not a sequence break.
3 likesA sequence break is if you, well break a sequence. Best example is skipping a bossfight/item collection that was supposed to be required to proceed in a video game.
Everytime Endermanch Uploads, It Makes My Day Better
0 likesat the end of the day, it all loops back to the dreaded OOB
1 likeFallback OOBE is default used in windows server(form 2016 until now, not including server core)
0 likesim pretty sure you arent editing the sources directly, its pluggable through some api or tool for oems. just like you have unattend.xml for applying settings in a supported manner and not requiring hacks like intercepting the boot process to manually do what the unattend already does, either registry change or policy or executing programs
1 likeThe OOBE as a web app dates back to windows xp era, I think they didnt do it as a webapp in vista and 7 but I may be wrong
0 likes0:50 SMASH THE NEXT BUTTON
2 likesWorth to wait 2 months for a new 17 minute enderman banger
0 likesIntroducing the coolest and most broken windows you’ve even see
0 likesEnderman slid in Metallica and thought we wouldn't notice
0 likes16:24 ok, at first it collects some data, but I'm very curious to find out what actually happens at this stage, what processes and what changes are made to the system that needs to be hidden under advertising...
0 likesThis is some next level stuff. Incredible. Maybe I should create a version myself hahaha that's epic
0 likesHey since you got the source code tell us how much spyware, bloatware and overall a bad time is packed inside that hunk of slow moving code. Jokes aside, it's too neasy making fun of windows, this is really cool! Mabye you'd uncover something interesting.
2 likesReplies (1)
That's also, what I was thinking to do.
0 likesEnderman, I swear the first "old" installer you mentioned was in Windows 7? I have a recovery disk with that same installer dating back to 2012.
0 likesNext idea : Open a iso file in windows 7 with the explorer
1 likeNow it's time to replace the OOBE with a WinUI 3 app so it doesn't look like it was made in a hurry
0 likesGreat Job bro..
0 likeskeep up the good work
Finally another vid from you 🎉🎉 I missed you ❤
0 likesI think someone in my school reset a computer, because when I tried to use it, I got the "Hi." "We're just getting things ready for you" message, had the default Windows 11 wallpaper, not the schools, and had also was disconnected from the domain. I wonder who did that?
0 likesNext up, a Javascript Windows Explorer
1 likeReplies (1)
They already tried something similar around 25 years ago, with Internet Explorer 4.0 and its Windows Desktop Update
0 likescan you send me the download of the mouse cursor you have? it looks cool
2 likesFun fact: the new installer works just fine for me, please don’t use uupdump to create the ISO
1 likeNow what if I replace the files with the ones from Windows 10... (Windows 10 also has that same open source OOBE)
1 likei think audit mode was used for oems installing bloatware like mcafee like what most laptop manifactures do
0 likesOut here editing Windows 11’s OOBE and listening to Metallica. ❤
1 likeGreat Video!
1 likeDude I’m glad you’re uploading videos again 👍
1 likeReplies (1)
He never stopped though
0 likesRemember when Microsoft just let us upgrade what ever happened to that Microsoft team?
0 likesquick question: can I convert this to my own ISO file I always wanted to make a operating system can I change the menu left right like chain pictures and more? thank you for this what's the name from your iso converter
1 likeFrom where did you got the Windows 11 build 26052 iso?
0 likesawaiting that sweet crisp DMCA microsoft just likes to give you in specific lol
0 likesThis will be an banger again. Thanks Enderman ;)
0 likesu have to create a partition and then click next
1 likeit will work fine
THE LEGEND IS BACK! :D
2 likesI have a feeling that in the future, Microsoft will say "The reason we increased the minimum system requirement of Windows 11 is because weaker machines are not enough to run 4k video in OOBE".
0 likesModders will love this.
0 likesThis reminds me of my dark oobe project
1 likeNothing changed from 2007, when Sidebar Gadgets were tweakable js/css/html thing
0 likesMicroshaft probably rushed the OOBE if they left this in consumer copies of windows 11.
0 likespeak live stream
3 likesReplies (1)
well actually it is a premiere
1 likeThanks to enderman for some tutorial, now I’ll do it Windows 10 in 11 style
0 likesthe moment you said lets test the ctrl + shift + J i got an ad,so thats what it does!
0 likesTime to completly remake that OOBE for fun
0 likesnow we'll wait for ghost spectre to do this shit.
1 likeI love you enderman
4 likeswith this, everyone can make Windows 11 with the complete Windows XP skin, i think
0 likesI love your channel, enderman
0 likesFINALLY A NEW UPLOAD
0 likesHell yeah, but I actually prefer the old interface because I like Aero more than the Metro one.
0 likes69 missed call from Bill Gates
1 like💀
You made more coding in oobe than me in entire life
0 likesenderman is finally back !
0 likesWondering if you can run the OOBE in a web browser
2 likesReplies (2)
@@mollthecoderSad
0 likesNo.
0 likesI love how Microsoft doesn't put any effort now.
0 likesNext: Tweaking the OOBE from scratch and make it look like XP
0 likesMicrosoft isn’t scared of people learning the code because they know 90% of programmers don’t understand systems programming lol
0 likes5:00 "oobe-mobile"
0 likes7:42 devs only
What happens if you try to open the OOBE in Edge in a fully-configured system?
1 likeReplies (2)
@@_kitaes_
1 likeSo you could make a dry run environment by simply making that API in JS and letting it do nothing but report back whatever it needs to report back. Then you can run the setup as often as you want XD
Uncaught ReferenceError: CloudExperienceHostAPI is not defined
2 likesI have a question: from where can I download that Windows 11 26052 ISO file?
0 likesCustom Windows builds after this video: 📈
0 likesgettin freaky in the Windows OOBE
0 likesWith this found out,imagine what else microsoft has been hiding for us
0 likesNext challenge, change the functionality of the shutdown
0 likesSeriously? OOBE is written in javascript? That's why it's so slow...
2 likesI knew that OOBE was a web app. I don't really think OOBE should be modifiable for OEMs, maybe Micro$oft is too lazy to make an OOBE on C language. I also know that Windows Core OS has an explorer based on Web, too.
0 likes17 MINUTES? NO WAYY THANKSSS
0 likesMaybe if they didn’t use web apps in the OOBE we wouldn’t need as powerful of computers and maybe with the removal of that and some other bloat Windows could once again fit on a DVD
0 likesGosh just came from school had a very bad day but this cheered me up
0 likesReplies (2)
@@luhgarlicbread eh, im that one kid that's almost always bullied for literally nothing (its hard to explain but in my school theres ppl who "chooses ppl to bully every year" if ya know what i mean (basically like 2 years ago somebody else was bullied, then another person, now me)) and also got an f from history class
0 likesYo I’m curious my bro, what happened?
0 likes15:41 Me: "Microsoft finally added dark mode to OOBE!"
0 likes5:10 now thats why he always play gd songs
2 likesIt bothers me that they still use the Windows 7 style title bar on installers and other boot media.
0 likesincoming google translate mod of the windows 11 oobe
0 likesNow we can steal and make a better windows B)
1 likeБлагодарю за видео! Очень интересно смотреть
3 likesme:WAKE UP EVERYONE IN DA HOUSEEEEEEEEE
0 likesfriends:what where whyy.
me: its 3 am but endermanch posted new video
I swear, if youtube takes this down i will personally go to their building and demand to take all your channel strikes away
0 likesWere installing Windows OS with this one 🗣️🗣️🔥🔥🔥🔥🔥🔥
6 likesReplies (1)
Lol
0 likesIsn't this violating the Windows EULA (End User License Agreement)?
2 likesReplies (2)
I quickly read it, this isn't violating the EULA.
2 likesKinda, but who cares 😂
0 likesHoly crap you play Zuma. My dad appreciates that!
0 likesHow did you find out about this lmao- Wow. But I can't say I'm not amazed, I am very. This is insane lol
0 likesI can’t wait for redistributed versions of windows with keyloggers in the oobe 😅
0 likesI think you forgot to check out what the SHIFT + ` backtick key combo does: (ev.keyCode === 192 && ev.shiftKey)
0 likesReminder: open source != source available. You can't redistribute the source, thus it isn't open source. It's source available.
0 likesReplies (7)
@@matthewboyer4212 I asked many linux users and they all said that you can have an open source project with an ARR licence, and when I told them about "source avaliable" they thought I meant open source. And I saw many open source projects that didn't had a freedom licence.
0 likes@@BlueSheep777 I haven't seen anyone use any definition other than the OSI's, not even Microsoft.
0 likes@@matthewboyer4212 if you look at SOME ORGANISATION'S DEFINITION. There's no actual definition of open source. OSI's definition isn't lawful, so what matters is common sense.
0 likes@@BlueSheep777 If you look at the actual definitions, FOSS is a marketing term for open source. Source available software isn't open source. Never has, never will.
0 likes@@matthewboyer4212 there's a reason why people use FOSS instead of open source. It's because the word "freedom" is literally in the acronym. In many languages open source is the same as source avaliable, It's even simmilar in english. Again, just because some organisation wants everyone to use their definition, doesn't mean that the definition is morally correct. if I gave you those two words, and you wouldn't know anything about that movement, then your first instinct would tell you, "the source of something is open/avaliable". I even asked many linux users, and thr majority said that that's the reason they say FOSS instead of OSS, because OSS can be on All Rights Reserved licence, and nobidy can say a shit about it.
0 likesIf open source itself would be portrayed as full freedom then FOSS would be pointless, but there's a reason that they are different things.
@@BlueSheep777 FOSS is just a marketing term for open source. Open source software has those freedoms already.
0 likesthen what is FOSS used for? foss has freedom while open source doesn't need the freedom because it's not included in itself.
0 likesThank you for your videos bro. Thank you for continuing and not giving up.
0 likesMay God be with you and whoever is reading.
"Copyleft" I mean it's better than "Copywrong" 😂
0 likesBro has personal problems with windows💀
0 likesThe new installer "cleaning up", and other waiting confuses me - why is there a seemingly useless timeout when old installer which we had since 2009 did not have such stupid timeouts and has done the job just fine
0 likesReplies (1)
because uwp apps are installing, i wonder too why aren't they preinstalled
0 likesCan we make Windows boot into any UWP application on first boot? I expect the possibility to replace the PFN of Cloud Experience Host with the one for another app, or you can likely modify the manifest of any UWP application or at least any WinJS app to match the PFN and entry point of the cloud experience host.
0 likeswe're going back to nostalgi
0 likesI'm nervous now and hope that windows 12 wont be having a win32 bootscreen and a uwp based ntOSkrnl
0 likesI think the console does not output stdout but the result of an eval() call, so it's basically evaluating your input and outputing the result of the expression, nothing related to any stdout, I don't think there is a process.stdout in there or anything like that.
0 likesCorrect me if I'm wrong, but hasn't that installer existed since M2ish of Windows 8?
0 likesThe OOBE is not open source, there's a difference between source available and open source. If it's not under a free license it's proprietary.
1 likeReplies (7)
@@aiexzs okay, thank you for your time.
0 likes@@BlueSheep777 i'm not defining anything for you i frankly don't care
0 likes@@aiexzs you can't just disagree based on your feelings.
0 likes@@BlueSheep777 no
0 likes@@aiexzstell me the definition of open, source and then why you need 3 pages to define a combined word. FOSS exists and it says that it's free and open source (as in freedom) so open source doesn't really need to have a licence just because a movement wants them to.
0 likes@@Ale111Alethere's no open source license, it's proprietary code
0 likesBut kind of open
0 likesnow this is what I call a Enderman video
0 likesyou have to smash that next button, andrew
0 likesGaber Samir after watching this video:
0 likesIntroducing Windows 11 Pro Ultimate Arab Edition
Can you do more content on this topic?
0 likesDon't call 26052 Production...
0 likesDoes this mean we can modify the windows installer and then package it into a custom iso?
0 likesI don't encourage or condone the use of custom ISOs or piracy
Replies (1)
yes
0 likesThis video really wants me to make a script to UwUify all of the Windows strings
3 likes4:06 Easter Egg to Daniel Myslivets!
0 likesReplies (1)
(Or Ermakov)
0 likes13:39 that was priceless 😂😄
0 likesfinally a new thing after a year
0 likesGlad to see you.
0 likesU should like make the installation and oobe by ur own style as ur channel theme is, we want to test it out! or as meme
0 likesSo they are killing my eyes in the OOBE just because they want to
0 likesQuite interesting tbh
1 likeThey should in fact construct the whole windows system in this way instead of just the oobe in the future so customizing it would be easier than ever before! 🎉🎉🎉🎉🎉
0 likesReplies (2)
@@Ale111Ale What do you say about Linux?
0 likesMaking Windows open sourced is a very good way to let the community locate bugs together with you and make Windows better.
But no big corporation would leak the source open for hackers
0 likesYou didn't have to take it out of a VM, the files stay even after an update.
0 likeshaven't watch Enderman for 5 months
0 likesThat's groundbreaking. So it's that the same on windows 10x?
1 likeReplies (1)
But you need to jailbreak the system before oobe😊
0 likesHey i have been thinking of something that might actually be quite weird. What would happen if you used dism to pack a full standard windows distro and then put that wim file inside a PE boot cd would it boot???? Example: Windows Preinstallation Enviroment during the file copy process this enviroment is used and stored on the medium in folder src and the enviroment is stored at the file boot.wim what if that file was a full enviroment instead would windows F it up again? Because in linux this is indeed posible have a full live enviroment
0 likesLeap day video.
1 likeImagine theming the whole OOBE to look like XP
0 likesYay enderman finally uploaded :D
0 likesthe first logon animation is also WinJS
0 likesI wish if it was true, "Copyleft Microsoft".
0 likes3:53 already followed on Twitter
0 likesDelete PerfLogs in Windows
0 likes16:15 I'm working ASAP on it sir!
0 likesGreat! Now get rid of all the bloatware, telemetry and spyware pre-packaged with Windows and then ill maybe consider using it. In the meantime ill stick to Linux Mint.
0 likesReplies (1)
i get you want to flex your ego or whatever but the whole point of the video is downplaying microsoft
0 likesOf course, OOBE had to be a web-based app.
0 likesReplies (1)
Maybe
0 likesXp logo oobe got me laughing on the floor 🤣
0 likesWhat a background giving me the smell of old times when windows 7 and windows xp came out since then any windows like 10 ,8.1, 8,11 is not familiar even if they have a good look and works perfectly but the old times they never come back🥲🥲🥲
0 likesWhere is the Windows 10 loading animation file? The "balls spinning" at Windows startup...
0 likesReplies (1)
that's a font
0 likesWe getting Windows 11 OOBE Ctac edition out of this 🗣️🗣️😮💨
0 likesAwesome Video
0 likesA new version of Notepad is available.
0 likeswhats the music for this video?
0 likes5 ⭐️I learned many things about oobe from this video.
0 likesDoes windows 11 has dev console???
1 likeReplies (2)
In the oobe
0 likesYes
0 likesBring other videos like so, are very interesting
0 likes07:54 maybe try js code that returns not undefined
0 likesSince when does Windows Setup look like that?
0 likesIs it possible to run the OOBE using a web browser?
0 likes0:47 This is strange because it worked for me in VMware
0 likesI should really start fucking with windows a bit more
0 likesoh boy someone's gonna hear about this
0 likesin linux i also soimetime forgot to use sudo. come on man you,me , everyone can do mistakes but dont say they are rookie and thx for this amazing guide to configure OOBE
0 likessomeone make it so that the oobe plays the whistler intro :pray: or you know what even the macos snow leopard that'd be neat
0 likesReplies (1)
Has anyone archived those
0 likescant wait to see bootleg windows 13 and its just win 11 with custom oobe and pre installed apps
0 likesI Really like the video but can u make videos faster i dont love to wait 2monthes for a cool video like yours
0 likesRectify11 dark mode oobe update will be added like this, I'm sure
0 likesFinally, new video!!!!!!!!!!!!!
0 likesfinally a new video !
0 likeswhat is the name the app he used and how i can download it
0 likesPeople who eat intercontinental ballistic missiles
0 likes👇
9:15 and a classic banger was played
0 likesTime to theme it to look like W7 oobe!
0 likesThe comment to 4:01 is INSANE
0 likesi waited for this
0 likesGUYS HE UPLAODED!!!!
0 likesholy shit we have the same cursor...
0 likesAnother JetBrains guy
0 likes"rate the video"
0 likesI rate it 19742 out of 10
270th like or so.... lets hit 20k...
1 likei rate cool/cool
1 likebreak the windows 10 oobe
0 likeshe bacc les goooooooooooooooooooooooooooooo
0 likesThe 1st @endermanch video in '24!
0 likesTop tier post boss 💪
0 likesI did know this thing for about 6 months
0 likesYo be careful
0 likesI just saw bill gates traveling to your area
We going to the gulag with this one 🔥🔥
0 likesyou use edge now?
0 likesnew video on leap day 🗣️🗣️
0 likesHi
2 likesgreat vid
0 likesNew video from my favourite creator!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
0 likesWaiting for dark mode installer
0 likesNow Gaber Samir see this.
0 likesYou buy jetwings products?
0 likes2029: welcome to html os
0 likeslaughs in windows 11 being so bad
0 likes13:39 LOL
1 likehope yall enjoy the premiere
0 likesOOBE is source-availible and NOT open source.
0 likesOpen source is source code that is made freely available for possible modification and redistribution.
OOBE is proprietary software, calling it open source is very misleading.
Also, the distribution of the OOBE source code is not legal, I would advise taking it down
Replies (1)
Why you trying to get this taken down
0 likesI tried on windows 10 22H2 and it's almost the same!
0 likeshe woke up
0 likesPlease just do some voice acting. I just want to listen to your videos in the background.
0 likesToo much knowledge for an average Joe like me.
0 likes8:08 what do you just watching?
0 likesReplies (1)
planet fitness
0 likesPLZ DO ONE FOR WINDOWS 10 AS WELL!
0 likesCatppuccin OOBE 🧐
0 likesNew video yay!
0 likesVery Nice
0 likesThe new installer JUST released, bro give it a break
0 likesCant understand a thing. Still fire 🔥
0 likesplss don't get terminated
0 likesYou're brilliant 😍😍
0 likesI swear if Microsoft will take down the video withn a few days, then i am going to boycott every microshit product
0 likes4:05 who?
0 likes4:05 bruh
0 likesi alredy finally installed windows 12
0 likeswhy dont u make ur own windows that will be cool!
0 likesget rid of dev console kinda useless because you can just copy and paste the older js dev console into new...
0 likesAn OS made from HTML/CSS/JS
0 likesWhat song is 8:30 ?
0 likesnice
1 likeThe content of let's say you making a video about the secrets of the windows installer I don't have a problem with. The content that you make on the topics that you do them about is GREAT!! Phenomenal! Flawless! BUT it is absolute brain dead to me to make me have to read It makes me lose complete interest.
1 likeWould be nice if these were a bit more engaging videos that weren't so brain dead and made me have to keep pausing every single two seconds to read what you type. Somebody talking voice overing something something that helps me watch a 17 minute video with nothing but raunchy audio on it Is a huge turnoff and also distracting from me reading, and also being a video full of so much text it might as well just be a blog post. I come to youtube to watch videos not read text and pause every 2 seconds to read 2 lines of text.
Replies (1)
Let's turn this into a poll: https://www.youtube.com/post/UgkxJlVXYFkpH_2XOzQKwCPRlqYvlpjSx-Hm
1 like@endermanch please make a new intro it's been 4 yrs years ago same intro please make a new intro to your channel now it's 2024! ;)
0 likesReplies (2)
@@its_windev Oh Ok :)
0 likesI have YouTube channel like @endermanch before I Started this channel I get Inspired by @endermanch only! :)
he doesn't have to make a new intro even if the current intro is old
0 likesbesides that intro is already perfect as it is
music is loud
0 likesTf2 code i was thinking
0 likesImagine using windows :)
0 likesno way ur using edge
0 likesI am an HTML coder. So to change the color to white, do <font color=white>
0 likesReplies (3)
@@coder436 That's actually worse. "Color" has never been a valid attribute on a "span" tag. The proper HTML 4.0 and later method is to use a style attribute on the span tag (or other enclosing element). So <span style="color: white">.
2 likesI'm not a nerd so I can't do CSS @@eDoc2020
0 likesYou should be using CSS instead. The "font" and similar tags have been depreciated since HTML 4.0 which came out in late 1997. That's over 26 years ago.
2 likesThis is cooooool!
0 likesI love ur Videos. But Still i cant Thank you. Is there a way? 🥺
1 likeReplies (2)
@@junebryant-ki1ir sadly i need membership for joining his discord. i am allready on it but cant really do anything sadly
0 likesi think he has a patreon / some way of paying him
0 likescalling it open source is a bit misleading
1 likeReplies (2)
i've personally always seen "open source" get used for licensed, deliberately published and redistributable source code
2 likeshere the source code just happens to be available in the OS? not sure how to explain it
the difference probably doesn't matter
The source is open, what's wrong?
0 likesHello ????
1 like11 views and Windows 11
0 likesI watched this at 1 am!
0 likes🎉🎉🎉
0 likesi love virtual machines, im gonna fill one with viruses to the brim ❤😊
0 likesCan i get that cool wallpaper
0 likespls merge all registery from windows 98 to windows 11😊
0 likesOooooo cool
0 likes:)
2 likesi miss that russian voice :(
0 likesW Microsoft
0 likespolish subtitles pls
1 likeScript kiddies strike again.
0 likesI am making FireOS. thank for helping ke
0 likes11:28 subtitles say h
0 likes12:00 k
Instant like!
0 likes❤❤ thanks
0 likesi was the last one in chat 😎
0 likesW video
0 likesmicroosoft
0 likesyey
0 likesI have the 80th comment
1 likedingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingdingding
1 likewinblows
0 likesHey enderman, Or everyone, Sorry for the out of video question, But im desperate to fix this problem, Basically, When i boot my pc it has the acer logo and is loading, but when the load ends and the acer logo dissapears, Its just pitch black, No cursor, No nothing, It just boots in safe mode Plz help im losing my mind 😭
1 likeholy siht
0 likes🤔 interesting
0 likesenderman
0 likesthats rlly rlly funny because i discovered this several weeks before this vid when i was getting a web browser to run on the oobe screen
0 likesWow
0 likesyay :3
0 likesCtrl+shift+j anyone?
0 likes😮
0 likesI was here before 1h yay
0 likesegg
0 likes💀
0 likesFirst
2 likesLike this comment if you watched the premier (max 338 ppl)
0 likesReplies (1)
No
1 likeErrortek subscribe your channel but my friend got channel enderman
0 likes30 dislikes 💀
0 likesReplies (1)
Oof.
0 likesWindows 10 = TRASH
1 likeReplies (1)
what
0 likesPrimero
1 likeHahah Microsoft is so dumb
0 likes"Copyleft" 💀💀‼️‼️
0 likesdodayı acon
0 likesM
0 likesM
0 likesкайф
0 likesI'm early
0 likesfinnaly im early :p
0 likesfirst
0 likesim so early lol
0 likesWE GETTING OUR YT CHANNEL DELETED WITH THIS ONE!!!! 🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣
0 likesJavaScript is a plague, it's literally everywhere.
0 likesJust wait until Microsoft actually releases copyleft windows Core
1 likeThe same way they did with .NET Framework
OOBE = web (html) browser and bullshit
0 likesкалуга барахолка
0 likesRemove fucking windows installer fucking malware
0 likesCan you play title.wma?
0 likesBTW, http://codebox/jsconsole looks like a Microsoft intranet address.
0 likesIsn't the "new" installer a modified version of setupprep.exe, that was introduced in Windows 8?
0 likesWhat's most interesting to me is that WinJS, from what I gathered from the GitHub issues, hasn't had support since 2016, which is crazy. You can't even browse the docs, it just redirects to the GitHub project page lol
0 likesReplies (1)
55 seconds ago lol
0 likesits also possible to open the oobe in a window using this command: ms-cxh:frxinclusive
1 likeThe installer looks retarded now, windows 7 basic & modern white? Oh Microsoft 🤣 macOS & most Linux installers I’ve used have been neat asf
0 likesWait so what are they using to actually render this? If it's just some kind of cleverly fullscreen'd browser window, then we need to consider that since they've made edge a system level browser, the OOBE might be running on it. Meaning that you're technically setting up your windows installation using google chromium.
0 likesspongebob-everythingischrome.jpg
Replies (1)
Judging by the scroll bar, I think it uses the older EdgeHTML
0 likesFun fact: CloudExperienceHost actually has code for the Xbox. Around 6 months ago I was looking into the files and I found comments in that could that said something along the lines of "this has been disabled due to crashing on Xbox consoles. We could not get the issue to replicate on any of our dev consoles so we will have to remove it for now"
0 likesCongratulations! Microsoft is now in search of you throughout the entire planet to find and sue you for the "infringement of Windows license and policy" that nobody cares and cared about.
0 likes