-Disable the local administrator account when deploying the domain profile
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6268 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f59367cb08
commit
f8c5fc5de1
@ -120,6 +120,12 @@
|
||||
</FirewallGroups>
|
||||
</component>
|
||||
<component name="Microsoft-Windows-Deployment" 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">
|
||||
<Order>100</Order>
|
||||
<Path>cmd /c %systemroot%\system32\net.exe user Administrator /active:no</Path>
|
||||
</RunSynchronousCommand>
|
||||
</RunSynchronous>
|
||||
</component>
|
||||
<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">
|
||||
<ComputerName>#TABLE:nodelist:$NODE:node#</ComputerName>
|
||||
|
Loading…
x
Reference in New Issue
Block a user