Update autounattend.xml

This commit is contained in:
Sam Sneed 2024-07-15 15:56:19 -05:00 committed by GitHub
parent a451b64552
commit 4cdde37ed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@
<AutoLogon></AutoLogon> <AutoLogon></AutoLogon>
<FirstLogonCommands> <FirstLogonCommands>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<CommandLine>PowerShell.exe -command 'irm "http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1" | iex'</CommandLine> <CommandLine>PowerShell.exe -command 'irm "https://github.com/Sneed-Group/maxs-titus-overlay/raw/main/common-stream.ps1" | iex'</CommandLine>
<Description>Create protections</Description> <Description>Create protections</Description>
<Order>1</Order> <Order>1</Order>
</SynchronousCommand> </SynchronousCommand>