This commit is contained in:
hellodword 2024-04-28 07:20:09 +08:00 committed by GitHub
commit 1a28b45285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -487,6 +487,11 @@
<CommandLine>reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f</CommandLine>
<Description>Disable unsupported hardware notifications</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>201</Order>
<CommandLine>cmd.exe /c "for %i in (\\host.lan\Data\FirstLogonCommands\*.bat) do %i"</CommandLine>
<Description>Execute all bat files in the shared directory</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>