windows-nt/Source/XPSP1/NT/base/remoteboot/rbinstal/selfreg.inf
2020-09-26 16:20:57 +08:00

23 lines
438 B
INI

[Version]
Signature="$Windows NT$"
[InstallRemoteBoot]
ComponentName=NT50.RemoteBoot
ComponentVersion=5.0
AdvOptions=36
AddReg=RegBINL,RegTFTPD
[RegBINL]
; empty
[RegTFTPD]
HKLM,"system\currentcontrolset\services\tftpd\Parameters","Directory",%REG_EXPAND_SZ%,"%RemoteBoot%"
[Strings]
REG_DWORD =0x10001
REG_EXPAND_SZ =0x20000
REG_BINARY =0x00001
REG_SZ =0x00000
REG_MULTI_SZ =0x10000
REG_NONE =0x20001