Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2242 lines
111 KiB

  1. ; Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #if defined(_PER_SKU_)
  3. #define GotSkuDef
  4. ; this is PER
  5. #endif
  6. #if defined(_PRO_SKU_)
  7. #if defined(GotSkuDef)
  8. #error "multiple sku's defined"
  9. #endif
  10. ; this is PRO
  11. #define GotSkuDef
  12. #endif
  13. #if defined(_SRV_SKU_)
  14. #if defined(GotSkuDef)
  15. #error "multiple sku's defined"
  16. #endif
  17. ; this is SRV
  18. #define GotSkuDef
  19. #endif
  20. #if defined(_ADS_SKU_)
  21. #if defined(GotSkuDef)
  22. #error "multiple sku's defined"
  23. #endif
  24. ; this is ADS
  25. #define GotSkuDef
  26. #endif
  27. #if defined(_DTC_SKU_)
  28. #if defined(GotSkuDef)
  29. #error "multiple sku's defined"
  30. #endif
  31. ; this is DTC
  32. #define GotSkuDef
  33. #endif
  34. #ifndef GotSkuDef
  35. #error "no skus defined"
  36. #endif
  37. ;-------------------------------------------------------------------------------
  38. ; Terminal Services Setup File
  39. ;
  40. ;-------------------------------------------------------------------------------
  41. [Version]
  42. Signature= "$Windows NT$"
  43. LayoutFile=layout.inf
  44. ;-------------------------------------------------------------------------------
  45. ; Terminal Services Optional Subcomponents
  46. ;
  47. ;-------------------------------------------------------------------------------
  48. [Optional Components]
  49. TerminalServer
  50. #ifndef _PER_SKU_
  51. TSWebClient
  52. #endif
  53. [TSWebClient]
  54. Parent = IIS_WWW_Parent
  55. Needs = IIS_WWW
  56. ;Modes = 0,1,3
  57. IconIndex = *
  58. OptionDesc = %TS_WEBCLIENT_DESC%
  59. Tip = %TS_WEBCLIENT_TIP%
  60. ;-------------------------------------------------------------------------------
  61. ; TerminalServices Core Component
  62. ;
  63. ;-------------------------------------------------------------------------------
  64. [TerminalServices]
  65. UpgradeFrom40Section.server.x86 = TerminalServices.UpgradeFrom40.server.x86
  66. UpgradeFrom50Section.server.x86 = TerminalServices.UpgradeFrom50.server.x86
  67. UpgradeFrom51Section.server.x86 = TerminalServices.UpgradeFrom51.server.x86
  68. FreshInstallSection.server.x86 = TerminalServices.FreshInstall.server.x86
  69. UpgradeFrom40Section.server.ia64 = TerminalServices.DoNothing
  70. UpgradeFrom50Section.server.ia64 = TerminalServices.UpgradeFrom50.server.ia64
  71. UpgradeFrom51Section.server.ia64 = TerminalServices.UpgradeFrom51.server.ia64
  72. FreshInstallSection.server.ia64 = TerminalServices.FreshInstall.server.ia64
  73. UpgradeFrom40Section.pro.x86 = TerminalServices.DoNothing
  74. UpgradeFrom50Section.pro.x86 = TerminalServices.DoNothing
  75. UpgradeFrom51Section.pro.x86 = TerminalServices.UpgradeFrom51.pro
  76. FreshInstallSection.pro.x86 = TerminalServices.FreshInstall.pro
  77. UpgradeFrom40Section.pro.ia64 = TerminalServices.DoNothing
  78. UpgradeFrom50Section.pro.ia64 = TerminalServices.DoNothing
  79. UpgradeFrom51Section.pro.ia64 = TerminalServices.UpgradeFrom51.pro
  80. FreshInstallSection.pro.ia64 = TerminalServices.FreshInstall.pro
  81. [TerminalServer]
  82. Needs = WBEM
  83. OptionDesc = %APPSRV_DESC%
  84. Tip = %APPSRV_TIP%
  85. IconIndex = 10
  86. RemoteAdmin.srv.x86 = TerminalServices.RemoteAdmin
  87. AppServer.srv.x86 = TerminalServices.AppServer.x86
  88. PersonalTS.srv.x86 = TerminalServices.DoNothing
  89. DisabledTS.srv.x86 = TerminalServices.DoNothing
  90. RemoteAdmin.srv.ia64 = TerminalServices.RemoteAdmin
  91. AppServer.srv.ia64 = TerminalServices.AppServer.ia64
  92. PersonalTS.srv.ia64 = TerminalServices.DoNothing
  93. DisabledTS.srv.ia64 = TerminalServices.DoNothing
  94. RemoteAdmin.pro.x86 = TerminalServices.DoNothing
  95. AppServer.pro.x86 = TerminalServices.DoNothing
  96. PersonalTS.pro.x86 = TerminalServices.PersonalTS
  97. DisabledTS.pro.x86 = TerminalServices.DoNothing
  98. RemoteAdmin.pro.ia64 = TerminalServices.DoNothing
  99. AppServer.pro.ia64 = TerminalServices.DoNothing
  100. PersonalTS.pro.ia64 = TerminalServices.PersonalTS
  101. DisabledTS.pro.ia64 = TerminalServices.DoNothing
  102. ;-------------------------------------------------------------------------------
  103. ; Terminal Services Install/Upgrade Sections. [TerminalServices]
  104. ;
  105. ;-------------------------------------------------------------------------------
  106. [TerminalServices.FreshInstall.server.x86]
  107. CopyFiles = TSsystemfiles, TSsystemfiles.srv, TSdrivers, TSdrivers.x86srv, tswmifiles
  108. CopyFiles = AppCompt, AppComptInstall.x86, AppComptLogon.x86, AppComptUninstall.x86, AppComptInstallTemplate.x86, AppComptLogonTemplate.x86, SecTemplates
  109. AddReg = Reg.common, Reg.srv, Reg.Winstations, Reg.Winstations.srv, Reg.common.RunX.Secured
  110. AddReg = Reg.x86srv
  111. RegisterDlls = CommonDlls, Dlls.srv
  112. ProfileItems = TSClient.InstallLink, TSMMC.InstallLink
  113. CopyFiles = tsc351, tscmsi
  114. #ifndef DONT_NEED_WIN16_TSCLIENT
  115. CopyFiles = tsc16
  116. #endif
  117. ProfileItems = TSAdmin.InstallLink, TSCC.InstallLink
  118. [TerminalServices.UpgradeFrom50.server.x86]
  119. DelFiles = DelDrivers
  120. DelFiles = DelTSSysFiles, AppComptInstall.Remove.x86, AppComptLogon.Remove.x86, AppComptUninstall.Remove.x86, AppComptInstallTemplate.Remove.x86, AppComptLogonTemplate.Remove.x86, clcreateold, oldtscw1601old, oldtscw1603old, oldtscw3201old, tscw32a01old, tscw32a01, tscw32a02, oldtscnw32a, EncFiles
  121. CopyFiles = TSsystemfiles, TSsystemfiles.srv, TSdrivers, TSdrivers.x86srv, tswmifiles
  122. CopyFiles = AppCompt, AppComptInstall.x86, AppComptLogon.x86, AppComptUninstall.x86, AppComptInstallTemplate.x86, AppComptLogonTemplate.x86, SecTemplates
  123. DelFiles = clcreate, oldtscmain, oldtscw3201, oldtscw3202, oldtscnw32
  124. #ifndef DONT_NEED_WIN16_TSCLIENT
  125. DelFiles = oldtscw1601, oldtscw1602, oldtscw1603, oldtscw1604, oldtscnw16
  126. #endif
  127. DelReg = Reg.delete
  128. AddReg = Reg.UpgradedFrom50
  129. AddReg = Reg.common, Reg.srv, Reg.common.RunX.Secured
  130. AddReg = Reg.x86srv
  131. ProfileItems = TSClientCreator.RemoveRc1Link
  132. ProfileItems = TSClient.InstallLink, TSMMC.InstallLink
  133. RegisterDlls = CommonDlls, Dlls.srv
  134. CopyFiles = tsc351, tscmsi
  135. #ifndef DONT_NEED_WIN16_TSCLIENT
  136. CopyFiles = tsc16
  137. #endif
  138. ProfileItems = TSAdmin.InstallLink, TSCC.InstallLink
  139. DelDirs=DelOldTscDirs
  140. [TerminalServices.UpgradeFrom51.server.x86]
  141. DelFiles = DelDrivers
  142. DelFiles = DelTSSysFiles, AppComptInstall.Remove.x86, AppComptLogon.Remove.x86, AppComptUninstall.Remove.x86, AppComptInstallTemplate.Remove.x86, AppComptLogonTemplate.Remove.x86, clcreateold, oldtscw1601old, oldtscw1603old, oldtscw3201old, tscw32a01old, tscw32a01, tscw32a02, oldtscnw32a, EncFiles
  143. DelFiles = clcreate, oldtscmain, oldtscw3201, oldtscw3202, oldtscnw32, oldtscmsi
  144. #ifndef DONT_NEED_WIN16_TSCLIENT
  145. DelFiles = oldtscw1601, oldtscw1602, oldtscw1603, oldtscw1604, oldtscnw16
  146. #endif
  147. CopyFiles = TSsystemfiles, TSsystemfiles.srv, TSdrivers, TSdrivers.x86srv, tswmifiles
  148. CopyFiles = AppCompt, AppComptInstall.x86, AppComptLogon.x86, AppComptUninstall.x86, AppComptInstallTemplate.x86, AppComptLogonTemplate.x86, SecTemplates
  149. DelReg = Reg.delete
  150. AddReg = Reg.UpgradedFrom51
  151. AddReg = Reg.common, Reg.srv, Reg.common.RunX.Secured
  152. AddReg = Reg.x86srv
  153. ProfileItems = TSClientCreator.RemoveRc1Link
  154. ProfileItems = TSClient.InstallLink, TSMMC.InstallLink
  155. RegisterDlls = CommonDlls, Dlls.srv
  156. CopyFiles = tsc351, tscmsi
  157. #ifndef DONT_NEED_WIN16_TSCLIENT
  158. CopyFiles = tsc16
  159. #endif
  160. ProfileItems = TSAdmin.InstallLink, TSCC.InstallLink
  161. DelDirs=DelOldTscDirs
  162. [TerminalServices.UpgradeFrom40.server.x86]
  163. DelFiles = DelDrivers
  164. DelFiles = DelTSSysFiles, AppComptInstall.Remove.x86, AppComptLogon.Remove.x86, AppComptUninstall.Remove.x86, AppComptInstallTemplate.Remove.x86, AppComptLogonTemplate.Remove.x86, oldtscw1601old, oldtscw1603old, oldtscw3201old, tscw32a01old, tscw32a01, tscw32a02, oldtscnw32a, EncFiles
  165. CopyFiles = TSsystemfiles, TSsystemfiles.srv, TSdrivers, TSdrivers.x86srv, tswmifiles
  166. CopyFiles = AppCompt, AppComptInstall.x86, AppComptLogon.x86, AppComptUninstall.x86, AppComptInstallTemplate.x86, AppComptLogonTemplate.x86, SecTemplates
  167. DelFiles = clcreate, oldtscmain, oldtscw3201, oldtscw3202, oldtscnw32
  168. #ifndef DONT_NEED_WIN16_TSCLIENT
  169. DelFiles = oldtscw1601, oldtscw1602, oldtscw1603, oldtscw1604, oldtscnw16
  170. #endif
  171. DelReg = Reg.delete
  172. AddReg = Reg.UpgradedFrom40
  173. AddReg = Reg.common, Reg.srv, Reg.common.RunX.Secured
  174. AddReg = Reg.x86srv
  175. ProfileItems = TSCFG.RemoveLink, TSAdmin.RemoveOldLink, TSClientCreator.RemoveOldLink, AppSec.Remove40Link, IE4Inst.Remove40Link, Nw4Nt.Remove40Link
  176. RegisterDlls = CommonDlls, Dlls.srv
  177. ProfileItems = TSClient.InstallLink, TSMMC.InstallLink
  178. CopyFiles = tsc351, tscmsi
  179. #ifndef DONT_NEED_WIN16_TSCLIENT
  180. CopyFiles = tsc16
  181. #endif
  182. ProfileItems = TSAdmin.InstallLink, TSCC.InstallLink
  183. DelDirs=DelOldTscDirs
  184. [TerminalServices.FreshInstall.server.ia64]
  185. CopyFiles = TSsystemfiles, TSsystemfiles.srv, TSdrivers, tswmifiles
  186. CopyFiles = AppCompt, AppComptInstall.ia64, AppComptLogon.ia64, AppComptUninstall.ia64, AppComptInstallTemplate.ia64, AppComptLogonTemplate.ia64, SecTemplates
  187. AddReg = Reg.common, Reg.common.ia64, Reg.srv, Reg.Winstations, Reg.Winstations.srv, Reg.common.RunX.Secured, Reg.common.RunX.Secured.ia64
  188. RegisterDlls = CommonDlls, Dlls.srv
  189. ProfileItems = TSClient.InstallLink, TSMMC.InstallLink
  190. CopyFiles = tsc351, tscmsi
  191. #ifndef DONT_NEED_WIN16_TSCLIENT
  192. CopyFiles = tsc16
  193. #endif
  194. ProfileItems = TSAdmin.InstallLink, TSCC.InstallLink
  195. [TerminalServices.UpgradeFrom50.server.ia64]
  196. DelFiles = DelDrivers, DelDrivers.ia64
  197. DelFiles = DelTSSysFiles, AppComptInstall.Remove.ia64, AppComptLogon.Remove.ia64, AppComptUninstall.Remove.ia64, AppComptInstallTemplate.Remove.ia64, AppComptLogonTemplate.Remove.ia64, clcreateold, oldtscw1601old, oldtscw1603old, oldtscw3201old, tscw32a01old, tscw32a01, tscw32a02, oldtscnw32a, EncFiles
  198. CopyFiles = TSsystemfiles, TSsystemfiles.srv, TSdrivers, tswmifiles
  199. CopyFiles = AppCompt, AppComptInstall.ia64, AppComptLogon.ia64, AppComptUninstall.ia64, AppComptInstallTemplate.ia64, AppComptLogonTemplate.ia64, SecTemplates
  200. DelFiles = clcreate, oldtscmain, oldtscw3201, oldtscw3202, oldtscnw32
  201. #ifndef DONT_NEED_WIN16_TSCLIENT
  202. DelFiles = oldtscw1601, oldtscw1602, oldtscw1603, oldtscw1604, oldtscnw16
  203. #endif
  204. DelReg = Reg.delete
  205. AddReg = Reg.UpgradedFrom50
  206. AddReg = Reg.common, Reg.common.ia64, Reg.srv, Reg.common.RunX.Secured, Reg.common.RunX.Secured.ia64
  207. ProfileItems = TSClientCreator.RemoveRc1Link
  208. ProfileItems = TSClient.InstallLink, TSMMC.InstallLink
  209. RegisterDlls = CommonDlls, Dlls.srv
  210. CopyFiles = tsc351, tscmsi
  211. #ifndef DONT_NEED_WIN16_TSCLIENT
  212. CopyFiles = tsc16
  213. #endif
  214. ProfileItems = TSAdmin.InstallLink, TSCC.InstallLink
  215. DelDirs=DelOldTscDirs
  216. [TerminalServices.UpgradeFrom51.server.ia64]
  217. DelFiles = DelDrivers, DelDrivers.ia64
  218. DelFiles = DelTSSysFiles, AppComptInstall.Remove.ia64, AppComptLogon.Remove.ia64, AppComptUninstall.Remove.ia64, AppComptInstallTemplate.Remove.ia64, AppComptLogonTemplate.Remove.ia64, clcreateold, oldtscw1601old, oldtscw1603old, oldtscw3201old, tscw32a01old, tscw32a01, tscw32a02, oldtscnw32a, EncFiles
  219. DelFiles = clcreate, oldtscmain, oldtscw3201, oldtscw3202, oldtscnw32,
  220. #ifndef DONT_NEED_WIN16_TSCLIENT
  221. DelFiles = oldtscw1601, oldtscw1602, oldtscw1603, oldtscw1604, oldtscnw16, oldtscmsi
  222. #endif
  223. CopyFiles = TSsystemfiles, TSsystemfiles.srv, TSdrivers, tswmifiles
  224. CopyFiles = AppCompt, AppComptInstall.ia64, AppComptLogon.ia64, AppComptUninstall.ia64, AppComptInstallTemplate.ia64, AppComptLogonTemplate.ia64, SecTemplates
  225. DelReg = Reg.delete
  226. AddReg = Reg.UpgradedFrom51
  227. AddReg = Reg.common, Reg.common.ia64, Reg.srv, Reg.common.RunX.Secured, Reg.common.RunX.Secured.ia64
  228. ProfileItems = TSClientCreator.RemoveRc1Link
  229. ProfileItems = TSClient.InstallLink, TSMMC.InstallLink
  230. RegisterDlls = CommonDlls, Dlls.srv
  231. CopyFiles = tsc351, tscmsi
  232. #ifndef DONT_NEED_WIN16_TSCLIENT
  233. CopyFiles = tsc16
  234. #endif
  235. ProfileItems = TSAdmin.InstallLink, TSCC.InstallLink
  236. DelDirs=DelOldTscDirs
  237. [TerminalServices.FreshInstall.pro]
  238. CopyFiles = TSsystemfiles, TSsystemfiles.pro, TSdrivers, tswmifiles
  239. AddReg = Reg.common, Reg.pro, Reg.Winstations, Reg.Winstations.pro, Reg.common.RunX.Secured
  240. RegisterDlls = CommonDlls
  241. ProfileItems = TSClient.InstallLink
  242. [TerminalServices.UpgradeFrom51.pro]
  243. DelFiles = DelDrivers, DelDrivers.ia64
  244. DelFiles = DelTSSysFiles, clcreateold, oldtscw1601old, oldtscw1603old, oldtscw3201old, tscw32a01old, tscw32a01, tscw32a02, oldtscnw32a, oldtscmsi
  245. DelFiles = DelTSSysFiles.Pro, DelOldHelp.Pro
  246. CopyFiles = TSsystemfiles, TSsystemfiles.pro, TSdrivers, tswmifiles
  247. DelReg = Reg.delete
  248. AddReg = Reg.UpgradedFrom51
  249. AddReg = Reg.common, Reg.pro, Reg.common.RunX.Secured
  250. RegisterDlls = CommonDlls
  251. ProfileItems = TSClient.InstallLink
  252. [TerminalServices.DoNothing]
  253. ;-------------------------------------------------------------------------------
  254. ; Terminal Services Toggle Section.
  255. ;-------------------------------------------------------------------------------
  256. [TerminalServices.RemoteAdmin]
  257. AddReg = Reg.RemoteAdmin
  258. AddReg = Reg.ToggleOn
  259. [TerminalServices.AppServer.x86]
  260. AddReg = Reg.AppServer
  261. AddReg = Reg.ToggleOn
  262. [TerminalServices.AppServer.ia64]
  263. AddReg = Reg.AppServer
  264. AddReg = Reg.ToggleOn
  265. [TerminalServices.PersonalTS]
  266. AddReg = Reg.PersonalTS
  267. AddReg = Reg.ToggleOn
  268. ;-------------------------------------------------------------------------------
  269. ; DLL Registration.
  270. ;
  271. ;-------------------------------------------------------------------------------
  272. [Dlls.srv]
  273. 11,,tssdjet.dll,1 ; Load balancing Jet interface
  274. 11,,tscc.dll,1
  275. 11,,mstsmmc.dll,1
  276. 11,,mstsmhst.dll,1
  277. [CommonDlls]
  278. 11,,mstscax.dll,1
  279. 11,,rdchost.dll,1 ; Salem
  280. 11,,cfgbkend.dll,1
  281. 11,,remotepg.dll,1 ; Sergey's Remote Page.
  282. ;-------------------------------------------------------------------------------
  283. ; Destination Directories.
  284. ;
  285. ;-------------------------------------------------------------------------------
  286. [DestinationDirs]
  287. AppCompt = 10,"Application Compatibility Scripts"
  288. AppComptInstall.x86 = 10,"Application Compatibility Scripts"\Install
  289. AppComptInstall.Remove.x86 = 10,"Application Compatibility Scripts"\Install
  290. AppComptLogon.x86 = 10,"Application Compatibility Scripts"\Logon
  291. AppComptLogon.Remove.x86 = 10,"Application Compatibility Scripts"\Logon
  292. AppComptUninstall.x86 = 10,"Application Compatibility Scripts"\Uninstall
  293. AppComptUninstall.Remove.x86 = 10,"Application Compatibility Scripts"\Uninstall
  294. AppComptInstallTemplate.x86 = 10,"Application Compatibility Scripts"\Install\Template
  295. AppComptInstallTemplate.Remove.x86 = 10,"Application Compatibility Scripts"\Install\Template
  296. AppComptLogonTemplate.x86 = 10,"Application Compatibility Scripts"\Logon\Template
  297. AppComptLogonTemplate.Remove.x86 = 10,"Application Compatibility Scripts"\Logon\Template
  298. AppComptInstall.ia64 = 10,"Application Compatibility Scripts"\Install
  299. AppComptInstall.Remove.ia64 = 10,"Application Compatibility Scripts"\Install
  300. AppComptLogon.ia64 = 10,"Application Compatibility Scripts"\Logon
  301. AppComptLogon.Remove.ia64 = 10,"Application Compatibility Scripts"\Logon
  302. AppComptUninstall.ia64 = 10,"Application Compatibility Scripts"\Uninstall
  303. AppComptUninstall.Remove.ia64 = 10,"Application Compatibility Scripts"\Uninstall
  304. AppComptInstallTemplate.ia64 = 10,"Application Compatibility Scripts"\Install\Template
  305. AppComptInstallTemplate.Remove.ia64 = 10,"Application Compatibility Scripts"\Install\Template
  306. AppComptLogonTemplate.ia64 = 10,"Application Compatibility Scripts"\Logon\Template
  307. AppComptLogonTemplate.Remove.ia64 = 10,"Application Compatibility Scripts"\Logon\Template
  308. TSWebClientFiles = 10,"Web\TSWeb"
  309. TSsystemfiles = 11
  310. TSsystemfiles.srv = 11
  311. TSsystemfiles.pro = 11
  312. TSdrivers = 12
  313. TSdrivers.x86srv = 12
  314. DelDrivers = 12
  315. DelDrivers.ia64 = 12
  316. tswmifiles = 11, "wbem"
  317. DelTSSysFiles = 11
  318. DelTSSysFiles.Pro = 11
  319. EncFiles = 11,export
  320. SecTemplates = 10,security\templates
  321. clcreate = 11,clients
  322. clcreateold = 11,clients\tsclient
  323. oldtscmain = 11,clients\tsclient
  324. #ifndef DONT_NEED_WIN16_TSCLIENT
  325. oldtscw1601 = 11,clients\tsclient\win16\disks\disk1
  326. oldtscw1601old = 11,clients\tsclient\win16\disks\disk1
  327. oldtscw1602 = 11,clients\tsclient\win16\disks\disk2
  328. oldtscw1603 = 11,clients\tsclient\win16\disks\disk3
  329. oldtscw1603old = 11,clients\tsclient\win16\disks\disk3
  330. oldtscw1604 = 11,clients\tsclient\win16\disks\disk4
  331. tsc16 = 11,clients\tsclient\win16
  332. #endif
  333. oldtscw3201 = 11,clients\tsclient\win32\disks\disk1
  334. oldtscw3201old = 11,clients\tsclient\win32\disks\disk1
  335. oldtscw3202 = 11,clients\tsclient\win32\disks\disk2
  336. tscw32a01 = 11,clients\tsclient\win32a\disks\disk1
  337. tscw32a01old = 11,clients\tsclient\win32a\disks\disk1
  338. tscw32a02 = 11,clients\tsclient\win32a\disks\disk2
  339. #ifndef DONT_NEED_WIN16_TSCLIENT
  340. oldtscnw16 = 11,clients\tsclient\net\win16
  341. #endif
  342. oldtscnw32 = 11,clients\tsclient\net\win32
  343. oldtscnw32a = 11,clients\tsclient\net\win32a
  344. tsc351 = 11,clients\tsclient\win32\acme351
  345. tscmsi = 11,clients\tsclient\win32
  346. oldtscmsi = 11,clients\tsclient\win32
  347. DelOldHelp.Pro = 18
  348. ;-------------------------------------------------------------------------------
  349. ; Old client directories to delete
  350. ;-------------------------------------------------------------------------------
  351. [DelOldTscDirs]
  352. %11%/clients/tsclient/net/win32
  353. %11%/clients/tsclient/net/win32a
  354. %11%/clients/tsclient/net/win16
  355. %11%/clients/tsclient/net
  356. %11%/clients/tsclient/win32a/disks/disk1
  357. %11%/clients/tsclient/win32a/disks/disk2
  358. %11%/clients/tsclient/win32a/disks
  359. %11%/clients/tsclient/win32a
  360. %11%/clients/tsclient/win32/disks/disk1
  361. %11%/clients/tsclient/win32/disks/disk2
  362. %11%/clients/tsclient/win32/disks/disk1
  363. %11%/clients/tsclient/win32/disks
  364. %11%/clients/tsclient/win16/disks/disk1
  365. %11%/clients/tsclient/win16/disks/disk2
  366. %11%/clients/tsclient/win16/disks/disk3
  367. %11%/clients/tsclient/win16/disks/disk4
  368. %11%/clients/tsclient/win16/disks
  369. %11%/clients/tsclient/win16
  370. ;-------------------------------------------------------------------------------
  371. ; Links (shortcuts) sections
  372. ;
  373. ;-------------------------------------------------------------------------------
  374. [TSClient.InstallLink]
  375. Name = %TS_CLIENT%
  376. CmdLine = 11,,mstsc.exe
  377. SubDir = %COMMUNICATIONS%
  378. InfoTip = "@%11%\mstsc.exe,-4001"
  379. DisplayResource="%11%\mstsc.exe",4000
  380. [TSAdmin.InstallLink]
  381. Name = %TS_TSADMIN%
  382. CmdLine = 11,,tsadmin.exe
  383. SubDir = %ADMINTOOLS%
  384. InfoTip = "@%11%\tsadmin.exe,-10001"
  385. DisplayResource="%11%\tsadmin.exe",10000
  386. [TSAdmin.RemoveLink]
  387. Name = %TS_TSADMIN%, 0x2
  388. CmdLine = 11,,tsadmin.exe
  389. SubDir = %ADMINTOOLS%
  390. [TSAdmin.RemoveOldLink]
  391. Name = %TS_TSADMIN_OLD%, 0x2
  392. CmdLine = 11,,tsadmin.exe
  393. SubDir = %ADMINTOOLS%
  394. [TSCC.InstallLink]
  395. Name = %TS_CC%
  396. CmdLine = 11,,tscc.msc /s
  397. SubDir = %ADMINTOOLS%
  398. InfoTip = "@%11%\tscc.dll,-10001"
  399. DisplayResource="%11%\tscc.dll",10000
  400. [TSCC.RemoveLink]
  401. Name = %TS_CC%, 0x2
  402. CmdLine = 11,,tscc.msc
  403. SubDir = %ADMINTOOLS%
  404. [TSMMC.InstallLink]
  405. Name = %TS_MMC%
  406. CmdLine = 11,,tsmmc.msc /s
  407. SubDir = %ADMINTOOLS%
  408. InfoTip = "@%11%\mstsmmc.dll,-10001"
  409. DisplayResource="%11%\mstsmmc.dll",10000
  410. [TSMMC.RemoveLink]
  411. Name = %TS_MMC%, 0x2
  412. CmdLine = 11,,tsmmc.msc
  413. SubDir = %ADMINTOOLS%
  414. [TSCC.RemoveOldLink]
  415. Name = %TS_CC_OLD%, 0x2
  416. CmdLine = 11,,tscc.msc /s
  417. SubDir = %ADMINTOOLS%
  418. [TSClientCreator.InstallLink]
  419. Name = %TS_CLIENT_CREATE%
  420. CmdLine = 11,clients,clcreate.exe /%SystemRoot%\system32\clients\TSClient
  421. SubDir = %ADMINTOOLS%
  422. InfoTip = %TS_CLIENT_CREATE_TIP%
  423. [TSClientCreator.RemoveLink]
  424. Name = %TS_CLIENT_CREATE%, 0x2
  425. CmdLine = 11,clients,clcreate.exe
  426. SubDir = %ADMINTOOLS%
  427. [TSClientCreator.RemoveRc1Link]
  428. Name = %TS_CLIENT_CREATE%, 0x2
  429. CmdLine = 11,,ncadmin.exe
  430. SubDir = %ADMINTOOLS%
  431. [TSClientCreator.RemoveOldLink]
  432. Name = %TS_CLIENT_CREATE_OLD%, 0x2
  433. CmdLine = 11,,ncadmin.exe
  434. SubDir = %ADMINTOOLS%
  435. [TSCFG.RemoveLink]
  436. Name = %TS_TSCFG%, 0x2
  437. CmdLine = 11,,tscfg.exe
  438. SubDir = %ADMINTOOLS%
  439. [AppSec.Remove40Link]
  440. Name = %TS_APPSEC%, 0x2
  441. CmdLine = 11,,appsec.exe
  442. SubDir = %ADMINTOOLS%
  443. [IE4Inst.Remove40Link]
  444. Name = %TS_IE4INST%, 0x2
  445. CmdLine = 11,,ie4inst.exe
  446. SubDir = %ADMINTOOLS%
  447. [Nw4Nt.Remove40Link]
  448. Name = %TS_NW4NT%, 0x2
  449. CmdLine = 11,,nw4nt.exe
  450. SubDir = %ADMINTOOLS%
  451. ;-------------------------------------------------------------------------------
  452. ; File Sections
  453. ;
  454. ;-------------------------------------------------------------------------------
  455. [TSWebClient.Install]
  456. CopyFiles=TSWebClientFiles
  457. [TSWebClient.UnInstall]
  458. DelFiles=TSWebClientFiles
  459. [DelDrivers.ia64]
  460. tdasync.sys ; 32 bit server only
  461. tdipx.sys ; 32 bit only server
  462. tdspx.sys ; 32 bit only server
  463. [DelDrivers]
  464. tdnetb.sys ; remove completely
  465. [DelOldHelp.Pro]
  466. tsuserex.chm
  467. tsuserex.hlp
  468. [TSdrivers.x86srv]
  469. tdasync.sys ; 32 bit server only
  470. tdipx.sys ; 32 bit only server
  471. tdspx.sys ; 32 bit only server
  472. [TSdrivers]
  473. rdpwd.sys
  474. rdpdr.sys
  475. tdpipe.sys
  476. tdtcp.sys
  477. termdd.sys
  478. [TSsystemfiles.pro]
  479. [TSsystemfiles.srv.Security]
  480. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  481. [TSsystemfiles.srv]
  482. tsadmin.exe
  483. tscc.dll
  484. tscc.msc
  485. tssdjet.dll
  486. tssdis.exe
  487. change.exe
  488. chglogon.exe
  489. chgport.exe
  490. chgusr.exe
  491. cprofile.exe
  492. flattemp.exe
  493. query.exe
  494. quser.exe
  495. register.exe
  496. tsprof.exe
  497. mstsmmc.dll ; tsmmc snapin
  498. mstsmhst.dll ; tsmmc snapin
  499. tsmmc.msc ; tsmmc snapin
  500. [TSWebClientFiles]
  501. default.htm, tsweb1.htm
  502. msrdp.cab, msrdp.cab
  503. bluebarh.gif, bluebarh.gif
  504. bluebarv.gif, bluebarv.gif
  505. win2000l.gif, win2000l.gif
  506. win2000r.gif, win2000r.gif
  507. [TSsystemfiles.Security]
  508. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  509. [TSsystemfiles]
  510. cdmodem.dll
  511. cfgbkend.dll
  512. icaapi.dll
  513. logoff.exe
  514. msg.exe
  515. qappsrv.exe
  516. qprocess.exe
  517. qwinsta.exe
  518. rdpcfgex.dll
  519. rdpclip.exe
  520. rdpsnd.dll
  521. ;rdpdd.dll
  522. rdpwsx.dll
  523. regini.exe
  524. rwinsta.exe
  525. shadow.exe
  526. #ifdef TERMSRV_PROC
  527. termsrv.exe, termsrv.dll
  528. #else
  529. termsrv.dll
  530. #endif
  531. tscon.exe
  532. tsdiscon.exe
  533. tslabels.h
  534. tslabels.ini
  535. tsshutdn.exe
  536. tskill.exe
  537. usrlogon.cmd
  538. tscupgrd.exe ; TS client upgrade wrapper
  539. rdchost.dll ; Salem
  540. sessmgr.exe ; Salem
  541. rdshost.exe ; Salem
  542. rdsaddin.exe ; Salem
  543. remotepg.dll ; Sergey's Remote Page.
  544. reset.exe
  545. mstsc.exe ; tsclient files
  546. mstscax.dll ; tsclient files
  547. tscfgwmi.dll ; TS WMI Provider
  548. [tswmifiles]
  549. tscfgwmi.mof ; TS WMI provider
  550. tscfgwmi.mfl ; TS WMI provider
  551. [DelTSSysFiles.Pro]
  552. tsprof.exe
  553. tsadmin.exe
  554. mstsmmc.dll ; tsmmc snapin
  555. mstsmhst.dll ; tsmmc snapin
  556. tsmmc.msc ; tsmmc snapin
  557. tsuserex.dll
  558. tscc.dll
  559. [DelTSSysFiles]
  560. arevfix.com
  561. appsec.cnt
  562. appsec.exe
  563. appsec.hlp
  564. cnvrtuc.exe
  565. connect.exe
  566. c2cfg.exe
  567. c2config.exe
  568. ctxdel.exe
  569. cxerror.dll
  570. cxnetdde.exe
  571. cxstatus.dll
  572. disconn.exe
  573. doskbd.exe
  574. ie4del.exe
  575. ie4inst.exe
  576. installr.exe
  577. kill.exe
  578. migrate.exe
  579. ncadmin.exe
  580. ncadmin.hlp
  581. ndspsvr.exe
  582. nw2nt.cnt
  583. nw2nt.exe
  584. nw2nt.hlp
  585. peruser.exe
  586. qobject.exe
  587. regfix.exe
  588. termsrv.exe
  589. tscfg.exe
  590. tscfg.hlp
  591. tsc2.exe
  592. tsnotify.dll
  593. tssdsql.dll
  594. licmgr.hlp
  595. licmgr.cnt
  596. clcreate.hlp
  597. clcreate.cnt
  598. tsadmin.hlp
  599. tsadmin.cnt
  600. dbgtrace.exe
  601. ; intermittent salem files to be deleted.
  602. rdqrymgr.dll
  603. rdwmiqry.exe
  604. swmi.dll
  605. tsdiag.dll ; ts trouble shooter.
  606. [EncFiles]
  607. instm165.dll
  608. instm3x5.dll
  609. instrdp5.dll
  610. tsocenc.inf
  611. [SecTemplates]
  612. notssid.inf
  613. [AppCompt]
  614. aciniupd.exe
  615. acregl.exe
  616. acsr.exe
  617. chkroot.cmd
  618. end.cmd
  619. rootdrv.cmd
  620. setpaths.cmd
  621. [AppComptInstall.x86]
  622. #ifndef JAPAN
  623. cofc8ins.cmd
  624. #endif
  625. #ifndef JAPAN
  626. coffice8.cmd
  627. #endif
  628. eudora4.cmd
  629. fpage98.cmd
  630. msexcl97.cmd
  631. msproj98.cmd
  632. msvs6.cmd
  633. msword97.cmd
  634. netcom40.cmd
  635. ofc43ins.cmd
  636. office43.cmd
  637. office43.key
  638. office97.cmd
  639. pwrbldr6.cmd
  640. #ifndef JAPAN
  641. ssuite9.cmd
  642. #endif
  643. visio5.cmd
  644. outlk98.cmd
  645. lnote4u.cmd
  646. lnote4u.key
  647. ssuite95.cmd
  648. [AppComptInstall.Remove.x86]
  649. coffice7.cmd
  650. coffice7.key
  651. diskpr20.cmd
  652. drwatson.cmd
  653. drwatson.key
  654. msie30.cmd
  655. msie40.cmd
  656. msie30.key
  657. msie40.key
  658. msie40s.key
  659. msproj95.cmd
  660. mssna30.cmd
  661. netnav30.cmd
  662. odbc.cmd
  663. office95.cmd
  664. pchtree6.cmd
  665. sna40cli.cmd
  666. sna40srv.cmd
  667. ssuite9.key
  668. ssuite95.key
  669. ssuite97.cmd
  670. ssuite97.key
  671. winmsg.cmd
  672. [AppComptLogon.x86]
  673. #ifndef JAPAN
  674. ss9usr.cmd
  675. #endif
  676. tsmkudir.cmd
  677. tsmkufil.cmd
  678. eud4usr.cmd
  679. ss95usr.cmd
  680. [AppComptLogon.Remove.x86]
  681. msie4usr.cmd
  682. nav30usr.cmd
  683. prj95usr.cmd
  684. ptr6usr.cmd
  685. ss97usr.cmd
  686. wmsgusr.cmd
  687. [AppComptUninstall.x86]
  688. #ifndef JAPAN
  689. ucoff8.cmd
  690. #endif
  691. ucom40.cmd
  692. uexcl97.cmd
  693. ufpg98.cmd
  694. umsvs6.cmd
  695. uoff43.cmd
  696. uoff97.cmd
  697. uoutlk98.cmd
  698. uproj98.cmd
  699. #ifndef JAPAN
  700. uss9.cmd
  701. #endif
  702. uword97.cmd
  703. uss95.cmd
  704. upbld6.cmd
  705. [AppComptUninstall.Remove.x86]
  706. ucoff7.cmd
  707. umsie40.cmd
  708. unav30.cmd
  709. uoff95.cmd
  710. upchtre6.cmd
  711. uproj95.cmd
  712. uss97.cmd
  713. uwinmsg.cmd
  714. [AppComptInstallTemplate.x86]
  715. #ifndef JAPAN
  716. coffice8.key
  717. #endif
  718. eudora4.key
  719. msexcl97.key
  720. msproj98.key
  721. msvs6.key
  722. msword97.key
  723. office97.key
  724. outlk98.key
  725. pwrbldr6.key
  726. [AppComptInstallTemplate.Remove.x86]
  727. coffice7.key
  728. drwatson.key
  729. msie30.key
  730. msie40.key
  731. msie40s.key
  732. msproj95.key
  733. netnav30.key
  734. odbc.key
  735. office95.key
  736. [AppComptLogonTemplate.x86]
  737. #ifndef JAPAN
  738. cofc8usr.cmd
  739. #endif
  740. Com40usr.cmd
  741. exl97usr.cmd
  742. ofc43usr.cmd
  743. ofc43usr.key
  744. ofc97usr.cmd
  745. prj98usr.cmd
  746. wrd97usr.cmd
  747. olk98usr.cmd
  748. pbld6usr.cmd
  749. [AppComptLogonTemplate.Remove.x86]
  750. cofc7usr.cmd
  751. ofc95usr.cmd
  752. prj95usr.key
  753. prj95usr.cmd
  754. [AppComptInstall.ia64]
  755. msvs6.cmd
  756. [AppComptInstall.Remove.ia64]
  757. coffice7.cmd
  758. coffice7.key
  759. diskpr20.cmd
  760. drwatson.cmd
  761. drwatson.key
  762. msie30.cmd
  763. msie40.cmd
  764. msie30.key
  765. msie40.key
  766. msie40s.key
  767. msproj95.cmd
  768. mssna30.cmd
  769. netnav30.cmd
  770. odbc.cmd
  771. office95.cmd
  772. pchtree6.cmd
  773. sna40cli.cmd
  774. sna40srv.cmd
  775. ssuite9.key
  776. ssuite95.key
  777. ssuite97.cmd
  778. ssuite97.key
  779. winmsg.cmd
  780. cofc8ins.cmd
  781. coffice8.cmd
  782. eudora4.cmd
  783. fpage98.cmd
  784. msexcl97.cmd
  785. msproj98.cmd
  786. msword97.cmd
  787. netcom40.cmd
  788. ofc43ins.cmd
  789. office43.cmd
  790. office43.key
  791. office97.cmd
  792. pwrbldr6.cmd
  793. ssuite9.cmd
  794. visio5.cmd
  795. outlk98.cmd
  796. lnote4u.cmd
  797. lnote4u.key
  798. ssuite95.cmd
  799. [AppComptLogon.ia64]
  800. tsmkudir.cmd
  801. tsmkufil.cmd
  802. [AppComptLogon.Remove.ia64]
  803. msie4usr.cmd
  804. nav30usr.cmd
  805. prj95usr.cmd
  806. ptr6usr.cmd
  807. ss97usr.cmd
  808. wmsgusr.cmd
  809. ss9usr.cmd
  810. eud4usr.cmd
  811. ss95usr.cmd
  812. [AppComptUninstall.ia64]
  813. umsvs6.cmd
  814. [AppComptUninstall.Remove.ia64]
  815. ucoff7.cmd
  816. umsie40.cmd
  817. unav30.cmd
  818. uoff95.cmd
  819. upchtre6.cmd
  820. uproj95.cmd
  821. uss97.cmd
  822. uwinmsg.cmd
  823. ucoff8.cmd
  824. ucom40.cmd
  825. uexcl97.cmd
  826. ufpg98.cmd
  827. uoff43.cmd
  828. uoff97.cmd
  829. uoutlk98.cmd
  830. uproj98.cmd
  831. uss9.cmd
  832. uword97.cmd
  833. uss95.cmd
  834. upbld6.cmd
  835. [AppComptInstallTemplate.ia64]
  836. msvs6.key
  837. [AppComptInstallTemplate.Remove.ia64]
  838. coffice7.key
  839. drwatson.key
  840. msie30.key
  841. msie40.key
  842. msie40s.key
  843. msproj95.key
  844. netnav30.key
  845. odbc.key
  846. office95.key
  847. coffice8.key
  848. eudora4.key
  849. msexcl97.key
  850. msproj98.key
  851. msword97.key
  852. office97.key
  853. outlk98.key
  854. pwrbldr6.key
  855. [AppComptLogonTemplate.ia64]
  856. [AppComptLogonTemplate.Remove.ia64]
  857. cofc7usr.cmd
  858. ofc95usr.cmd
  859. prj95usr.key
  860. prj95usr.cmd
  861. cofc8usr.cmd
  862. Com40usr.cmd
  863. exl97usr.cmd
  864. ofc43usr.cmd
  865. ofc43usr.key
  866. ofc97usr.cmd
  867. prj98usr.cmd
  868. wrd97usr.cmd
  869. olk98usr.cmd
  870. pbld6usr.cmd
  871. [clcreate]
  872. clcreate.exe
  873. [clcreateold]
  874. clcreate.exe
  875. [oldtscmain]
  876. ncadmin.inf
  877. #ifndef DONT_NEED_WIN16_TSCLIENT
  878. [oldtscw1601]
  879. acmsetup.exe
  880. acmsetup.hlp
  881. conman16.hlp
  882. custom.dll
  883. eula.txt
  884. mscpydis.dll
  885. mssetup.dll
  886. mstsc.exe
  887. mstsc.inf
  888. mstsc.ini
  889. mstsc16.hlp
  890. setup.exe
  891. setup.ini
  892. acmboot.lst
  893. setup.stf
  894. setup.tdf
  895. _mssetup.exe
  896. mstsc1.id
  897. acmboot.exe
  898. [oldtscw1601old]
  899. conman.exe
  900. [oldtscw1602]
  901. comctl16.dll
  902. mstsc2.id
  903. [oldtscw1603]
  904. compobj.dll
  905. ole2.dll
  906. ole2disp.dll
  907. tsctrc.dll
  908. win16x.dll
  909. mstsc3.id
  910. [oldtscw1603old]
  911. ole2nls.dll
  912. storage.dll
  913. rdpdr.dll
  914. [oldtscw1604]
  915. conman.exe
  916. ole2nls.dll
  917. storage.dll
  918. rdpdr.dll
  919. mstsc4.id
  920. [tsc16]
  921. acmboot.exe, tscn1601.w16
  922. acmboot.lst, tscn1602.w16
  923. acmsetup.exe, tscn1603.w16
  924. acmsetup.hlp, tscn1604.w16
  925. comctl16.dll, tscn1605.w16
  926. compobj.dll, tscn1606.w16
  927. conman.exe, tscn1607.w16
  928. conman.sym, tscn1608.w16
  929. conman16.hlp, tscn1609.w16
  930. custom.dll, tscn1610.w16
  931. eula.txt, tscn1611.w16
  932. mscpydis.dll, tscn1612.w16
  933. mssetup.dll, tscn1613.w16
  934. mstsc.exe, tscn1614.w16
  935. mstsc.inf, tscn1615.w16
  936. mstsc.ini, tscn1616.w16
  937. mstsc.sym, tscn1617.w16
  938. mstsc1.id, tscn1618.w16
  939. mstsc16.hlp, tscn1619.w16
  940. mstscf.inf, tscn1620.w16
  941. ole2.dll, tscn1621.w16
  942. ole2disp.dll, tscn1622.w16
  943. ole2nls.dll, tscn1623.w16
  944. rdpdr.dll, tscn1624.w16
  945. rdpdr.sym, tscn1625.w16
  946. setup.exe, tscn1626.w16
  947. setup.ini, tscn1627.w16
  948. setup.stf, tscn1628.w16
  949. setup.sym, tscn1629.w16
  950. setup.tdf, tscn1630.w16
  951. storage.dll, tscn1631.w16
  952. tsctrc.dll, tscn1632.w16
  953. tsctrc.sym, tscn1633.w16
  954. win16x.dll, tscn1634.w16
  955. _mssetup.exe, tscn1635.w16
  956. #endif
  957. [oldtscw3201]
  958. acmsetup.exe
  959. acmsetup.hlp
  960. conman.exe
  961. common98.dll
  962. eula.txt
  963. mssetup.dll
  964. mstsc.cnt
  965. mstsc.inf
  966. mstsc.stf
  967. setup.exe
  968. setup.ini
  969. setup.lst
  970. setup.tdf
  971. mstsc1.id
  972. [oldtscw3201old]
  973. cconman.cnt
  974. cconman.hlp
  975. mstsc.exe
  976. mstsc.hlp
  977. rdpdr.dll
  978. tsctrc.dll
  979. [oldtscw3202]
  980. cconman.cnt
  981. cconman.hlp
  982. mstsc.exe
  983. mstsc.hlp
  984. tsctrc.dll
  985. rdpdr.dll
  986. mstsc2.id
  987. [tscw32a01]
  988. acmsetup.exe
  989. acmsetup.hlp
  990. common98.dll
  991. eula.txt
  992. mssetup.dll
  993. mstsc.inf
  994. mstsc.stf
  995. setup.exe
  996. setup.ini
  997. setup.lst
  998. setup.tdf
  999. mstsc1.id
  1000. [tscw32a01old]
  1001. conman.exe
  1002. mstsc.cnt
  1003. [tscw32a02]
  1004. conman.exe
  1005. mstsc.cnt
  1006. cconman.cnt
  1007. cconman.hlp
  1008. mstsc.exe
  1009. mstsc.hlp
  1010. tsctrc.dll
  1011. mstsc2.id
  1012. rdpdr.dll
  1013. #ifndef DONT_NEED_WIN16_TSCLIENT
  1014. [oldtscnw16]
  1015. acmsetup.exe
  1016. acmsetup.hlp
  1017. conman.exe
  1018. Custom.dll
  1019. eula.txt
  1020. mscpydis.dll
  1021. mssetup.dll
  1022. mstsc.exe
  1023. mstsc.inf
  1024. mstsc.ini
  1025. mstsc1.id
  1026. mstsc16.hlp
  1027. setup.exe
  1028. setup.ini
  1029. acmboot.lst
  1030. setup.stf
  1031. tsctrc.dll
  1032. _mssetup.exe
  1033. conman16.hlp
  1034. comctl16.dll
  1035. compobj.dll
  1036. ole2.dll
  1037. ole2disp.dll
  1038. ole2nls.dll
  1039. storage.dll
  1040. win16x.dll
  1041. acmboot.exe
  1042. rdpdr.dll
  1043. #endif
  1044. [oldtscnw32]
  1045. acmsetup.exe
  1046. acmsetup.hlp
  1047. cconman.cnt
  1048. cconman.hlp
  1049. conman.exe
  1050. common98.dll
  1051. eula.txt
  1052. mssetup.dll
  1053. mstsc.cnt
  1054. mstsc.exe
  1055. mstsc.hlp
  1056. mstsc.inf
  1057. mstsc.stf
  1058. mstsc1.id
  1059. setup.exe
  1060. setup.ini
  1061. setup.lst
  1062. tsctrc.dll
  1063. rdpdr.dll
  1064. [oldtscnw32a]
  1065. acmsetup.exe
  1066. acmsetup.hlp
  1067. cconman.cnt
  1068. cconman.hlp
  1069. conman.exe
  1070. Common98.dll
  1071. eula.txt
  1072. mssetup.dll
  1073. mstsc.cnt
  1074. mstsc.exe
  1075. mstsc.hlp
  1076. mstsc.inf
  1077. mstsc.stf
  1078. mstsc1.id
  1079. setup.exe
  1080. setup.ini
  1081. setup.lst
  1082. tsctrc.dll
  1083. rdpdr.dll
  1084. [oldtscmsi]
  1085. tsclient.msi
  1086. tscmsi02.cab
  1087. [tsc351]
  1088. acmsetup.exe, tscn3201.351
  1089. acmsetup.hlp, tscn3202.351
  1090. cconman.cnt, tscn3203.351
  1091. cconman.hlp, tscn3204.351
  1092. common98.dll, tscn3205.351
  1093. conman.exe, tscn3206.351
  1094. eula.txt, tscn3207.351
  1095. mssetup.dll, tscn3208.351
  1096. mstsc.cnt, tscn3209.351
  1097. mstsc.exe, tscn3210.351
  1098. mstsc.hlp, tscn3211.351
  1099. mstsc.inf, tscn3212.351
  1100. mstsc.stf, tscn3213.351
  1101. mstsc1.id, tscn3214.351
  1102. mstscf.inf, tscn3215.351
  1103. rdpdr.dll, tscn3232.351
  1104. setup.exe, tscn3217.351
  1105. setup.ini, tscn3218.351
  1106. setup.lst, tscn3219.351
  1107. setup.tdf, tscn3220.351
  1108. tsctrc.dll, tscn3221.351
  1109. [tscmsi]
  1110. msrdpcli.msi, tscmsi01.w32
  1111. setup.exe, tscmsi02.w32
  1112. setup.ini, tscmsi03.w32
  1113. instmsiw.exe, instmsiw.exe
  1114. instmsia.exe, instmsia.exe
  1115. ; following are some more TS files but are installed by Txtmode setup
  1116. ; tsuserex.dll
  1117. ; mstlsapi.dll
  1118. ; utildll.dll
  1119. ; winsta.dll
  1120. ; tsoc.inf
  1121. ; tsoc.dll
  1122. ; rdpcdd.sys
  1123. ; rdpcdd.inf
  1124. ; rdpcdd.dll
  1125. ; tsappcmp.dll
  1126. ; perfts.dll
  1127. ; tsddd.dll
  1128. ; drprov.dll
  1129. [RunOnce.Setup]
  1130. rdshost.exe -regserver
  1131. sessmgr.exe -service
  1132. ; ------------------------------------------------------------
  1133. ; TS Registry...
  1134. ;
  1135. ;
  1136. ; we have following registry sections, use apropriate for your registry entry.
  1137. ; for any registry you add, you need to specify if the registry is to be retained on upgrades or not.
  1138. ;[Reg.delete] - Add any registry to be deleted here. This will be deleted on all upgrades.
  1139. ;[Reg.common] - Add any ts specific common registry here, this will be added on all upgrades / installs, no matter ts is on or off.
  1140. ;[Reg.srv] - TS Registry specific to server product. This is applied on all server upgrades /installs no matter ts is on or off
  1141. ;[Reg.pro] - TS Registry specific to pro product. This is applied on all pro upgrades / installs no matter ts is on or off
  1142. ;[Reg.ToggleOn] - Registry applied when TS is toggled on for both pro / srv
  1143. ;[Reg.ToggleOff] - Registry applied when TS is toogled off for both pro / srv
  1144. ;[Reg.AppServer] - Registry applied when TS is moved to AppServer Mode.
  1145. ;[Reg.RemoteAdmin] - Registry applied when TS is moved to Remote Admin Mode
  1146. ;[Reg.PersonalTS] - Registry applied when TS is moved to Personal TS mode.
  1147. ; Friendly Reg types.
  1148. ; OWRITE means add the value, overwriting current values if present.
  1149. ; RETAIN means add the value, but only if it does not already exist.
  1150. #define DELETE_VALUE 0x00000004
  1151. #define DWORD_RETAIN 0x00010003
  1152. #define DWORD_OWRITE 0x00010001
  1153. #define STRIG_RETAIN 0x00000002
  1154. #define STRIG_OWRITE 0x00000000
  1155. #define STRIG_DELETE 0x00000004
  1156. #define EXPND_RETAIN 0x00020002
  1157. #define EXPND_OWRITE 0x00020000
  1158. #define BINRY_RETAIN 0x00000003
  1159. #define BINRY_OWRITE 0x00000001
  1160. #define MULSZ_RETAIN 0x00010002
  1161. #define MULSZ_OWRITE 0x00010000
  1162. #define MULSZ_APPEND 0x00010008
  1163. ; you can use following section to quick test your registry changes.
  1164. ; add any registry to test section, and see if it works by right click / Install on generated inf file.
  1165. [DefaultInstall]
  1166. AddReg = Reg.TestSection.Add
  1167. DelReg = Reg.TestSection.Del
  1168. [Reg.TestSection.Add]
  1169. [Reg.TestSection.Del]
  1170. ; Add any registry to be deleted here. This will be deleted on all os upgrade cases
  1171. ; this section is not run on Mode change
  1172. [Reg.delete]
  1173. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility","InfFileOverrideMenuMove",0x00010000,"oemnxptc.inf"
  1174. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Machine"
  1175. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","TextShell",0x00000000,"tprogman.exe"
  1176. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","ProductBuild",0x00000000,"419"
  1177. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","ProductName",0x00000000,"Microsoft (R) Windows Terminal Server"
  1178. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","ProductVersion",0x00000000,"4.0"
  1179. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","ProductVersionNum",0x00010001,0x400
  1180. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000502",0x00000000,"f3ahvoas.dll"
  1181. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000D05",0x00000000,"kbdn106.dll"
  1182. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00001801",0x00000000,"kbdlk41a.dll"
  1183. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00001802",0x00000000,"kbdlk41j.dll"
  1184. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\query","object",0x00010000,"0","1","OBJECT","qobject.exe"
  1185. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\cxerror","EventMessageFile",0x00020000,"%SystemRoot%\System32\cxerror.dll"
  1186. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\cxerror","TypesSupported",0x00010001,0x7
  1187. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\cxstatus","EventMessageFile",0x00020000,"%SystemRoot%\System32\cxstatus.dll"
  1188. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\cxstatus","TypesSupported",0x00010001,0x7
  1189. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\Session","EventMessageFile",0x00020000,"%SystemRoot%\System32\cxstatus.dll;%SystemRoot%\System32\cxerror.dll;%SystemRoot%\System32\ntdll.dll;%SystemRoot%\System32\kernel32.dll"
  1190. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\Session","TypesSupported",0x00010001,0x7
  1191. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService\Parameters", "Certificate"
  1192. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService\Parameters", "DefaultLicenseServer"
  1193. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService\Parameters", "X509 Certificate", DELETE_VALUE
  1194. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService\Parameters", "X509 Certificate ID", DELETE_VALUE
  1195. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService\Parameters", "UseLicenseServer", DELETE_VALUE
  1196. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService\LsStore"
  1197. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","AdvertiseOldAppServerBit",0x00010001,0x0
  1198. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DisableCtrlAltDel",0x00000000,"0"
  1199. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\VIDEO"
  1200. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations","Anonymous", DELETE_VALUE
  1201. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations","AppServer", DELETE_VALUE
  1202. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations","RemoteAdmin", DELETE_VALUE
  1203. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations","Professional", DELETE_VALUE
  1204. HKLM ,"SYSTEM\CurrentControlSet\Services\TDASYNC"
  1205. HKLM ,"SYSTEM\CurrentControlSet\Services\TDIPX"
  1206. HKLM ,"SYSTEM\CurrentControlSet\Services\TDSPX"
  1207. HKLM ,"SYSTEM\CurrentControlSet\Services\NETB"
  1208. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Classes"
  1209. [Reg.UpgradedFrom40]
  1210. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server","UpgradeFromTS4",0x00010001,0x1
  1211. [Reg.UpgradedFrom50]
  1212. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server","UpgradeFromTS50",0x00010001,0x1
  1213. [Reg.UpgradedFrom51]
  1214. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server","UpgradeFromTS51",0x00010001,0x1
  1215. ; -------------------------------------------------------------
  1216. ; Mode Specific Registry
  1217. ;
  1218. [Reg.AppServer]
  1219. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server", "TSAdvertise", DWORD_OWRITE, 0x1
  1220. HKLM ,"SOFTWARE\Microsoft\Windows\CurrentVersion\netcache","Enabled", DWORD_OWRITE, 0x0
  1221. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AppSetup", STRIG_OWRITE, "UsrLogon.Cmd"
  1222. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\{c6dc5466-785a-11d2-84d0-00c04fb169f7}","NoUserPolicy", DWORD_OWRITE, 0x00000001
  1223. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","IdleWinStationPoolCount", DWORD_OWRITE,0x2
  1224. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","TSAppCompat", DWORD_OWRITE,0x1
  1225. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","SessionDirectoryActive", DWORD_RETAIN,0x0
  1226. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","IAT", DWORD_RETAIN,0x1
  1227. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","fSingleSessionPerUser", DWORD_OWRITE,0x1
  1228. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","SessionDirectoryExposeServerIP", DWORD_RETAIN,0x1
  1229. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","SessionDirectoryCLSID", STRIG_RETAIN, "{005a9c68-e216-4b27-8f59-b336829b3868}"
  1230. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","SessionDirectoryExCLSID", STRIG_RETAIN, "{ec98d957-48ad-436d-90be-bc291f42709c}"
  1231. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\ClusterSettings","SessionDirectoryAdditionalParams", STRIG_RETAIN, ""
  1232. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\ClusterSettings","SessionDirectoryClusterName", STRIG_RETAIN, ""
  1233. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\ClusterSettings","SessionDirectoryLocation", STRIG_RETAIN, ""
  1234. HKU ,".Default\Control Panel\Desktop","CursorBlinkRate", STRIG_OWRITE, "1200"
  1235. HKU ,".Default\Control Panel\Desktop","DragFullWindows", STRIG_OWRITE, "0"
  1236. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\UserOverride\Control Panel\Desktop","Wallpaper",STRIG_RETAIN,""
  1237. [Reg.RemoteAdmin]
  1238. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server", "TSAdvertise", DWORD_OWRITE, 0x0
  1239. HKLM ,"SOFTWARE\Microsoft\Windows\CurrentVersion\netcache","Enabled", DWORD_OWRITE, 0x0
  1240. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AppSetup", STRIG_OWRITE,""
  1241. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\{c6dc5466-785a-11d2-84d0-00c04fb169f7}","NoUserPolicy", DWORD_OWRITE, 0x00000000
  1242. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","IdleWinStationPoolCount", DWORD_OWRITE,0x0
  1243. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","TSAppCompat", DWORD_OWRITE,0x0
  1244. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","fSingleSessionPerUser", DWORD_OWRITE,0x0
  1245. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\UserOverride\Control Panel\Desktop","Wallpaper",DELETE_VALUE
  1246. [Reg.PersonalTS]
  1247. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server", "TSAdvertise", DWORD_RETAIN, 0x0
  1248. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","IdleWinStationPoolCount", DWORD_OWRITE, 0x0
  1249. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","TSAppCompat", DWORD_OWRITE, 0x0
  1250. ;
  1251. ; Mode Specific Registry
  1252. ; -------------------------------------------------------------
  1253. ; -------------------------------------------------------------
  1254. ; Toggle On/Off Registry
  1255. ;
  1256. [Reg.ToggleOn]
  1257. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","ShutdownWithoutLogon",0x00000000,"0"
  1258. HKLM ,"SOFTWARE\Policies\Microsoft\Windows\Installer","EnableAdminTSRemote", 0x00010001, 0x1
  1259. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","TSEnabled",0x00010001,0x1
  1260. HKLM ,"SYSTEM\CurrentControlSet\Services\TermDD","Start",0x00010001,0x1
  1261. [Reg.ToggleOff]
  1262. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","TSEnabled",0x00010001,0x0
  1263. HKLM ,"SYSTEM\CurrentControlSet\Services\TermDD","Start",0x00010001,0x4
  1264. ; Chained Display Driver for Console Shadow
  1265. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPCDD","Start",0x00010001,0x4
  1266. ;
  1267. ; Toggle On/Off Registry
  1268. ; -------------------------------------------------------------
  1269. ; TS Registry specific to pro product. This is applied on all pro upgrades / installs no matter ts is on or off
  1270. [Reg.pro]
  1271. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AllowMultipleTSSessions", DWORD_RETAIN, 0x0
  1272. HKLM ,"System\CurrentControlSet\Control\Terminal Server","fWritableTSCCPermTab", DWORD_OWRITE, 0x0
  1273. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","DeleteTempDirsOnExit", DWORD_RETAIN, 0x0
  1274. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","PerSessionTempDir", DWORD_RETAIN, 0x0
  1275. #ifndef TERMSRV_PROC
  1276. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "ImagePath", EXPND_OWRITE, "%SystemRoot%\System32\svchost.exe -k netsvcs"
  1277. #endif
  1278. [Reg.x86srv]
  1279. HKLM ,"SYSTEM\CurrentControlSet\Services\TDASYNC","ErrorControl",0x00010001,0x0
  1280. HKLM ,"SYSTEM\CurrentControlSet\Services\TDASYNC","Start",0x00010001,0x3
  1281. HKLM ,"SYSTEM\CurrentControlSet\Services\TDASYNC","Type",0x00010001,0x1
  1282. HKLM ,"SYSTEM\CurrentControlSet\Services\TDIPX","ErrorControl",0x00010001,0x0
  1283. HKLM ,"SYSTEM\CurrentControlSet\Services\TDIPX","Start",0x00010001,0x3
  1284. HKLM ,"SYSTEM\CurrentControlSet\Services\TDIPX","Type",0x00010001,0x1
  1285. HKLM ,"SYSTEM\CurrentControlSet\Services\TDSPX","ErrorControl",0x00010001,0x0
  1286. HKLM ,"SYSTEM\CurrentControlSet\Services\TDSPX","Start",0x00010001,0x3
  1287. HKLM ,"SYSTEM\CurrentControlSet\Services\TDSPX","Type",0x00010001,0x1
  1288. ; TS Registry specific to server product. This is applied on all server upgrades / installs no matter ts is on or off
  1289. [Reg.srv]
  1290. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AllowMultipleTSSessions", DWORD_RETAIN, 0x1
  1291. HKLM ,"System\CurrentControlSet\Control\Terminal Server","fWritableTSCCPermTab", DWORD_OWRITE, 0x1
  1292. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","DeleteTempDirsOnExit", DWORD_RETAIN, 0x1
  1293. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","PerSessionTempDir", DWORD_RETAIN, 0x1
  1294. #ifndef TERMSRV_PROC
  1295. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "ImagePath", EXPND_OWRITE, "%SystemRoot%\System32\svchost.exe -k termsvcs"
  1296. #endif
  1297. ; tssdis
  1298. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "ErrorControl", DWORD_OWRITE, 0x1
  1299. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "Type", DWORD_OWRITE, 0x10
  1300. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "ObjectName", STRIG_OWRITE, "LocalSystem"
  1301. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "Start", DWORD_RETAIN, 0x3
  1302. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "Description", STRIG_OWRITE, "%TSSDIR_DESCRIPTION%"
  1303. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "DisplayName", STRIG_OWRITE, "%TSSDIR_DISPLAYNAME%"
  1304. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "ImagePath", EXPND_OWRITE, "%SystemRoot%\System32\tssdis.exe"
  1305. HKLM ,"SYSTEM\CurrentControlSet\Services\Tssdis", "DependOnService", MULSZ_OWRITE, "RPCSS"
  1306. [Reg.Winstations.pro]
  1307. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp", "ColorDepth", DWORD_RETAIN,0x3
  1308. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableCam",DWORD_OWRITE,0x0
  1309. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableCam",DWORD_OWRITE,0x0
  1310. [Reg.Winstations.srv]
  1311. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp", "ColorDepth", DWORD_RETAIN,0x1
  1312. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableCam",DWORD_RETAIN,0x1
  1313. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableCam",DWORD_RETAIN,0x1
  1314. [Reg.Winstations]
  1315. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","CfgDll",STRIG_RETAIN,"RDPCFGEX.DLL"
  1316. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fEnableWinStation",DWORD_RETAIN,0x1
  1317. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","MaxInstanceCount",DWORD_RETAIN,0xffffffff
  1318. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","PdName",STRIG_RETAIN,"tcp"
  1319. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","PdClass",DWORD_RETAIN,0x2
  1320. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","PdDLL",STRIG_RETAIN,"tdtcp"
  1321. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","PdFlag",DWORD_RETAIN,0x4e
  1322. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","OutBufLength",DWORD_RETAIN,0x212
  1323. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","OutBufCount",DWORD_RETAIN,0x6
  1324. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","OutBufDelay",DWORD_RETAIN,0x64
  1325. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","InteractiveDelay",DWORD_RETAIN,0x32
  1326. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","PortNumber",DWORD_RETAIN,0xd3d
  1327. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","KeepAliveTimeout",DWORD_RETAIN,0x0
  1328. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","LanAdapter",DWORD_RETAIN,0x0
  1329. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","WdName",STRIG_RETAIN,"Microsoft RDP 5.1"
  1330. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","WdDLL",STRIG_RETAIN,"rdpwd"
  1331. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","WsxDLL",STRIG_RETAIN,"rdpwsx"
  1332. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","WdFlag",DWORD_RETAIN,0x36
  1333. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","InputBufferLength",DWORD_RETAIN,0x800
  1334. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","CdClass",DWORD_RETAIN,0x0
  1335. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","CdName",STRIG_RETAIN,""
  1336. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","CdDLL",STRIG_RETAIN,""
  1337. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","CdFlag",DWORD_RETAIN,0x0
  1338. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","Comment",STRIG_RETAIN,""
  1339. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritAutoLogon",DWORD_RETAIN,0x1
  1340. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritResetBroken",DWORD_RETAIN,0x1
  1341. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritReconnectSame",DWORD_RETAIN,0x1
  1342. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritInitialProgram",DWORD_RETAIN,0x1
  1343. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritCallback",DWORD_RETAIN,0x0
  1344. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritCallbackNumber",DWORD_RETAIN,0x1
  1345. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritShadow",DWORD_RETAIN,0x1
  1346. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritMaxSessionTime",DWORD_RETAIN,0x1
  1347. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritMaxDisconnectionTime",DWORD_RETAIN,0x1
  1348. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritMaxIdleTime",DWORD_RETAIN,0x1
  1349. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritAutoClient",DWORD_RETAIN,0x1
  1350. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritSecurity",DWORD_RETAIN,0x0
  1351. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fInheritColorDepth",DWORD_RETAIN,0x0
  1352. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fPromptForPassword",DWORD_RETAIN,0x0
  1353. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fResetBroken",DWORD_RETAIN,0x0
  1354. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fReconnectSame",DWORD_RETAIN,0x0
  1355. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fLogonDisabled",DWORD_RETAIN,0x0
  1356. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fAutoClientDrives",DWORD_RETAIN,0x1
  1357. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fAutoClientLpts",DWORD_RETAIN,0x1
  1358. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fForceClientLptDef",DWORD_RETAIN,0x1
  1359. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableEncryption",DWORD_RETAIN,0x1
  1360. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fHomeDirectoryMapRoot",DWORD_RETAIN,0x0
  1361. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fUseDefaultGina",DWORD_RETAIN,0x0
  1362. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableCpm",DWORD_RETAIN,0x0
  1363. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableCdm",DWORD_RETAIN,0x0
  1364. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableCcm",DWORD_RETAIN,0x0
  1365. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableLPT",DWORD_RETAIN,0x0
  1366. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableClip",DWORD_RETAIN,0x0
  1367. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableExe",DWORD_RETAIN,0x0
  1368. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","fDisableCam",DWORD_RETAIN,0x1
  1369. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","Username",STRIG_RETAIN,""
  1370. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","Domain",STRIG_RETAIN,""
  1371. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","Password",STRIG_RETAIN,""
  1372. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","WorkDirectory",STRIG_RETAIN,""
  1373. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","InitialProgram",STRIG_RETAIN,""
  1374. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","CallbackNumber",STRIG_RETAIN,""
  1375. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","Callback",DWORD_RETAIN,0x0
  1376. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","Shadow",DWORD_RETAIN,0x1
  1377. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","MaxConnectionTime",DWORD_RETAIN,0x0
  1378. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","MaxDisconnectionTime",DWORD_RETAIN,0x0
  1379. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","MaxIdleTime",DWORD_RETAIN,0x0
  1380. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","KeyboardLayout",DWORD_RETAIN,0x0
  1381. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","MinEncryptionLevel",DWORD_RETAIN,0x2
  1382. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","NWLogonServer",STRIG_RETAIN,""
  1383. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","WFProfilePath",STRIG_RETAIN,""
  1384. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","WdPrefix",STRIG_RETAIN,"RDP"
  1385. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","TraceEnable",DWORD_RETAIN,0x0
  1386. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","TraceDebugger",DWORD_RETAIN,0x0
  1387. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","TraceClass",DWORD_RETAIN,0x0
  1388. #ifdef _INTERNAL_COMMENT_
  1389. ; Use following values for Debug Build.
  1390. ;HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","TraceEnable",DWORD_RETAIN,0x88
  1391. ;HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","TraceDebugger",DWORD_RETAIN,0x1
  1392. ;HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","TraceClass",DWORD_RETAIN,0x10000028
  1393. ;HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp","TraceOption",STRIG_RETAIN,""
  1394. #endif
  1395. ; Security Descriptor for the RunOnce key such that only Admins and system can write to it.
  1396. [Reg.common.RunX.Secured.Security]
  1397. "D:P(A;CI;GR;;;BU)(A;CI;GR;;;PU)(A;CI;GA;;;BA)(A;CI;GA;;;SY)"
  1398. [Reg.common.RunX.Secured]
  1399. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows\CurrentVersion\Runonce"
  1400. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows\CurrentVersion\Run"
  1401. ; Security Descriptor for the RunOnce key such that only Admins and system can write to it.
  1402. [Reg.common.RunX.Secured.ia64.Security]
  1403. "D:P(A;CI;GR;;;BU)(A;CI;GR;;;PU)(A;CI;GA;;;BA)(A;CI;GA;;;SY)"
  1404. ; This is for 32 bit Apps running on IA64
  1405. [Reg.common.RunX.Secured.ia64]
  1406. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows\CurrentVersion\Runonce"
  1407. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows\CurrentVersion\Run"
  1408. ; Add any ts specific common registry here, this will be added on all upgrades / installs, no matter ts is on or off.
  1409. [Reg.common]
  1410. ; these are all the values that are common to 40 and 50.
  1411. ; they are applied only for 50 fresh installs.
  1412. ; [Reg.AddToFreshInstall]
  1413. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports"
  1414. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server","AllowRemoteSound",DWORD_RETAIN,0x0
  1415. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility","SysDir",STRIG_RETAIN,""
  1416. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\ACMSETUP","Flags",DWORD_RETAIN,0x0
  1417. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CINMANIA","Flags",DWORD_RETAIN,0x40c
  1418. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1419. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","Flags",DWORD_RETAIN,0xc
  1420. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1421. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1422. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","ClipboardFlags",DWORD_RETAIN,0x8
  1423. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","Flags",DWORD_RETAIN,0x8
  1424. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","OpenClipboardDelayInMilliSecs",DWORD_RETAIN,0x50
  1425. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","OpenClipboardRetries",DWORD_RETAIN,0x20
  1426. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCHNG32","Flags",DWORD_RETAIN,0x008
  1427. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\FIXACLS","Flags",DWORD_RETAIN,0x408
  1428. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\HOTFIX","Flags",DWORD_RETAIN,0x28
  1429. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1430. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","Flags",DWORD_RETAIN,0xc
  1431. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1432. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1433. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MARS32","Flags",DWORD_RETAIN,0x80c
  1434. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MPRADMIN","Flags",DWORD_RETAIN,0x408
  1435. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xff
  1436. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","Flags",DWORD_RETAIN,0x80c
  1437. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x1
  1438. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1439. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\OUTLOOK","Flags",DWORD_RETAIN,0x8
  1440. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\PLT","Flags",DWORD_RETAIN,0x11
  1441. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\POWERPNT","Flags",DWORD_RETAIN,0x8
  1442. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\REG2INI","Flags",DWORD_RETAIN,0x40c
  1443. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\REGEDIT","Flags",DWORD_RETAIN,0x108
  1444. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\REGEDT32","Flags",DWORD_RETAIN,0x108
  1445. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\RUNDLL32","Flags",DWORD_RETAIN,"0x408"
  1446. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SCHDPL32","Flags",DWORD_RETAIN,0x8
  1447. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1448. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","Flags",DWORD_RETAIN,0x8
  1449. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1450. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1451. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1452. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","Flags",DWORD_RETAIN,0xc
  1453. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1454. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1455. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SNASRV","Flags",DWORD_RETAIN,0x200
  1456. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SYSDIFF","Flags",DWORD_RETAIN,0x408
  1457. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1458. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","Flags",DWORD_RETAIN,0xc
  1459. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1460. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1461. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WINWORD","Flags",DWORD_RETAIN,0x8
  1462. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WS32","Flags",DWORD_RETAIN,0x40c
  1463. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WS32CLN","Flags",DWORD_RETAIN,0x40c
  1464. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WS32REG","Flags",DWORD_RETAIN,0x40c
  1465. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WSVERIFY","Flags",DWORD_RETAIN,0x40c
  1466. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1467. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","Flags",DWORD_RETAIN,0xc
  1468. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1469. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1470. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1471. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","Flags",DWORD_RETAIN,0xc
  1472. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1473. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1474. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\IniFiles","SYSTEM",DWORD_RETAIN,0x44
  1475. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\IniFiles","WIN",DWORD_RETAIN,0x44
  1476. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Registry Entries","Classes",DWORD_RETAIN,0x108
  1477. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Registry Entries","Microsoft\Windows NT",DWORD_RETAIN,0x108
  1478. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install"
  1479. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Change User Option"
  1480. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software"
  1481. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft"
  1482. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows"
  1483. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows\CurrentVersion"
  1484. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Security","SecurityLevel",STRIG_RETAIN,"Default"
  1485. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1486. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","Modems With Bad DSR",MULSZ_RETAIN,"MultiTech MultiModem MT2834","MultiTech MultiModem MT2834ZDX","MultiTech MT2834","MultiTech MT2834ZDX","MultiTech 2834","MultiTech 2834ZDX"
  1487. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x1
  1488. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1489. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\AuthorizedApplications"
  1490. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","Callback",DWORD_RETAIN,0x0
  1491. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","CallbackNumber",STRIG_RETAIN,""
  1492. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","Domain",STRIG_RETAIN,""
  1493. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","InitialProgram",STRIG_RETAIN,""
  1494. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","KeyboardLayout",DWORD_RETAIN,0x0
  1495. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","MaxConnectionTime",DWORD_RETAIN,0x0
  1496. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","MaxDisconnectionTime",DWORD_RETAIN,0x0
  1497. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","MaxIdleTime",DWORD_RETAIN,0x0
  1498. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","NWLogonServer",STRIG_RETAIN,""
  1499. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","Password",STRIG_RETAIN,""
  1500. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","Shadow",DWORD_RETAIN,0x1
  1501. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","UserName",STRIG_RETAIN,""
  1502. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","WorkDirectory",STRIG_RETAIN,""
  1503. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritAutoLogon",DWORD_RETAIN,0x1
  1504. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritCallback",DWORD_RETAIN,0x0
  1505. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritCallbackNumber",DWORD_RETAIN,0x0
  1506. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritInitialProgram",DWORD_RETAIN,0x1
  1507. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritMaxDisconnectionTime",DWORD_RETAIN,0x0
  1508. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritMaxIdleTime",DWORD_RETAIN,0x0
  1509. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritMaxSessionTime",DWORD_RETAIN,0x0
  1510. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritReconnectSame",DWORD_RETAIN,0x0
  1511. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritResetBroken",DWORD_RETAIN,0x0
  1512. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fInheritShadow",DWORD_RETAIN,0x0
  1513. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fLogonDisabled",DWORD_RETAIN,0x0
  1514. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fPromptForPassword",DWORD_RETAIN,0x0
  1515. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fReconnectSame",DWORD_RETAIN,0x0
  1516. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration","fResetBroken",DWORD_RETAIN,0x0
  1517. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdleBusymsAllowed",DWORD_RETAIN,0x3c
  1518. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdleDetectAbsolute",DWORD_RETAIN,0x1
  1519. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdleDetectProbationCount",DWORD_RETAIN,0x50
  1520. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdleInProbationCount",DWORD_RETAIN,0x23
  1521. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdlemsAllowed",DWORD_RETAIN,0x0
  1522. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdlemsGoodProbationEnd",DWORD_RETAIN,0x9c4
  1523. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdlemsProbationTrial",DWORD_RETAIN,0x9c4
  1524. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Dos","KbdIdlemsSleep",DWORD_RETAIN,0x64
  1525. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000000",STRIG_RETAIN,"kbd101.dll"
  1526. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000001",STRIG_RETAIN,"kbdax2.dll"
  1527. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000002",STRIG_RETAIN,"kbd106.dll"
  1528. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000003",STRIG_RETAIN,"kbdibm02.dll"
  1529. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00010D01",STRIG_RETAIN,"kbdnec95.dll"
  1530. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\KOR","00000003",STRIG_RETAIN,"kbd101a.dll"
  1531. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\KOR","00000004",STRIG_RETAIN,"kbd101b.dll"
  1532. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\KOR","00000005",STRIG_RETAIN,"kbd101c.dll"
  1533. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\KOR","00000006",STRIG_RETAIN,"kbd103.dll"
  1534. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\change","logon",MULSZ_RETAIN,"0","1","LOGON","chglogon.exe"
  1535. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\change","port",MULSZ_RETAIN,"0","1","PORT","chgport.exe"
  1536. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\change","user",MULSZ_RETAIN,"0","1","USER","chgusr.exe"
  1537. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\change","winsta",MULSZ_RETAIN,"1","1","WINSTA","chglogon.exe"
  1538. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\query","appserver",MULSZ_RETAIN,"0","2","TERMSERVER","qappsrv.exe"
  1539. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\query","process",MULSZ_RETAIN,"0","1","PROCESS","qprocess.exe"
  1540. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\query","session",MULSZ_RETAIN,"0","1","SESSION","qwinsta.exe"
  1541. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\query","user",MULSZ_RETAIN,"0","1","USER","quser.exe"
  1542. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\query","winsta",MULSZ_RETAIN,"1","1","WINSTA","qwinsta.exe"
  1543. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\reset","session",MULSZ_RETAIN,"0","1","SESSION","rwinsta.exe"
  1544. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Utilities\reset","winsta",MULSZ_RETAIN,"1","1","WINSTA","rwinsta.exe"
  1545. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPDD\Device0","InstalledDisplayDrivers",MULSZ_RETAIN,"RDPDD"
  1546. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPDD\Device0","VgaCompatible",DWORD_RETAIN,0x0
  1547. HKLM ,"SYSTEM\CurrentControlSet\Services\TermDD","ErrorControl",DWORD_RETAIN,0x1
  1548. HKLM ,"SYSTEM\CurrentControlSet\Services\TermDD","ImagePath",EXPND_RETAIN,"\SystemRoot\System32\drivers\termdd.sys"
  1549. HKLM ,"SYSTEM\CurrentControlSet\Services\TermDD","Start",DWORD_RETAIN,0x1
  1550. HKLM ,"SYSTEM\CurrentControlSet\Services\TermDD","Type",DWORD_RETAIN,0x1
  1551. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server","UpgradeFromTS4",DWORD_RETAIN,0x0
  1552. ; Registry Entries that are new to 50 or values changed from 40 to 50 goes here
  1553. ; The values that we need to retain from 40 to 50 should not go here
  1554. ; [Reg.AddTo40]
  1555. ; new entry
  1556. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\MCI32\Terminal Server","MCICDA.DLL",0x00000000,""
  1557. ; old entry
  1558. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSOFFICE","Flags",0x00010001,0x408
  1559. ; new
  1560. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","Asynchronous",0x00010001,0x0
  1561. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","DllName",0x00020000,"wlnotify.dll"
  1562. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","Impersonate",0x00010001,0x0
  1563. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","Logoff",0x00000000,"TSEventLogoff"
  1564. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","Logon",0x00000000,"TSEventLogon"
  1565. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","PostShell",0x00000000,"TSEventPostShell"
  1566. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","Shutdown",0x00000000,"TSEventShutdown"
  1567. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","StartShell",0x00000000,"TSEventStartShell"
  1568. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","Startup",0x00000000,"TSEventStartup"
  1569. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv","MaxWait",DWORD_OWRITE,0x258
  1570. ; append
  1571. HKLM ,"SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg\AllowedPaths","Machine",0x00010008,"System\CurrentControlSet\Control\Terminal Server"
  1572. HKLM ,"SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg\AllowedPaths","Machine",0x00010008,"System\CurrentControlSet\Control\Terminal Server\UserConfig"
  1573. HKLM ,"SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg\AllowedPaths","Machine",0x00010008,"System\CurrentControlSet\Control\Terminal Server\DefaultUserConfiguration"
  1574. ; new
  1575. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Clip Redirector","Name", 0x00000000,"RDPClip"
  1576. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Clip Redirector","Type", 0x00010001, 0x3
  1577. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Terminal Server Redirector","Name", 0x00000000,"\Device\RdpDr"
  1578. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Terminal Server Redirector","Type", 0x00010001, 0x0
  1579. ; overwrite
  1580. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","000000000017",0x00000000,"kbdlk41a.dll"
  1581. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","000000020015",0x00000000,"kbdnecAT.dll"
  1582. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","000000020017",0x00000000,"kbdlk41j.dll"
  1583. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000D01",0x00000000,"kbdnecNT.dll"
  1584. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00000D04",0x00000000,"kbdnecNT.dll"
  1585. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00010002",0x00000000,"kbd106n.dll"
  1586. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00010D04",0x00000000,"kbdnec95.dll"
  1587. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00020002",0x00000000,"f3ahvoas.dll"
  1588. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00020D01",0x00000000,"kbdnecAT.dll"
  1589. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\KeyboardType Mapping\JPN","00020D04",0x00000000,"kbdnecAT.dll"
  1590. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\Cdm"
  1591. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermDD","EventMessageFile",0x00020000,"%SystemRoot%\System32\ntdll.dll"
  1592. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermDD","TypesSupported",0x00010001,0x7
  1593. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermServDevices","EventMessageFile",0x00020000,"%SystemRoot%\System32\wlnotify.dll"
  1594. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermServDevices","TypesSupported",0x00010001,0x7
  1595. HKLM ,"SYSTEM\CurrentControlSet\Services\PDCOMP","ErrorControl",0x00010001,0x0
  1596. HKLM ,"SYSTEM\CurrentControlSet\Services\PDCOMP","Start",0x00010001,0x3
  1597. HKLM ,"SYSTEM\CurrentControlSet\Services\PDCOMP","Type",0x00010001,0x1
  1598. HKLM ,"SYSTEM\CurrentControlSet\Services\PDFRAME","ErrorControl",0x00010001,0x0
  1599. HKLM ,"SYSTEM\CurrentControlSet\Services\PDFRAME","Start",0x00010001,0x3
  1600. HKLM ,"SYSTEM\CurrentControlSet\Services\PDFRAME","Type",0x00010001,0x1
  1601. HKLM ,"SYSTEM\CurrentControlSet\Services\PDRELI","ErrorControl",0x00010001,0x0
  1602. HKLM ,"SYSTEM\CurrentControlSet\Services\PDRELI","Start",0x00010001,0x3
  1603. HKLM ,"SYSTEM\CurrentControlSet\Services\PDRELI","Type",0x00010001,0x1
  1604. HKLM ,"SYSTEM\CurrentControlSet\Services\PDRFRAME","ErrorControl",0x00010001,0x0
  1605. HKLM ,"SYSTEM\CurrentControlSet\Services\PDRFRAME","Start",0x00010001,0x3
  1606. HKLM ,"SYSTEM\CurrentControlSet\Services\PDRFRAME","Type",0x00010001,0x1
  1607. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPDD\Device0","Attach.RelativeX",0x00010001,0x0
  1608. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPDD\Device0","Attach.RelativeY",0x00010001,0x0
  1609. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPDD\Device0","Attach.ToDesktop",0x00010001,0x1
  1610. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPWD","ErrorControl",0x00010001,0x0
  1611. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPWD","Start",0x00010001,0x3
  1612. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPWD","Type",0x00010001,0x1
  1613. HKLM ,"SYSTEM\CurrentControlSet\Services\TDPIPE","ErrorControl", 0x00010001, 0x0
  1614. HKLM ,"SYSTEM\CurrentControlSet\Services\TDPIPE","Start", 0x00010001, 0x3
  1615. HKLM ,"SYSTEM\CurrentControlSet\Services\TDPIPE","Type", 0x00010001, 0x1
  1616. HKLM ,"SYSTEM\CurrentControlSet\Services\TDTCP","ErrorControl",0x00010001,0x0
  1617. HKLM ,"SYSTEM\CurrentControlSet\Services\TDTCP","Start",0x00010001,0x3
  1618. HKLM ,"SYSTEM\CurrentControlSet\Services\TDTCP","Type",0x00010001,0x1
  1619. HKLM ,"SYSTEM\CurrentControlSet\Services\TermDD","DisplayName",0x00000000,"%TERMDD_DISPLAY_NAME%"
  1620. HKLM ,"SYSTEM\CurrentControlSet\Services\WDICA","ErrorControl",0x00010001,0x0
  1621. HKLM ,"SYSTEM\CurrentControlSet\Services\WDICA","Start",0x00010001,0x3
  1622. HKLM ,"SYSTEM\CurrentControlSet\Services\WDICA","Type",0x00010001,0x1
  1623. ; Registry entries that are added/changed between builds need to go here
  1624. ; the entries here should only be temporary and remain only for few builds.
  1625. ; these values need be moved to Reg.AddTo40 after a few builds.
  1626. ;
  1627. ; [Reg.AddTo50]
  1628. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\vs60wiz","Flags",0x00010001,0x00008000
  1629. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Registry Entries","Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",0x00010001,0x108
  1630. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\VIDEO\rdpdd","VgaCompatible",0x00000000,"\Device\Video0"
  1631. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\VIDEO\rdpdd","\Device\Video0",0x00000000,"\REGISTRY\Machine\System\CurrentControlSet\Services\RDPDD\Device0"
  1632. HKLM ,"SYSTEM\CurrentControlSet\Services\LicenseService\FilePrint\TermService"
  1633. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPDD\Device0","DefaultSettings.XResolution",0x00010001,0x320
  1634. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPDD\Device0","DefaultSettings.YResolution",0x00010001,0x258
  1635. ; [Reg.AddTo51]
  1636. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server", "RegistryExtensionFlags", 0x00010001, 0x3
  1637. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv", "Reconnect", 0x00000000,"TSEventReconnect"
  1638. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv", "Disconnect", 0x00000000,"TSEventDisconnect"
  1639. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","MinEncryptionLevel",0x00010001,0x0
  1640. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32\Terminal Server\RDP","wave", STRIG_OWRITE,"rdpsnd.dll"
  1641. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32\Terminal Server\RDP","MaxBandwidth", DWORD_RETAIN,0x56B9
  1642. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Sound Redirector","Name", STRIG_OWRITE,"RDPSound"
  1643. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Sound Redirector","Type", DWORD_OWRITE, 0x3
  1644. HKLM ,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\visio32","Flags",DWORD_OWRITE,0x00010000
  1645. ; Registry for RDPNP as a new network provider
  1646. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPNP\NetworkProvider", "DeviceName", 0x00000000, "\Device\RdpDr"
  1647. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPNP\NetworkProvider", "Name", 0x00000000, %TS_Provider%
  1648. HKLM ,"SYSTEM\CurrentControlSet\Services\RDPNP\NetworkProvider", "ProviderPath", 0x00020000, "%SystemRoot%\System32\drprov.dll"
  1649. #ifdef TSOC_CONSOLE_SHADOWING
  1650. ; Console shadow is new feature for 51
  1651. ; [Reg.ConsoleShadow]
  1652. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "CdClass", DWORD_OWRITE, 0x0
  1653. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "CdDLL", STRIG_OWRITE, ""
  1654. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "CdFlag", DWORD_OWRITE, 0x0
  1655. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "CdName", STRIG_OWRITE, ""
  1656. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "CfgDll", STRIG_OWRITE, "RDPCFGEX.DLL"
  1657. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "InteractiveDelay", DWORD_OWRITE, 0x32
  1658. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "OutBufDelay", DWORD_OWRITE, 0x64
  1659. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "PdClass", DWORD_OWRITE, 0x2
  1660. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "PdDLL", STRIG_OWRITE, "tdtcp"
  1661. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "PdFlag", DWORD_OWRITE, 0x4e
  1662. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "PdName", STRIG_OWRITE, "tcp"
  1663. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "WdDLL", STRIG_OWRITE, "rdpwd"
  1664. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "WdFlag", DWORD_OWRITE, 0x34
  1665. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "WdName", STRIG_OWRITE, "Microsoft RDP 5.1"
  1666. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "WdPrefix", STRIG_OWRITE, "RDP"
  1667. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console\RDP", "WsxDLL", STRIG_OWRITE, "rdpwsx"
  1668. ;
  1669. ; Install the chained display driver
  1670. ;
  1671. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD","ErrorControl",DWORD_RETAIN,0
  1672. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD","Group",STRIG_OWRITE,"Video Save"
  1673. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD","ImagePath",STRIG_OWRITE,"System32\DRIVERS\RDPCDD.sys"
  1674. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD","Start",DWORD_OWRITE,1
  1675. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD","Type",DWORD_OWRITE,1
  1676. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD\Video","VideoID",STRIG_OWRITE,"{DEB039CC-B704-4F53-B43E-9DD4432FA2E9}"
  1677. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD\Video","Service",STRIG_OWRITE,"RDPCDD"
  1678. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD\Device0","Device Description",STRIG_OWRITE,"RDPDD Chained DD"
  1679. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD\Device0","InstalledDisplayDrivers",MULSZ_OWRITE,"RDPDD"
  1680. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD\Device0","MirrorDriver",DWORD_OWRITE,1
  1681. HKLM,"SYSTEM\CurrentControlSet\Services\RDPCDD\Device0","VgaCompatible",DWORD_OWRITE,0
  1682. HKLM,"SYSTEM\CurrentControlSet\Control\Video\{DEB039CC-B704-4F53-B43E-9DD4432FA2E9}\Video","Service",STRIG_OWRITE,"RDPCDD"
  1683. HKLM,"SYSTEM\CurrentControlSet\Control\Video\{DEB039CC-B704-4F53-B43E-9DD4432FA2E9}\0000","Device Description",STRIG_OWRITE,"RDPDD Chained DD"
  1684. HKLM,"SYSTEM\CurrentControlSet\Control\Video\{DEB039CC-B704-4F53-B43E-9DD4432FA2E9}\0000","InstalledDisplayDrivers",MULSZ_OWRITE,"RDPDD"
  1685. HKLM,"SYSTEM\CurrentControlSet\Control\Video\{DEB039CC-B704-4F53-B43E-9DD4432FA2E9}\0000","MirrorDriver",DWORD_OWRITE,1
  1686. HKLM,"SYSTEM\CurrentControlSet\Control\Video\{DEB039CC-B704-4F53-B43E-9DD4432FA2E9}\0000","VgaCompatible",DWORD_OWRITE,0
  1687. #endif // TSOC_CONSOLE_SHADOWING
  1688. ; to register Salem/WMI Compoenents
  1689. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce", "TS WMI tscfgwmi", STRIG_OWRITE, "regsvr32.exe /s tscfgwmi.dll"
  1690. ; termsrv service related entries.
  1691. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "ErrorControl", DWORD_OWRITE, 0x1
  1692. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "ObjectName", STRIG_OWRITE, "LocalSystem"
  1693. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "Start", DWORD_OWRITE, 0x3
  1694. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "Description", STRIG_OWRITE, "%TS_SERVICE_DESC%"
  1695. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "DisplayName", STRIG_OWRITE, "%TS_DISPLAY_NAME%"
  1696. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermService", "TypesSupported", DWORD_OWRITE, 0x7
  1697. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "DependOnService", MULSZ_OWRITE, "RPCSS"
  1698. #ifndef TERMSRV_PROC
  1699. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "Type", DWORD_OWRITE, 0x20
  1700. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService\Parameters", "ServiceDll", EXPND_OWRITE, "%SystemRoot%\System32\termsrv.dll"
  1701. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermService", "EventMessageFile", EXPND_OWRITE, "%SystemRoot%\System32\termsrv.dll;%SystemRoot%\System32\ntdll.dll"
  1702. #else
  1703. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "ImagePath", EXPND_OWRITE, "%SystemRoot%\System32\termsrv.exe"
  1704. HKLM ,"SYSTEM\CurrentControlSet\Services\TermService", "Type",DWORD_OWRITE, 0x10
  1705. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermService", "EventMessageFile", EXPND_OWRITE, "%SystemRoot%\System32\termsrv.exe;%SystemRoot%\System32\ntdll.dll"
  1706. #endif
  1707. ; Session Directory Event Logging Entries
  1708. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermServSessDir", "TypesSupported", DWORD_OWRITE, 0x7
  1709. HKLM ,"SYSTEM\CurrentControlSet\Services\EventLog\System\TermServSessDir", "EventMessageFile", EXPND_OWRITE, "%SystemRoot%\System32\tssdis.exe"
  1710. ; Registers .RDP file extension to mstsc
  1711. HKCR,".RDP",,,"RDP.File"
  1712. HKCR,"RDP.File",,,"%RDPFILETYPE%"
  1713. HKCR,"RDP.File","FriendlyTypeName",,"@%11%\mstsc.exe,-4004"
  1714. HKCR,"RDP.File\DefaultIcon",,,"%11%\mstsc.exe"
  1715. HKCR,"RDP.File\shell\Connect\command",,,"mstsc.exe ""%%l"""
  1716. HKCR,"RDP.File\shell\Connect",,,"%RDPCONNECTVERB%"
  1717. HKCR,"RDP.File\shell\Connect","MUIVerb",,"@%11%\mstsc.exe,-4002"
  1718. HKCR,"RDP.File\shell\Edit\command",,,"mstsc.exe -edit ""%%l"""
  1719. HKCR,"RDP.File\shell\Edit",,,"%RDPEDITVERB%"
  1720. HKCR,"RDP.File\shell\Edit","MUIVerb",,"@%11%\mstsc.exe,-4003"
  1721. HKCR,"RDP.File\shell",,,Connect
  1722. ; IME table for ts client
  1723. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\JPN","msime95.ime",,"null"
  1724. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\JPN","msime97.ime",,"null"
  1725. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\JPN","imejp98.ime",,"null"
  1726. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\JPN","imejp.ime",,"null"
  1727. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\JPN","imjp8.ime",,"null"
  1728. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\JPN","imjp81.ime",,"null"
  1729. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\KOR","msime95.ime",,"null"
  1730. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\KOR","msime95k.ime",,"null"
  1731. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\KOR","msuni95k.ime",,"null"
  1732. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\KOR","imekr.ime",,"null"
  1733. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\KOR","imekr98u.ime",,"null"
  1734. HKLM,"SOFTWARE\Microsoft\Terminal Server Client\IME Mapping Table\KOR","imekr61.ime",,"null"
  1735. ; Disk cleanup handlers for TS client bitmap cache files
  1736. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files",,,"{C0E13E61-0CC6-11d1-BBB6-0060978B2AE6}"
  1737. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files","FileList",,"*.BMC"
  1738. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files","Flags",DWORD_OWRITE,0x120
  1739. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files","Description",,%BMC_CLEANUP_DESC%
  1740. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files","Display",,%BMC_CLEANUP_DISPLAY%
  1741. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files","CSIDL",DWORD_OWRITE,0x1C
  1742. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files","Folder",,"Microsoft\Terminal Server Client\Cache"
  1743. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Remote Desktop Cache Files","LastAccess",DWORD_OWRITE,0x7
  1744. ; sys procs to wait on moved to registry
  1745. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "csrss.exe", DWORD_OWRITE
  1746. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "smss.exe", DWORD_OWRITE
  1747. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "screg.exe", DWORD_OWRITE
  1748. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "lsass.exe", DWORD_OWRITE
  1749. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "spoolss.exe", DWORD_OWRITE
  1750. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "EventLog.exe", DWORD_OWRITE
  1751. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "netdde.exe", DWORD_OWRITE
  1752. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "clipsrv.exe", DWORD_OWRITE
  1753. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "lmsvcs.exe", DWORD_OWRITE
  1754. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "MsgSvc.exe", DWORD_OWRITE
  1755. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "winlogon.exe", DWORD_OWRITE
  1756. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "NETSTRS.EXE", DWORD_OWRITE
  1757. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "nddeagnt.exe", DWORD_OWRITE
  1758. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "os2srv.exe", DWORD_OWRITE
  1759. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "wfshell.exe", DWORD_OWRITE
  1760. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "win.com", DWORD_OWRITE
  1761. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "rdpclip.exe", DWORD_OWRITE
  1762. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "conime.exe", DWORD_OWRITE
  1763. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "proquota.exe", DWORD_OWRITE
  1764. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "imepadsv.exe", DWORD_OWRITE
  1765. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs", "ctfmon.exe", DWORD_OWRITE
  1766. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","BaudRate",DWORD_RETAIN,0xe100
  1767. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","ByteSize",DWORD_RETAIN,0x8
  1768. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","CfgDll",STRIG_RETAIN,"RDPCFGEX.DLL"
  1769. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","ConnectType",DWORD_RETAIN,0x1
  1770. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","ColorDepth",DWORD_RETAIN,0x1
  1771. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","DeviceName",STRIG_RETAIN,""
  1772. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","FlowHardwareRx",DWORD_RETAIN,0x1
  1773. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","FlowHardwareTx",DWORD_RETAIN,0x1
  1774. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","FlowType",DWORD_RETAIN,0x1
  1775. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","InputBufferLength",DWORD_RETAIN,0x800
  1776. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","MinEncryptionLevel",DWORD_RETAIN,0x2
  1777. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","Parity",DWORD_RETAIN,0x0
  1778. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","StartupPrograms",0x00000000,"rdpclip"
  1779. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","StopBits",DWORD_RETAIN,0x0
  1780. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","WdDLL",STRIG_RETAIN,"rdpwd"
  1781. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","WdFlag",0x00010001,0x36
  1782. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","WdName",0x00000000,"Microsoft RDP 5.1"
  1783. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","WdPrefix",STRIG_RETAIN,"RDP"
  1784. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","WsxDLL",STRIG_RETAIN,"rdpwsx"
  1785. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","XoffChar",DWORD_RETAIN,0x13
  1786. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","XonChar",DWORD_RETAIN,0x11
  1787. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fAutoClientDrives",DWORD_RETAIN,0x1
  1788. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fAutoClientLpts",DWORD_RETAIN,0x1
  1789. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableCcm",DWORD_RETAIN,0x0
  1790. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableCdm",DWORD_RETAIN,0x0
  1791. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableClip",0x00010001,0x0
  1792. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableCpm",0x00010001,0x0
  1793. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableEncryption",DWORD_RETAIN,0x1
  1794. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fDisableLPT",0x00010001,0x0
  1795. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fEnableBreakDisconnect",DWORD_RETAIN,0x0
  1796. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fEnableDTR",DWORD_RETAIN,0x1
  1797. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fEnableDsrSensitivity",DWORD_RETAIN,0x0
  1798. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fEnableRTS",DWORD_RETAIN,0x1
  1799. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fFlowSoftwareRx",DWORD_RETAIN,0x1
  1800. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fFlowSoftwareTx",DWORD_RETAIN,0x1
  1801. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fForceClientLptDef",DWORD_RETAIN,0x1
  1802. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd","fInheritAutoClient",0x00010001,0x1
  1803. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","InteractiveDelay",0x00010001,0xa
  1804. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","OutBufCount",DWORD_RETAIN,0x6
  1805. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","OutBufDelay",DWORD_RETAIN,0x64
  1806. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","OutBufLength",DWORD_RETAIN,0x212
  1807. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","PdClass",DWORD_RETAIN,0x2
  1808. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","PdDLL",STRIG_RETAIN,"tdtcp"
  1809. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","PdFlag",DWORD_RETAIN,0x4e
  1810. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","PdName",STRIG_RETAIN,"tcp"
  1811. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","PortNumber",DWORD_RETAIN,0xd3d
  1812. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp","ServiceName",STRIG_RETAIN,"tcpip"
  1813. ; console winstation.
  1814. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","Callback",DWORD_RETAIN,0x0
  1815. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","CallbackNumber",STRIG_RETAIN,""
  1816. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","Comment",STRIG_RETAIN,"System Console"
  1817. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","Domain",STRIG_RETAIN,""
  1818. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","InitialProgram",STRIG_RETAIN,""
  1819. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","InputBufferLength",DWORD_RETAIN,0x0
  1820. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","KeyboardLayout",DWORD_RETAIN,0x0
  1821. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","KeyboardName",STRIG_RETAIN,"\REGISTRY\Machine\System\CurrentControlSet\Services\Kbdclass"
  1822. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","MaxConnectionTime",DWORD_RETAIN,0x0
  1823. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","MaxDisconnectionTime",DWORD_RETAIN,0x0
  1824. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","MaxIdleTime",DWORD_RETAIN,0x0
  1825. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","MouseName",STRIG_RETAIN,"\REGISTRY\Machine\System\CurrentControlSet\Services\Mouclass"
  1826. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","OutBufCount",DWORD_RETAIN,0x0
  1827. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","OutBufDelay",DWORD_RETAIN,0x0
  1828. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","OutBufLength",DWORD_RETAIN,0x0
  1829. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","Password",STRIG_RETAIN,""
  1830. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","PdClass",DWORD_RETAIN,0x1
  1831. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","PdDll",STRIG_RETAIN,""
  1832. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","PdFlag",DWORD_RETAIN,0x1e
  1833. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","PdName",STRIG_RETAIN,"console"
  1834. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","UserName",STRIG_RETAIN,""
  1835. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","WdDll",STRIG_RETAIN,"wdcon"
  1836. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","WdFlag",DWORD_OWRITE,0x24
  1837. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","WdName",STRIG_RETAIN,"Console"
  1838. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","WorkDirectory",STRIG_RETAIN,""
  1839. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritAutoLogon",DWORD_RETAIN,0x0
  1840. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritCallback",DWORD_RETAIN,0x0
  1841. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritCallbackNumber",DWORD_RETAIN,0x0
  1842. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritInitialProgram",DWORD_RETAIN,0x0
  1843. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritMaxDisconnectionTime",DWORD_RETAIN,0x0
  1844. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritMaxIdleTime",DWORD_RETAIN,0x0
  1845. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritMaxSessionTime",DWORD_RETAIN,0x0
  1846. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritReconnectSame",DWORD_RETAIN,0x0
  1847. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritResetBroken",DWORD_RETAIN,0x0
  1848. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fInheritShadow",DWORD_RETAIN,0x0
  1849. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fLogonDisabled",DWORD_RETAIN,0x0
  1850. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fPromptForPassword",DWORD_RETAIN,0x1
  1851. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fReconnectSame",DWORD_RETAIN,0x0
  1852. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fResetBroken",DWORD_RETAIN,0x0
  1853. HKLM ,"SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console","fUseDefaultGina",DWORD_RETAIN,0x0
  1854. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console", "Shadow", DWORD_OWRITE, 0x1
  1855. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console", "TraceClass", DWORD_OWRITE, 0x10000009
  1856. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console", "TraceDebugger", DWORD_OWRITE, 0x1
  1857. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console", "TraceEnable", DWORD_OWRITE, 0xc
  1858. HKLM, "SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\Console", "fEnableWinStation", DWORD_OWRITE, 0x1
  1859. ;
  1860. ; enabling terminal services to the safeboot mode. Terminal services is enabled in the safeboot but used only for the Remote Control purposes.
  1861. ; Regular clients connecting to the machine running in the safeboot mode will get disconnect immediately.
  1862. ;
  1863. HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\termservice","",STRIG_OWRITE,"Service"
  1864. HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdsessmgr","",STRIG_OWRITE,"Service"
  1865. HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\tdtcp.sys","",STRIG_OWRITE,"Driver"
  1866. HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpwd.sys","",STRIG_OWRITE,"Driver"
  1867. HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\tdpipe.sys","",STRIG_OWRITE,"Driver"
  1868. HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpdd.sys","",STRIG_OWRITE,"Driver"
  1869. HKLM,"SYSTEM\CurrentControlSet\Control\SafeBoot\Network\rdpcdd.sys","",STRIG_OWRITE,"Driver"
  1870. ; This is for 32 bit Apps running on IA64
  1871. [Reg.common.ia64]
  1872. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility","SysDir",STRIG_RETAIN,""
  1873. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\ACMSETUP","Flags",DWORD_RETAIN,0x0
  1874. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CINMANIA","Flags",DWORD_RETAIN,0x40c
  1875. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1876. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","Flags",DWORD_RETAIN,0xc
  1877. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1878. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\CSETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1879. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","ClipboardFlags",DWORD_RETAIN,0x8
  1880. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","Flags",DWORD_RETAIN,0x8
  1881. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","OpenClipboardDelayInMilliSecs",DWORD_RETAIN,0x50
  1882. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCEL","OpenClipboardRetries",DWORD_RETAIN,0x20
  1883. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\EXCHNG32","Flags",DWORD_RETAIN,0x008
  1884. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\FIXACLS","Flags",DWORD_RETAIN,0x408
  1885. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\HOTFIX","Flags",DWORD_RETAIN,0x28
  1886. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1887. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","Flags",DWORD_RETAIN,0xc
  1888. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1889. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\INSTRUN","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1890. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MARS32","Flags",DWORD_RETAIN,0x80c
  1891. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MPRADMIN","Flags",DWORD_RETAIN,0x408
  1892. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xff
  1893. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","Flags",DWORD_RETAIN,0x80c
  1894. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x1
  1895. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSACCESS","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1896. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\OUTLOOK","Flags",DWORD_RETAIN,0x8
  1897. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\PLT","Flags",DWORD_RETAIN,0x11
  1898. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\POWERPNT","Flags",DWORD_RETAIN,0x8
  1899. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\REG2INI","Flags",DWORD_RETAIN,0x40c
  1900. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\REGEDIT","Flags",DWORD_RETAIN,0x108
  1901. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\REGEDT32","Flags",DWORD_RETAIN,0x108
  1902. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\RUNDLL32","Flags",DWORD_RETAIN,"0x408"
  1903. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SCHDPL32","Flags",DWORD_RETAIN,0x8
  1904. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1905. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","Flags",DWORD_RETAIN,0x8
  1906. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1907. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1908. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1909. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","Flags",DWORD_RETAIN,0xc
  1910. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1911. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SETUP1","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1912. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SNASRV","Flags",DWORD_RETAIN,0x200
  1913. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\SYSDIFF","Flags",DWORD_RETAIN,0x408
  1914. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1915. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","Flags",DWORD_RETAIN,0xc
  1916. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1917. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\VSETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1918. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WINWORD","Flags",DWORD_RETAIN,0x8
  1919. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WS32","Flags",DWORD_RETAIN,0x40c
  1920. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WS32CLN","Flags",DWORD_RETAIN,0x40c
  1921. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WS32REG","Flags",DWORD_RETAIN,0x40c
  1922. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\WSVERIFY","Flags",DWORD_RETAIN,0x40c
  1923. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1924. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","Flags",DWORD_RETAIN,0xc
  1925. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1926. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSSETUP","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1927. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","FirstCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0xf
  1928. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","Flags",DWORD_RETAIN,0xc
  1929. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","MsgQBadAppSleepTimeInMillisec",DWORD_RETAIN,0x0
  1930. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\_MSTEST","NthCountMsgQPeeksSleepBadApp",DWORD_RETAIN,0x5
  1931. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\IniFiles","SYSTEM",DWORD_RETAIN,0x44
  1932. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\IniFiles","WIN",DWORD_RETAIN,0x44
  1933. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Registry Entries","Classes",DWORD_RETAIN,0x108
  1934. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Registry Entries","Microsoft\Windows NT",DWORD_RETAIN,0x108
  1935. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install"
  1936. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Change User Option"
  1937. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software"
  1938. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft"
  1939. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows"
  1940. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Windows\CurrentVersion"
  1941. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Security","SecurityLevel",STRIG_RETAIN,"Default"
  1942. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\MSOFFICE","Flags",0x00010001,0x408
  1943. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\vs60wiz","Flags",0x00010001,0x00008000
  1944. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Registry Entries","Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",0x00010001,0x108
  1945. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server", "RegistryExtensionFlags", 0x00010001, 0x3
  1946. HKLM ,"SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Terminal Server\Compatibility\Applications\visio32","Flags",DWORD_OWRITE,0x00010000