Man ever since I started using Linux, I always wished that Microsoft will bring back the Terminal only mode . I don't think they ever will but this project is GOLDEN. I'm gonna download this right now. Sometimes it is really convenient to be able to log in to the command line without having to load the entire Windows GUI. As you said, the possibilities of what we can do with this are Endless !
Windows Nano Server has no GUI and is terminal only, but it's only for Docker/Kubernetes containers. Windows Server Core (the stripped down edition of Windows Server, no matter which year) only has the CMD.
You can achieve the same thing by using the command prompt in WinE. But for me I rather use an MS-DOS with full Windows/DirectX compatibility rather than Linux due to it was years since I memorize the commands.
Indeed. I'd like if Microsoft made a Native Powershell of the sorts with a high privacy degree, it won't happen but at the very least it's nice to think about it.
Even tho, I switched to Linux and abandoned Windows, it's still impressive what's possible if you dig deep enough. Can't wait to see what you're up to next. ^^
happy new year endermanch, Also you can run native applications with a native application runner as all the windows apps use the function CreateProcess() which cannot start native apps for example explorer, cmd also NtCreateFile() failed because you need to either specify the unc path or the device path to the location.
Edit: You can run native applications in win32 mode by the RtlCreateProcessParameters() and RtlCreateUserProcess() functions also a blue screen of death isn't running in native mode instead in kernel mode, native application can only link against NTDLL and the functions are mostly undocumented.
It would be better if Microsoft actually listen to more open sources and implement stuff (for example more functionality to the terminal and cmd, and also removing the bloat and older, Windows 95-98, windows [not the Operating System] ) and look into other Operating Systems like Linux (GNU/Linux nerds! Okay?) and Mac even though by not copying the whole freaking design like the centered taskbar.
"Centered Taskbars are a disgrace to the Windows family of Products." ~ Enderman.
@@iskamag That will truly bring life into open source usage of windows and a brand new level to microsoft. But under current circumstances, we can see that microsoft has only the mind to money and not the consumer satisfaction (even though they implemented some stuff this year). Making windows open source will be a dream too good to be true, but hope it happens. Also, being able to do stuff like this opens the possibilities of GNU/NT and getting different kernel just like in linux!
You know what would be even better? If they would make the system more modular, and let us for example delete the native windowing system and replace it with X or wayland, or use GNU coreutils and bash, for a GNU/Windows operating system. And hopefully they'll license all of their software under GPL.
People say that Microsoft learned again to count. But they never knew. Like Windows 95 after 3.1, Windows 2000 after 98, Windows 10 after 8.1, and finally: Windows 365 after 11
@@Galaxy.Windows did you even try it in a vm? and did you even do a google search before saying that windows me is nt? wikipedia says that me's kernel is an monolithic kernel, which are for example: Unix , MS-DOS, Windows 9x. if you even look at wikipedia page for Windows NT, and you look at release, ME is not there.
also "Windows Milenium" as you said it, doesn't exist, but "Windows Millennium Edition"(ME) exists, i think you are getting confused with Windows 2000, which successed NT 4.0
@@dionnix no. NT 5.0 is its own OS. 2000 uses this name in beta 1 builds but in Beta 2 it was changet to 2000. Windows 2000 was based on NT 5.0 but that doesnt mean that Windows NT 5.0 is Windows 2000. Cheese
what happens when you run csrss.exe with proper arguments like: csrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16 (copied from my windows 10) will the windows just continue booting normally or something weird will happen because native shell is still running?
Since the project is open source, is there a possibility to bring this back? I'd love to see this functionality in windows as it would make the experience better for everyone!
2:34 Pretty sure that, at least in the case of BootExecute, which is what TinyKRNL uses, Native mode doesn't even have accounts, because lsass.exe isn't started yet. There isn't any SYSTEM/NT AUTHORITY to run in at that point, the only thing a native program has to check against is the Kernel itself.
Kevin stratvert has videos on the proper tools Microsoft have created to use after disabling a lot of legacy code. They even tried to disable legacy hardware. Updates are becoming more featureless and more consolidated..
Personally, I think this could open up a lot of possibilities! Maybe you could write your own equivleant to csrss and make a funtioning gui! (sorry for grammar, i am sleepy)
I wonder if its possible to make cmd native so you can run cmd directly from the native shell, basically making the full command prompt as the command-line mode and not only the commands programmed in.
@@terasestHammasratas Running Command Prompt as administrator isn't the same thing as running it in native mode. Even as administrator you can't for example delete system32, in native mode you can.
Quick question Andrew, if CSRSS.exe is not a Windows app, and is native shell application, why does it crash while running the native shell, and it shows csrss on the task manager?
Technically, csrss.exe is still a 'process' (albiet one directly interfacing with NTDLL instead of through overlayed subsystems), and processes are directly managed by the Kernel itself. Task Manager is also a process, it's just abstracted through the Win32 subsystem (which is csrss.exe). Task Manager queries the Win32 subsystem for active processes, and then the subsystem queries the Kernel for the required information. It crashes when ran from the Native Shell because it isn't started properly. When started by the Kernel, csrss is given a bunch of arguments for relevant dependencies (such as dlls and sys files), which weren't passed when it was ran from the shell. csrss, when it couldn't detect the necessary files for it to run, just sent the 'halt the system' AKA the BSOD command to the Kernel, which also handles those.
"Why does it crash while running the native shell" "it's a native application" != "it does not have dependency or permission requirements". i doubt that you had never seen error dialogs in windows (graphical shell) that says "application cannot start because xxx.dll is missing". do you consider those application to not be win32 applications?
The reason as it shows in task manager is because it is loaded on startup before converting back to launching apps in win32 mode. Ending csrss will cause your computer to shutdown.
Install Linux with minimal set of apps, create partition for windows virtual machine, create vm and make it think it's running on bare metal. Tell Linux to start vm in fullscreen mode each time you start gui, or heck when you start xorg so you won't be able to even alt tab from VM.
The Windows XP setup is in Win32 mode, without a shell. And when it boots, it doesn't start in Windows PE, it starts it after a few screens. This is when the setup says "Setup is starting Windows".
@@eriksiers Most of them had CD music. Some FMV games and some others use the PCM sound chip to play sequenced music (Like on a SNES) and some also used the FM sound chip (YM2612 / YM3438) of the Mega Drive.
@@idogaming3532Actually, at least some Sega CD games had regular CD audio after the data track. For example, Eye of the Beholder does, and that music is radically different than e.g. the DOS version's music.
@@lychy645Bytecode is interpreted, whether it's Java, .Net, or whatever. Anything compiled to a format that is directly runnable by the CPU without an interpreter (e.g. the JVM) is in machine code. Also: Java's "intermediate language" is bytecode.
Windows API для разработки 32-разрядных приложений. Win32 встроен в Windows 95 и Windows NT, поэтому приложения, использующие API (приложения Win32), должны одинаково хорошо работать в обеих средах. Также можно запускать некоторые приложения Win32 под более старыми 16-разрядными версиями Windows, установив систему времени выполнения Win32s.
I found about this a few years ago n documented it in a batch programming server I help run, except even those cool commands bugged out, I did this on Windows 7.
There is a real bootscreen, and a fake bootscreen called Progress, the fake bootscreen runs under user mode, and if you edit registry you can make it run cmd instead of windeploy. Also the fake bootscreen only shows while the setup, but using registry you can enable it again, even tho it breaks windows if you dont revert it later.
Hello 👋 endermam, Can you please give me the wallpaper that you used at 0:10? I really liked it I will be very grateful and happy if you give me the wallpaper 🙏🙏🙏
does anyone know name of site where you get to pick your own windows and when it hits your turn you can do with that windows whatever you want for 30 seconds?
I broke windows 10! Video: https://youtu.be/rY5ZevavlSU. The native shell use NTDLL which is undocumented. Win32 is the lowest documented API excluding NTAPI
I always wondered if there was a way to boot windows 10 into a dos kind of mode where it did very little multitasking and you’re whole computer would focus on one application for example and game and you’d get better performance
@@godfather7339 GUI is sometimes on TTY1 (F1), TTY3 (F3) or TTY7 (F7). TTY1 is the one which i haven't heard of, but it's up to the user to where run the startx command
Linux has that, press cntrl + alt + F3, you can do this while the system is running, and you can get graphical mode again by pressing cntrl + alt + F1.
Dang. NativeShell didn't recognize my USB keyboard, so I thought I was fucked. Going into recovery and running remove.reg didn't work, but thankfully deleting the file did lol
Sorry i have a question about your video MS-DOS Mode in Windows, unfortunately i deleted msdos.bat file and the EditorX...file but i dont deleted win.bat, im now stuck in the cmd of MS- DOS Mode, can i back to Windows 10 ??
Hey guys I need help. I can't type anything and I can't exit the NativeShell. I have endeavourOS(Arch Based Linux) I don't have any USB how to uninstall it? (My storage ready-only) pls help guys
I fixed. Just Convert To Read-Write and backup the native.exe
How? first use "lsblk" and found the disk Use "ntfsfix /dev/yourpartitionsda(like: sda4 or sba)" Now go to the windows/system32/native.exe and rename native.exe to native.exe.bkp
man I remember my dumbass 13 y/o me installing this In Windows 10 (the MS-DOS mode in WIndows 10) In a coorperate-given laptop, there was a problem and I hard restarted it, then the motherboard broke lmao, good times.
Hey Enderman, Last Month January 30th 2022, It Been 15 Years Windows Vista Has Released Witch This Means, IT'S WINDOWS VISTA'S 15TH ANNIVERSARY!!!!!!!!! So Can You Build The Ultimate Windows Vista 15th Anniversary PC?
WTF why there's so much Linux nerds in the comments? I just wanted to laugh at this fun white text black screen thingy, not to feel myself bad again because I'm running Ubuntu and I've totally have no idea how it freaking works >_<
Except that Win9x was NT Ask Dave Plummer who worked on it; he was part of the Windows NT team working on Windows 95. Everything above Windows 3.11 was on the NT kernel.
8:16 Enderman: Ight, Imma delete you temporarily. Native.exe:
WHAT THE FU??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
Hi enderman i have a new program that can destroy your PC! first that will needed to restart your computer and when you open it on your main pc it will lag and when you try to do something it will don't work so do you like to send it to you? like it and comment it to i know!
Finally, the legend is back after all this time!
133 likesReplies (9)
Do you know that Enderman lives in Russia, Moscow? You what is happening with Russia and Ukraine?! IS ENDERMAN GONNA-
0 likes@Flameor True, video setups could cost a lot to make to optiziming the settings.
0 likesI knew it! 101 likes.
0 likes@@nguyenthienminh1443 it got 100 likes
0 likesDo not say this comment got 80 likes.
0 likes@Flameor But It Ramdomly Once
0 likesYes!
2 likesYea look at the community posts
2 likes13 minutes?
1 likeMan ever since I started using Linux, I always wished that Microsoft will bring back the Terminal only mode . I don't think they ever will but this project is GOLDEN. I'm gonna download this right now. Sometimes it is really convenient to be able to log in to the command line without having to load the entire Windows GUI. As you said, the possibilities of what we can do with this are Endless !
95 likesReplies (8)
They can't use strictly dos mode due to WinNT constraints, buy why not cmd or powershell?
0 likesWindows Nano Server has no GUI and is terminal only, but it's only for Docker/Kubernetes containers.
0 likesWindows Server Core (the stripped down edition of Windows Server, no matter which year) only has the CMD.
Arch Windows be like
3 likesYou can achieve the same thing by using the command prompt in WinE.
1 likeBut for me I rather use an MS-DOS with full Windows/DirectX compatibility rather than Linux due to it was years since I memorize the commands.
you can also launch cmd in this mode
2 likesIndeed. I'd like if Microsoft made a Native Powershell of the sorts with a high privacy degree, it won't happen but at the very least it's nice to think about it.
6 likesExactly ! This is a golden Feature that should be natively available on Windows
4 likesTerminal mode saved me countless time. Just a black screen with white text but you can fix many problems occur in your computer!
8 likesFinally: MS-DOS 11.0??
19 likesReplies (2)
Yep.
1 likeIt's evolving, just backwards.
3 likesBeing able to type on the same screen that the scan drive screen is on in Windows XP feels cursed
34 likesEven tho, I switched to Linux and abandoned Windows, it's still impressive what's possible if you dig deep enough. Can't wait to see what you're up to next. ^^
13 likesMicrosoft can count but can't create anything new,
117 likesbut Valve on the other hand, is a complete opposite of that
Replies (6)
@@deulalune yeah.
2 likes@@SOTP. looks like a cursed geometric sequence
6 likes@@LYB4 windows be like: windows 1, 2, 3, 3.1, 95, 98, 2000, xp, vista, 7, 8, 8.1, 10, 11, 365.
11 likesMicrosoft, going backwards from 98 to 7
9 likesValve can't count but can create something new
12 likesThey can only count to 2. 3 is a completely unknown concept to them.
34 likesEnderman, upload your excellent videos more often! Do your best!
12 likesReplies (5)
@Err lmao
0 likes@Jimi Hendricksson why should anyone care?
0 likes@@winbetatester let's see
4 likeshe did says that in the beginning of the video ( he says he will be a weekly guy )
1 likeThanks for talking to enderman
4 likeshappy new year endermanch, Also you can run native applications with a native application runner as all the windows apps use the function CreateProcess() which cannot start native apps for example explorer, cmd also NtCreateFile() failed because you need to either specify the unc path or the device path to the location.
8 likesEdit: You can run native applications in win32 mode by the RtlCreateProcessParameters() and RtlCreateUserProcess() functions also a blue screen of death isn't running in native mode instead in kernel mode, native application can only link against NTDLL and the functions are mostly undocumented.
It would be better if Microsoft actually listen to more open sources and implement stuff (for example more functionality to the terminal and cmd, and also removing the bloat and older, Windows 95-98, windows [not the Operating System] ) and look into other Operating Systems like Linux (GNU/Linux nerds! Okay?) and Mac even though by not copying the whole freaking design like the centered taskbar.
33 likes"Centered Taskbars are a disgrace to the Windows family of Products." ~ Enderman.
Replies (7)
Here's a better idea: remove windows [the Operating System]
0 likesAs a CMD/Batch developer i completely agree.
0 likesYes, i make batch games and "OSes"
@@iskamag GNU/NT!
0 likes@@chikkuperla Win32 on Linux kernel
0 likesAt least they give you the option to left-align the taskbar.
0 likes@@iskamag That will truly bring life into open source usage of windows and a brand new level to microsoft. But under current circumstances, we can see that microsoft has only the mind to money and not the consumer satisfaction (even though they implemented some stuff this year). Making windows open source will be a dream too good to be true, but hope it happens.
5 likesAlso, being able to do stuff like this opens the possibilities of GNU/NT and getting different kernel just like in linux!
You know what would be even better? If they would make the system more modular, and let us for example delete the native windowing system and replace it with X or wayland, or use GNU coreutils and bash, for a GNU/Windows operating system. And hopefully they'll license all of their software under GPL.
7 likesPeople say that Microsoft learned again to count. But they never knew. Like Windows 95 after 3.1, Windows 2000 after 98, Windows 10 after 8.1, and finally: Windows 365 after 11
79 likesReplies (50)
Windows 360 + 5gb of bloatware you will definitely use:>
0 likesand the codename of Windows ME is "Millennium"
0 likes@@Galaxy.Windows NT 5.0 is just an name during development of Windows 2000
0 likes@@Komas19Gaming Windows 2000 successed NT 5.0. and Windows Milenium exists. but it was canceled and only builds of it can be find
0 likesi just checked on betawiki, and it says "Windows 2000 (known as Windows NT 5.0 during development)"
0 likesand NT 5.0, is an codename for windows 2000, in wikipedia, if you try to get to Windows NT 5.0 page, you are redirected to Windows 2000 page
0 likes@@Galaxy.Windows did you even try it in a vm? and did you even do a google search before saying that windows me is nt? wikipedia says that me's kernel is an monolithic kernel, which are for example: Unix , MS-DOS, Windows 9x. if you even look at wikipedia page for Windows NT, and you look at release, ME is not there.
0 likesalso "Windows Milenium" as you said it, doesn't exist, but "Windows Millennium Edition"(ME) exists, i think you are getting confused with Windows 2000, which successed NT 4.0
@@Galaxy.Windows tried to do it on a vm, it doesnt even show NT, get off yt instead
0 likes@@Galaxy.Windows ik this comment is 1 year old but nt 5.0 was probably a development name for windows 2000
0 likes@@naterhythmbig brain time
0 likes@@dumbfloppa yes. but i was talking about milenium
0 likes@@Galaxy.Windows Millenium Edition Is Me.
0 likes@@Radkeyboard7984 Windows Milenium is but Windows Me is based on Windows NT 4.0
0 likes@@Radkeyboard7984 dont ask me. ask microsoft
0 likes@@Radkeyboard7984 dont ask me. ask microsoft
0 likes@@Galaxy.Windowswhy would 2000 exsit
0 likes@@Galaxy.WindowsPlus it was based of windows 98
0 likes@@Galaxy.WindowsPlus why would ME would include ms-dos as it’s cmdline even though it was command prompt in nt
0 likes@@Galaxy.Windows ME is based on the ms-dos code base 2000 was based on the nt code base
0 likesAfter 98 is ME not 2000
1 like@@dumbfloppa i dont know. ask Microsoft not me
0 likes@@Galaxy.Windows Tell me why windows me uses system instead of system32 if its windows nt
0 likes@@Galaxy.Windows bro like I said do some research even a little Google search can tell you that it's not NT
1 like@@wvistalover wow, 2 days ago. i never checked this topic since 3mo ago. aslo Windows Me winver says
0 likes"Microsoft Windows NT
Windows Milenium Edition"
@@Galaxy.Windowswindows me is not nt lil bro do some research just search "is windows me based off of NT?"
1 like@@weegeenumberone2 what comment to be exact. and its a 5mo old comment that i write. and Windows Me is NT based. even winver says that
0 likes@@Galaxy.WindowsNuh uh. Do your research, it's 9x. (also replied to one of your comments 5 months ago)
0 likes@@Puppetmaster664 nope it was the 30th anyversary of windows
0 likes*since 95's release
0 likes@@Puppetmaster664 no, windows was over 20 years old when w10 released
0 likes@@Galaxy.Windowsalso am on your side
0 likes@@naterhythmit didnt cause when they were making windows 10 it was windows 10th aniversery i think
0 likes@@Galaxy.Windows But that is half true because Longhorn was reset so the new Longhorn was Vista
2 likes@@StripesTheEmoji404 correct
0 likes@@Galaxy.WindowsWhat? NO! Next thing you are gonna tell me is that Longhorn was released after XP, and Vista is not Longhorn
0 likesand of course 1 after 360
0 likes@@dionnix Neptune exist and Windows Me is NT based. need proov? press Win+R then type winver
0 likes@@Galaxy.Windows what? me is 9x which is based on dos not nt, neptune never released mate
0 likes@@dionnix no. NT 5.0 is its own OS. 2000 uses this name in beta 1 builds but in Beta 2 it was changet to 2000. Windows 2000 was based on NT 5.0 but that doesnt mean that Windows NT 5.0 is Windows 2000. Cheese
0 likes@@Galaxy.Windows this information is not correct, 5.0 was the development name and 2000 was the final name bruv
0 likes@@dionnix NT 5.0 and 2000 have the same NT Version. XP is 5.1, Server 2003 is NT 5.2, Neptune is NT 5.5, Windows Me is NT 4.9, Vista is NT 6.1.
0 likes@@Galaxy.Windows bruv 5.0 never existed, thats why xp is 5.1 and not 5.2
0 likes@@dionnix no is not
0 likes@@Galaxy.Windows NT 5.0 is windows 2000
0 likesWindows Me was after 98,
1 likeWindows 2000 was after NT 5.0
@@rosemaryholloway4141 nah
0 likesIt's windows 12 and Microsoft 365
0 likesI've always wondered why windows 9 didnt release
5 likesbecause 7 8 9... ...get it?
@@whoeveriam2665 lmao
1 likeThe new type of arithmetic: Microsoft-style
10 likeswhat happens when you run csrss.exe with proper arguments like:
12 likescsrss.exe ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16
(copied from my windows 10)
will the windows just continue booting normally or something weird will happen because native shell is still running?
Nice to see more of that command line that you see in the windows 7 bootloader and in avast after a scan
6 likesReplies (3)
I wonder if we can get the old NT command line, the one you see after the so called "DOS part" of the installer ends
1 likeI didn't realize that Avast used Native mode for the anti-virus on bootup lol
1 like?
0 likesHappy 2022 to you too!
1 likethank you for inspiring me to get into tech and making my 8 year old life more than just minecraft videos :)
2 likes1:42 Typo, it says "winodws 9x" but it suppost to say "Windows 9x"
3 likesanyways its a good video 👍
Since the project is open source, is there a possibility to bring this back? I'd love to see this functionality in windows as it would make the experience better for everyone!
21 likesReplies (1)
maybe
1 likeHappy (late) New Year Legend! Welcome back!
1 like2:34
2 likesPretty sure that, at least in the case of BootExecute, which is what TinyKRNL uses, Native mode doesn't even have accounts, because lsass.exe isn't started yet. There isn't any SYSTEM/NT AUTHORITY to run in at that point, the only thing a native program has to check against is the Kernel itself.
Finally a new video!
2 likesIt's really fun to watch your videos, because it's teaching a lot of things in pc :D
1 likeIt's incredible how a person with Windows XP compatible u ported MS-DOS Windows XP on Windows 10 i'm fan
1 likeLast visual changes to this mode were made by Microsoft, at Windows Build 7927.
4 likesReplies (1)
Hey
0 likesKevin stratvert has videos on the proper tools Microsoft have created to use after disabling a lot of legacy code. They even tried to disable legacy hardware. Updates are becoming more featureless and more consolidated..
4 likesSwitching to TTY2 when the DE on Windows fails to start be like:
5 likesI wish you could actually do this by pressing control+alt+F1-F6 like on a unix system
We need busybox ported to this space :)
4 likesReplies (1)
Maybe developing POSIX to NT API translation library first so we can port many things to it!
0 likesI'm wondering if somebody can enter WSL1 mode directly with similar method...
2 likesDear Ender Recently you are missing us back to us soon we want another video
1 likeYay New video, Wa waiting for Years xD
1 likePersonally, I think this could open up a lot of possibilities! Maybe you could write your own equivleant to csrss and make a funtioning gui! (sorry for grammar, i am sleepy)
2 likesReplies (1)
CSRSS doesn't need an equivalent. It's a RSS client/server (jk lmao) Client/Server runtime subsystem
0 likes1:28 man i love winodws
1 likeMicrosoft can count, but can't make anything new.
4 likesQuote of the century
I wonder if its possible to make cmd native so you can run cmd directly from the native shell, basically making the full command prompt as the command-line mode and not only the commands programmed in.
21 likesReplies (7)
@k26 yeah but we got a whole xp leak, so ye
0 likes@k26 since we have the cmd source code, this might work.
0 likesIt would be easier to do this for ReactOS’s CMD
1 likeit's*
0 likesYou can do that
0 likesYou need to somehow recompile it to use only NT functions
6 likes@@terasestHammasratas Running Command Prompt as administrator isn't the same thing as running it in native mode. Even as administrator you can't for example delete system32, in native mode you can.
13 likesQuick question Andrew, if CSRSS.exe is not a Windows app, and is native shell application, why does it crash while running the native shell, and it shows csrss on the task manager?
8 likesReplies (4)
Technically, csrss.exe is still a 'process' (albiet one directly interfacing with NTDLL instead of through overlayed subsystems), and processes are directly managed by the Kernel itself. Task Manager is also a process, it's just abstracted through the Win32 subsystem (which is csrss.exe). Task Manager queries the Win32 subsystem for active processes, and then the subsystem queries the Kernel for the required information.
2 likesIt crashes when ran from the Native Shell because it isn't started properly. When started by the Kernel, csrss is given a bunch of arguments for relevant dependencies (such as dlls and sys files), which weren't passed when it was ran from the shell. csrss, when it couldn't detect the necessary files for it to run, just sent the 'halt the system' AKA the BSOD command to the Kernel, which also handles those.
also csrss is a critical process that it make a copy of it and have a win32 app
0 likes"Why does it crash while running the native shell"
4 likes"it's a native application" != "it does not have dependency or permission requirements". i doubt that you had never seen error dialogs in windows (graphical shell) that says "application cannot start because xxx.dll is missing". do you consider those application to not be win32 applications?
The reason as it shows in task manager is because it is loaded on startup before converting back to launching apps in win32 mode. Ending csrss will cause your computer to shutdown.
3 likesEnderman Is So Sweet Same I Love Minecraft Enderman I Wish you 5 years Great luck! Bye love your videos! :D
0 likesInstall Linux with minimal set of apps, create partition for windows virtual machine, create vm and make it think it's running on bare metal. Tell Linux to start vm in fullscreen mode each time you start gui, or heck when you start xorg so you won't be able to even alt tab from VM.
7 likesReplies (3)
Output the virtual machine's display directly to the frame buffer. No Xorg required.
0 likesAlso,
r/linuxmasterrace would like to have a word with you
but why
1 likey tho
1 likeWhat’s the difference between this native mode and the CLI mode in a Windows XP setup?
6 likesReplies (3)
N
0 likeswinXP is in win32 no shell and it dont start in winPe
0 likesThe Windows XP setup is in Win32 mode, without a shell. And when it boots, it doesn't start in Windows PE, it starts it after a few screens. This is when the setup says "Setup is starting Windows".
1 likeGood to see you back man happy new year
0 likes❌ Arch Linux as desktop
7 likes✅ Windows as embedded PC
Replies (2)
There is windows CE or windows embedded compact 7/2013
0 likesLinux sucks
0 likesI have an idea for a future video. So the thing is, you import a virtual machine disk (.vmdk) as raw data to an audio editor. That is pretty much it.
3 likesReplies (5)
@@eriksiers Most of them had CD music. Some FMV games and some others use the PCM sound chip to play sequenced music (Like on a SNES) and some also used the FM sound chip (YM2612 / YM3438) of the Mega Drive.
1 like@@idogaming3532Actually, at least some Sega CD games had regular CD audio after the data track. For example, Eye of the Beholder does, and that music is radically different than e.g. the DOS version's music.
0 likesThat's like putting a SEGA disk into a CD player. You'll go deaf.
1 likeI executed the idea in my new video, so if anyone wants to see, check my video out.
0 likesaudio editor: reads garbage memory and play some strange sounds
1 likeSometimes without narration, the music still keeps on rocking.
0 likesIn fact, this mode is a shell of the language Batch, of which there is no benefit.
8 likesReplies (6)
@@lychy645Bytecode is interpreted, whether it's Java, .Net, or whatever. Anything compiled to a format that is directly runnable by the CPU without an interpreter (e.g. the JVM) is in machine code.
0 likesAlso: Java's "intermediate language" is bytecode.
@@xanderplayz3446 Java compiles to an intermediate language, not bytecode
0 likes@@lychy645 not
0 likeslook it up
@@xanderplayz3446 every compiled language compiles to bytecode
0 likes@@lychy645 everything isnt java, not everything uses bytecode
0 likesNo its still bytecode
0 likesEnderman how do you do all the malware runs securely, do you make a fake network or something?
2 likesThats what you can call, MS-NT!
3 likesfinally with these type of videos
0 likesHaving both the MD and CD commands without RD seems quite peculiar. Do you have to use DEL in its place?
4 likes6:32 when i was playing around with assembly with input i solved this by printing a \b, then a space and then a \b again
2 likesdownload link is dead
2 likeshey man u haven’t posted in a while u ok?
1 likeFinnaly, Enderman after 1 month publish new video 🙂💻
1 likeReplies (1)
It's been 4 months
1 likeThe best ytber! Congs for the video!💪
0 likesIt looks like the verbose boot screen on XP and like the Windows 8 verbose boot screen on Windows 11
2 likesHey, u gonna upload, are you okay
1 likeAvast also uses native boot for virus scans
1 likeYou are making me do science in my brain
0 likesSo this is basically, Windows 11 DOS edition.
11 likesReplies (3)
@@archlinus5066 "Basically"
0 likesit has nothing to do with DOS, it's still using the NT kernel and that shell was made from scratch
3 likesalternate universe where they never switched to NT
2 likesYou come back! :)
1 likeat last enderman is back!
0 likesWhy you didn't change the registry in order to have powershell as explorer? It's not perfect because winlogon remain but it's more simple
1 likeThis is so cool how you did this! 😎
1 likehello enderman i am your turkish follower wheresye i watched all your videos and i continue to watch i love your videos please leave a heart
0 likesWindows API для разработки 32-разрядных приложений. Win32 встроен в Windows 95 и Windows NT, поэтому приложения, использующие API (приложения Win32), должны одинаково хорошо работать в обеих средах. Также можно запускать некоторые приложения Win32 под более старыми 16-разрядными версиями Windows, установив систему времени выполнения Win32s.
3 likesms-dos mode for windows 10: bootscreen command prompt exploit
8 likescommand-line mode for windows 11: native mode
no one: bluescreen error exploit
Replies (1)
cmd.exe: PrEsS Ok tO ClOsE ThE ApPlIcAtIoN
0 likesDamn
0 likesEnderman is back!
I found about this a few years ago n documented it in a batch programming server I help run, except even those cool commands bugged out, I did this on Windows 7.
1 likemaybe you could overcome lack of commands by using windows version of busybox?
1 likejust expecting some video today, and after i came from down i saw this video
0 likes"This year I will try to be a weekly guy"
1 like1 month ago
this guy is a god of Windows :D
0 likesTerrific as usual happy new year @endermach
0 likesrequest: do Windows Vista 15th anniversary pc build pls
2 likesim sorry but at 1:39 it wont stop standing out to me "Winodws"
1 likeYou Back, its good.
0 likesHe: Enderman
0 likesMe: Creeper
Does that mean that the Bootscreen is running in Native and the LogonUI in User Mode?
5 likesAnd by doing the BCPE, it puts the bootscreen into User Mode
Replies (3)
@@steve_1507 nope. Native mode runs under SYSTEM.
1 likeBut can you logon while in Native Mode
0 likesThere is a real bootscreen, and a fake bootscreen called Progress, the fake bootscreen runs under user mode, and if you edit registry you can make it run cmd instead of windeploy. Also the fake bootscreen only shows while the setup, but using registry you can enable it again, even tho it breaks windows if you dont revert it later.
5 likesYou should make a discord for your community! That would be pretty cool :D
1 likeReplies (4)
@@shadowthefurryscientist ahh okay, thanks!
0 likeshe has a server but it's for members (who clicked the join button next to the subscribe button)
1 like@@x-y.z oh rip
0 likesHe had one, but i think he deleted it?
1 likeHello 👋 endermam, Can you please give me the wallpaper that you used at 0:10? I really liked it I will be very grateful and happy if you give me the wallpaper 🙏🙏🙏
1 likeReplies (1)
ye
0 likesYay finnally a new video
0 likesYeaaaaaaaaa bois
0 likesfinally, 16 bits support :v
1 likedoes anyone know name of site where you get to pick your own windows and when it hits your turn you can do with that windows whatever you want for 30 seconds?
1 likeReplies (2)
And also CollabVM
0 likesUserVM
0 likes1:38 Winodws!? Winodws!?
6 likesIt doesn't for for some of the devices, including mine as well. Maybe, it's only availabe only PCs and not laptops.
0 likesCześć lubię cię oglądać bo robisz świetne filmy ale nie za bardzo umiem angielski Pozdrawiam z Polski
1 likeSafe mode with command prompt: Am I a joke to you?
0 likesDont worry if u cant do weekly, your life your choice
2 likesthank you i wantr this its looks like its smart so i like you
0 likesI'm back Enderman!
1 likeYessss
0 likesFinally the legend returned!
0 likesI had this sing on my phone before this video was made
0 likesMS-DOS ON?
1 likeEnderman and Andrew Channel Australia has Joined to UMCC at 26 Feb 2022.
0 likesthe winodws 9x era
0 likesС Новым годом!
0 likesThanks!
0 likesWhat do I do if this bricks my conputer
0 likesyay I can watch a Minecraft mob make amazing content
1 likeReplies (1)
lol
0 likesOne error:
0 likesWhen I get to the website where you get the command line this appeared:
404
Hey enderman so I installed native shell and sometimes when I spam letters on it crashes native shell....
0 likesthere is a very weird typo at 1:39 where windows is spelled winodws.
0 likeshey i mhave a question how to fing license key in PE installation bcs i cant install win 8 :/
0 likesas a suggestion for your website you could link heidoc which contains i think all the windows 7, 8, 10 and 11 iso's
0 likesHi where can I find the tutorial for the shadowrocket for alightmotion?
0 likes"Weekly Guy"
0 likeslmao
This will be his last upload. (You know, because, his Russian)
4 likesReplies (3)
@uppertext Me too... He hasn't upload for months.
0 likes@@snake2341 He's going to be drafted... I think...I don't know... I must of misunderstood the situation itself.
0 likes@@snake2341 I'm not saying his a bad people, I'm saying that he might not survive the war. Incase, you're still misunderstood, it's a joke. Ta-da!
0 likesthanks :D
0 likesGood, music
0 likesGreat! Now I can code msdos
0 likesIt would be easier if they directly ported Command Prompt to Native Mode.
0 likesI CAME AT 5HE LAST 5 SECONDS BEFORE PREMIERE
0 likesLink is dead. The domain itself shows some message regarding the russia/ukraine war
1 likeI broke windows 10! Video: https://youtu.be/rY5ZevavlSU. The native shell use NTDLL which is undocumented. Win32 is the lowest documented API excluding NTAPI
2 likesPls back the 2018 intro
0 likes0:21 "weekly guy"
1 likedoesn't upload for 12 days
Me: very confused screaming
EDIT: now nearly a month
Replies (1)
@Alts'Alts This guy is becoming the new Bill Wurtz in 2020
0 likesWhat happens of you disable gui and boot?
0 likesMan can you help me my PC won't boot up? It says startup.nsh
0 likesMicrosoft can't even count.
0 likes98 > 2000 > ME > XP > Vista > 7 > 8 > 8.1 (they figured out decimals) > 10 > 11
I don't recall that being a normal way of counting.
What happens if you type "copy con" :D
1 likeReplies (1)
probaby bsod
0 likeswait a min... maybe.... if this has happened, maybe people can make native explorer... AND THEN WE COULD RUN WINDOWS IN A BSOD???
1 likeReplies (1)
Well if theres a way to execute stuff in bsod...
0 likesI barely knew anything after this video cuz i stopped figuring out computer science cuz my computer went bye bye
0 likesHi Andrew , i wanted to ask you from where do u pick up the songs?
0 likesI always wondered if there was a way to boot windows 10 into a dos kind of mode where it did very little multitasking and you’re whole computer would focus on one application for example and game and you’d get better performance
2 likesReplies (5)
@@godfather7339 it very likely isn't because of that. It's very likely because it's free and open-source, which makes it very modifiable.
4 likes@@godfather7339 GUI is sometimes on TTY1 (F1), TTY3 (F3) or TTY7 (F7). TTY1 is the one which i haven't heard of, but it's up to the user to where run the startx command
0 likes@@Akotski-ys9rr hmm I've always found Linux much more powerful than windows, that's why its used by companies like Google, Apple and even Windows.
4 likes@@godfather7339 yeah buys that’s Linux. You can’t do much in it anyway
2 likesLinux has that, press cntrl + alt + F3, you can do this while the system is running, and you can get graphical mode again by pressing cntrl + alt + F1.
1 likeWhat happend you uninstall App Install In Your computer on Web Screen?
0 likesReplies (1)
you cant install appx
0 likesEnderman can you make a vedio how to remove lightning media player virus?
0 likesCan you build a brand new windows vista pc for its 15th anniversary?
0 likesNT DOS
2 likes1:46 really sus
0 likes@Enderman, MS-DOS for real Computer is not safe.
0 likesWin32 Error is a prank its opening for a split second😂
0 likes15 hours ago i missed the stream :(
0 likesWhat is the name of first and last music? Good video!!!
1 likeReplies (2)
@@bluecatiscool Oh thanks, I forgot about it. Now I remember it.
0 likesIt says it in the corner
0 likes1:28 Winodws
0 likesDang. NativeShell didn't recognize my USB keyboard, so I thought I was fucked. Going into recovery and running remove.reg didn't work, but thankfully deleting the file did lol
1 likeso it's basically just a single user mode, but in Windows
0 likesYou should make an Escaping NoEscape.exe video
0 likesThe native shell download link is broken .
0 likesim using windows XP right now lol
1 likeoh i see, so kernel console was a thing!
0 likesgood
0 likesNice Video Bud.
0 likesI know this is old, but can you run ntkrnl in nativeshell?
0 likesSorry i have a question about your video MS-DOS Mode in Windows, unfortunately i deleted msdos.bat file and the EditorX...file but i dont deleted win.bat, im now stuck in the cmd of MS- DOS Mode, can i back to Windows 10 ??
0 likesReplies (1)
Type "win"
0 likesWhat you use the windows version?
0 likesI did manage to break my pc with this. nativeshell was unresponsive! i managed to fix it using cmd in the recovery menu
0 likesout of curiosity what specs does your computer have?
3 likesReplies (9)
@keithsze001 No, he didn't.
1 like@@chikkuperla It's okay.
2 likes@@soui9521 Really? I might have lost the specific model in my clouded brain. I got the brand name right though😉
0 likes@@yessirreflex You're welcome.
1 like@@soui9521 thx
0 likes@@yessirreflex Aagama Perla got laptop wrong, it is an Acer Predator Helios 300 ph315-51 with 16GB of ram.
1 like@@chikkuperla You got the computer and specs completely wrong, it is an Acer Predator Helios 300 ph315-51 and depends what model it is.
1 like@@chikkuperla thanks
1 likeHe mains a Laptop, Acer Nitro 5 to be specific. My best guess is 32GB RAM with a i7 10th Gen.
1 likeHow do you open cmd so fast?
0 likesnice video!
0 likesDo Command-line mode for Windows 10
1 likeReplies (1)
Same process.
2 likesAndrew please give Windows 10 iso
0 likesWhere new videos?
0 likesI can run windows 11 on a phone
1 likeHey Enderman, the download link gives 404 error.
0 likesi need the mirror of native shell
0 likesReplies (1)
on Nobel Tech’s channel
0 likesidk what any of this means
0 likes1:40 spelled "windows" wrong lol
0 likesPls you do " Install Windows 11 in 12 minute " for me
0 likesCan you guys please tell where to get latest ransomwares online.
0 likesPlease help it is for educational purpose
Replies (1)
look at his website
0 likesWho else saw it say TinyKRNL project
0 likesNow windows 11 looks like windows 98.
1 likeit been one year omg
0 likes(two days lol)
Where are you enderman
0 likesEnderman do you know what is win32/nitol .its a virus?
0 likeswindows 10 can Command-line mode too
0 likesthe fact that you can run vmware in msdos prompt that your made lol
0 likesQue windows 8 mano?
0 likesHey guys I need help. I can't type anything and I can't exit the NativeShell. I have endeavourOS(Arch Based Linux) I don't have any USB how to uninstall it? (My storage ready-only) pls help guys
0 likesReplies (3)
@@xanderplayz3446 idk, maybe pre-installed
0 likes@@batuhantrkgl how did you install this on arch? hol up
0 likesI fixed. Just Convert To Read-Write and backup the native.exe
0 likesHow? first use "lsblk" and found the disk
Use "ntfsfix /dev/yourpartitionsda(like: sda4 or sba)"
Now go to the windows/system32/native.exe and rename native.exe to native.exe.bkp
Every time I watched your video, I could feel my iQ increasing every seconds
0 likesdoes this works on windows 10 21h2 too?
0 likesReplies (1)
Yep.
0 likesAh yes, ms dos 11
0 likesWow
0 likesEnderman is literally the lockpickinglawyer of viruses/ransomware/whatever
0 likesIt took 1 year
0 likesPls test Hektorage my OS
0 likesSup Enderman
0 likesLove Your Videos : ) 124th to Comment.
0 likes1:39 "Winodws"
0 likesWhy is the clock weird as f**k?
0 likesDoes it work on windows 10 too?
0 likesReplies (1)
What do you think. It works both on xp and 11 soooo.
0 likesГде новые видео?
0 likes1:34
0 likesWinodws
What language did you use?
0 likesman I remember my dumbass 13 y/o me installing this In Windows 10 (the MS-DOS mode in WIndows 10) In a coorperate-given laptop, there was a problem and I hard restarted it, then the motherboard broke lmao, good times.
0 likesVMware😎
1 likeFor who is trying to download Native Shell sad news the website died or is down
0 likesHey Enderman can you post your discord server link in the comment box pls.
0 likesЗачем убрали cmd в 11 винде?
0 likesthat's better
0 likesSince, Enderman has not uploaded in a month, I'll assume that he has been drafted into the Russian Military.
0 likesHey Enderman, Last Month January 30th 2022, It Been 15 Years Windows Vista Has Released Witch This Means, IT'S WINDOWS VISTA'S 15TH ANNIVERSARY!!!!!!!!! So Can You Build The Ultimate Windows Vista 15th Anniversary PC?
0 likesI will try to be a weekly guy
1 likecreated 13 days ago
Replies (1)
1 month ago
0 likesThis looks good with Windows XP!
0 likesEnderman
0 likesNoice
0 likesNice job mate
0 likesDo fast uploads
0 likeshow do i join ur discord
0 likesWhen the world needed him most, he returned
0 likesFinally a new video!
1 like1:38 Winodws
0 likes1:41 Winodws
0 likes0:38 - YouTube quality 👌
0 likesReplies (2)
@@SOTP. maybe also that, I have experienced so many glitches with the Premiere Pro and VEGAS.
0 likesYou mean editor quality?
0 likescan i have the name and number of the discord?
0 likesTTY but in Windows and even more restricted
0 likesGreat job though
holy crap its not on pop up browser scams
0 likes:O
0 likesuhh I already saw this video on the same topic, 90% same demonstration but in russian......
0 likesMX dos be like
0 likesnow run DOOM in it
0 likesMicrosoft can count? Where Windows 9
0 likesHola
1 likeGuys... It bricked my laptop but my laptop got fixed
0 likesSzkoda że umarł, był taki fajny.
1 likeReplies (1)
Jak umarł
0 likesIf I run csrss.exe on windows 7, it works
0 likesenderman
0 likesMan.. Windows. 1:40. Winodws 95 and 98.. hmmmmm... winodws.
0 likesI want 3 music
0 likesА сделай видео на русском (не просто с русскими субтитрами от Ютуба, а именно чтобы в самом видео этот текст был на русском) :)
1 likehello
0 likesDo an face reveal at 240k suscribers
0 likesMP3 into .ZIP or MP3 vs .ZIP
0 likesReplies (3)
@@Scudmaster11 ohh
0 likesprobably zip on default settings
@@xanderplayz3446 put a mp3 into a zip file to see if it would compress or mp3 music "compressed audio" vs zip music "compressed data"
0 likes?
0 likesI Really like the installing windows 98 to $@^,:" can you please do one with windows 11?
0 likesReplies (2)
@@h-hhh if u deploy windows manually u can change it, but u will probably need to edit the registry to make it recognize.
0 likesi don't think that's possible, since the .wim file has all the folder names (including Windows) hardcoded and you can't change that
0 likesHi
0 likesIn my computer this is possible in 0,003949%
0 likeseasy way to use MS-DOS mode:
2 likesstep 1 : open Command Prompt.
step 2 : Press F11
Then, it finished
Replies (3)
easy way to use Terminal mode:
0 likes1. Add "3" to the kernel line in GRUB.
Then, it finished
just no.
0 likesno
0 likesazure gives everyone free windows 11 vm for 4 hrs
0 likesThe poor version of GNU/Linux without a DE
0 likesHi ender man you should use Windows 11 better than Windows 10 you know why because I’m a pro gamer and my name is Victor
0 likesare
0 likeslets port linux tty to windows!!!!! i mean, it is possible, if windows was open source
0 likesI prefer Windows 11 CMD Boot
0 likeswinodws.
0 likeswindows for linux users
0 likesf1
0 likesHi legend! you can speak on russian?
0 likesIn your 1,000534
0 likesDid you know that 69% of people watching are watching because of the music he uses
0 likesReplies (1)
Funny.
0 likesWTF why there's so much Linux nerds in the comments? I just wanted to laugh at this fun white text black screen thingy, not to feel myself bad again because I'm running Ubuntu and I've totally have no idea how it freaking works >_<
0 likesWindows can't even count properly. They skipped 9
0 likesError 404
0 likesПривет
0 likeswinodws
0 likes"Microsoft can count"
0 likesAre you sure about that?
Replies (1)
(windows 1 2 3) (nt 4 5) (nt kernel version 6.* /windows 10)
0 likesnow what?
CMD.exe
0 likesI perfer the videos when you comentate over
0 likesDoes this work in windows 10? Cuz w11 is garbage imo
0 likesReplies (2)
If it was made for win xp and works in 11 (which is 10 but reskinned) well yeah.
0 likesno reason it shouldnt
0 likesi hate win 11 and less win 10 i like XP AND 7 YES oldschool
0 likesWinows10
0 likesMS-DOS 11 bruh
1 likeface reveal
0 likesDestroying windows with 100% real CCleaner
0 likes(who can do it)
итс беен лике 1 монтх синце тхеы релеасед ВИНДОВС 11 (тхе ОС) анд пеопле аре алреады бреакинг ит
0 likesRy
0 likesthis has 10 dislikes rn
0 likeslast
0 likesReplies (1)
no
0 likesE
0 likesI dont understand :^)
0 likesReplies (2)
@@38mb. thanks :^)
0 likesold versions of windows ran on DOS, which had a command-line only mode (a version that only runs the past equivalent to cmd.exe)
0 likesnewer versions of windows don't have command-line only modes because they run on NT. but this project tries to create a new command-line mode for xp+
Disturbing
0 likesWindows is so old and horrible I'm surprised Microsoft hasn't rewritten it recently
0 likesReplies (1)
do you understand how much resources it would take to rewrite an entire operating system?
0 likesim fairly sure you could make one yourself-
0 likesReplies (3)
@@matthewbarabas3052 oh ok lol
0 likes@@SOTP. was talking to enderman.
0 likesDo it then.
0 likesPlease do voice overs it’s so damn annoying to read text. Plus I want to hear your voice again
0 likesI hate Windows 11.
0 likesthis music is atrocious
0 likesEw Windows 11
0 likesI unsubscribe you for your inconsistency.
0 likesReplies (1)
And he does not care, he has 200k subs.
0 likesLinux- command line
0 likesWindows 10 - gui
Windows 11 - more beautiful gui
Endermanch - haha gui noob L brrr
Windows 11 sucks bro
0 likesReplies (7)
@@GERALD_786 well use ltsc then.
0 likes@@dhanifathi2008 oh ok
0 likes@@GERALD_786 Daily driver means your main computer or laptop (the one you always use)
0 likes@@GERALD_786 It'll be fine (but don't do it on a daily driver)
0 likes@@SOTP. if you bypass it then you dont get support from microsoft and features update
0 likes@@GERALD_786 bypass it then lol.
0 likesThe os looks rly good but the system requirements ruined it
0 likesExcept that Win9x was NT Ask Dave Plummer who worked on it; he was part of the Windows NT team working on Windows 95. Everything above Windows 3.11 was on the NT kernel.
0 likesReplies (1)
yeah right... you meant windows nt 4 and 5 + windows 2000 and after
3 likesThat's a real virus
0 likesI HAVE YOUR FAMILY
0 likeshttps://youtu.be/OGJV6Mfk_-4
8:16
1 likeEnderman: Ight, Imma delete you temporarily.
Native.exe:
WHAT THE FU??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
I'm puttin a disklike for such a boolshit you made. All your efforect are gone just like you will se you soon foool
0 likesHi enderman i have a new program that can destroy your PC! first that will needed to restart your computer and when you open it on your main pc it will lag and when you try to do something it will don't work so do you like to send it to you? like it and comment it to i know!
0 likesReplies (1)
I love you enderman! thanks!
0 likes