Skip to content

Commit

Permalink
remove win11 install labconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Diane Wang <dianew@vmware.com>
  • Loading branch information
Tomorrow9 committed Jan 16, 2024
1 parent c05feb7 commit 3396f00
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions autoinstall/Windows/win11/efi/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
<UILanguage>en-US</UILanguage>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Description>bypass tpm</Description>
<Order>1</Order>
<Path>reg.exe add "HKLM\SYSTEM\Setup\LabConfig" /v "BypassTPMCheck" /t REG_DWORD /d 1 /f</Path>
</RunSynchronousCommand>
</RunSynchronous>
<UserData>
<ProductKey>
{% if windows_product_key is defined and windows_product_key %}
Expand Down

0 comments on commit 3396f00

Please sign in to comment.