Start a Conversation

Unsolved

P

2 Intern

 • 

162 Posts

295

February 26th, 2022 03:00

Windows 11 - how to upgrade older DELL machines

Update Windows 10 or from the scratch install for older (DELL) machines, PCs or Laptops,
use this lines in your autounattend.xml

  wcm:action=" add" >
1
reg add HKLM\System\Setup\LabConfig /v BypassTPMCheck /t reg_dword /d 0x00000001 /f
  wcm:action=" add" >
2
reg add HKLM\System\Setup\LabConfig /v BypassSecureBootCheck /t reg_dword /d 0x00000001 /f
  wcm:action=" add" >
3
reg add HKLM\System\Setup\LabConfig /v BypassRAMCheck /t reg_dword /d 0x00000001 /f
  wcm:action=" add" >
4
reg add HKLM\System\Setup\LabConfig /v BypassStorageCheck /t reg_dword /d 0x00000001 /f
  wcm:action=" add" >
5
reg add HKLM\System\Setup\LabConfig /v BypassCPUCheck /t reg_dword /d 0x00000001 /f


Feel free to drop me a line, if you need more info!

Best regards

Peter
No Responses!
No Events found!

Top