Install Windows 11 on Anything!!!

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
i've made it no secret that i think windows 11 system requirements suck however today that doesn't really matter because i'm going to show you how to load it on pretty much whatever potato you want stay tuned oh yeah we just want to make sure you have the most secure computer possible windows 11 has some pretty crazy hardware requirements at least pretty crazy considering previous versions of windows it requires an eighth generation intel processor or higher it requires a tpm chip and it also requires a uefi bios with a gpt partition now this is so you can enable secure boot but ironically windows 11 doesn't actually need you to turn on the secure boot it just has to have the capabilities of turning it on in order to run windows 11. i kind of think that by the time windows 10 goes out of support i think microsoft will probably relax these system requirements but in the meantime if you have an older system and you want to run windows 11 today i'm going to show you how to do it i've been trying to get a stable install of windows 11 on an unsupported pc for quite some time this computer here is an amd fx 4300 that's a quad core processor that amd made 10 years ago so this is way outside of the supported cpu list this also doesn't have anything even closely resembling a tpm chip and this is not a uefi bios so this computer fails literally every single aspect of the controversial system requirements for windows 11 but it runs windows 10 really well this system is the remnants of the e-waste gaming pc at least it's the way the e-waste gaming pc started this is how it's going and obviously we've upgraded it quite a bit but we still have the original parts left over and that's what we're going to use for this video because it's the biggest potato that i could find to put windows 11 on and every time i tried to install windows 11 previously it had problems first off i couldn't upgrade it i couldn't get windows 11 to upgrade from 10 and that was kind of a deal breaker because you want to be able to upgrade the current operating system you have in order to test it out the other problem was is tons of functions within windows 11 simply wouldn't work like windows security wouldn't work windows terminal wouldn't work and lots of other things that were just buggy and it just didn't feel right while you were using it however i found a way now to where we can actually run windows 11 on this thing and not only run it but run it really well and today i'm going to show you how to set it up so without further ado let's get this system out of the way so we can hook this up and get to it as a side note that corner sure looks bare without that gorgeous 011 mini sitting there doesn't it that's okay as soon as this video is done it's going right back trust me let's do this so we're on windows 10 here if we go into settings we'll go into system scroll down to about as you can see the system is windows 10 pro 21 h2 so this is the latest copy of windows 10 installed on this system currently and we want to upgrade this thing to windows 11 but right here you can see we have an amd fx 4300 quad core this is a 10 year old processor and it is so far out of the supported processors list that it's not even funny and let me just show you how funny that is we're going to close this up and we're going to open up the pc health check right here and click on check now to see if we support windows 11. so if we click check now this pc doesn't currently meet windows 11 system requirements we do not support secure boot it does not have a tpm 2.0 module and the processor isn't currently supported in windows 11. and i doubt the fx chip is ever going to be supported in windows 11 at this rate unless microsoft changes their ways and i think they might but we'll have to wait and see so what we need to do is we need microsoft to ignore the fact that this system doesn't support windows 11. and the way we're going to do that is through a little github project that i found right here called force windows 11 install what this script does essentially is modify the windows 11 installer now the old way that we used to do this was to take the windows 10 installer and just put the windows 11 wim into the windows 10 installer and have a go with it unfortunately i've had issues getting that to create a stable system after it's done that's why this way i think is a much more reliable way to do this because what this script does is it modifies the existing windows 11 installer to simply ignore the checks and let me show you how to do it it's actually really easy i'll go ahead and leave a link in the description below so you can download this and to get it all you do is go to github here go to where it says code click on this and then hit download zip and then when you do that it's going to go ahead and download the zip file once it downloads we're going to click on that open it up in our file explorer and then we're going to take this folder right here and just drop it onto our desktop now that you have the script the next thing you're going to need is a copy of windows 11 and what i would recommend doing is just using the media creation tool from microsoft to download the latest iso let me show you how to do it okay so the next thing we want is we're going to go ahead and open a new tab here and we're going to search for media creation tool windows 11. and then from there we just got to click on this first link here and then we're going to scroll down and we're going to click right here where it says create windows 11 installation media we're going to click download and then once this downloads we're going to go ahead and click on it it'll open the media creation tool it takes a minute to get a few things ready and you know it seems like everything microsoft does takes a minute doesn't it so we're going to go ahead and hit accept and it's going to take a few more minutes apparently all right so we're going to go ahead and hit next now and then what we want to select it gives you the option here to either create a usb flash drive or an iso file now we want an iso file for what we're doing so go ahead and select that and hit next and then at this point go ahead and just save it you can use the default name if you want just windows.iso would be fine go ahead and click save and then it's going to take a minute to download this iso file okay so once you get your iso downloaded go ahead and just hit finish and of course windows is going to take a little bit longer and now that's gone we're going to go ahead and minimize this and now here is the iso that we just downloaded what we need to do with this is go ahead and drop it into the folder that you extracted earlier and then when we open that folder up you can see that we have the windows iso as well as all the files that are required for the script in here now the first thing that we're going to want to do is actually launch the script itself and to do that they have a little batch file in here it makes it really easy this right here if you double click on this go ahead and click on more info here and then just hit run anyway and then once it runs it's going to require administrator access go ahead and hit yes on the prompt here and it also opens up the powershell in the directory that we need it to be opened in just like it is right here and if you're concerned about running scripts and stuff like that this is all open source so you can go ahead and open it up and look at what it's doing and make sure it's not doing something malicious to your system so the first thing that we need to do now is actually enable scripting within powershell to do that we want to run this specific command right here it's set execution policy dash execution policy unrestricted and i'll go ahead and leave this command in the description below so you can just cut and paste it right into powershell once you do that you hit enter and it's going to ask you if this is in fact what you want to do so i'm going to go ahead and hit a for yes and then hit enter and that should enable scripting within powershell all right so once we have this done now the next thing we need to do is go ahead and hit period forward slash and then type win and you can actually hit the tab button to complete this for you we want to hit the tab twice to go to win11-tpm-regbypass.ps1 once you have that command typed in go ahead and hit the spacebar hit dash and then we want to type source space then use parentheses to type windows dot iso parentheses again because that's the source iso that we downloaded from the media creation tool then we're going to hit space hit dash destination and then parentheses again and then name the ice the destination iso whatever you want i'm going to name mine when tpm dot iso and then parentheses again once you have that typed out go ahead and hit enter and then it's going to ask you again if you want to run this so i'm going to go ahead and hit r for run so if you're running an older system which if you're following this guide you probably are it's going to take a little while for the script to run its course but go ahead and sit back and just be patient and it will eventually finish i'll meet you back in windows when it does okay once you get to this point when it says the operation completed successfully don't close it yet or don't stop yet because it is still working in the background you're going to notice a command prompt come up and that's when it's actually writing the iso so make sure not to close the command prompt when it opens just let it finish its thing and don't do anything until it says to hit any key to continue once it says that then the script will be finished and here's the command prompt i told you about just takes it a minute to go ahead and write the iso and then once this is done we should be done with the script and there we go the image was successfully created we can go ahead and hit enter and now we're back in powershell so what we're interested in now is to go back to github where we originally downloaded this script file and we want to scroll all the way down to where it says modifications right here now the modification we're interested in is this prepare upgrade right here this will actually modify the current system in order to bypass all the compatibility checks and stuff like that so i'm going to go ahead and highlight this right here and then go ahead and right click and hit copy and then minimize my browser and at this point what you want to do is in the powershell you want to type the same command you did before dot forward slash win and then you can hit the tab key to complete if you want we want windows 11 tpm regbypass.ps1 and once we get that we're going to hit space and then all you have to do is hit your right mouse key and it will paste in whatever you have copied into your clipboard once you do that you go ahead and hit enter hit r to run the script and there we go you can see that the system is now patched and at this point you can go ahead and close powershell and here is the folder that we had opened originally and as you notice we have a new iso file in here this is the one we just created and now what we're going to do is open this up and windows will automatically mount the iso to a virtual cd-rom and then we want to click on setup right here so once we click setup go ahead and say yes to the security prompt and it's going to start windows setup so at this point you should be able to set up windows 11 just like normal make sure you don't change any of the settings within the setup use all the default settings and then follow the prompts until your system boots into windows 11. however don't shut off the video yet because there's some tweaks we need to make once we get windows 11 booted to make it more stable one of the downsides to installing windows 11 on a potato is it might take you a minute to install it this is taking quite some time but while you're waiting for it to install go check out some of my t-shirts they're pretty cool and they help me out a lot and there we go we finally have windows 11 installed on this system that took some time however now we're going to have to tweak it a little bit just to make sure everything works okay let me show you what to do okay so the first thing that you're going to struggle with with windows 11 on an unsupported system is if you go down and click on security now the first thing that you're going to want to do in order to fix windows security is open up windows terminal however there's a good chance windows terminal may be broken on your install like it is on mine let me show you if you right click here and hit open windows terminal it comes up and it can't find wt exe there's a really easy fix for this let me show you how to do it go ahead and close this right here and you want to open up your browser and you want to go to microsoft terminal on github i'll go ahead and leave a link to this in the description below this is the actual terminal project this is how you would install it in windows 10 normally so what you want to do is scroll down and download this very first one right here the msi installer for it so we're going to go ahead and click on that and then once it downloads we're going to go ahead and run the download there and you'll get this little window here and just push install and it'll install windows terminal and there you go once it's finished it should open up and function just like normal however we need to close it real quick because what we need to do is open it with admin permission so go ahead and click on that accept the prompt right here and then once it opens we want to run this command right here and i'll go ahead and leave this command in the description below so you can just copy and paste it but once you run that it'll take a second and it'll reinstall windows security and once it reinstalls it you should be able to open it just like normal and everything should work the way that it's supposed to and now you should have a fairly solid copy of windows 11 running on your unsupported hardware should you install windows 11 on unsupported software well if you just want to see how windows 11 runs and see what you like and don't like about it then sure why not however if this is a system you use all the time and this is something that you really rely on it might not be a good idea running windows 11 on it also during the filming of this video i had a lot of spaces in between downloading isos and installing windows that i decided to get onto the youtube channel and answer some comments and there was one user that was having some issues that actually brought something to my attention that i didn't know about and that was he was trying to install valrant on a windows 11 system that didn't pass the secure boot check and unfortunately it wouldn't let him install the game it turns out some game publishers their anti-cheat software is actually starting to enforce the windows 11 system requirements and unfortunately if that becomes a trend then this might be a really big deal even if microsoft relents and lowers the system requirements we may have game developers forcing secure boot and tpm on you as well now in all reality the security implications of having an anti-t program requiring tpm are actually pretty good it will definitely make the anti-cheat software function better and a lot harder to get around so from that standpoint it will make gaming more secure however it's going to make people with older systems kind of put in a tight place but luckily some of these games are probably going to be out of the specs to where you're going to be able to play them anyway if you're playing them on 10 year old hardware like this one so in reality i don't know that i can recommend installing windows 11 on unsupported hardware but at least i showed you that it is possible to do it and this system actually runs pretty good with windows 11. it runs just as good as it did with windows 10 so i don't see a any kind of performance reason why you couldn't run windows 11 on a system that's currently running windows 10. but with that said if this video was helpful to you then please hit the like button and don't forget to subscribe to my channel and hit that bell icon so you can be notified of future videos i post a new video every week oh and hey before you go check out a couple of these videos have a great day
Info
Channel: CyberCPU Tech
Views: 530,622
Rating: undefined out of 5
Keywords: microsoft, windows, windows 11, 11, eleven, install, installation, how to, system requirements, tpm, secure boot, uefi, legacy, bios, convert, mbr, gpt, uupdump, iso, image, dism, core 2 duo, ftpm, ptt, intel, amd, ryzen, core, install windows 11 on unsupported hardware, can you install windows 11 on unsupported hardware, install windows 11 on a potato, how to install windows 11
Id: S7oRJwTzOn8
Channel Id: undefined
Length: 16min 34sec (994 seconds)
Published: Mon Mar 14 2022
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.