Leaked source code of windows server 2003
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.

2314 lines
127 KiB

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