Fichier Unattended de base pour copier le profile par défaut lors du sysprerp
This commit is contained in:
parent
ab7a961f3c
commit
59cbb66d86
11
Windows10/unattend_copy_profile.xml
Normal file
11
Windows10/unattend_copy_profile.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
||||
|
||||
<settings pass="specialize">
|
||||
|
||||
<component name="Microsoft-Windows-Shell-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">
|
||||
<CopyProfile>true</CopyProfile>
|
||||
</component>
|
||||
</settings>
|
||||
|
||||
</unattend>
|
Loading…
x
Reference in New Issue
Block a user