+Warwagon MVC Posted September 28, 2021 MVC Share Posted September 28, 2021 I thought there should be a thread for all people installing Windows 11 on unsupported hardware. A Script to put into a batch file. (I hid it so it doesn't take up the entire page) Reveal hidden contents @(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText($env:0)) & exit/b #:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script $_Paste_in_Powershell = { $:code; $N = 'Skip TPM Check on Dynamic Update'; $toggle = $null -eq $env:skip_tpm_enabled; $off = $false $M = sp HKLM:\SYSTEM\Setup\MoSetup 'AllowUpgradesWithUnsupportedTPMOrCPU' 1 -type dword -force -ea 0 $M = sc.exe config Winmgmt start= demand; sp HKLM:\SOFTWARE\Microsoft\Wbem 'Enable Costly Providers' 0 -type dword -force -ea 0 $B = gwmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -Filter "Filter = ""__eventfilter.name='$N -ea 0 $C = gwmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -Filter "Name='$N'" -ea 0 $F = gwmi -Class __EventFilter -NameSpace 'root\subscription' -Filter "Name='$N'" -ea 0 if ($B -or $C -or $F) { $B | rwmi; $C | rwmi; $F | rwmi; $off = $true } if ($toggle -and $off) { write-host -fore 0xf -back 0xd "`n $N [REMOVED] run again to install "; timeout /t 5; return } $P = "$([environment]::SystemDirectory)\cmd.exe"; $T = "$P /q $N (c) AveYo, 2021 /d /rerase appraiserres.dll /f /s /q" $D = "$($P[0]):\`$WINDOWS.~BT"; $Q = "SELECT SessionID from Win32_ProcessStartTrace WHERE ProcessName='vdsldr.exe'" $F = swmi -Class __EventFilter -NameSpace 'root\subscription' -args @{ Name = $N; EventNameSpace = 'root\cimv2'; QueryLanguage = 'WQL'; Query = $Q} -PutType 2 -ea 0 $C = swmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -args @{ Name = $N; WorkingDirectory = $D; ExecutablePath = $P; CommandLineTemplate = $T; Priority = 128} -PutType 2 -ea 0 $B = swmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -args @{Filter=$F;Consumer=$C} -PutType 2 -ea 0 if ($toggle) { write-host -fore 0xf -back 0x2 "`n $N [INSTALLED] run again to remove "; timeout /t 5 } ; $:code; } ; start -verb runas powershell -args "-nop -c & {`n`n$($_Paste_in_Powershell-replace'"','\"')}" $_Press_Enter Credit goes to - https://forums.mydigitallife.net/threads/universal-mediacreationtool-wrapper-script-now-with-windows-11-support.84168/ I ran the bat file and then proceeded to do the Windows 11 upgrade on a VERY unsupported Windows 10 system. HP Probook 4530 (From 2012) Intel Core i3-2310M 4GB of ram (i'll add more if this works) 64GB SSD Probably old or no TPM. Installed and works great! Sir Topham Hatt 1 Share Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/ Share on other sites More sharing options...
+Warwagon MVC Posted September 30, 2021 Author MVC Share Posted September 30, 2021 Successfully installed it on my 4 monitor couch computer. It stumped me for a while. After the install finished in windows it would reboot and stick me at a blank screen. I let it sit for 5 mins and it was still black. So I turned it off and on and it went to a blank screen for 1 min and then restarted and recovered the install back to windows 10. So I figure it was always doing something I just couldn't see it. So I plugged in the hard drive activity jumper and sure enough. When it was black it was still working. After about 10 mins, it restart and handed over to my monitor and I could actually see something. Then it got stuck at 66% so I unplugged my USB to Dual DVI adapter and it went through the rest of the installation. On this machine the only thing that wasn't supported was my CPU i5-7600. I just had to accept the waver. Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598680310 Share on other sites More sharing options...
+Warwagon MVC Posted October 2, 2021 Author MVC Share Posted October 2, 2021 So I don't know if it's the fact I did an in place upgrade to windows 11 thus fixing issues I may have had in the process, but waking up the computer from sleep and getting to the password box is much faster after the windows 11 upgrade. Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598680952 Share on other sites More sharing options...
Ve7878 Posted October 2, 2021 Share Posted October 2, 2021 I installed on the following: AMD Ryzen 5 1600X (With TPM enabled for BitLocker, Secure Boot etc.) AMD Vega 56 8GB 16GB RAM No issues on a technical level, this was a clean install from the latest insider ISO (as of last week) and not enrolled in the insider programme. It ran and updated okay however I went back to Windows 10 because I didn't like using 11. The new taskbar is definitely a step back in productivity. Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598680967 Share on other sites More sharing options...
johnporter29 Posted October 2, 2021 Share Posted October 2, 2021 I have a HP Probook 840 G1 that does not meet the system requirements for Windows 11, processor isn't supported and only has TPM1.2. What are my options to put Windows 11 on it anyway? Do I have to use the batch file above? If so, how do you use it? Or can I install from the ISO? I know it won't receive updates, but question is would I be able to get the next major update to Win 11 if I re-installed from scratch? Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598680980 Share on other sites More sharing options...
Nogib Posted October 2, 2021 Share Posted October 2, 2021 (edited) I've been running it on my trusty 4790k system for two months now (and not enrolled in Insider). I have secure boot but no form of TPM at all. Personally I'm very happy with Windows 11. +Warwagon 1 Share Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598680984 Share on other sites More sharing options...
Bruinator Posted October 2, 2021 Share Posted October 2, 2021 On 28/09/2021 at 20:37, warwagon said: I thought there should be a thread for all people installing Windows 11 on unsupported hardware. A Script to put into a batch file. (I hid it so it doesn't take up the entire page) Reveal hidden contents @(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText($env:0)) & exit/b #:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script $_Paste_in_Powershell = { $:code; $N = 'Skip TPM Check on Dynamic Update'; $toggle = $null -eq $env:skip_tpm_enabled; $off = $false $M = sp HKLM:\SYSTEM\Setup\MoSetup 'AllowUpgradesWithUnsupportedTPMOrCPU' 1 -type dword -force -ea 0 $M = sc.exe config Winmgmt start= demand; sp HKLM:\SOFTWARE\Microsoft\Wbem 'Enable Costly Providers' 0 -type dword -force -ea 0 $B = gwmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -Filter "Filter = ""__eventfilter.name='$N -ea 0 $C = gwmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -Filter "Name='$N'" -ea 0 $F = gwmi -Class __EventFilter -NameSpace 'root\subscription' -Filter "Name='$N'" -ea 0 if ($B -or $C -or $F) { $B | rwmi; $C | rwmi; $F | rwmi; $off = $true } if ($toggle -and $off) { write-host -fore 0xf -back 0xd "`n $N [REMOVED] run again to install "; timeout /t 5; return } $P = "$([environment]::SystemDirectory)\cmd.exe"; $T = "$P /q $N (c) AveYo, 2021 /d /rerase appraiserres.dll /f /s /q" $D = "$($P[0]):\`$WINDOWS.~BT"; $Q = "SELECT SessionID from Win32_ProcessStartTrace WHERE ProcessName='vdsldr.exe'" $F = swmi -Class __EventFilter -NameSpace 'root\subscription' -args @{ Name = $N; EventNameSpace = 'root\cimv2'; QueryLanguage = 'WQL'; Query = $Q} -PutType 2 -ea 0 $C = swmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -args @{ Name = $N; WorkingDirectory = $D; ExecutablePath = $P; CommandLineTemplate = $T; Priority = 128} -PutType 2 -ea 0 $B = swmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -args @{Filter=$F;Consumer=$C} -PutType 2 -ea 0 if ($toggle) { write-host -fore 0xf -back 0x2 "`n $N [INSTALLED] run again to remove "; timeout /t 5 } ; $:code; } ; start -verb runas powershell -args "-nop -c & {`n`n$($_Paste_in_Powershell-replace'"','\"')}" $_Press_Enter Credit goes to - https://forums.mydigitallife.net/threads/universal-mediacreationtool-wrapper-script-now-with-windows-11-support.84168/ I ran the bat file and then proceeded to do the Windows 11 upgrade on a VERY unsupported Windows 10 system. HP Probook 4530 (From 2012) Intel Core i3-2310M 4GB of ram (i'll add more if this works) 64GB SSD Probably old or no TPM. Installed and works great! Expand Hi, I tried installing win 11 on one of my main PC's (do you recommend doing it on one of my main pc's ?. I have an image of win 10 on an external HD and I have a restore point as well). I keep on getting the following error msg: cant install this CPU. I have i5-6500 CPU @ 3.20GHz 3.20 GHz. The question I have is if i run the "skip TPM Check batch file", will that fix the above error? If yes, do I then run the "mediacreationtool.bat" ? If yes, to that do I just use the option of "create usb" ? If yes to that, can I use the usb flash drive to update to win 11 ok? I dont want to do a fresh install. Plz let me know the answers to these questions. Thx WW. Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598680991 Share on other sites More sharing options...
erpster3 Posted October 4, 2021 Share Posted October 4, 2021 the batch script file has been recently updated Quote 2021.10.04: fix for long standing tr localization quirks; Skip TPM Check v2 (ifeo-based instead of wmi) Expand Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598681283 Share on other sites More sharing options...
SidVicious Posted October 4, 2021 Share Posted October 4, 2021 I'm gonna do a clean install on my Ryzen 5 2400G (not the list of supported CPUs) system during the next weekend. Let's see how it goes. Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598681288 Share on other sites More sharing options...
nekrosoft13 Posted October 5, 2021 Share Posted October 5, 2021 On 28/09/2021 at 20:37, warwagon said: I thought there should be a thread for all people installing Windows 11 on unsupported hardware. A Script to put into a batch file. (I hid it so it doesn't take up the entire page) Reveal hidden contents @(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText($env:0)) & exit/b #:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script $_Paste_in_Powershell = { $:code; $N = 'Skip TPM Check on Dynamic Update'; $toggle = $null -eq $env:skip_tpm_enabled; $off = $false $M = sp HKLM:\SYSTEM\Setup\MoSetup 'AllowUpgradesWithUnsupportedTPMOrCPU' 1 -type dword -force -ea 0 $M = sc.exe config Winmgmt start= demand; sp HKLM:\SOFTWARE\Microsoft\Wbem 'Enable Costly Providers' 0 -type dword -force -ea 0 $B = gwmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -Filter "Filter = ""__eventfilter.name='$N -ea 0 $C = gwmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -Filter "Name='$N'" -ea 0 $F = gwmi -Class __EventFilter -NameSpace 'root\subscription' -Filter "Name='$N'" -ea 0 if ($B -or $C -or $F) { $B | rwmi; $C | rwmi; $F | rwmi; $off = $true } if ($toggle -and $off) { write-host -fore 0xf -back 0xd "`n $N [REMOVED] run again to install "; timeout /t 5; return } $P = "$([environment]::SystemDirectory)\cmd.exe"; $T = "$P /q $N (c) AveYo, 2021 /d /rerase appraiserres.dll /f /s /q" $D = "$($P[0]):\`$WINDOWS.~BT"; $Q = "SELECT SessionID from Win32_ProcessStartTrace WHERE ProcessName='vdsldr.exe'" $F = swmi -Class __EventFilter -NameSpace 'root\subscription' -args @{ Name = $N; EventNameSpace = 'root\cimv2'; QueryLanguage = 'WQL'; Query = $Q} -PutType 2 -ea 0 $C = swmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -args @{ Name = $N; WorkingDirectory = $D; ExecutablePath = $P; CommandLineTemplate = $T; Priority = 128} -PutType 2 -ea 0 $B = swmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -args @{Filter=$F;Consumer=$C} -PutType 2 -ea 0 if ($toggle) { write-host -fore 0xf -back 0x2 "`n $N [INSTALLED] run again to remove "; timeout /t 5 } ; $:code; } ; start -verb runas powershell -args "-nop -c & {`n`n$($_Paste_in_Powershell-replace'"','\"')}" $_Press_Enter Credit goes to - https://forums.mydigitallife.net/threads/universal-mediacreationtool-wrapper-script-now-with-windows-11-support.84168/ I ran the bat file and then proceeded to do the Windows 11 upgrade on a VERY unsupported Windows 10 system. HP Probook 4530 (From 2012) Intel Core i3-2310M 4GB of ram (i'll add more if this works) 64GB SSD Probably old or no TPM. Installed and works great! Expand will be interesting how this progresses, and if you will see updates on next patch tuesday Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598681440 Share on other sites More sharing options...
Spyder Veteran Posted October 5, 2021 Veteran Share Posted October 5, 2021 On 05/10/2021 at 01:56, nekrosoft13 said: will be interesting how this progresses, and if you will see updates on next patch tuesday Expand this is my main concern right now and is whats stopping me. though it seems completely crazy that they wouldn't patch systems that would spread malware (or whatever) otherwise Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598681646 Share on other sites More sharing options...
Spyder Veteran Posted October 5, 2021 Veteran Share Posted October 5, 2021 On 28/09/2021 at 20:37, warwagon said: I thought there should be a thread for all people installing Windows 11 on unsupported hardware. A Script to put into a batch file. (I hid it so it doesn't take up the entire page) Reveal hidden contents @(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText($env:0)) & exit/b #:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script $_Paste_in_Powershell = { $:code; $N = 'Skip TPM Check on Dynamic Update'; $toggle = $null -eq $env:skip_tpm_enabled; $off = $false $M = sp HKLM:\SYSTEM\Setup\MoSetup 'AllowUpgradesWithUnsupportedTPMOrCPU' 1 -type dword -force -ea 0 $M = sc.exe config Winmgmt start= demand; sp HKLM:\SOFTWARE\Microsoft\Wbem 'Enable Costly Providers' 0 -type dword -force -ea 0 $B = gwmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -Filter "Filter = ""__eventfilter.name='$N -ea 0 $C = gwmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -Filter "Name='$N'" -ea 0 $F = gwmi -Class __EventFilter -NameSpace 'root\subscription' -Filter "Name='$N'" -ea 0 if ($B -or $C -or $F) { $B | rwmi; $C | rwmi; $F | rwmi; $off = $true } if ($toggle -and $off) { write-host -fore 0xf -back 0xd "`n $N [REMOVED] run again to install "; timeout /t 5; return } $P = "$([environment]::SystemDirectory)\cmd.exe"; $T = "$P /q $N (c) AveYo, 2021 /d /rerase appraiserres.dll /f /s /q" $D = "$($P[0]):\`$WINDOWS.~BT"; $Q = "SELECT SessionID from Win32_ProcessStartTrace WHERE ProcessName='vdsldr.exe'" $F = swmi -Class __EventFilter -NameSpace 'root\subscription' -args @{ Name = $N; EventNameSpace = 'root\cimv2'; QueryLanguage = 'WQL'; Query = $Q} -PutType 2 -ea 0 $C = swmi -Class CommandLineEventConsumer -Namespace 'root\subscription' -args @{ Name = $N; WorkingDirectory = $D; ExecutablePath = $P; CommandLineTemplate = $T; Priority = 128} -PutType 2 -ea 0 $B = swmi -Class __FilterToConsumerBinding -Namespace 'root\subscription' -args @{Filter=$F;Consumer=$C} -PutType 2 -ea 0 if ($toggle) { write-host -fore 0xf -back 0x2 "`n $N [INSTALLED] run again to remove "; timeout /t 5 } ; $:code; } ; start -verb runas powershell -args "-nop -c & {`n`n$($_Paste_in_Powershell-replace'"','\"')}" $_Press_Enter Credit goes to - https://forums.mydigitallife.net/threads/universal-mediacreationtool-wrapper-script-now-with-windows-11-support.84168/ I ran the bat file and then proceeded to do the Windows 11 upgrade on a VERY unsupported Windows 10 system. Expand Could you expand on what this batch file does exactly? Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598681655 Share on other sites More sharing options...
+Warwagon MVC Posted October 5, 2021 Author MVC Share Posted October 5, 2021 On 05/10/2021 at 17:43, Malechai said: Could you expand on what this batch file does exactly? Expand bypasses the requirement checks. Windows 11 install on unsupported hardware think's everything is okie dokie Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598681657 Share on other sites More sharing options...
Spyder Veteran Posted October 5, 2021 Veteran Share Posted October 5, 2021 (edited) cool i'll give it a shot on an old laptop right now /edit 1 - do i just get it thru windows update after running? /edit 2 - nope. downloading iso now Edited October 5, 2021 by Malechai Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598681658 Share on other sites More sharing options...
Yusuf M. Veteran Posted October 9, 2021 Veteran Share Posted October 9, 2021 I decided to give it a go with my i7-6700K PC and upgraded with this third-party tool. So far, so good. 👍 +Warwagon 1 Share Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598682650 Share on other sites More sharing options...
+Warwagon MVC Posted October 12, 2021 Author MVC Share Posted October 12, 2021 Got the latest cumulative this month (October) on my unsupported WIndows 11 prodesk. FunkyMike 1 Share Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598683280 Share on other sites More sharing options...
FunkyMike Posted October 12, 2021 Share Posted October 12, 2021 On 12/10/2021 at 17:22, warwagon said: Got the latest cumulative this month (October) on my unsupported WIndows 11 prodesk. Expand Many were wondering if updates will continue to work with unsupported devices. Guess Patch Tuesday worked out just fine! Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598683281 Share on other sites More sharing options...
nekrosoft13 Posted October 12, 2021 Share Posted October 12, 2021 On 12/10/2021 at 17:22, warwagon said: Got the latest cumulative this month (October) on my unsupported WIndows 11 prodesk. Expand lets see for how long Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598683314 Share on other sites More sharing options...
+Kyle Subscriber¹ Posted October 12, 2021 Subscriber¹ Share Posted October 12, 2021 Running it on my i7 Macbook just fine Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598683324 Share on other sites More sharing options...
goretsky Supervisor Posted October 14, 2021 Supervisor Share Posted October 14, 2021 Hello, Performed a clean install of the 22000.194 .ISO to a ThinkPad P51s (Intel Core i7-7600) with a blank drive in it. No warnings about compatibility issues during or after installation, and no issues with missing/unidentified hardware observed during usage. Regards, Aryeh Goretsky Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598683685 Share on other sites More sharing options...
freakyfriday Posted October 30, 2021 Share Posted October 30, 2021 (edited) i installed the dev channel build 22489 manual iso. on my old main pc amd a8 6600k cpu 8gb ram 760 gtx its an 9 year old pc works fine. going to try it on my surface pro 3 Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598687718 Share on other sites More sharing options...
Ve7878 Posted October 31, 2021 Share Posted October 31, 2021 On 02/10/2021 at 15:52, Vince800 said: I installed on the following: AMD Ryzen 5 1600X (With TPM enabled for BitLocker, Secure Boot etc.) AMD Vega 56 8GB 16GB RAM No issues on a technical level, this was a clean install from the latest insider ISO (as of last week) and not enrolled in the insider programme. It ran and updated okay however I went back to Windows 10 because I didn't like using 11. The new taskbar is definitely a step back in productivity. Expand Further to my previous post. I again installed Windows 11 on release day using the media creation tool - this time I stuck with it and now couldn't imagine goibg back to Windows 10. Still on the same Ryzen 1600X system and I have installed all updates as released so far without issue. I also have it installed on one of my desktops in the office at work, 7th gen i5, again no issues. Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598687795 Share on other sites More sharing options...
Xenon Posted October 31, 2021 Share Posted October 31, 2021 On 12/10/2021 at 19:47, nekrosoft13 said: lets see for how long Expand Even if they stop updates through windows update, there are still ways to get the updates. Either manually or a PowerShell script. I seem to recall that someone (stardock ?) might release a program to do it. Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598687796 Share on other sites More sharing options...
+Warwagon MVC Posted October 31, 2021 Author MVC Share Posted October 31, 2021 The only real beef I have with Windows 11 , is the grouping of Jump lists and recently opened files. You either turn both on or both off. I want jump lists, but I also don't want recently watched porn videos to show up on the bottom of the start menu. 😛 Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598687799 Share on other sites More sharing options...
BimBamSmash Posted November 12, 2021 Share Posted November 12, 2021 I installed it on a Surface Book 1. My own device, which is why I took the risk. I first attempted the Upgrade route, using the registry trick Microsoft themselves outlines on their website. It took several attempts and I encountered a number of errors, ranging from the dreaded ones at the SAFE_OS phase to a few visits by the FIRST_BOOT phase - including the familiar MIGRATE_DATA problem which happens when multiple user accounts have the same SID. This is usually the culprit in enterprise PCs but not too common on personal computers. Still it can happen on personal computers if the user keeps switching back and forth between local/MS/work accounts. At some point I decided not to take this experiment further, fearing that I could end up with a totally bricked device, bulged battery or a fried NVMe. So, for my last attempt, I went for a clean install. That one was a bit problematic too. Setup kept failing with an error message that I didn't have enough free storage, even though I had formatted the 256 GB NVMe in full. Had to resort to diskpart to get past this one. So, finally I got Windows 11 up and running. I didn't stay on it for too long but while I was there everything worked fine. No driver issues, no compatibility issues. Clipboard (i.e. the screen part) detached and attached just fine. Thermals were about the same, sames goes for battery life, the first monthly update landed just fine, apps were working okay, all's well. Can't say about the touchscreen since mine's had stopped working a long time ago after one of those silly firmware updates (it might have been a coincidence, but I am still suspicious). Link to comment https://www.neowin.net/forum/topic/1411694-the-windows-11-on-unsupported-hardware-thread/#findComment-598690168 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now