home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 July & August / PCWorld_2004-07-08_cd.bin / Software / vyzkuste / xp / pebuilder3032.exe / plugin / bartpe / penetcfg / readme.txt < prev   
Text File  |  2004-02-20  |  18KB  |  359 lines

  1. PE Network Configurator v2.11
  2. Copyright ⌐ 2003-2004 by Pierre Mounir (TheTruth).
  3. All rights reserved.
  4. A network configuration tool for WinPE
  5.  
  6.  
  7. Changes:
  8. v2.11 build-1:
  9. + Fixed a bug that required the user to click "Cancel" too many times before it's able to cancel the dialog prompting for user credentials that was shown when mapping network drives through a network profile in interactive mode. 
  10.  
  11.  
  12. v2.11:
  13. + Added support for using "bartpe.exe" to start network support.
  14.  
  15. Note: To start network support you must have either 
  16. {"factory.exe", "netcfg.exe"} 
  17. or 
  18. {"bartpe.exe"}
  19. under the "System32" folder.
  20. if both sets of files exist, PENetCfg will use "factory.exe" & "netcfg.exe".
  21.  
  22.  
  23. v2.1:
  24. + Added support for starting File Sharing service (Server service) either throuh the GUI or a network profile with ability to set the Adminisrator's password and share all drives' root folders. (this can be handy in situations when you're infected with a virus in a machine and have a powerfull virus scanner with the latest virus signatures on another machine).
  25.  
  26. + Added support for automating mapping network drives through a network profile.
  27.  
  28. + Added support for presetting the Link Speed/Duplex Mode throuth a network profile.
  29.  
  30. + Added support for setting the Primary DNS Suffix (DNS domain name) throuh the GUI or through a network profile.
  31.  
  32. + Added section to the network profile to allow you to provide notes about any profile that will be shown in the "Network Profiles" dialog for each selected profile.
  33.  
  34. + Redesigned the GUI to fit on monitors with screen resolution of 640x480 pixels.
  35.  
  36. + Now "PE Network Configurator" is fully functional under the Win2K/WinXP/Win2K3 environments.
  37.  
  38.  
  39. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  40.  
  41. The syntax of PENetCfg at the command line is as follows:
  42.  
  43. PENetCfg [/UseProfile:[profile_name]]
  44.  
  45. - If no parameters were passed, PENetCfg will run as usual without using any network profiles.
  46.  
  47. - /UseProfile:[profile_name]        loads the network profile with the name "profile_name" to use in automating network settings.
  48. If the network profile is located in the same folder as PENetCfg, you can provide only the file name without any path, otherwise you must provide the full path and put it in quotes if it contains spaces.
  49.  
  50. if no profile name is provided, PENetCfg will search in the same folder for a file with same name as PENetCfg but with the extension ".ini" and use it as the network profile if found. So if the executable file that started PENetCfg is named "PENetCfg.exe", PENetCfg will search for "PENetCfg.ini" in the same folder to use as the network profile.
  51.  
  52. Examples:
  53. PENetCfg /UseProfile
  54. PENetCfg /UseProfile:Work.ini
  55. PENetCfg -UseProfile:"C:\Net Profiles\Work.ini"
  56. PENetCfg -UseProfile:%SystemRoot%\System32\Work.ini
  57.  
  58. Very Important note:
  59. Network profiles will be used only when PENetCfg is going to start network support. If network support is already started, no network profiles are used even if you explicitly provide it via the command line parameter.
  60.  
  61. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  62.  
  63. Here is a sample network profile that configures network settings for the first two network adapters detected:
  64.  
  65. --------- start of profile --------------
  66. ; This is a comment.
  67. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  68. [General]
  69. AutoStartNet     = No
  70. PromptForProfile = Yes
  71. ShowGUI          = Yes
  72. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73. [NetProfiles]
  74. Home Profile = Home.ini
  75. Work Profile = "%SystemDrive%\Net Profiles\Work.ini"
  76. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77. [NetID]
  78. ComputerName     = WinPE
  79. Workgroup        = MCSE
  80. PrimaryDNSSuffix = microsoft.com
  81. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  82. [FileSharing]
  83. StartFileSharingService = Yes
  84. ; AdminPassword         = 123456
  85. ; AdminPassword         = * (to be prompted for a password and have the option to cancel starting file Sharing)
  86. AdminPassword           = *
  87. ShareDriveRoots         = Yes
  88. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89. [NetAdapter1]
  90. ; SpeedAndDuplex = {10|100|1000},{Half|Full}
  91. ; SpeedAndDuplex = Default (for default settings)
  92. SpeedAndDuplex   = 100,Full
  93.  
  94. EnableDHCP       = No
  95. UseStaticGateway = No
  96. UseStaticDNS     = No
  97. UseStaticWINS    = No
  98.  
  99. IPAddress        = 192.168.75.2,192.168.75.3
  100. SubnetMask       = 255.255.255.0,255.255.255.0
  101. DefaultGateway   = 192.168.75.230
  102. DNSServer        = 192.168.75.200,192.168.75.201,192.168.75.202
  103. WINSServer       = 192.168.75.150
  104.  
  105. [NetAdapter2]
  106. SpeedAndDuplex   = Default
  107.  
  108. EnableDHCP       = Yes
  109. UseStaticDNS     = Yes
  110. DNSServer        = 192.168.1.100
  111. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  112. ; You can map up to 10 network drives: [NetDrive1] ... [NetDrive10];
  113. [NetDrive1]
  114. ; Drive     = X:
  115. ; Drive     = * (to use the first available drive letter)
  116. Drive       = X:
  117. NetworkPath = \\WinXP\Software
  118. UserName    = Pierre
  119. ; Password  =  (leave it empty to be prompted for a password)
  120. Password    =
  121.  
  122. [NetDrive2]
  123. Drive       = *
  124. NetworkPath = \\Win2KDC\D$
  125. UserName    = Pierre
  126. Password    = 123456
  127. ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128. [Notes]
  129. Computer Name      : WinPE
  130. Workgroup          : MCSE
  131. Primary DNS Suffix : microsoft.com
  132. SpeedAndDuplex     : 100 Full
  133. IP Address         : 192.168.75.2
  134. Subnet Mask        : 255.255.255.0
  135. DNS Servers        : 192.168.75.200,192.168.75.201 
  136. Start File Sharing : Yes
  137. Map drive X: to \\WinXP\Software
  138. Map the first available drive to \\Win2KDC\D$
  139. This profile configures network settings for use with VMware Workstation.
  140. --------- end of profile ----------------
  141.  
  142. As you can see, the network profile consists of sections and each section contain entries in the form "Key = Value" pairs.
  143. All entries are optional, hence all sections are.
  144.  
  145. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  146.  
  147. Here is an attempt to document the sections and their entries in a complete network profile:
  148.  
  149. Note: The "Default" value means the value that PENetCfg will use in case the whole entry is missing or the "Value" portion of the "Key = Value" pair is not provided.
  150.  
  151. +++ Section: [General]
  152. This section controls the unattended behavior of PENetCfg.
  153.  
  154. ++ Entry: AutoStartNet
  155. This entry gives you the option to confirm starting network support or not.
  156. + Value: {Yes|No}
  157. - Yes: Starts network support without confirmation.
  158. - No: Confirms starting network support.
  159. + Default: No
  160.  
  161. ++ Entry: PromptForProfile
  162. This entry gives you the chance to select another network profile at startup instead of using the current profile.
  163. + Value: {Yes|No}
  164. - Yes: makes PENetCfg process the list of network profiles provided in the section [NetProfiles] and prompt you at startup to select one of them or browse for another on any storage medium.
  165. - No: makes PENetCfg use the current network profile without prompting you to select another one.
  166. + Default: No
  167. Note: If you select another network profile at startup, PENetCfg will not process the [General] section again in this new profile. The [General] section is processed only in the first network profile passed through the command line parameter.
  168. If you cancel the network profiles dialog (not selecting any profile), PENetCfg will use the current network profile.
  169.  
  170. + Entry: ShowGUI
  171. This entry gives you the option to show the main window of PENEtCfg or not.
  172. + Value: {Yes|No}
  173. - Yes: makes PENetCfg show its main window after starting network support.
  174. - No: makes PENetCfg quit after starting network support.
  175. + Default: Yes
  176.  
  177.  
  178. +++ Section: [NetProfiles]
  179. This section allows you to provide a list of network profiles to select one of them at startup and will be processed only if the "PromptForProfile" key is set to "Yes".
  180.  
  181. Each entry in this section has the form: profile_display_name = profile_path
  182. - profile_display_name: is the name that'll be shown when PENetCfg provides you with the list of network profiles to choose among them.
  183.  
  184. - profile_path: is the file name and path to your network profile. If the profile is located in the same folder as PENetCfg, you can provide only the file name without any path, otherwise you must provide the full path and put it in quotes if it contains spaces.
  185.  
  186.  
  187. +++ Section: [NetID]
  188. This section allows you to set the computer name ,join a workgroup, and set primary DNS suffix.
  189.  
  190. ++ Entry: ComputerName
  191. this entry gives you the option to set the computer name.
  192. If this entry is missing or the computer name is not provided, PENetCfg will ignore it and let WinPE set it to a random name.
  193. Note:
  194. If the value for the computer name is more than 15 characters, PENetCfg will truncate it to 15 characters.
  195. If the computer name contains any invalid characters, PENetCfg will remove those characters.
  196.  
  197. ++ Entry: Workgroup
  198. This entry gives you the option to join a workgroup.
  199. If this entry is missing or the workgroup name is not provided, PENetCfg will ignore it and let WinPE set it to the default workgroup (WORKGROUP).
  200. Note:
  201. If the value for the workgroup name is more than 15 characters, PENetCfg will truncate it to 15 characters.
  202. If the workgroup name contains any invalid characters, PENetCfg will remove those characters.
  203.  
  204. ++ Entry: PrimaryDNSSuffix
  205. this entry gives you the option to set the primary DNS suffix (DNS domain name) for the computer.
  206. If this entry is missing or the DNS suffix is not provided, PENetCfg will ignore it and let WinPE set it to the default value.
  207.  
  208.  
  209. +++ Section: [FileSharing]
  210. This section allows you to enable File Sharing (Server service).
  211.  
  212. ++ Entry: StartFileSharingService
  213. This entry gives you the option to enable File Sharing or not.
  214. + Value: {Yes|No}
  215. - Yes: Installs and starts File Sharing service.
  216. - No: doesn't enable File Sharing.
  217. + Default: No
  218.  
  219. ++ Entry: AdminPassword
  220. This entry gives you the option to set the Adminstrator's account password.
  221. + Value: {*|password}
  222. - *: prompts you before enabling File Sharing to set the Administrator's password, this also allows you to cancel enabling File Sharing at all by cancelling the "File Sharing" dialog.
  223. - password: sets the Adminstrator's password without prompting.
  224. + Default: *
  225.  
  226. ++ Entry: ShareDriveRoots
  227. This entry gives you the option to share all drives' root folders or not.
  228. Note: this entry has nothing to do with the "Administrative/Hidden Shares" started with "$", they are created automatically upon starting Server service.
  229. + Value: {Yes|No}
  230. - Yes: shares drives' root folders of the following drive types:
  231.        * Fixed disk drives.
  232.        * RAMD disk drives.
  233.        * CD-ROM drives.
  234.        * Removable disk drives.
  235.        and gives them the share names of their drive letters, e.g drive C: is shared as "C" (without the quotes), so you can see them through any network browser.
  236. - No: doesn't share drives' roots automatically.
  237. + Default: No
  238.  
  239.  
  240. +++ Section: [NetAdapterX]
  241. This section allows you to provide the TCP/IP properties of any number of network adapter and set the Link Speed/Duplex Mode.
  242.  
  243. Actually, this is not one section but a series of arbitrary sections with the header name "NetAdapter" followed by an index that refers to the Xth network adapter.
  244.  
  245. For example, the section [NetAdapter1] corresponds to the first detected network adapter, and the section [NetAdapter2] corresponds to the second detected network adapter, and so on.
  246. You can add as many sections as you want according to the expected number of network adapters on the destination machine.
  247.  
  248. ++ Entry: SpeedAndDuplex
  249. This entry gives you the option to set the Link Speed/Duplex Mode of a network adapter.
  250. + Value: {10|100|1000},{Half|Full}
  251. - 10|100|1000: represents the required "Link Speed".
  252. Half|Full: represents the required "Duplex Mode".
  253. Default: if you leave this key empty or set it to "Default" or use unsupported value, the default setting of your network adapter will be used. 
  254. Example: 100,Half
  255.  
  256. ++ Entry: EnableDHCP
  257. This entry gives you the option to obtain IP address automatically from a DHCP server or use static IP address(es).
  258. + Value: {Yes|No}
  259. - Yes: obtains IP address automatically from a DHCP server
  260. - No: uses the IP addresses provided by the key "IPAddress"
  261. + Default: Yes
  262.  
  263. ++ Entry: UseStaticGateway
  264. This entry gives you the option to provide static default gateway addresses in case you enabled DHCP.
  265. This entry is processed only if you enabled DHCP.
  266. + Value: {Yes|No}
  267. - Yes: ignores the default gateway addresses received by a DHCP server and uses those provided by the key "DefaultGateway".
  268. - No: uses the default gateway addresses received by a DHCP server.
  269. + Default: No
  270.  
  271. ++ Entry: UseStaticDNS
  272. This entry gives you the option to provide static DNS server addresses in case you enabled DHCP.
  273. This entry is processed only if you enabled DHCP.
  274. + Value: {Yes|No}
  275. - Yes: ignores the DNS server addresses received by a DHCP server and uses those provided by the key "DNSServer".
  276. - No: uses the DNS server addresses received by a DHCP server.
  277. + Default: No
  278.  
  279. ++ Entry: UseStaticWINS
  280. This entry gives you the option to provide static WINS server addresses in case you enabled DHCP.
  281. This entry is processed only if you enabled DHCP.
  282. + Value: {Yes|No}
  283. - Yes: ignores the WINS server addresses received by a DHCP server and uses those provided by the key "WINSServer".
  284. - No: uses the WINS server addresses received by a DHCP server.
  285. + Default: No
  286.  
  287. ++ Entry: IPAddress
  288. This entry allows you to provide static IP addresses to use in case you disabled DHCP.
  289. + Value: IP_Address1[,IP_Address2[,IP_Address3[,...]]]
  290. - You can provide as many IP addresses as you want separated by a comma (,).
  291. + Default: If you don't provide any IP addresses, or all provided IP addresses are invalid, PENetCfg will revert to using DHCP.
  292. Note: If any of the IP addresses contains invalid value for any of its octets, PENetCfg will correct this automatically.
  293. For example: the IP address 192.168.258.1 will be corrected to 192.168.255.1 (octet value can't be greater than 255)
  294. and the IP address 127.10.10.1 will be corrected to 1.10.10.1 (the value 127 of the first octet is reserved for the loopback address)
  295. But IP address like this 155.214.1 will be considered as invalid IP address and will be removed (the last octet is missing).
  296.  
  297. ++ Entry: SubnetMask
  298. This entry allows you to provide the subnet masks for the IP addresses provided by the key "IPAddress".
  299. + Value: Subnet_Mask1[,Subnet_Mask2[,Subnet_Mask3[,...]]]
  300. - You should provide as many subnet masks as those provided by the key "IPAddress" separated by a comma (,).
  301. + Default: If you don't provide any subnet masks, or all provided subnet masks are invalid, or the number of subnet masks is less than the corresponding IP addresses, PENetCfg will add the missing subnet masks to the end of the subnet masks list. Those subnet masks added by PENetCfg will be the default subnet masks for the network class of the corresponding IP addresses.
  302.  
  303. ++ Entry: DNSServer
  304. This entry allows you to provide static DNS server addresses.
  305. + Value: DNS_Server1[,DNS_Server2[,DNS_Server3[,...]]]
  306. - You can provide as many DNS server addresses as you want separated by a comma (,).
  307. + Default: If you don't provide any DNS server addresses, or all provided DNS server addresses are invalid, and DHCP is enabled, PENetCfg will use those received by a DHCP server even if you explicitly set the key "UseStaticDNS" to "Yes".
  308.  
  309. ++ Entry: WINSServer
  310. This entry allows you to provide static WINS server addresses.
  311. + Value: WINS_Server1[,WINS_Server2[,WINS_Server3[,...]]]
  312. - You can provide as many WINS server addresses as you want separated by a comma (,).
  313. + Default: If you don't provide any WINS server addresses, or all provided WINS server addresses are invalid, and DHCP is enabled, PENetCfg will use those received by a DHCP server even if you explicitly set the key "UseStaticWINS" to "Yes".
  314.  
  315.  
  316. +++ Section: [NetDriveX]
  317. This section allows you to map network drives.
  318.  
  319. Actually, this is not one section but a series of up to 10 sections: [NetDrive1] ... [NetDrive10], each section allows you to map a single network drive.
  320.  
  321. ++ Entry: Drive
  322. This entry gives you the option to select the network drive letter.
  323. + Value: {*|drive_letter}
  324. - *: makes PENetCfg selects the first available drive letter.
  325. - drive_letter: is the required network drive letter, e.g. "x:" (without the quotes).
  326. + Default: *
  327.  
  328. ++ Entry: NetworkPath
  329. This entry gives you the option to set the network path you want to map a drive to.
  330. if this entry is missing or the network path is not provided, no network drive will be mapped and no errors will be shown.
  331. Example: \\WinXP\D$
  332.  
  333. ++ Entry: UserName
  334. This entry gives you the option to provide the user name of the account used for network authenticatation.
  335. if this entry is missing or the user name is not provided, you'll be prompted to provide it.
  336.  
  337. ++ Entry: Password
  338. This entry gives you the option to provide the password of the account used for network authenticatation.
  339. if this entry is missing or the password is not provided, you'll be prompted to provide it.
  340.  
  341.  
  342. +++ Section: [Notes]
  343. This section allows you to provide notes about any profile that will be shown in the "Network Profiles" dialog for each selected profile.
  344. You can add as many lines as you want, up to 32 KB in size.
  345.  
  346.  
  347. Any constructive criticism, suggestions, comments are welcome.
  348.  
  349. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  350.  
  351. Note:
  352. bartpe.exe is Copyright (c) 2003 Bart Lagerweij. All rights reserved.
  353.  
  354.  
  355. Regards,
  356. Pierre Mounir (aka TheTruth)
  357. Web Site: http://www.geocities.com/pierremounir/
  358. E-mail:    pierremounir@yahoo.com
  359.