1
0
zrcadlo https://github.com/dockur/windows.git synchronizováno 2026-06-10 11:59:33 +08:00

feat: Automatically execute script after installation (#423)

Tento commit je obsažen v:
hellodword
2024-04-28 11:03:37 +00:00
odevzdal GitHub
rodič 3390ef8101
revize 02c95fb960
17 změnil soubory, kde provedl 120 přidání a 3 odebrání
+5
Zobrazit soubor
@@ -259,6 +259,11 @@
<CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f</CommandLine>
<Description>Enable RemoteAPP to launch unlisted programs</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>20</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>