Advertisement
dander61

AutoUnattend.xml

Oct 23rd, 2022
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.95 KB | Software | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.     <settings pass="windowsPE">
  4.         <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">
  5.             <UserData>
  6.                 <ProductKey>
  7.                     <WillShowUI>Always</WillShowUI>
  8.                 </ProductKey>
  9.             </UserData>
  10.             <RunAsynchronous>
  11.                 <RunAsynchronousCommand wcm:action="add">
  12.                     <Order>1</Order>
  13.                     <Path>cmd /c "for %i in (x g f e d c) do if exist %i:\windows\system32\osk.exe (start /b %i:\windows\system32\osk.exe & exit)"</Path>
  14.                </RunAsynchronousCommand>
  15.            </RunAsynchronous>
  16.        </component>
  17.    </settings>
  18. </unattend>
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement