1
0
şunun yansıması https://github.com/dockur/windows.git eşitlendi 2026-06-10 11:59:33 +08:00

feat: Automatically execute script after installation (#423)

Bu işleme şunda yer alıyor:
hellodword
2024-04-28 11:03:37 +00:00
işlemeyi yapan: GitHub
ebeveyn 3390ef8101
işleme 02c95fb960
17 değiştirilmiş dosya ile 120 ekleme ve 3 silme
+5
Dosyayı Görüntüle
@@ -485,6 +485,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>24</Order>
<CommandLine>cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"</CommandLine>
<Description>Execute custom script from the OEM folder if exists</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>