home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / System32 / 0409 / scregedit.ini
Encoding:
Text (UTF-16)  |  2008-01-19  |  14.9 KB  |  180 lines

  1. [Strings]
  2. L_UseCscript1_ErrorMessage="This script should be executed from the command prompt using CSCRIPT.EXE. For example:"
  3. L_UseCscript2E_ErrorMessage="        CSCRIPT %systemroot%\system32\SCREGEDIT.WSF "
  4. L_UseCscript3_ErrorMessage="arguments"
  5.  
  6. L10400="View registry setting."
  7. L10440="Registry has been updated."
  8. L10450="You must restart the "IPSec Policy Agent" before the change will take effect."
  9. L10500="Parameter"
  10. L10510="Expected 3 parameters."
  11. L10520="Parameter type mismatch"
  12. L10530="Parameter type mismatch expected DWord."
  13. L10540="Parameter type mismatch expected string."
  14. L10565="Value not set."
  15. L10570="Value should be either 1 or 4"
  16. L10575="Value should be either 1, 2, or 3"
  17. L10580="Value should be either 0 or 1"
  18. L10590="Value should be from 0 through 65535"
  19. L10600="Invalid switch - run scregedit.wsf /? For the list of supported switches."
  20. L10610="You do not have permission to modify the registry."
  21. L10780="fDenyTSConnections"
  22. L10800="To activate:"
  23. L10801="     Cscript slmgr.vbs -ato"
  24. L10802=" "
  25. L10803="To use KMS volume licensing for activation:"
  26. L10804="     Configure KMS volume licensing:"
  27. L10805="          cscript slmgr.vbs -ipk [volume license key]"
  28. L10806="     Activate KMS licensing"
  29. L10807="          cscript slmgr.vbs -ato"
  30. L10808="     Set KMS DNS SRV record"
  31. L10809="          cscript slmgr.vbs -skma [KMS FQDN]"
  32. L10810=" "
  33. L10811="Determine the computer name, any of the following:"
  34. L10812="     Set c"
  35. L10813="     Ipconfig /all"
  36. L10814="     Systeminfo.exe or Hostname.exe"
  37. L10815=" "
  38. L10816="Rename the Server Core computer:"
  39. L10817="     Domain joined:"
  40. L10818="          Netdom renamecomputer %computername% /NewName:new-name /UserD:domain-username /PasswordD:*"
  41. L10819="     Not domain joined:"
  42. L10820="          Netdom renamecomputer %computername% /NewName:new-name"
  43. L10821=" "
  44. L10822="Changing workgroups:"
  45. L10823="     Wmic computersystem where name="%computername%" call  joindomainorworkgroup name="[new workgroup name]" "
  46. L10824=" "
  47. L10825="Install a role or optional feature:"
  48. L10826="     Start /w Ocsetup [packagename]"
  49. L10827="     Note: For Active Directory, run Dcpromo with an answer file."
  50. L10828=" "
  51. L10829="View role and optional feature package names and current installation state:"
  52. L10830="     oclist"
  53. L10831=" "
  54. L10832="Start task manager hot-key: "
  55. L10833="     ctrl-shift-esc"
  56. L10834=" "
  57. L10835="Logoff of a Terminal Services session:"
  58. L10836="     Logoff"
  59. L10837=" "
  60. L10838="To set the pagefile size:"
  61. L10839="     Disable system pagefile management: "
  62. L10840="          wmic computersystem where name="%computername%" set AutomaticManagedPagefile=False"
  63. L10841="     Configure the pagefile:"
  64. L10842="          wmic pagefileset where name="C:\\pagefile.sys" set InitialSize=500,MaximumSize=1000"
  65. L10843=" "
  66. L10844="Configure the timezone, date, or time:"
  67. L10845="     control timedate.cpl"
  68. L10846=" "
  69. L10847="Configure regional and language options:"
  70. L10848="     control intl.cpl"
  71. L10849=" "
  72. L10850="Manually install a management tool or agent:"
  73. L10851="     Msiexec.exe /i [msipackage]"
  74. L10852=" "
  75. L10853="List installed msi applications:"
  76. L10854="     Wmic product"
  77. L10855=" "
  78. L10856="Uninstall msi applications:"
  79. L10857="     Wmic product get name /value "
  80. L10858="     Wmic product where name="[name]" call uninstall"
  81. L10859=" "
  82. L10860="To list installed drivers:"
  83. L10861="     Sc query type= driver"
  84. L10862=" "
  85. L10863="Install a driver that is not included:"
  86. L10864="     Copy the driver files to Server Core"
  87. L10865="     Pnputil –i –a [path]\[driver].inf"
  88. L10866=" "
  89. L10867="Rename a Network Adapter:"
  90. L10868="     netsh interface set interface name="Local Area Connection" newname="PrivateNetwork""
  91. L10869=" "
  92. L10870="Disable a Network Adapter:"
  93. L10871="     netsh interface set interface name="Local Area Connection 2" admin=DISABLED"
  94. L10872=" "
  95. L10873="Determine a file’s version:"
  96. L10874="     wmic datafile where name="c:\\windows\\system32\\ntdll.dll" get version"
  97. L10875=" "
  98. L10876="List of installed patches:"
  99. L10877="     wmic qfe list"
  100. L10878=" "
  101. L10879="Install a patch:"
  102. L10880="     Wusa.exe [patchame].msu /quiet"
  103. L10881=" "
  104. L10882="Configure a proxy:"
  105. L10883="     Netsh winhttp set proxy [proxy_name]:[port]"
  106. L10884=" "
  107. L10885="Add, delete, query a Registry value:"
  108. L10886="     reg.exe add /?"
  109. L10887="     reg.exe delete /?"
  110. L10888="     reg.exe query /?"
  111. L10889=" "
  112.  
  113. au1="Automatic Updates - Manage Automatic Windows Updates "
  114. au2="These settings can be used to configure how Automatic Updates are applied to "
  115. au3="the Windows system. It includes the ability to disable automatic updates and "
  116. au4="to set the installation schedule."
  117. au5="/AU [/v][value]"
  118. au6="    /v    View the current Automatic Update settings"
  119. au7="    value    value you want to set to."
  120. au8="    Options:"
  121. au9="    4 - Enable Automatic Updates "
  122. au10="    1 - Disable Automatic Updates "
  123.  
  124. ar1="Terminal Service - Allow Remote Administration Connections"
  125. ar2="This allows administrators to connect remotely for administration purposes."
  126. ar3="/AR [/v][value]"
  127. ar4="    /v    View the Remote Terminal Service Connection setting"
  128. ar5="    value    (0 = enabled, 1 = disabled)"
  129.  
  130. cs1="Terminal Service - Allow connections from previous versions of Windows"
  131. cs2="This setting configures CredSSP based user authentication for"
  132. cs3="Terminal Service connections"
  133. cs4="/CS  [/v][value]"
  134. cs5="    /v    View the Terminal Service CredSSP setting"
  135. cs6="    value    (0 = allow previous versions, 1 = require CredSSP)"
  136.  
  137. im1="IP Security (IPSEC) Monitor - allow remote management"
  138. im2="This setting configures the server to allow the IP Security (IPSEC) Monitor to "
  139. im3="be able to remotely manage IPSEC."
  140. im4="/IM [/v][value]"
  141. im5="   /v    View the IPSEC Monitor setting"
  142. im6="    value    (0 = do not allow, 1 = allow remote management)"
  143.  
  144. dp1="DNS SRV priority - changes the priority for DNS SRV records"
  145. dp2="This setting configures the priority for DNS SRV records and is only useful "
  146. dp3="on Domain Controllers."
  147. dp4="For more information on this setting, search TechNet for LdapSrvPriority"
  148. dp5="/DP [/v][value]"
  149. dp6="   /v    View the DNS SRV priority setting"
  150. dp7="    value    (value from 0 through 65535. The recommended value is 200.)"
  151.  
  152. dw1="DNS SRV weight - changes the weight for DNS SRV records"
  153. dw2="This setting configures the weight for DNS SRV records and is only useful "
  154. dw3="on Domain Controllers."
  155. dw4="For more information on this setting, search TechNet for LdapSrvWeight"
  156. dw5="/DW [/v][value]"
  157. dw6="   /v    View the DNS SRV weight setting"
  158. dw7="    value    (value from 0 through 65535. The recommended value is 50.)"
  159.  
  160. cli1="Command Line Reference"
  161. cli2="This setting displays a list of common tasks and how to perform them from"
  162. cli3="the command line."
  163. cli4="/CLI"
  164.  
  165. reg0="/au,AUOptions,SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update,REG_DWORD,REG_DWORD"
  166. reg1="/ar,fDenyTSConnections,System\CurrentControlSet\Control\Terminal Server,REG_DWORD,REG_DWORD"
  167. reg2="/cs,UserAuthentication,System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp,REG_DWORD,REG_DWORD"
  168. reg3="/im,EnableRemoteMgmt,SYSTEM\CurrentControlSet\Services\PolicyAgent,REG_DWORD,REG_DWORD"
  169. reg4="/dp,LdapSrvPriority,SYSTEM\CurrentControlSet\Services\Netlogon\Parameters,REG_DWORD,REG_DWORD"
  170. reg5="/dw,LdapSrvWeight,SYSTEM\CurrentControlSet\Services\Netlogon\Parameters,REG_DWORD,REG_DWORD"
  171. reg6="/cli,none,none,none,none"
  172.  
  173. switch0="/au"
  174. switch1="/ar"
  175. switch2="/cs"
  176. switch3="/im"
  177. switch4="/dp"
  178. switch5="/dw"
  179. switch6="/cli"
  180.