[MC] Add syntax and help texts for the NET SHARE command.
[reactos.git] / sdk / include / reactos / mc / net_msg.mc
1 ;// Romanian translation by Ștefan Fulea (stefan dot fulea at mail dot com)
2 ;// Russian translation by Kudratov Olimjon (olim98@bk.ru)
3 ;// Spanish translation by Ismael Ferreras Morezuelas <2014-11-07>
4 ;// Turkish translation by 2015 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net)
5 ;// Simplified Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com)
6 ;// Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com)
7
8 MessageIdTypedef=DWORD
9
10 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
11 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
12 Warning=0x2:STATUS_SEVERITY_WARNING
13 Error=0x3:STATUS_SEVERITY_ERROR
14 )
15
16 FacilityNames=(System=0x0:FACILITY_SYSTEM
17 )
18
19 LanguageNames=(English=0x409:MSG00409
20 Polish=0x415:MSG00415
21 Romanian=0x418:MSG00418
22 Russian=0x419:MSG00419
23 Spanish=0x40A:MSG0040A
24 Turkish=0x41F:MSG0041F
25 Chinese=0x804:MSG00804
26 Taiwanese=0x404:MSG00404
27 )
28
29
30 MessageId=10000
31 SymbolicName=MSG_ACCOUNTS_SYNTAX
32 Severity=Success
33 Facility=System
34 Language=English
35 NET ACCOUNTS [/FORCELOGOFF:{Minutes|NO}] [/MINPWLEN:Length]
36 [/MAXPWAGE:{Days|UNLIMITED}] [/MINPWAGE:Days]
37 [/UNIQUEPW:Count] [/DOMAIN]
38 .
39 Language=Polish
40 NET ACCOUNTS [/FORCELOGOFF:{minuty|NO}] [/MINPWLEN:długość]
41 [/MAXPWAGE:{dni|UNLIMITED}] [/MINPWAGE:dni]
42 [/UNIQUEPW:liczba] [/DOMAIN]
43 .
44 Language=Romanian
45 NET ACCOUNTS [/FORCELOGOFF:{Minute|NO}] [/MINPWLEN:Lungime]
46 [/MAXPWAGE:{Zile|UNLIMITED}] [/MINPWAGE:Zile]
47 [/UNIQUEPW:Număr] [/DOMAIN]
48 .
49 Language=Russian
50 NET ACCOUNTS [/FORCELOGOFF:{минуты | NO}] [/MINPWLEN:длина]
51 [/MAXPWAGE:{дни | UNLIMITED}] [/MINPWAGE:дни]
52 [/UNIQUEPW:число] [/DOMAIN]
53 .
54 Language=Spanish
55 NET ACCOUNTS [/FORCELOGOFF:{minutos | NO}] [/MINPWLEN:longitud]
56 [/MAXPWAGE:{días | UNLIMITED}] [/MINPWAGE:días]
57 [/UNIQUEPW:número] [/DOMAIN]
58 .
59 Language=Turkish
60 NET ACCOUNTS [/FORCELOGOFF:{Dakîka|NO}] [/MINPWLEN:Uzunluk]
61 [/MAXPWAGE:{Gün|UNLIMITED}] [/MINPWAGE:Gün]
62 [/UNIQUEPW:Sayı] [/DOMAIN]
63 .
64 Language=Chinese
65 NET ACCOUNTS [/FORCELOGOFF:{Minutes|NO}] [/MINPWLEN:Length]
66 [/MAXPWAGE:{Days|UNLIMITED}] [/MINPWAGE:Days]
67 [/UNIQUEPW:Count] [/DOMAIN]
68 .
69 Language=Taiwanese
70 NET ACCOUNTS [/FORCELOGOFF:{分鐘|NO}] [/MINPWLEN:長度]
71 [/MAXPWAGE:{天|UNLIMITED}] [/MINPWAGE:天]
72 [/UNIQUEPW:計數] [/DOMAIN]
73 .
74
75
76 MessageId=10001
77 SymbolicName=MSG_ACCOUNTS_HELP
78 Severity=Success
79 Facility=System
80 Language=English
81 NET ACCOUNTS updates the user accounts database and modifies password
82 and logon requirements for all accounts.
83 When used without parameters, NET ACCOUNTS displays the current settings for
84 passwords, logon limitations, and domain information.
85
86 Two conditions are required in order for options used with
87 NET ACCOUNTS to take effect.
88
89 - The password and logon requirements are only effective if user
90 accounts have been set up (user User Manager or the NET USER command).
91
92 - The Net Logon service must be running on all servers in the domain
93 that verify logon. Net Logon is started automatically when the
94 operating system starts.
95
96 /FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before
97 being forced to log off when the
98 account expires or valid logon hours expire.
99 NO, the default, prevents forced logoff.
100 /MINPWLEN:length Sets the minimum number of characters for
101 a password. The range is 0-14 characters;
102 the default is 6 characters.
103 /MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a
104 password is valid. No limit is specified
105 by using UNLIMITED. /MAXPWAGE cannot be less
106 than /MINPWAGE. The range is 1-999; the
107 default is to leave the value unchanged.
108 /MINPWAGE:days Sets the minimum number of days that must
109 pass before a user can change a password.
110 A value of 0 sets no minimum time. The range
111 is 0-999; the default is 0 days. /MINPWAGE
112 cannot be more than /MAXPWAGE.
113 /UNIQUEPW:number Requires that a users passwords be unique
114 through the specified number of password
115 changes. The maximum value is 24.
116 /DOMAIN Performs the operation on a domain
117 controller of the current domain. Otherwise,
118 the operation is performed on the local
119 computer.
120
121 NET HELP command | MORE displays one screen at a time.
122 .
123 Language=Polish
124 NET ACCOUNTS uaktualnia bazę kont użytkowników i zmienia hasło oraz wymagania
125 logowania dla wszystkich kont.
126 Użyte bez opcji, NET ACCOUNTS wyświetla bieżące ustawienia
127 hasła i ograniczeń logowania oraz informacje o domenie.
128
129 Aby opcje użyte z NET ACCOUNTS odniosły skutek, muszą być
130 spełnione dwa warunki.
131
132 - Wymagania hasła i logowania odnoszą skutek tylko wtedy, gdy
133 zostało utworzone konto użytkownika (w tym celu użyj
134 Menedżera użytkowników lub polecenia NET USER).
135
136 - Usługa logowania (Net Logon) musi być uruchomiona na wszystkich
137 serwerach w domenie, które weryfikują logowanie. Usługa logowania
138 jest uruchamiana automatycznie podczas uruchamiania systemu.
139
140 /FORECELOGOFF:{minuty | NO} Ustawia liczbę minut, przez które użytkownik
141 może być zalogowany przed wymuszeniem wylogowania
142 wskutek wygaśnięcia lub ważności godzin logowania.
143 NO, wartość domyślna, zapobiega wymuszaniu
144 wylogowania.
145 /MINPWLEN:długość Ustawia minimalną liczbę znaków w haśle.
146 Zakres długości hasła wynosi od 0 do 14 znaków;
147 wartość domyślna to 6 znaków.
148 /MAXPWAGE:{dni | UNLIMITED} Ustawia maksymalną liczbę dni ważności
149 hasła. UNLIMITED ustala nieograniczony
150 czas ważności hasła. Wartość /MAXPWAGE nie
151 może być mniejsza od /MINPWAGE. Zakres wynosi
152 od 1 do 999; domyślnie wartość się nie zmienia.
153 /MINPWAGE:dni Ustawia minimalną liczbę dni, które muszą
154 minąć, zanim użytkownik może zmienić hasło.
155 Wartość 0 ustawia brak tego ograniczenia.
156 Zakres wynosi od 0 do 999; wartość domyślna
157 to 0 dni. Wartość /MINPWAGE nie może być
158 większa od wartości /MAXPWAGE.
159 /UNIQUEPW:liczba Wymaga, aby hasło użytkownika było unikatowe,
160 poprzez określoną liczbę zmian hasła.
161 Największa wartość to 24.
162 /DOMAIN Wykonuje operacje na kontrolerze domeny
163 w bieżącej domenie. W innym wypadku,
164 operacje te są dokonywane na komputerze
165 lokalnym.
166
167 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
168 .
169 Language=Romanian
170 NET ACCOUNTS actualizează baza de utilizatori și modifică parola și
171 cerințele de autentificare pentru toate conturile.
172 Utilizat fără parametri, NET ACCOUNTS afișează configurația curentă pentru
173 parole, limitări de autentificare, și informații de domeniu.
174
175 Sunt necesare două condiții pentru ca opțiunile utilizate cu
176 NET ACCOUNTS să aibă efect.
177
178 - Cerințele de autentificare și parolele au sens doar când conturile
179 sunt instituite (cu Gestionarul de Utilizatori sau comanda NET USER).
180
181 - Este necesar ca serviciul Net Logon să fie activ în toate servele din
182 domeniul de autentificare. Serviciul Net Logon este lansat automat la
183 pornirea sistemului de operare.
184
185 /FORECELOGOFF:{minute | NO} Definește numărul minutelor precursoare unei
186 deautentificări forțate la expirarea contului
187 sau a numărului valid de ore de autentificare.
188 NO (implicit) previne deautentificarea forțată.
189 /MINPWLEN:length Sets the minimum number of characters for
190 a password. The range is 0-14 characters;
191 the default is 6 characters.
192 /MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a
193 password is valid. No limit is specified
194 by using UNLIMITED. /MAXPWAGE cannot be less
195 than /MINPWAGE. The range is 1-999; the
196 default is to leave the value unchanged.
197 /MINPWAGE:days Sets the minimum number of days that must
198 pass before a user can change a password.
199 A value of 0 sets no minimum time. The range
200 is 0-999; the default is 0 days. /MINPWAGE
201 cannot be more than /MAXPWAGE.
202 /UNIQUEPW:number Requires that a users passwords be unique
203 through the specified number of password
204 changes. The maximum value is 24.
205 /DOMAIN Performs the operation on a domain
206 controller of the current domain. Otherwise,
207 the operation is performed on the local
208 computer.
209
210 NET HELP comandă | MORE (pentru afișare paginată).
211 .
212 Language=Russian
213 NET ACCOUNTS updates the user accounts database and modifies password
214 and logon requirements for all accounts.
215 When used without parameters, NET ACCOUNTS displays the current settings for
216 passwords, logon limitations, and domain information.
217
218 Two conditions are required in order for options used with
219 NET ACCOUNTS to take effect.
220
221 - The password and logon requirements are only effective if user
222 accounts havebeen set up (user User Manager or the NET USER command).
223
224 - The Net Logon service must be running on all servers in the domain
225 that verify logon. Net Logon is started automatically when the
226 operating system starts.
227
228 /FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before
229 being forced to log off when the
230 account expires or valid logon hours expire.
231 NO, the default, prevents forced logoff.
232 /MINPWLEN:length Sets the minimum number of characters for
233 a password. The range is 0-14 characters;
234 the default is 6 characters.
235 /MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a
236 password is valid. No limit is specified
237 by using UNLIMITED. /MAXPWAGE cannot be less
238 than /MINPWAGE. The range is 1-999; the
239 default is to leave the value unchanged.
240 /MINPWAGE:days Sets the minimum number of days that must
241 pass before a user can change a password.
242 A value of 0 sets no minimum time. The range
243 is 0-999; the default is 0 days. /MINPWAGE
244 cannot be more than /MAXPWAGE.
245 /UNIQUEPW:number Requires that a users passwords be unique
246 through the specified number of password
247 changes. The maximum value is 24.
248 /DOMAIN Performs the operation on a domain
249 controller of the current domain. Otherwise,
250 the operation is performed on the local
251 computer.
252
253 NET HELP имя_команды | MORE - постраничный просмотр справки.
254 .
255 Language=Spanish
256 NET ACCOUNTS updates the user accounts database and modifies password
257 and logon requirements for all accounts.
258 When used without parameters, NET ACCOUNTS displays the current settings for
259 passwords, logon limitations, and domain information.
260
261 Two conditions are required in order for options used with
262 NET ACCOUNTS to take effect.
263
264 - The password and logon requirements are only effective if user
265 accounts have been set up (user User Manager or the NET USER command).
266
267 - The Net Logon service must be running on all servers in the domain
268 that verify logon. Net Logon is started automatically when the
269 operating system starts.
270
271 /FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before
272 being forced to log off when the
273 account expires or valid logon hours expire.
274 NO, the default, prevents forced logoff.
275 /MINPWLEN:length Sets the minimum number of characters for
276 a password. The range is 0-14 characters;
277 the default is 6 characters.
278 /MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a
279 password is valid. No limit is specified
280 by using UNLIMITED. /MAXPWAGE cannot be less
281 than /MINPWAGE. The range is 1-999; the
282 default is to leave the value unchanged.
283 /MINPWAGE:days Sets the minimum number of days that must
284 pass before a user can change a password.
285 A value of 0 sets no minimum time. The range
286 is 0-999; the default is 0 days. /MINPWAGE
287 cannot be more than /MAXPWAGE.
288 /UNIQUEPW:number Requires that a users passwords be unique
289 through the specified number of password
290 changes. The maximum value is 24.
291 /DOMAIN Performs the operation on a domain
292 controller of the current domain. Otherwise,
293 the operation is performed on the local
294 computer.
295
296 NET HELP command | MORE displays one screen at a time.
297 .
298 Language=Turkish
299 NET ACCOUNTS updates the user accounts database and modifies password
300 and logon requirements for all accounts.
301 When used without parameters, NET ACCOUNTS displays the current settings for
302 passwords, logon limitations, and domain information.
303
304 Two conditions are required in order for options used with
305 NET ACCOUNTS to take effect.
306
307 - The password and logon requirements are only effective if user
308 accounts havebeen set up (user User Manager or the NET USER command).
309
310 - The Net Logon service must be running on all servers in the domain
311 that verify logon. Net Logon is started autmatically when the
312 operating system starts.
313
314 /FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before
315 being forced to log off when the
316 account expires or valid logon hours expire.
317 NO, the default, prevents forced logoff.
318 /MINPWLEN:length Sets the minimum number of characters for
319 a password. The range is 0-14 characters;
320 the default is 6 characters.
321 /MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a
322 password is valid. No limit is specified
323 by using UNLIMITED. /MAXPWAGE cannot be less
324 than /MINPWAGE. The range is 1-999; the
325 default is to leave the value unchanged.
326 /MINPWAGE:days Sets the minimum number of days that must
327 pass before a user can change a password.
328 A value of 0 sets no minimum time. The range
329 is 0-999; the default is 0 days. /MINPWAGE
330 cannot be more than /MAXPWAGE.
331 /UNIQUEPW:number Requires that a users passwords be unique
332 through the specified number of password
333 changes. The maximum value is 24.
334 /DOMAIN Performs the operation on a domain
335 controller of the current domain. Otherwise,
336 the operation is performed on the local
337 computer.
338
339 NET HELP command | MORE displays one screen at a time.
340 .
341 Language=Chinese
342 NET ACCOUNTS updates the user accounts database and modifies password
343 and logon requirements for all accounts.
344 When used without parameters, NET ACCOUNTS displays the current settings for
345 passwords, logon limitations, and domain information.
346
347 Two conditions are required in order for options used with
348 NET ACCOUNTS to take effect.
349
350 - The password and logon requirements are only effective if user
351 accounts havebeen set up (user User Manager or the NET USER command).
352
353 - The Net Logon service must be running on all servers in the domain
354 that verify logon. Net Logon is started automatically when the
355 operating system starts.
356
357 /FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before
358 being forced to log off when the
359 account expires or valid logon hours expire.
360 NO, the default, prevents forced logoff.
361 /MINPWLEN:length Sets the minimum number of characters for
362 a password. The range is 0-14 characters;
363 the default is 6 characters.
364 /MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a
365 password is valid. No limit is specified
366 by using UNLIMITED. /MAXPWAGE cannot be less
367 than /MINPWAGE. The range is 1-999; the
368 default is to leave the value unchanged.
369 /MINPWAGE:days Sets the minimum number of days that must
370 pass before a user can change a password.
371 A value of 0 sets no minimum time. The range
372 is 0-999; the default is 0 days. /MINPWAGE
373 cannot be more than /MAXPWAGE.
374 /UNIQUEPW:number Requires that a users passwords be unique
375 through the specified number of password
376 changes. The maximum value is 24.
377 /DOMAIN Performs the operation on a domain
378 controller of the current domain. Otherwise,
379 the operation is performed on the local
380 computer.
381
382 NET HELP command | MORE displays one screen at a time.
383 .
384 Language=Taiwanese
385 NET ACCOUNTS updates the user accounts database and modifies password
386 and logon requirements for all accounts.
387 When used without parameters, NET ACCOUNTS displays the current settings for
388 passwords, logon limitations, and domain information.
389
390 Two conditions are required in order for options used with
391 NET ACCOUNTS to take effect.
392
393 - The password and logon requirements are only effective if user
394 accounts havebeen set up (user User Manager or the NET USER command).
395
396 - The Net Logon service must be running on all servers in the domain
397 that verify logon. Net Logon is started automatically when the
398 operating system starts.
399
400 /FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before
401 being forced to log off when the
402 account expires or valid logon hours expire.
403 NO, the default, prevents forced logoff.
404 /MINPWLEN:length Sets the minimum number of characters for
405 a password. The range is 0-14 characters;
406 the default is 6 characters.
407 /MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a
408 password is valid. No limit is specified
409 by using UNLIMITED. /MAXPWAGE cannot be less
410 than /MINPWAGE. The range is 1-999; the
411 default is to leave the value unchanged.
412 /MINPWAGE:days Sets the minimum number of days that must
413 pass before a user can change a password.
414 A value of 0 sets no minimum time. The range
415 is 0-999; the default is 0 days. /MINPWAGE
416 cannot be more than /MAXPWAGE.
417 /UNIQUEPW:number Requires that a users passwords be unique
418 through the specified number of password
419 changes. The maximum value is 24.
420 /DOMAIN Performs the operation on a domain
421 controller of the current domain. Otherwise,
422 the operation is performed on the local
423 computer.
424
425 NET HELP command | MORE displays one screen at a time.
426 .
427
428
429 MessageId=10002
430 SymbolicName=MSG_COMPUTER_SYNTAX
431 Severity=Success
432 Facility=System
433 Language=English
434 NET COMPUTER \\computername {/ADD | /DEL}
435 .
436 Language=Polish
437 NET COMPUTER \\nazwa_komputera {/ADD | /DEL}
438 .
439 Language=Romanian
440 NET COMPUTER \\computername {/ADD | /DEL}
441 .
442 Language=Russian
443 NET COMPUTER \\computername {/ADD | /DEL}
444 .
445 Language=Spanish
446 NET COMPUTER \\computername {/ADD | /DEL}
447 .
448 Language=Turkish
449 NET COMPUTER \\computername {/ADD | /DEL}
450 .
451 Language=Chinese
452 NET COMPUTER \\computername {/ADD | /DEL}
453 .
454 Language=Taiwanese
455 NET COMPUTER \\computername {/ADD | /DEL}
456 .
457
458
459 MessageId=10003
460 SymbolicName=MSG_COMPUTER_HELP
461 Severity=Success
462 Facility=System
463 Language=English
464 NET COMPUTER adds or deletes computers from a domain database. This
465 command is available only on server operating systems.
466
467 \\computername Specifies the computer to add or delete from
468 the domain.
469 /ADD Adds the specified computer to the domain.
470 /DEL Removes the specified computer from the domain.
471 .
472 Language=Polish
473 NET COMPUTER dodaje lub usuwa komputer z bazy danych domeny.
474 To polecenie jest dostępne tylko na serwerowych systemach opoeracyjnych.
475
476 \\nazwa_komputera Określa komputer dodawany lub usuwany
477 z domeny.
478 /ADD Dodaje określony komputer do domeny.
479 /DEL Usuwa określony komputer z domeny.
480 .
481 Language=Romanian
482 NET COMPUTER adds or deletes computers from a domain database. This
483 command is available only on server operating systems.
484
485 \\computername Specifies the computer to add or delete from
486 the domain.
487 /ADD Adds the specified computer to the domain.
488 /DEL Removes the specified computer from the domain.
489 .
490 Language=Russian
491 NET COMPUTER adds or deletes computers from a domain database. This
492 command is available only on server operating systems.
493
494 \\computername Specifies the computer to add or delete from
495 the domain.
496 /ADD Adds the specified computer to the domain.
497 /DEL Removes the specified computer from the domain.
498 .
499 Language=Spanish
500 NET COMPUTER adds or deletes computers from a domain database. This
501 command is available only on server operating systems.
502
503 \\computername Specifies the computer to add or delete from
504 the domain.
505 /ADD Adds the specified computer to the domain.
506 /DEL Removes the specified computer from the domain.
507 .
508 Language=Turkish
509 NET COMPUTER adds or deletes computers from a domain database. This
510 command is available only on server operating systems.
511
512 \\computername Specifies the computer to add or delete from
513 the domain.
514 /ADD Adds the specified computer to the domain.
515 /DEL Removes the specified computer from the domain.
516 .
517 Language=Chinese
518 NET COMPUTER adds or deletes computers from a domain database. This
519 command is available only on server operating systems.
520
521 \\computername Specifies the computer to add or delete from
522 the domain.
523 /ADD Adds the specified computer to the domain.
524 /DEL Removes the specified computer from the domain.
525 .
526 Language=Taiwanese
527 NET COMPUTER adds or deletes computers from a domain database. This
528 command is available only on server operating systems.
529
530 \\computername Specifies the computer to add or delete from
531 the domain.
532 /ADD Adds the specified computer to the domain.
533 /DEL Removes the specified computer from the domain.
534 .
535
536
537 MessageId=10004
538 SymbolicName=MSG_CONFIG_SYNTAX
539 Severity=Success
540 Facility=System
541 Language=English
542 NET CONFIG [SERVER | WORKSTATION]
543 .
544 Language=Polish
545 NET CONFIG [SERVER | WORKSTATION]
546 .
547 Language=Romanian
548 NET CONFIG [SERVER | WORKSTATION]
549 .
550 Language=Russian
551 NET CONFIG [SERVER | WORKSTATION]
552 .
553 Language=Spanish
554 NET CONFIG [SERVER | WORKSTATION]
555 .
556 Language=Turkish
557 NET CONFIG [SERVER | WORKSTATION]
558 .
559 Language=Chinese
560 NET CONFIG [SERVER | WORKSTATION]
561 .
562 Language=Taiwanese
563 NET CONFIG [SERVER | WORKSTATION]
564 .
565
566
567 MessageId=10005
568 SymbolicName=MSG_CONFIG_HELP
569 Severity=Success
570 Facility=System
571 Language=English
572 NET CONFIG displays coniguration information of the Workstation or
573 Server service. When used without the WORKSTATION or SERVER switch,
574 it displays a list of configurable services. To get help with
575 configuring a service, type NET HELP CONFIG service.
576
577 SERVER Displays information about the configuration of the
578 Server service.
579 WORKSTATION Displays information about the configuration of the
580 Workstation service.
581
582 NET HELP command | MORE displays one screen at a time.
583 .
584 Language=Polish
585 NET CONFIG wyświetla informacje o konfiguracji usług Stacja robocza lub
586 Serwer. Polecenie użyte bez przełącznika SERVER lub WORKSTATION wyświetla,
587 listę usług dostępnych do konfiguracji. Aby uzyskać pomoc na temat
588 konfigurowania usługi, wpisz polecenie NET HELP CONFIG usługa.
589
590 SERVER Wyświetla informacje o konfiguracji usługi Serwer
591 WORKSTATION Wyświetla informacje o konfiguracji usługi Stacja robocza.
592
593 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
594 .
595 Language=Romanian
596 NET CONFIG displays coniguration information of the Workstation or
597 Server service. When used without the WORKSTATION or SERVER switch,
598 it displays a list of configurable services. To get help with
599 configuring a service, type NET HELP CONFIG service.
600
601 SERVER Displays information about the configuration of the
602 Server service.
603 WORKSTATION Displays information about the configuration of the
604 Workstation service.
605
606 NET HELP comandă | MORE (pentru afișare paginată).
607 .
608 Language=Russian
609 NET CONFIG displays coniguration information of the Workstation or
610 Server service. When used without the WORKSTATION or SERVER switch,
611 it displays a list of configurable services. To get help with
612 configuring a service, type NET HELP CONFIG service.
613
614 SERVER Displays information about the configuration of the
615 Server service.
616 WORKSTATION Displays information about the configuration of the
617 Workstation service.
618
619 NET HELP имя_команды | MORE - постраничный просмотр справки.
620 .
621 Language=Spanish
622 NET CONFIG displays coniguration information of the Workstation or
623 Server service. When used without the WORKSTATION or SERVER switch,
624 it displays a list of configurable services. To get help with
625 configuring a service, type NET HELP CONFIG service.
626
627 SERVER Displays information about the configuration of the
628 Server service.
629 WORKSTATION Displays information about the configuration of the
630 Workstation service.
631
632 NET HELP command | MORE displays one screen at a time.
633 .
634 Language=Turkish
635 NET CONFIG displays coniguration information of the Workstation or
636 Server service. When used without the WORKSTATION or SERVER switch,
637 it displays a list of configurable services. To get help with
638 configuring a service, type NET HELP CONFIG service.
639
640 SERVER Displays information about the configuration of the
641 Server service.
642 WORKSTATION Displays information about the configuration of the
643 Workstation service.
644
645 NET HELP command | MORE displays one screen at a time.
646 .
647 Language=Chinese
648 NET CONFIG displays coniguration information of the Workstation or
649 Server service. When used without the WORKSTATION or SERVER switch,
650 it displays a list of configurable services. To get help with
651 configuring a service, type NET HELP CONFIG service.
652
653 SERVER Displays information about the configuration of the
654 Server service.
655 WORKSTATION Displays information about the configuration of the
656 Workstation service.
657
658 NET HELP command | MORE displays one screen at a time.
659 .
660 Language=Taiwanese
661 NET CONFIG displays coniguration information of the Workstation or
662 Server service. When used without the WORKSTATION or SERVER switch,
663 it displays a list of configurable services. To get help with
664 configuring a service, type NET HELP CONFIG service.
665
666 SERVER Displays information about the configuration of the
667 Server service.
668 WORKSTATION Displays information about the configuration of the
669 Workstation service.
670
671 NET HELP command | MORE displays one screen at a time.
672 .
673
674
675 MessageId=10006
676 SymbolicName=MSG_CONFIG_SERVER_SYNTAX
677 Severity=Success
678 Facility=System
679 Language=English
680 NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"]
681 [/HIDDEN:{YES | NO}]
682 .
683 Language=Polish
684 NET CONFIG SERVER [/AUTODISCONNECT:czas] [/SRVCOMMENT:"tekst"]
685 [/HIDDEN:{YES | NO}]
686 .
687 Language=Romanian
688 NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"]
689 [/HIDDEN:{YES | NO}]
690 .
691 Language=Russian
692 NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"]
693 [/HIDDEN:{YES | NO}]
694 .
695 Language=Spanish
696 NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"]
697 [/HIDDEN:{YES | NO}]
698 .
699 Language=Turkish
700 NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"]
701 [/HIDDEN:{YES | NO}]
702 .
703 Language=Chinese
704 NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"]
705 [/HIDDEN:{YES | NO}]
706 .
707 Language=Taiwanese
708 NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"]
709 [/HIDDEN:{YES | NO}]
710 .
711
712
713 MessageId=10007
714 SymbolicName=MSG_CONFIG_SERVER_HELP
715 Severity=Success
716 Facility=System
717 Language=English
718 NET CONFIG SERVER displays or changes settings for the Server service.
719
720 /AUTODISCONNECT:time Sets the maximum number of minutes a user's
721 session can be inactive before it is disconected.
722 You can specify -1 to never disconnect. The range
723 is -1-65535 minutes; the default is 15.
724 /SRVCOMMENT:"text" Adds a comment for the server that is displayed on
725 screen and with the NET VIEW command.
726 Enclose the text in quotation marks.
727 /HIDDEN:{YES | NO} Specifies whether the server's computer name
728 appears on displays listings of servers. Note that
729 hiding a serverdoes not alter the permissions
730 on that server. The default is NO.
731
732 To display the current configuration for the Server service,
733 type NET CONFIG SERVER without parameters.
734
735 NET HELP command | MORE displays one screen at a time.
736 .
737 Language=Polish
738 NET CONFIG SERVER wyświetla lub zmienia ustawienia usługi Serwer.
739
740 /AUTODISCONNECT:czas Ustawia maksymalną liczbę minut, przez
741 które sesja użytkownika może być nieaktywna, zanim
742 nastąpi jej rozłączenie. Użyj wartości -1, aby
743 zapobiec rozłączaniu. Zakres wynosi od -1 do 65535
744 minut, domyślnie 15.
745 /SRVCOMMENT:"tekst" Dodaje komentarz dla serwera wyświetlany na
746 ekranie komputera i przez polecenie NET VIEW.
747 Tekst musi być ujęty w cudzysłów.
748 /HIDDEN:{YES | NO} Określa, czy nazwa serwera pojawia się
749 podczas wyświetlania listy serwerów. Należy pamiętać,
750 że ukrycie serwera nie zmienia uprawnień na tym
751 serwerze. Wartość domyślna: NO (nie ukrywaj).
752
753 Aby wyświetlić bieżącą konfigurację usługi Serwer,
754 wpisz NET CONFIG SERVER bez parametrów.
755
756 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
757 .
758 Language=Romanian
759 NET CONFIG SERVER displays or changes settings for the Server service.
760
761 /AUTODISCONNECT:time Sets the maximum number of minutes a user's
762 session can be inactive before it is disconected.
763 You can specify -1 to never disconnect. The range
764 is -1-65535 minutes; the default is 15.
765 /SRVCOMMENT:"text" Adds a comment for the server that is displayed on
766 screen and with the NET VIEW command.
767 Enclose the text in quotation marks.
768 /HIDDEN:{YES | NO} Specifies whether the server's computer name
769 appears on displays listings of servers. Note that
770 hiding a serverdoes not alter the permissions
771 on that server. The default is NO.
772
773 To display the current configuration for the Server service,
774 type NET CONFIG SERVER without parameters.
775
776 NET HELP comandă | MORE (pentru afișare paginată).
777 .
778 Language=Russian
779 NET CONFIG SERVER displays or changes settings for the Server service.
780
781 /AUTODISCONNECT:time Sets the maximum number of minutes a user's
782 session can be inactive before it is disconected.
783 You can specify -1 to never disconnect. The range
784 is -1-65535 minutes; the default is 15.
785 /SRVCOMMENT:"text" Adds a comment for the server that is displayed on
786 screen and with the NET VIEW command.
787 Enclose the text in quotation marks.
788 /HIDDEN:{YES | NO} Specifies whether the server's computer name
789 appears on displays listings of servers. Note that
790 hiding a serverdoes not alter the permissions
791 on that server. The default is NO.
792
793 To display the current configuration for the Server service,
794 type NET CONFIG SERVER without parameters.
795
796 NET HELP имя_команды | MORE - постраничный просмотр справки.
797 .
798 Language=Spanish
799 NET CONFIG SERVER displays or changes settings for the Server service.
800
801 /AUTODISCONNECT:time Sets the maximum number of minutes a user's
802 session can be inactive before it is disconected.
803 You can specify -1 to never disconnect. The range
804 is -1-65535 minutes; the default is 15.
805 /SRVCOMMENT:"text" Adds a comment for the server that is displayed on
806 screen and with the NET VIEW command.
807 Enclose the text in quotation marks.
808 /HIDDEN:{YES | NO} Specifies whether the server's computer name
809 appears on displays listings of servers. Note that
810 hiding a serverdoes not alter the permissions
811 on that server. The default is NO.
812
813 To display the current configuration for the Server service,
814 type NET CONFIG SERVER without parameters.
815
816 NET HELP command | MORE displays one screen at a time.
817 .
818 Language=Turkish
819 NET CONFIG SERVER displays or changes settings for the Server service.
820
821 /AUTODISCONNECT:time Sets the maximum number of minutes a user's
822 session can be inactive before it is disconected.
823 You can specify -1 to never disconnect. The range
824 is -1-65535 minutes; the default is 15.
825 /SRVCOMMENT:"text" Adds a comment for the server that is displayed on
826 screen and with the NET VIEW command.
827 Enclose the text in quotation marks.
828 /HIDDEN:{YES | NO} Specifies whether the server's computer name
829 appears on displays listings of servers. Note that
830 hiding a serverdoes not alter the permissions
831 on that server. The default is NO.
832
833 To display the current configuration for the Server service,
834 type NET CONFIG SERVER without parameters.
835
836 NET HELP command | MORE displays one screen at a time.
837 .
838 Language=Chinese
839 NET CONFIG SERVER displays or changes settings for the Server service.
840
841 /AUTODISCONNECT:time Sets the maximum number of minutes a user's
842 session can be inactive before it is disconected.
843 You can specify -1 to never disconnect. The range
844 is -1-65535 minutes; the default is 15.
845 /SRVCOMMENT:"text" Adds a comment for the server that is displayed on
846 screen and with the NET VIEW command.
847 Enclose the text in quotation marks.
848 /HIDDEN:{YES | NO} Specifies whether the server's computer name
849 appears on displays listings of servers. Note that
850 hiding a serverdoes not alter the permissions
851 on that server. The default is NO.
852
853 To display the current configuration for the Server service,
854 type NET CONFIG SERVER without parameters.
855
856 NET HELP command | MORE displays one screen at a time.
857 .
858 Language=Taiwanese
859 NET CONFIG SERVER displays or changes settings for the Server service.
860
861 /AUTODISCONNECT:time Sets the maximum number of minutes a user's
862 session can be inactive before it is disconected.
863 You can specify -1 to never disconnect. The range
864 is -1-65535 minutes; the default is 15.
865 /SRVCOMMENT:"text" Adds a comment for the server that is displayed on
866 screen and with the NET VIEW command.
867 Enclose the text in quotation marks.
868 /HIDDEN:{YES | NO} Specifies whether the server's computer name
869 appears on displays listings of servers. Note that
870 hiding a serverdoes not alter the permissions
871 on that server. The default is NO.
872
873 To display the current configuration for the Server service,
874 type NET CONFIG SERVER without parameters.
875
876 NET HELP command | MORE displays one screen at a time.
877 .
878
879
880 MessageId=10008
881 SymbolicName=MSG_CONTINUE_SYNTAX
882 Severity=Success
883 Facility=System
884 Language=English
885 NET CONTINUE service
886 .
887 Language=Polish
888 NET CONTINUE usługa
889 .
890 Language=Romanian
891 NET CONTINUE <nume serviciu>
892 .
893 Language=Russian
894 NET CONTINUE <имя_службы>
895 .
896 Language=Spanish
897 NET CONTINUE <nombre del servicio>
898 .
899 Language=Turkish
900 NET CONTINUE <Hizmet Adı>
901 .
902 Language=Chinese
903 NET CONTINUE <Service Name>
904 .
905 Language=Taiwanese
906 NET CONTINUE <服務名稱>
907 .
908
909
910 MessageId=10009
911 SymbolicName=MSG_CONTINUE_HELP
912 Severity=Success
913 Facility=System
914 Language=English
915 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
916
917 service Is the paused service
918 For example, one of the following:
919 NET LOGON
920 NT LM SECURITY SUPPORT PROVIDER
921 SCHEDULE
922 SERVER
923 WORKSTATION
924
925 NET HELP command | MORE displays one screen at a time.
926 .
927 Language=Polish
928 NET CONTINUE wznawia działanie usługi, która została.
929 wstrzymana poleceniem NET PAUSE.
930
931 usługa Wstrzymana usługa
932 Może to być jedna z następujących usług:
933 NET LOGON
934 NT LM SECURITY SUPPORT PROVIDER
935 SCHEDULE
936 SERVER
937 WORKSTATION
938
939 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
940 .
941 Language=Romanian
942 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
943
944 service Is the paused service
945 For example, one of the following:
946 NET LOGON
947 NT LM SECURITY SUPPORT PROVIDER
948 SCHEDULE
949 SERVER
950 WORKSTATION
951
952 NET HELP comandă | MORE (pentru afișare paginată).
953 .
954 Language=Russian
955 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
956
957 service Is the paused service
958 For example, one of the following:
959 NET LOGON
960 NT LM SECURITY SUPPORT PROVIDER
961 SCHEDULE
962 SERVER
963 WORKSTATION
964
965 NET HELP имя_команды | MORE - постраничный просмотр справки.
966 .
967 Language=Spanish
968 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
969
970 service Is the paused service
971 For example, one of the following:
972 NET LOGON
973 NT LM SECURITY SUPPORT PROVIDER
974 SCHEDULE
975 SERVER
976 WORKSTATION
977
978 NET HELP command | MORE displays one screen at a time.
979 .
980 Language=Turkish
981 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
982
983 service Is the paused service
984 For example, one of the following:
985 NET LOGON
986 NT LM SECURITY SUPPORT PROVIDER
987 SCHEDULE
988 SERVER
989 WORKSTATION
990 NET HELP command | MORE displays one screen at a time.
991 .
992 Language=Chinese
993 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
994
995 service Is the paused service
996 For example, one of the following:
997 NET LOGON
998 NT LM SECURITY SUPPORT PROVIDER
999 SCHEDULE
1000 SERVER
1001 WORKSTATION
1002
1003 NET HELP command | MORE displays one screen at a time.
1004 .
1005 Language=Taiwanese
1006 NET CONTINUE reactivates a service that has been suspended by NET PAUSE.
1007
1008 service Is the paused service
1009 For example, one of the following:
1010 NET LOGON
1011 NT LM SECURITY SUPPORT PROVIDER
1012 SCHEDULE
1013 SERVER
1014 WORKSTATION
1015
1016 NET HELP command | MORE displays one screen at a time.
1017 .
1018
1019
1020 MessageId=10010
1021 SymbolicName=MSG_FILE_SYNTAX
1022 Severity=Success
1023 Facility=System
1024 Language=English
1025 NET FILE [id [/CLOSE]]
1026 .
1027 Language=Polish
1028 NET FILE [identyfikator [/CLOSE]]
1029 .
1030 Language=Romanian
1031 NET FILE [id [/CLOSE]]
1032 .
1033 Language=Russian
1034 NET FILE [id [/CLOSE]]
1035 .
1036 Language=Spanish
1037 NET FILE [id [/CLOSE]]
1038 .
1039 Language=Turkish
1040 NET FILE [id [/CLOSE]]
1041 .
1042 Language=Chinese
1043 NET FILE [id [/CLOSE]]
1044 .
1045 Language=Taiwanese
1046 NET FILE [id [/CLOSE]]
1047 .
1048
1049
1050 MessageId=10011
1051 SymbolicName=MSG_FILE_HELP
1052 Severity=Success
1053 Facility=System
1054 Language=English
1055 NET FILE
1056 ...
1057 .
1058 Language=Polish
1059 NET FILE
1060 ...
1061 .
1062 Language=Romanian
1063 NET FILE
1064 ...
1065 .
1066 Language=Russian
1067 NET FILE
1068 ...
1069 .
1070 Language=Spanish
1071 NET FILE
1072 ...
1073 .
1074 Language=Turkish
1075 NET FILE
1076 ...
1077 .
1078 Language=Chinese
1079 NET FILE
1080 ...
1081 .
1082 Language=Taiwanese
1083 NET FILE
1084 ...
1085 .
1086
1087
1088 MessageId=10012
1089 SymbolicName=MSG_GROUP_SYNTAX
1090 Severity=Success
1091 Facility=System
1092 Language=English
1093 NET GROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1094 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1095 groupname username [...] {/ADD | /DELETE} [/DOMAIN]
1096 .
1097 Language=Polish
1098 NET GROUP [nazwa_grupy [/COMMENT:"tekst"]] [/DOMAIN]
1099 nazwa_grupy {/ADD [/COMMENT:"tekst"] | /DELETE} [/DOMAIN]
1100 nazwa_grupy nazwa_użytkownika [...] {/ADD | /DELETE} [/DOMAIN]
1101 .
1102 Language=Romanian
1103 NET GROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1104 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1105 groupname username [...] {/ADD | /DELETE} [/DOMAIN]
1106 .
1107 Language=Russian
1108 NET GROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1109 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1110 groupname username [...] {/ADD | /DELETE} [/DOMAIN]
1111 .
1112 Language=Spanish
1113 NET GROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1114 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1115 groupname username [...] {/ADD | /DELETE} [/DOMAIN]
1116 .
1117 Language=Turkish
1118 NET GROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1119 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1120 groupname username [...] {/ADD | /DELETE} [/DOMAIN]
1121 .
1122 Language=Chinese
1123 NET GROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1124 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1125 groupname username [...] {/ADD | /DELETE} [/DOMAIN]
1126 .
1127 Language=Taiwanese
1128 NET GROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1129 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1130 groupname username [...] {/ADD | /DELETE} [/DOMAIN]
1131 .
1132
1133
1134 MessageId=10013
1135 SymbolicName=MSG_GROUP_HELP
1136 Severity=Success
1137 Facility=System
1138 Language=English
1139 NET GROUP adds, displays or modifies global groups on servers. When
1140 used without parameters, it displays the groupnames on the server.
1141
1142 groupname Is the name of the group to add, expand, or delete.
1143 Supply only a groupname to view a list of users
1144 in a group.
1145 /COMMENT:"text" Adds a comment for a new or existing group.
1146 Enclose the text in quotation marks.
1147 /DOMAIN Performs the operation on a domain controller
1148 of the current domain. Otherwise, the operation is
1149 performed on the local computer.
1150 username[ ...] List one or more usernames to add to or remove from
1151 a group. Separate multiple username entries with a space.
1152 /ADD Adds a group, or adds a username to a group.
1153 /DELETE Removes a group, or removes a username from a group.
1154
1155 NET HELP command | MORE displays one screen at a time.
1156 .
1157 Language=Polish
1158 NET GROUP dodaje, wyświetla lub modyfikuje grupy globalne na serwerach.
1159 Użyte bez parametrów wyświetla nazwy grup na serwerze.
1160
1161 nazwa_grupy Nazwa grupy dodawanej, rozszerzanej lub usuwanej.
1162 Aby zobaczyć listę użytkowników w grupie, podaj
1163 tylko nazwę grupy.
1164 /COMMENT:"tekst" Dodaje komentarz dla nowej lub istniejącej grupy.
1165 Tekst musi być ujęty w cudzysłów.
1166 /DOMAIN Wykonuje operację na kontrolerze domeny.
1167 Bez tego przełącznika operacje są wykonywane na
1168 komputerze lokalnym.
1169 nazwa_użytkownika[ ...] Lista zawierająca nazwy jednego lub kilku
1170 użytkowników dodawanych lub usuwanych z grupy.
1171 Rozdziel kolejne nazwy znakiem spacji.
1172 /ADD Dodaje grupę lub dodaje nazwę użytkownika do grupy.
1173 /DELETE Usuwa grupę lub usuwa nazwę użytkownika z grupy.
1174
1175 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
1176 .
1177 Language=Romanian
1178 NET GROUP adds, displays or modifies global groups on servers. When
1179 used without parameters, it displays the groupnames on the server.
1180
1181 groupname Is the name of the group to add, expand, or delete.
1182 Supply only a groupname to view a list of users
1183 in a group.
1184 /COMMENT:"text" Adds a comment for a new or existing group.
1185 Enclose the text in quotation marks.
1186 /DOMAIN Performs the operation on a domain controller
1187 of the current domain. Otherwise, the operation is
1188 performed on the local computer.
1189 username[ ...] List one or more usernames to add to or remove from
1190 a group. Separate multiple username entries with a space.
1191 /ADD Adds a group, or adds a username to a group.
1192 /DELETE Removes a group, or removes a username from a group.
1193
1194 NET HELP comandă | MORE (pentru afișare paginată).
1195 .
1196 Language=Russian
1197 NET GROUP adds, displays or modifies global groups on servers. When
1198 used without parameters, it displays the groupnames on the server.
1199
1200 groupname Is the name of the group to add, expand, or delete.
1201 Supply only a groupname to view a list of users
1202 in a group.
1203 /COMMENT:"text" Adds a comment for a new or existing group.
1204 Enclose the text in quotation marks.
1205 /DOMAIN Performs the operation on a domain controller
1206 of the current domain. Otherwise, the operation is
1207 performed on the local computer.
1208 username[ ...] List one or more usernames to add to or remove from
1209 a group. Separate multiple username entries with a space.
1210 /ADD Adds a group, or adds a username to a group.
1211 /DELETE Removes a group, or removes a username from a group.
1212
1213 NET HELP имя_команды | MORE - постраничный просмотр справки.
1214 .
1215 Language=Spanish
1216 NET GROUP adds, displays or modifies global groups on servers. When
1217 used without parameters, it displays the groupnames on the server.
1218
1219 groupname Is the name of the group to add, expand, or delete.
1220 Supply only a groupname to view a list of users
1221 in a group.
1222 /COMMENT:"text" Adds a comment for a new or existing group.
1223 Enclose the text in quotation marks.
1224 /DOMAIN Performs the operation on a domain controller
1225 of the current domain. Otherwise, the operation is
1226 performed on the local computer.
1227 username[ ...] List one or more usernames to add to or remove from
1228 a group. Separate multiple username entries with a space.
1229 /ADD Adds a group, or adds a username to a group.
1230 /DELETE Removes a group, or removes a username from a group.
1231
1232 NET HELP command | MORE displays one screen at a time.
1233 .
1234 Language=Turkish
1235 NET GROUP adds, displays or modifies global groups on servers. When
1236 used without parameters, it displays the groupnames on the server.
1237
1238 groupname Is the name of the group to add, expand, or delete.
1239 Supply only a groupname to view a list of users
1240 in a group.
1241 /COMMENT:"text" Adds a comment for a new or existing group.
1242 Enclose the text in quotation marks.
1243 /DOMAIN Performs the operation on a domain controller
1244 of the current domain. Otherwise, the operation is
1245 performed on the local computer.
1246 username[ ...] List one or more usernames to add to or remove from
1247 a group. Separate multiple username entries with a space.
1248 /ADD Adds a group, or adds a username to a group.
1249 /DELETE Removes a group, or removes a username from a group.
1250
1251 NET HELP command | MORE displays one screen at a time.
1252 .
1253 Language=Chinese
1254 NET GROUP adds, displays or modifies global groups on servers. When
1255 used without parameters, it displays the groupnames on the server.
1256
1257 groupname Is the name of the group to add, expand, or delete.
1258 Supply only a groupname to view a list of users
1259 in a group.
1260 /COMMENT:"text" Adds a comment for a new or existing group.
1261 Enclose the text in quotation marks.
1262 /DOMAIN Performs the operation on a domain controller
1263 of the current domain. Otherwise, the operation is
1264 performed on the local computer.
1265 username[ ...] List one or more usernames to add to or remove from
1266 a group. Separate multiple username entries with a space.
1267 /ADD Adds a group, or adds a username to a group.
1268 /DELETE Removes a group, or removes a username from a group.
1269
1270 NET HELP command | MORE displays one screen at a time.
1271 .
1272 Language=Taiwanese
1273 NET GROUP adds, displays or modifies global groups on servers. When
1274 used without parameters, it displays the groupnames on the server.
1275
1276 groupname Is the name of the group to add, expand, or delete.
1277 Supply only a groupname to view a list of users
1278 in a group.
1279 /COMMENT:"text" Adds a comment for a new or existing group.
1280 Enclose the text in quotation marks.
1281 /DOMAIN Performs the operation on a domain controller
1282 of the current domain. Otherwise, the operation is
1283 performed on the local computer.
1284 username[ ...] List one or more usernames to add to or remove from
1285 a group. Separate multiple username entries with a space.
1286 /ADD Adds a group, or adds a username to a group.
1287 /DELETE Removes a group, or removes a username from a group.
1288
1289 NET HELP command | MORE displays one screen at a time.
1290 .
1291
1292
1293 MessageId=10014
1294 SymbolicName=MSG_HELP_SYNTAX
1295 Severity=Success
1296 Facility=System
1297 Language=English
1298 NET HELP command
1299 - or -
1300 NET command /HELP
1301 .
1302 Language=Polish
1303 NET HELP polecenie
1304 - lub -
1305 NET polecenie /HELP
1306 .
1307 Language=Romanian
1308 NET HELP <comandă>
1309 - sau -
1310 NET <comandă> /HELP
1311 .
1312 Language=Russian
1313 NET HELP <Команда>
1314 - или -
1315 NET <Команда> /HELP
1316 .
1317 Language=Spanish
1318 NET HELP <comando>
1319 - o -
1320 NET <comando> /HELP
1321 .
1322 Language=Turkish
1323 NET HELP <Komut>
1324 - ya da -
1325 NET <Komut> /HELP
1326 .
1327 Language=Chinese
1328 NET HELP <Command>
1329 - or -
1330 NET <Command> /HELP
1331 .
1332 Language=Taiwanese
1333 NET HELP <命令>
1334 - 或 -
1335 NET <命令> /HELP
1336 .
1337
1338
1339 MessageId=10015
1340 SymbolicName=MSG_HELP_HELP
1341 Severity=Success
1342 Facility=System
1343 Language=English
1344 The following commands are available:
1345
1346 NET ACCOUNTS NET HELP NET SHARE
1347 NET COMPUTER NET HELPMSG NET START
1348 NET CONFIG NET LOCALGROUP NET STATISTICS
1349 NET CONFIG SERVER NET NAME NET STOP
1350 NET CONFIG WORKSTATION NET PAUSE NET TIME
1351 NET CONTINUE NET PRINT NET USE
1352 NET FILE NET SEND NET USER
1353 NET GROUP NET SESSION NET VIEW
1354
1355 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1356 NET HELP command | MORE displays Help one screen at a time.
1357 .
1358 Language=Polish
1359 Dostępne polecenia to:
1360
1361 NET ACCOUNTS NET HELP NET SHARE
1362 NET COMPUTER NET HELPMSG NET START
1363 NET CONFIG NET LOCALGROUP NET STATISTICS
1364 NET CONFIG SERVER NET NAME NET STOP
1365 NET CONFIG WORKSTATION NET PAUSE NET TIME
1366 NET CONTINUE NET PRINT NET USE
1367 NET FILE NET SEND NET USER
1368 NET GROUP NET SESSION NET VIEW
1369
1370 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1371 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
1372 .
1373 Language=Romanian
1374 Sunt disponibile următoarele comenzi:
1375
1376 NET ACCOUNTS NET HELP NET SHARE
1377 NET COMPUTER NET HELPMSG NET START
1378 NET CONFIG NET LOCALGROUP NET STATISTICS
1379 NET CONFIG SERVER NET NAME NET STOP
1380 NET CONFIG WORKSTATION NET PAUSE NET TIME
1381 NET CONTINUE NET PRINT NET USE
1382 NET FILE NET SEND NET USER
1383 NET GROUP NET SESSION NET VIEW
1384
1385 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1386 NET HELP comandă | MORE (pentru afișare paginată).
1387 .
1388 Language=Russian
1389 Доступны следующие команды:
1390
1391 NET ACCOUNTS NET HELP NET SHARE
1392 NET COMPUTER NET HELPMSG NET START
1393 NET CONFIG NET LOCALGROUP NET STATISTICS
1394 NET CONFIG SERVER NET NAME NET STOP
1395 NET CONFIG WORKSTATION NET PAUSE NET TIME
1396 NET CONTINUE NET PRINT NET USE
1397 NET FILE NET SEND NET USER
1398 NET GROUP NET SESSION NET VIEW
1399
1400 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1401 NET HELP имя_команды | MORE - постраничный просмотр справки.
1402 .
1403 Language=Spanish
1404 Éstos son los argumentos de línea de comandos disponibles:
1405
1406 NET ACCOUNTS NET HELP NET SHARE
1407 NET COMPUTER NET HELPMSG NET START
1408 NET CONFIG NET LOCALGROUP NET STATISTICS
1409 NET CONFIG SERVER NET NAME NET STOP
1410 NET CONFIG WORKSTATION NET PAUSE NET TIME
1411 NET CONTINUE NET PRINT NET USE
1412 NET FILE NET SEND NET USER
1413 NET GROUP NET SESSION NET VIEW
1414
1415 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1416 NET HELP command | MORE displays Help one screen at a time.
1417 .
1418 Language=Turkish
1419 Aşağıdaki komutlar kullanılabilir:
1420
1421 NET ACCOUNTS NET HELP NET SHARE
1422 NET COMPUTER NET HELPMSG NET START
1423 NET CONFIG NET LOCALGROUP NET STATISTICS
1424 NET CONFIG SERVER NET NAME NET STOP
1425 NET CONFIG WORKSTATION NET PAUSE NET TIME
1426 NET CONTINUE NET PRINT NET USE
1427 NET FILE NET SEND NET USER
1428 NET GROUP NET SESSION NET VIEW
1429
1430 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1431 NET HELP command | MORE displays Help one screen at a time.
1432 .
1433 Language=Chinese
1434 以下命令可用:
1435
1436 NET ACCOUNTS NET HELP NET SHARE
1437 NET COMPUTER NET HELPMSG NET START
1438 NET CONFIG NET LOCALGROUP NET STATISTICS
1439 NET CONFIG SERVER NET NAME NET STOP
1440 NET CONFIG WORKSTATION NET PAUSE NET TIME
1441 NET CONTINUE NET PRINT NET USE
1442 NET FILE NET SEND NET USER
1443 NET GROUP NET SESSION NET VIEW
1444
1445 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1446 NET HELP command | MORE displays Help one screen at a time.
1447 .
1448 Language=Taiwanese
1449 以下命令是可用的:
1450
1451 NET ACCOUNTS NET HELP NET SHARE
1452 NET COMPUTER NET HELPMSG NET START
1453 NET CONFIG NET LOCALGROUP NET STATISTICS
1454 NET CONFIG SERVER NET NAME NET STOP
1455 NET CONFIG WORKSTATION NET PAUSE NET TIME
1456 NET CONTINUE NET PRINT NET USE
1457 NET FILE NET SEND NET USER
1458 NET GROUP NET SESSION NET VIEW
1459
1460 NET HELP SYNTAX explains how to read NET HELP syntax lines.
1461 NET HELP command | MORE displays Help one screen at a time.
1462 .
1463
1464
1465 MessageId=10016
1466 SymbolicName=MSG_HELPMSG_SYNTAX
1467 Severity=Success
1468 Facility=System
1469 Language=English
1470 NET HELPMSG message#
1471 .
1472 Language=Polish
1473 NET HELPMSG komunikat#
1474 .
1475 Language=Romanian
1476 NET HELPMSG <Error Code>
1477 .
1478 Language=Russian
1479 NET HELPMSG <Код ошибки>
1480 .
1481 Language=Spanish
1482 NET HELPMSG <código de error>
1483 .
1484 Language=Turkish
1485 NET HELPMSG <Yanlışlık Kodu>
1486 .
1487 Language=Chinese
1488 NET HELPMSG message#
1489 .
1490 Language=Taiwanese
1491 NET HELPMSG <錯誤程式碼>
1492 .
1493
1494
1495 MessageId=10017
1496 SymbolicName=MSG_HELPMSG_HELP
1497 Severity=Success
1498 Facility=System
1499 Language=English
1500 NET HELPMSG displays information about network messages (such as
1501 error, warning and alert messages). When you type NET HELPMSG and the numeric
1502 error (for example, "net helpmsg 2182"), you will get information about the
1503 message and suggested actions you can take to solve the problem.
1504
1505 message# Is the numerical error with which you need help.
1506 .
1507 Language=Polish
1508 NET HELPMSG wyświetla informacje o komunikatach sieci (takich
1509 jak błąd, ostrzeżenie lub alarm). Gdy wpiszesz NET HELPMSG i błąd numeryczny
1510 (na przykład "net helpmsg 2182"), system
1511 objaśni komunikat i zasugeruje rozwiązanie problemu.
1512
1513 komunikat# Numeryczny błąd systemu, o którym chcesz uzyskać informacje.
1514 .
1515 Language=Romanian
1516 NET HELPMSG displays information about network messages (such as
1517 error, warning and alert messages). When you type NET HELPMSG and the numeric
1518 error (for example, "net helpmsg 2182"), you will get information about the
1519 message and suggested actions you can take to solve the problem.
1520
1521 message# Is the numerical error with which you need help.
1522 .
1523 Language=Russian
1524 NET HELPMSG displays information about network messages (such as
1525 error, warning and alert messages). When you type NET HELPMSG and the numeric
1526 error (for example, "net helpmsg 2182"), you will get information about the
1527 message and suggested actions you can take to solve the problem.
1528
1529 message# Is the numerical error with which you need help.
1530 .
1531 Language=Spanish
1532 NET HELPMSG displays information about network messages (such as
1533 error, warning and alert messages). When you type NET HELPMSG and the numeric
1534 error (for example, "net helpmsg 2182"), you will get information about the
1535 message and suggested actions you can take to solve the problem.
1536
1537 message# Is the numerical error with which you need help.
1538 .
1539 Language=Turkish
1540 NET HELPMSG displays information about network messages (such as
1541 error, warning and alert messages). When you type NET HELPMSG and the numeric
1542 error (for example, "net helpmsg 2182"), you will get information about the
1543 message and suggested actions you can take to solve the problem.
1544
1545 message# Is the numerical error with which you need help.
1546 .
1547 Language=Chinese
1548 NET HELPMSG displays information about network messages (such as
1549 error, warning and alert messages). When you type NET HELPMSG and the numeric
1550 error (for example, "net helpmsg 2182"), you will get information about the
1551 message and suggested actions you can take to solve the problem.
1552
1553 message# Is the numerical error with which you need help.
1554 .
1555 Language=Taiwanese
1556 NET HELPMSG displays information about network messages (such as
1557 error, warning and alert messages). When you type NET HELPMSG and the numeric
1558 error (for example, "net helpmsg 2182"), you will get information about the
1559 message and suggested actions you can take to solve the problem.
1560
1561 message# Is the numerical error with which you need help.
1562 .
1563
1564
1565 MessageId=10018
1566 SymbolicName=MSG_LOCALGROUP_SYNTAX
1567 Severity=Success
1568 Facility=System
1569 Language=English
1570 NET LOCALGROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1571 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1572 groupname name [...] {/ADD | /DELETE} [/DOMAIN]
1573 .
1574 Language=Polish
1575 NET LOCALGROUP [nazwa_grupy [/COMMENT:"tekst"]] [/DOMAIN]
1576 nazwa_grupy {/ADD [/COMMENT:"tekst"] | /DELETE} [/DOMAIN]
1577 nazwa_grupy nazwa [...] {/ADD | /DELETE} [/DOMAIN]
1578 .
1579 Language=Romanian
1580 NET LOCALGROUP [nume-de-grup [/COMMENT:"text"]] [/DOMAIN]
1581 nume-de-grup {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1582 nume-de-grup nume [...] {/ADD | /DELETE} [/DOMAIN]
1583 .
1584 Language=Russian
1585 NET LOCALGROUP [имя_группы [/COMMENT:"текст"]] [/DOMAIN]
1586 имя_группы {/ADD [/COMMENT:"текст"] | /DELETE} [/DOMAIN]
1587 имя_группы имя [...] {/ADD | /DELETE} [/DOMAIN]
1588 .
1589 Language=Spanish
1590 NET LOCALGROUP [grupo [/COMMENT:"texto"]] [/DOMAIN]
1591 grupo {/ADD [/COMMENT:"texto"] | /DELETE} [/DOMAIN]
1592 grupo nombre [...] {/ADD | /DELETE} [/DOMAIN]
1593 .
1594 Language=Turkish
1595 NET LOCALGROUP [takım adı [/COMMENT:"metin"]] [/DOMAIN]
1596 takım adı {/ADD [/COMMENT:"metin"] | /DELETE} [/DOMAIN]
1597 takım adı ad [...] {/ADD | /DELETE} [/DOMAIN]
1598 .
1599 Language=Chinese
1600 NET LOCALGROUP [groupname [/COMMENT:"text"]] [/DOMAIN]
1601 groupname {/ADD [/COMMENT:"text"] | /DELETE} [/DOMAIN]
1602 groupname name [...] {/ADD | /DELETE} [/DOMAIN]
1603 .
1604 Language=Taiwanese
1605 NET LOCALGROUP [組名 [/COMMENT:"文字"]] [/DOMAIN]
1606 組名 {/ADD [/COMMENT:"文字"] | /DELETE} [/DOMAIN]
1607 組名稱 [...] {/ADD | /DELETE} [/DOMAIN]
1608 .
1609
1610
1611 MessageId=10019
1612 SymbolicName=MSG_LOCALGROUP_HELP
1613 Severity=Success
1614 Facility=System
1615 Language=English
1616 NET LOCALGROUP adds, displays or modifies local groups on computers. When
1617 used without parameters, it displays the local groups on the computer.
1618
1619 groupname Is the name of the local group to add, expand, or
1620 delete. Supply only a groupname to view a list of
1621 users or global groups in a local group.
1622 /COMMENT:"text" Adds a comment for a new or existing group.
1623 Enclose the text in quotation marks.
1624 /DOMAIN Performs the operation on a domain controller
1625 of the current domain. Otherwise, the operation is
1626 performed on the local computer.
1627 name[ ...] List one or more usernames or groupnams to add to or
1628 remove from a local group. Separate multiple entries with
1629 a space. Names may be users or global groups, but not
1630 other local groups. If a user is from another doamin,
1631 preface the username with the domain name (for
1632 example, SALES\RALPHR).
1633 /ADD Adds a groupname or username to a local group. An account
1634 must be established for users or global groups added to a
1635 local group with this command.
1636 /DELETE Removes a groupname or username from a local group.
1637
1638 NET HELP command | MORE displays one screen at a time.
1639 .
1640 Language=Polish
1641 NET LOCALGROUP dodaje, wyświetla, lub modyfikuje grupy lokalne na komputerach
1642 Polecenie użyte bez parametrów wyświetla grupy lokalne na komputerze.
1643
1644 nazwa_grupy Nazwa grupy dodawanej, rozszerzanej lub usuwanej.
1645 Aby zobaczyć listę użytkowników lub grup globalnych
1646 w grupie lokalnej, podaj tylko nazwę grupy.
1647 /COMMENT:"tekst" Dodaje komentarz dla nowej lub istniejącej grupy.
1648 Tekst musi być ujęty w cudzysłów.
1649 /DOMAIN Wykonuje operację na kontrolerze bieżącej domeny.
1650 Bez tego przełącznika operacje są wykonywane na
1651 komputerze lokalnym.
1652 nazwa[ ...] Lista zawierająca nazwy jednego lub kilku użytkowników
1653 lub grup, dodawanych lub usuwanych z grupy lokalnej.
1654 Rozdziel kolejne wpisy znakiem spacji. Lista może zawierać
1655 nazwy użytkowników lub grup globalnych, lecz nie może
1656 zawierać nazw innych grup lokalnych. Podając nazwę
1657 użytkownika z innej domeny poprzedź ją nazwą domeny
1658 (na przykład: WARSZAWA\PIOTRS).
1659 /ADD Dodaje nazwę grupy lub użytkownika do grupy lokalnej.
1660 Dla użytkowników lub grup globalnych dodawanych tym
1661 poleceniem do grupy lokalnej należy wcześniej utworzyć
1662 odpowiednie konto.
1663 /DELETE Usuwa nazwę grupy lub użytkownika z grupy lokalnej.
1664
1665 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
1666 .
1667 Language=Romanian
1668 NET LOCALGROUP adds, displays or modifies local groups on computers. When
1669 used without parameters, it displays the local groups on the computer.
1670
1671 groupname Is the name of the local group to add, expand, or
1672 delete. Supply only a groupname to view a list of
1673 users or global groups in a local group.
1674 /COMMENT:"text" Adds a comment for a new or existing group.
1675 Enclose the text in quotation marks.
1676 /DOMAIN Performs the operation on a domain controller
1677 of the current domain. Otherwise, the operation is
1678 performed on the local computer.
1679 name[ ...] List one or more usernames or groupnams to add to or
1680 remove from a local group. Separate multiple entries with
1681 a space. Names may be users or global groups, but not
1682 other local groups. If a user is from another doamin,
1683 preface the username with the domain name (for
1684 example, SALES\RALPHR).
1685 /ADD Adds a groupname or username to a local group. An account
1686 must be established for users or global groups added to a
1687 local group with this command.
1688 /DELETE Removes a groupname or username from a local group.
1689
1690 NET HELP comandă | MORE (pentru afișare paginată).
1691 .
1692 Language=Russian
1693 NET LOCALGROUP adds, displays or modifies local groups on computers. When
1694 used without parameters, it displays the local groups on the computer.
1695
1696 groupname Is the name of the local group to add, expand, or
1697 delete. Supply only a groupname to view a list of
1698 users or global groups in a local group.
1699 /COMMENT:"text" Adds a comment for a new or existing group.
1700 Enclose the text in quotation marks.
1701 /DOMAIN Performs the operation on a domain controller
1702 of the current domain. Otherwise, the operation is
1703 performed on the local computer.
1704 name[ ...] List one or more usernames or groupnams to add to or
1705 remove from a local group. Separate multiple entries with
1706 a space. Names may be users or global groups, but not
1707 other local groups. If a user is from another doamin,
1708 preface the username with the domain name (for
1709 example, SALES\RALPHR).
1710 /ADD Adds a groupname or username to a local group. An account
1711 must be established for users or global groups added to a
1712 local group with this command.
1713 /DELETE Removes a groupname or username from a local group.
1714
1715 NET HELP имя_команды | MORE - постраничный просмотр справки.
1716 .
1717 Language=Spanish
1718 NET LOCALGROUP adds, displays or modifies local groups on computers. When
1719 used without parameters, it displays the local groups on the computer.
1720
1721 groupname Is the name of the local group to add, expand, or
1722 delete. Supply only a groupname to view a list of
1723 users or global groups in a local group.
1724 /COMMENT:"text" Adds a comment for a new or existing group.
1725 Enclose the text in quotation marks.
1726 /DOMAIN Performs the operation on a domain controller
1727 of the current domain. Otherwise, the operation is
1728 performed on the local computer.
1729 name [ ...] List one or more usernames or groupnams to add to or
1730 remove from a local group. Separate multiple entries with
1731 a space. Names may be users or global groups, but not
1732 other local groups. If a user is from another doamin,
1733 preface the username with the domain name (for
1734 example, SALES\RALPHR).
1735 /ADD Adds a groupname or username to a local group. An account
1736 must be established for users or global groups added to a
1737 local group with this command.
1738 /DELETE Removes a groupname or username from a local group.
1739
1740 NET HELP command | MORE displays one screen at a time.
1741 .
1742 Language=Turkish
1743 NET LOCALGROUP adds, displays or modifies local groups on computers. When
1744 used without parameters, it displays the local groups on the computer.
1745
1746 groupname Is the name of the local group to add, expand, or
1747 delete. Supply only a groupname to view a list of
1748 users or global groups in a local group.
1749 /COMMENT:"text" Adds a comment for a new or existing group.
1750 Enclose the text in quotation marks.
1751 /DOMAIN Performs the operation on a domain controller
1752 of the current domain. Otherwise, the operation is
1753 performed on the local computer.
1754 name[ ...] List one or more usernames or groupnams to add to or
1755 remove from a local group. Separate multiple entries with
1756 a space. Names may be users or global groups, but not
1757 other local groups. If a user is from another doamin,
1758 preface the username with the domain name (for
1759 example, SALES\RALPHR).
1760 /ADD Adds a groupname or username to a local group. An account
1761 must be established for users or global groups added to a
1762 local group with this command.
1763 /DELETE Removes a groupname or username from a local group.
1764
1765 NET HELP command | MORE displays one screen at a time.
1766 .
1767 Language=Chinese
1768 NET LOCALGROUP adds, displays or modifies local groups on computers. When
1769 used without parameters, it displays the local groups on the computer.
1770
1771 groupname Is the name of the local group to add, expand, or
1772 delete. Supply only a groupname to view a list of
1773 users or global groups in a local group.
1774 /COMMENT:"text" Adds a comment for a new or existing group.
1775 Enclose the text in quotation marks.
1776 /DOMAIN Performs the operation on a domain controller
1777 of the current domain. Otherwise, the operation is
1778 performed on the local computer.
1779 name[ ...] List one or more usernames or groupnams to add to or
1780 remove from a local group. Separate multiple entries with
1781 a space. Names may be users or global groups, but not
1782 other local groups. If a user is from another doamin,
1783 preface the username with the domain name (for
1784 example, SALES\RALPHR).
1785 /ADD Adds a groupname or username to a local group. An account
1786 must be established for users or global groups added to a
1787 local group with this command.
1788 /DELETE Removes a groupname or username from a local group.
1789
1790 NET HELP command | MORE displays one screen at a time.
1791 .
1792 Language=Taiwanese
1793 NET LOCALGROUP adds, displays or modifies local groups on computers. When
1794 used without parameters, it displays the local groups on the computer.
1795
1796 groupname Is the name of the local group to add, expand, or
1797 delete. Supply only a groupname to view a list of
1798 users or global groups in a local group.
1799 /COMMENT:"text" Adds a comment for a new or existing group.
1800 Enclose the text in quotation marks.
1801 /DOMAIN Performs the operation on a domain controller
1802 of the current domain. Otherwise, the operation is
1803 performed on the local computer.
1804 name[ ...] List one or more usernames or groupnams to add to or
1805 remove from a local group. Separate multiple entries with
1806 a space. Names may be users or global groups, but not
1807 other local groups. If a user is from another doamin,
1808 preface the username with the domain name (for
1809 example, SALES\RALPHR).
1810 /ADD Adds a groupname or username to a local group. An account
1811 must be established for users or global groups added to a
1812 local group with this command.
1813 /DELETE Removes a groupname or username from a local group.
1814
1815 NET HELP command | MORE displays one screen at a time.
1816 .
1817
1818
1819 MessageId=10020
1820 SymbolicName=MSG_NAME_SYNTAX
1821 Severity=Success
1822 Facility=System
1823 Language=English
1824 NET NAME ...
1825 .
1826 Language=Polish
1827 NET NAME ...
1828 .
1829 Language=Romanian
1830 NET NAME ...
1831 .
1832 Language=Russian
1833 NET NAME ...
1834 .
1835 Language=Spanish
1836 NET NAME ...
1837 .
1838 Language=Turkish
1839 NET NAME ...
1840 .
1841 Language=Chinese
1842 NET NAME ...
1843 .
1844 Language=Taiwanese
1845 NET NAME ...
1846 .
1847
1848
1849 MessageId=10021
1850 SymbolicName=MSG_NAME_HELP
1851 Severity=Success
1852 Facility=System
1853 Language=English
1854 NAME
1855 ...
1856 .
1857 Language=Polish
1858 NAME
1859 ...
1860 .
1861 Language=Romanian
1862 NAME
1863 ...
1864 .
1865 Language=Russian
1866 NAME
1867 ...
1868 .
1869 Language=Spanish
1870 NAME
1871 ...
1872 .
1873 Language=Turkish
1874 NAME
1875 ...
1876 .
1877 Language=Chinese
1878 NAME
1879 ...
1880 .
1881 Language=Taiwanese
1882 NAME
1883 ...
1884 .
1885
1886
1887 MessageId=10022
1888 SymbolicName=MSG_PAUSE_SYNTAX
1889 Severity=Success
1890 Facility=System
1891 Language=English
1892 NET PAUSE service
1893 .
1894 Language=Polish
1895 NET PAUSE usługa
1896 .
1897 Language=Romanian
1898 NET PAUSE <nume serviciu>
1899 .
1900 Language=Russian
1901 NET PAUSE <имя_службы>
1902 .
1903 Language=Spanish
1904 NET PAUSE <nombre del servicio>
1905 .
1906 Language=Turkish
1907 NET PAUSE service
1908 .
1909 Language=Chinese
1910 NET PAUSE service
1911 .
1912 Language=Taiwanese
1913 NET PAUSE <服務名稱>
1914 .
1915
1916
1917 MessageId=10023
1918 SymbolicName=MSG_PAUSE_HELP
1919 Severity=Success
1920 Facility=System
1921 Language=English
1922 NET PAUSE suspends a service. Pausing a service puts it on hold.
1923
1924 service The name of the service to be paused.
1925
1926 NET HELP command | MORE displays one screen at a time.
1927 .
1928 Language=Polish
1929 NET PAUSE wstrzymuje usługę.
1930
1931 usługa Nazwa wstrzymywanej usługi.
1932
1933 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
1934 .
1935 Language=Romanian
1936 NET PAUSE suspends a service. Pausing a service puts it on hold.
1937
1938 service The name of the service to be paused.
1939
1940 NET HELP comandă | MORE (pentru afișare paginată).
1941 .
1942 Language=Russian
1943 NET PAUSE suspends a service. Pausing a service puts it on hold.
1944
1945 service The name of the service to be paused.
1946
1947 NET HELP имя_команды | MORE - постраничный просмотр справки.
1948 .
1949 Language=Spanish
1950 NET PAUSE suspends a service. Pausing a service puts it on hold.
1951 service The name of the service to be paused.
1952
1953 NET HELP command | MORE displays one screen at a time.
1954 .
1955 Language=Turkish
1956 NET PAUSE suspends a service. Pausing a service puts it on hold.
1957
1958 service The name of the service to be paused.
1959
1960 NET HELP command | MORE displays one screen at a time.
1961 .
1962 Language=Chinese
1963 NET PAUSE suspends a service. Pausing a service puts it on hold.
1964
1965 service The name of the service to be paused.
1966
1967 NET HELP command | MORE displays one screen at a time.
1968 .
1969 Language=Taiwanese
1970 NET PAUSE suspends a service. Pausing a service puts it on hold.
1971
1972 service The name of the service to be paused.
1973
1974 NET HELP command | MORE displays one screen at a time.
1975 .
1976
1977
1978 MessageId=10024
1979 SymbolicName=MSG_PRINT_SYNTAX
1980 Severity=Success
1981 Facility=System
1982 Language=English
1983 NET PRINT ...
1984 .
1985 Language=Polish
1986 NET PRINT ...
1987 .
1988 Language=Romanian
1989 NET PRINT ...
1990 .
1991 Language=Russian
1992 NET PRINT ...
1993 .
1994 Language=Spanish
1995 NET PRINT ...
1996 .
1997 Language=Turkish
1998 NET PRINT ...
1999 .
2000 Language=Chinese
2001 NET PRINT ...
2002 .
2003 Language=Taiwanese
2004 NET PRINT ...
2005 .
2006
2007
2008 MessageId=10025
2009 SymbolicName=MSG_PRINT_HELP
2010 Severity=Success
2011 Facility=System
2012 Language=English
2013 PRINT
2014 ...
2015 .
2016 Language=Polish
2017 PRINT
2018 ...
2019 .
2020 Language=Romanian
2021 PRINT
2022 ...
2023 .
2024 Language=Russian
2025 PRINT
2026 ...
2027 .
2028 Language=Spanish
2029 PRINT
2030 ...
2031 .
2032 Language=Turkish
2033 PRINT
2034 ...
2035 .
2036 Language=Chinese
2037 PRINT
2038 ...
2039 .
2040 Language=Taiwanese
2041 PRINT
2042 ...
2043 .
2044
2045
2046 MessageId=10026
2047 SymbolicName=MSG_SEND_SYNTAX
2048 Severity=Success
2049 Facility=System
2050 Language=English
2051 NET SEND ...
2052 .
2053 Language=Polish
2054 NET SEND ...
2055 .
2056 Language=Romanian
2057 NET SEND ...
2058 .
2059 Language=Russian
2060 NET SEND ...
2061 .
2062 Language=Spanish
2063 NET SEND ...
2064 .
2065 Language=Turkish
2066 NET SEND ...
2067 .
2068 Language=Chinese
2069 NET SEND ...
2070 .
2071 Language=Taiwanese
2072 NET SEND ...
2073 .
2074
2075
2076 MessageId=10027
2077 SymbolicName=MSG_SEND_HELP
2078 Severity=Success
2079 Facility=System
2080 Language=English
2081 SEND
2082 ...
2083 .
2084 Language=Polish
2085 SEND
2086 ...
2087 .
2088 Language=Romanian
2089 SEND
2090 ...
2091 .
2092 Language=Russian
2093 SEND
2094 ...
2095 .
2096 Language=Spanish
2097 SEND
2098 ...
2099 .
2100 Language=Turkish
2101 SEND
2102 ...
2103 .
2104 Language=Chinese
2105 SEND
2106 ...
2107 .
2108 Language=Taiwanese
2109 SEND
2110 ...
2111 .
2112
2113
2114 MessageId=10028
2115 SymbolicName=MSG_SESSION_SYNTAX
2116 Severity=Success
2117 Facility=System
2118 Language=English
2119 NET SESSION ...
2120 .
2121 Language=Polish
2122 NET SESSION ...
2123 .
2124 Language=Romanian
2125 NET SESSION ...
2126 .
2127 Language=Russian
2128 NET SESSION ...
2129 .
2130 Language=Spanish
2131 NET SESSION ...
2132 .
2133 Language=Turkish
2134 NET SESSION ...
2135 .
2136 Language=Chinese
2137 NET SESSION ...
2138 .
2139 Language=Taiwanese
2140 NET SESSION ...
2141 .
2142
2143
2144 MessageId=10029
2145 SymbolicName=MSG_SESSION_HELP
2146 Severity=Success
2147 Facility=System
2148 Language=English
2149 SESSION
2150 ...
2151 .
2152 Language=Polish
2153 SESSION
2154 ...
2155 .
2156 Language=Romanian
2157 SESSION
2158 ...
2159 .
2160 Language=Russian
2161 SESSION
2162 ...
2163 .
2164 Language=Spanish
2165 SESSION
2166 ...
2167 .
2168 Language=Turkish
2169 SESSION
2170 ...
2171 .
2172 Language=Chinese
2173 SESSION
2174 ...
2175 .
2176 Language=Taiwanese
2177 SESSION
2178 ...
2179 .
2180
2181
2182 MessageId=10030
2183 SymbolicName=MSG_SHARE_SYNTAX
2184 Severity=Success
2185 Facility=System
2186 Language=English
2187 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2188 [/USERS:number | /UNLIMITED]
2189 [/REMARK:"text"]
2190 [/CACHE:Manual | Documents| Programs | None]
2191 sharename [/USERS:number | /UNLIMITED]
2192 [/REMARK:"text"]
2193 [/CACHE:Manual | Documents | Programs | None]
2194 {sharename | devicename | drive:path} /DELETE
2195 .
2196 Language=Polish
2197 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2198 [/USERS:number | /UNLIMITED]
2199 [/REMARK:"text"]
2200 [/CACHE:Manual | Documents| Programs | None]
2201 sharename [/USERS:number | /UNLIMITED]
2202 [/REMARK:"text"]
2203 [/CACHE:Manual | Documents | Programs | None]
2204 {sharename | devicename | drive:path} /DELETE
2205 .
2206 Language=Romanian
2207 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2208 [/USERS:number | /UNLIMITED]
2209 [/REMARK:"text"]
2210 [/CACHE:Manual | Documents| Programs | None]
2211 sharename [/USERS:number | /UNLIMITED]
2212 [/REMARK:"text"]
2213 [/CACHE:Manual | Documents | Programs | None]
2214 {sharename | devicename | drive:path} /DELETE
2215 .
2216 Language=Russian
2217 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2218 [/USERS:number | /UNLIMITED]
2219 [/REMARK:"text"]
2220 [/CACHE:Manual | Documents| Programs | None]
2221 sharename [/USERS:number | /UNLIMITED]
2222 [/REMARK:"text"]
2223 [/CACHE:Manual | Documents | Programs | None]
2224 {sharename | devicename | drive:path} /DELETE
2225 .
2226 Language=Spanish
2227 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2228 [/USERS:number | /UNLIMITED]
2229 [/REMARK:"text"]
2230 [/CACHE:Manual | Documents| Programs | None]
2231 sharename [/USERS:number | /UNLIMITED]
2232 [/REMARK:"text"]
2233 [/CACHE:Manual | Documents | Programs | None]
2234 {sharename | devicename | drive:path} /DELETE
2235 .
2236 Language=Turkish
2237 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2238 [/USERS:number | /UNLIMITED]
2239 [/REMARK:"text"]
2240 [/CACHE:Manual | Documents| Programs | None]
2241 sharename [/USERS:number | /UNLIMITED]
2242 [/REMARK:"text"]
2243 [/CACHE:Manual | Documents | Programs | None]
2244 {sharename | devicename | drive:path} /DELETE
2245 .
2246 Language=Chinese
2247 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2248 [/USERS:number | /UNLIMITED]
2249 [/REMARK:"text"]
2250 [/CACHE:Manual | Documents| Programs | None]
2251 sharename [/USERS:number | /UNLIMITED]
2252 [/REMARK:"text"]
2253 [/CACHE:Manual | Documents | Programs | None]
2254 {sharename | devicename | drive:path} /DELETE
2255 .
2256 Language=Taiwanese
2257 NET SHARE sharename=drive:path [/GRANT:user,[READ | CHANGE | FULL]]
2258 [/USERS:number | /UNLIMITED]
2259 [/REMARK:"text"]
2260 [/CACHE:Manual | Documents| Programs | None]
2261 sharename [/USERS:number | /UNLIMITED]
2262 [/REMARK:"text"]
2263 [/CACHE:Manual | Documents | Programs | None]
2264 {sharename | devicename | drive:path} /DELETE
2265 .
2266
2267
2268 MessageId=10031
2269 SymbolicName=MSG_SHARE_HELP
2270 Severity=Success
2271 Facility=System
2272 Language=English
2273 NET SHARE makes a server's resources available to network users. When
2274 used without options, it lists information about all resources being
2275 shared on the computer. For each resource, Windows reports the
2276 devicename(s) or pathname(s) and a descriptive comment associated with it.
2277
2278 sharename Is the network name of the shared resource. Type
2279 NET SHARE with a sharename only to display information
2280 about that share.
2281 drive:path Specifies the absolute path of the directory to
2282 be shared.
2283 /GRANT:user,perm Creates the share with a security descriptor that gives
2284 the requested permissions to the specified user. This
2285 option may be used more than once to give share permissions
2286 to multiple users.
2287 /USERS:number Sets the maximum number of users who can
2288 simultaneously access the shared resource.
2289 /UNLIMITED Specifies an unlimited number of users can
2290 simultaneously access the shared resource.
2291 /REMARK:"text" Adds a descriptive comment about the resource.
2292 Enclose the text in quotation marks.
2293 devicename Is one or more printers (LPT1: through LPT9:)
2294 shared by sharename.
2295 /DELETE Stops sharing the resource.
2296 /CACHE:Manual Enables manual client caching of programs and documents
2297 from this share.
2298 /CACHE:Documents Enables automatic caching of documents from this share.
2299 /CACHE:Programs Enables automatic caching of documents and programs
2300 from this share.
2301 /CACHE:None Disables caching from this share.
2302
2303 NET HELP command | MORE displays Help one screen at a time.
2304 .
2305 Language=Polish
2306 NET SHARE makes a server's resources available to network users. When
2307 used without options, it lists information about all resources being
2308 shared on the computer. For each resource, Windows reports the
2309 devicename(s) or pathname(s) and a descriptive comment associated with it.
2310
2311 sharename Is the network name of the shared resource. Type
2312 NET SHARE with a sharename only to display information
2313 about that share.
2314 drive:path Specifies the absolute path of the directory to
2315 be shared.
2316 /GRANT:user,perm Creates the share with a security descriptor that gives
2317 the requested permissions to the specified user. This
2318 option may be used more than once to give share permissions
2319 to multiple users.
2320 /USERS:number Sets the maximum number of users who can
2321 simultaneously access the shared resource.
2322 /UNLIMITED Specifies an unlimited number of users can
2323 simultaneously access the shared resource.
2324 /REMARK:"text" Adds a descriptive comment about the resource.
2325 Enclose the text in quotation marks.
2326 devicename Is one or more printers (LPT1: through LPT9:)
2327 shared by sharename.
2328 /DELETE Stops sharing the resource.
2329 /CACHE:Manual Enables manual client caching of programs and documents
2330 from this share.
2331 /CACHE:Documents Enables automatic caching of documents from this share.
2332 /CACHE:Programs Enables automatic caching of documents and programs
2333 from this share.
2334 /CACHE:None Disables caching from this share.
2335
2336 NET HELP command | MORE displays Help one screen at a time.
2337 .
2338 Language=Romanian
2339 NET SHARE makes a server's resources available to network users. When
2340 used without options, it lists information about all resources being
2341 shared on the computer. For each resource, Windows reports the
2342 devicename(s) or pathname(s) and a descriptive comment associated with it.
2343
2344 sharename Is the network name of the shared resource. Type
2345 NET SHARE with a sharename only to display information
2346 about that share.
2347 drive:path Specifies the absolute path of the directory to
2348 be shared.
2349 /GRANT:user,perm Creates the share with a security descriptor that gives
2350 the requested permissions to the specified user. This
2351 option may be used more than once to give share permissions
2352 to multiple users.
2353 /USERS:number Sets the maximum number of users who can
2354 simultaneously access the shared resource.
2355 /UNLIMITED Specifies an unlimited number of users can
2356 simultaneously access the shared resource.
2357 /REMARK:"text" Adds a descriptive comment about the resource.
2358 Enclose the text in quotation marks.
2359 devicename Is one or more printers (LPT1: through LPT9:)
2360 shared by sharename.
2361 /DELETE Stops sharing the resource.
2362 /CACHE:Manual Enables manual client caching of programs and documents
2363 from this share.
2364 /CACHE:Documents Enables automatic caching of documents from this share.
2365 /CACHE:Programs Enables automatic caching of documents and programs
2366 from this share.
2367 /CACHE:None Disables caching from this share.
2368
2369 NET HELP command | MORE displays Help one screen at a time.
2370 .
2371 Language=Russian
2372 NET SHARE makes a server's resources available to network users. When
2373 used without options, it lists information about all resources being
2374 shared on the computer. For each resource, Windows reports the
2375 devicename(s) or pathname(s) and a descriptive comment associated with it.
2376
2377 sharename Is the network name of the shared resource. Type
2378 NET SHARE with a sharename only to display information
2379 about that share.
2380 drive:path Specifies the absolute path of the directory to
2381 be shared.
2382 /GRANT:user,perm Creates the share with a security descriptor that gives
2383 the requested permissions to the specified user. This
2384 option may be used more than once to give share permissions
2385 to multiple users.
2386 /USERS:number Sets the maximum number of users who can
2387 simultaneously access the shared resource.
2388 /UNLIMITED Specifies an unlimited number of users can
2389 simultaneously access the shared resource.
2390 /REMARK:"text" Adds a descriptive comment about the resource.
2391 Enclose the text in quotation marks.
2392 devicename Is one or more printers (LPT1: through LPT9:)
2393 shared by sharename.
2394 /DELETE Stops sharing the resource.
2395 /CACHE:Manual Enables manual client caching of programs and documents
2396 from this share.
2397 /CACHE:Documents Enables automatic caching of documents from this share.
2398 /CACHE:Programs Enables automatic caching of documents and programs
2399 from this share.
2400 /CACHE:None Disables caching from this share.
2401
2402 NET HELP command | MORE displays Help one screen at a time.
2403 .
2404 Language=Spanish
2405 NET SHARE makes a server's resources available to network users. When
2406 used without options, it lists information about all resources being
2407 shared on the computer. For each resource, Windows reports the
2408 devicename(s) or pathname(s) and a descriptive comment associated with it.
2409
2410 sharename Is the network name of the shared resource. Type
2411 NET SHARE with a sharename only to display information
2412 about that share.
2413 drive:path Specifies the absolute path of the directory to
2414 be shared.
2415 /GRANT:user,perm Creates the share with a security descriptor that gives
2416 the requested permissions to the specified user. This
2417 option may be used more than once to give share permissions
2418 to multiple users.
2419 /USERS:number Sets the maximum number of users who can
2420 simultaneously access the shared resource.
2421 /UNLIMITED Specifies an unlimited number of users can
2422 simultaneously access the shared resource.
2423 /REMARK:"text" Adds a descriptive comment about the resource.
2424 Enclose the text in quotation marks.
2425 devicename Is one or more printers (LPT1: through LPT9:)
2426 shared by sharename.
2427 /DELETE Stops sharing the resource.
2428 /CACHE:Manual Enables manual client caching of programs and documents
2429 from this share.
2430 /CACHE:Documents Enables automatic caching of documents from this share.
2431 /CACHE:Programs Enables automatic caching of documents and programs
2432 from this share.
2433 /CACHE:None Disables caching from this share.
2434
2435 NET HELP command | MORE displays Help one screen at a time.
2436 .
2437 Language=Turkish
2438 NET SHARE makes a server's resources available to network users. When
2439 used without options, it lists information about all resources being
2440 shared on the computer. For each resource, Windows reports the
2441 devicename(s) or pathname(s) and a descriptive comment associated with it.
2442
2443 sharename Is the network name of the shared resource. Type
2444 NET SHARE with a sharename only to display information
2445 about that share.
2446 drive:path Specifies the absolute path of the directory to
2447 be shared.
2448 /GRANT:user,perm Creates the share with a security descriptor that gives
2449 the requested permissions to the specified user. This
2450 option may be used more than once to give share permissions
2451 to multiple users.
2452 /USERS:number Sets the maximum number of users who can
2453 simultaneously access the shared resource.
2454 /UNLIMITED Specifies an unlimited number of users can
2455 simultaneously access the shared resource.
2456 /REMARK:"text" Adds a descriptive comment about the resource.
2457 Enclose the text in quotation marks.
2458 devicename Is one or more printers (LPT1: through LPT9:)
2459 shared by sharename.
2460 /DELETE Stops sharing the resource.
2461 /CACHE:Manual Enables manual client caching of programs and documents
2462 from this share.
2463 /CACHE:Documents Enables automatic caching of documents from this share.
2464 /CACHE:Programs Enables automatic caching of documents and programs
2465 from this share.
2466 /CACHE:None Disables caching from this share.
2467
2468 NET HELP command | MORE displays Help one screen at a time.
2469 .
2470 Language=Chinese
2471 NET SHARE makes a server's resources available to network users. When
2472 used without options, it lists information about all resources being
2473 shared on the computer. For each resource, Windows reports the
2474 devicename(s) or pathname(s) and a descriptive comment associated with it.
2475
2476 sharename Is the network name of the shared resource. Type
2477 NET SHARE with a sharename only to display information
2478 about that share.
2479 drive:path Specifies the absolute path of the directory to
2480 be shared.
2481 /GRANT:user,perm Creates the share with a security descriptor that gives
2482 the requested permissions to the specified user. This
2483 option may be used more than once to give share permissions
2484 to multiple users.
2485 /USERS:number Sets the maximum number of users who can
2486 simultaneously access the shared resource.
2487 /UNLIMITED Specifies an unlimited number of users can
2488 simultaneously access the shared resource.
2489 /REMARK:"text" Adds a descriptive comment about the resource.
2490 Enclose the text in quotation marks.
2491 devicename Is one or more printers (LPT1: through LPT9:)
2492 shared by sharename.
2493 /DELETE Stops sharing the resource.
2494 /CACHE:Manual Enables manual client caching of programs and documents
2495 from this share.
2496 /CACHE:Documents Enables automatic caching of documents from this share.
2497 /CACHE:Programs Enables automatic caching of documents and programs
2498 from this share.
2499 /CACHE:None Disables caching from this share.
2500
2501 NET HELP command | MORE displays Help one screen at a time.
2502 .
2503 Language=Taiwanese
2504 NET SHARE makes a server's resources available to network users. When
2505 used without options, it lists information about all resources being
2506 shared on the computer. For each resource, Windows reports the
2507 devicename(s) or pathname(s) and a descriptive comment associated with it.
2508
2509 sharename Is the network name of the shared resource. Type
2510 NET SHARE with a sharename only to display information
2511 about that share.
2512 drive:path Specifies the absolute path of the directory to
2513 be shared.
2514 /GRANT:user,perm Creates the share with a security descriptor that gives
2515 the requested permissions to the specified user. This
2516 option may be used more than once to give share permissions
2517 to multiple users.
2518 /USERS:number Sets the maximum number of users who can
2519 simultaneously access the shared resource.
2520 /UNLIMITED Specifies an unlimited number of users can
2521 simultaneously access the shared resource.
2522 /REMARK:"text" Adds a descriptive comment about the resource.
2523 Enclose the text in quotation marks.
2524 devicename Is one or more printers (LPT1: through LPT9:)
2525 shared by sharename.
2526 /DELETE Stops sharing the resource.
2527 /CACHE:Manual Enables manual client caching of programs and documents
2528 from this share.
2529 /CACHE:Documents Enables automatic caching of documents from this share.
2530 /CACHE:Programs Enables automatic caching of documents and programs
2531 from this share.
2532 /CACHE:None Disables caching from this share.
2533
2534 NET HELP command | MORE displays Help one screen at a time.
2535 .
2536
2537
2538 MessageId=10032
2539 SymbolicName=MSG_START_SYNTAX
2540 Severity=Success
2541 Facility=System
2542 Language=English
2543 NET START [service]
2544 .
2545 Language=Polish
2546 NET START [usługa]
2547 .
2548 Language=Romanian
2549 NET START [service]
2550 .
2551 Language=Russian
2552 NET START [service]
2553 .
2554 Language=Spanish
2555 NET START [service]
2556 .
2557 Language=Turkish
2558 NET START [service]
2559 .
2560 Language=Chinese
2561 NET START [service]
2562 .
2563 Language=Taiwanese
2564 NET START [service]
2565 .
2566
2567
2568 MessageId=10033
2569 SymbolicName=MSG_START_HELP
2570 Severity=Success
2571 Facility=System
2572 Language=English
2573 NET START starts services or lists running services.
2574
2575 service The name of the service to be started.
2576
2577 When typed at the command prompt, service name of two words or more must
2578 be enclosed in quotation marks. For example, NET START "NET LOGON"
2579 starts the net logon service.
2580
2581 NET HELP command | MORE displays one screen at a time.
2582 .
2583 Language=Polish
2584 NET START uruchamia usługi lub wyświetla uruchomione usługi.
2585
2586 usługa Nazwa uruchamianej usługi.
2587
2588 Nazwy usług mające dwa lub więcej słów wpisywane w.
2589 wierszu polecenia muszą być ujęte w cudzysłów. Przykładowo,
2590 NET START "NET LOGON" uruchamia usługę logowania w sieci.
2591
2592 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
2593 .
2594 Language=Romanian
2595 NET START starts services or lists running services.
2596
2597 service The name of the service to be started.
2598
2599 When typed at the command prompt, service name of two words or more must
2600 be enclosed in quotation marks. For example, NET START "NET LOGON"
2601 starts the net logon service.
2602
2603 NET HELP comandă | MORE (pentru afișare paginată).
2604 .
2605 Language=Russian
2606 NET START starts services or lists running services.
2607
2608 service The name of the service to be started.
2609
2610 When typed at the command prompt, service name of two words or more must
2611 be enclosed in quotation marks. For example, NET START "NET LOGON"
2612 starts the net logon service.
2613
2614 NET HELP имя_команды | MORE - постраничный просмотр справки.
2615 .
2616 Language=Spanish
2617 NET START starts services or lists running services.
2618
2619 service The name of the service to be started.
2620
2621 When typed at the command prompt, service name of two words or more must
2622 be enclosed in quotation marks. For example, NET START "NET LOGON"
2623 starts the net logon service.
2624
2625 NET HELP command | MORE displays one screen at a time.
2626 .
2627 Language=Turkish
2628 NET START starts services or lists running services.
2629
2630 service The name of the service to be started.
2631
2632 When typed at the command prompt, service name of two words or more must
2633 be enclosed in quotation marks. For example, NET START "NET LOGON"
2634 starts the net logon service.
2635
2636 NET HELP command | MORE displays one screen at a time.
2637 .
2638 Language=Chinese
2639 NET START starts services or lists running services.
2640
2641 service The name of the service to be started.
2642
2643 When typed at the command prompt, service name of two words or more must
2644 be enclosed in quotation marks. For example, NET START "NET LOGON"
2645 starts the net logon service.
2646
2647 NET HELP command | MORE displays one screen at a time.
2648 .
2649 Language=Taiwanese
2650 NET START starts services or lists running services.
2651
2652 service The name of the service to be started.
2653
2654 When typed at the command prompt, service name of two words or more must
2655 be enclosed in quotation marks. For example, NET START "NET LOGON"
2656 starts the net logon service.
2657
2658 NET HELP command | MORE displays one screen at a time.
2659 .
2660
2661
2662 MessageId=10034
2663 SymbolicName=MSG_STATISTICS_SYNTAX
2664 Severity=Success
2665 Facility=System
2666 Language=English
2667 NET STATISTICS [SERVER | WORKSTATION]
2668 .
2669 Language=Polish
2670 NET STATISTICS [SERVER | WORKSTATION]
2671 .
2672 Language=Romanian
2673 NET STATISTICS [SERVER | WORKSTATION]
2674 .
2675 Language=Russian
2676 NET STATISTICS [SERVER | WORKSTATION]
2677 .
2678 Language=Spanish
2679 NET STATISTICS [SERVER | WORKSTATION]
2680 .
2681 Language=Turkish
2682 NET STATISTICS [SERVER | WORKSTATION]
2683 .
2684 Language=Chinese
2685 NET STATISTICS [SERVER | WORKSTATION]
2686 .
2687 Language=Taiwanese
2688 NET STATISTICS [SERVER | WORKSTATION]
2689 .
2690
2691
2692 MessageId=10035
2693 SymbolicName=MSG_STATISTICS_HELP
2694 Severity=Success
2695 Facility=System
2696 Language=English
2697 NET STATISTICS displays the statisticslog for the local Workstation or
2698 Server service. Used without parameters, NET STATISTICS displays
2699 the services for which statistics are available.
2700
2701 SERVER Displays the Server service statistics.
2702 WORKSTATION Displays the Workstation service statistics.
2703
2704 NET HELP command | MORE displays one screen at a time.
2705 .
2706 Language=Polish
2707 NET STATISTICS wyświetla dziennik statystyki dla lokalnej usługi
2708 Stacja robocza lub Serwer. Użyte bez parametrów, NET STATISTICS wyświetla
2709 usługi dla których statystyka jest dostępna.
2710
2711 SERVER Wyświetla statystykę usługi Serwer.
2712 WORKSTATION Wyświetla statystykę usługi Stacja robocza.
2713
2714 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
2715 .
2716 Language=Romanian
2717 NET STATISTICS displays the statisticslog for the local Workstation or
2718 Server service. Used without parameters, NET STATISTICS displays
2719 the services for which statistics are available.
2720
2721 SERVER Displays the Server service statistics.
2722 WORKSTATION Displays the Workstation service statistics.
2723
2724 NET HELP comandă | MORE (pentru afișare paginată).
2725 .
2726 Language=Russian
2727 NET STATISTICS displays the statisticslog for the local Workstation or
2728 Server service. Used without parameters, NET STATISTICS displays
2729 the services for which statistics are available.
2730
2731 SERVER Displays the Server service statistics.
2732 WORKSTATION Displays the Workstation service statistics.
2733
2734 NET HELP имя_команды | MORE - постраничный просмотр справки.
2735 .
2736 Language=Spanish
2737 NET STATISTICS displays the statisticslog for the local Workstation or
2738 Server service. Used without parameters, NET STATISTICS displays
2739 the services for which statistics are available.
2740
2741 SERVER Displays the Server service statistics.
2742 WORKSTATION Displays the Workstation service statistics.
2743
2744 NET HELP command | MORE displays one screen at a time.
2745 .
2746 Language=Turkish
2747 NET STATISTICS displays the statisticslog for the local Workstation or
2748 Server service. Used without parameters, NET STATISTICS displays
2749 the services for which statistics are available.
2750
2751 SERVER Displays the Server service statistics.
2752 WORKSTATION Displays the Workstation service statistics.
2753
2754 NET HELP command | MORE displays one screen at a time.
2755 .
2756 Language=Chinese
2757 NET STATISTICS displays the statisticslog for the local Workstation or
2758 Server service. Used without parameters, NET STATISTICS displays
2759 the services for which statistics are available.
2760
2761 SERVER Displays the Server service statistics.
2762 WORKSTATION Displays the Workstation service statistics.
2763
2764 NET HELP command | MORE displays one screen at a time.
2765 .
2766 Language=Taiwanese
2767 NET STATISTICS displays the statisticslog for the local Workstation or
2768 Server service. Used without parameters, NET STATISTICS displays
2769 the services for which statistics are available.
2770
2771 SERVER Displays the Server service statistics.
2772 WORKSTATION Displays the Workstation service statistics.
2773
2774 NET HELP command | MORE displays one screen at a time.
2775 .
2776
2777
2778 MessageId=10036
2779 SymbolicName=MSG_STOP_SYNTAX
2780 Severity=Success
2781 Facility=System
2782 Language=English
2783 NET STOP service
2784 .
2785 Language=Polish
2786 NET STOP usługa
2787 .
2788 Language=Romanian
2789 NET STOP <nume serviciu>
2790 .
2791 Language=Russian
2792 NET STOP <имя_службы>
2793 .
2794 Language=Spanish
2795 NET STOP <nombre del servicio>
2796 .
2797 Language=Turkish
2798 NET STOP <Hizmet Adı>
2799 .
2800 Language=Chinese
2801 NET STOP service
2802 .
2803 Language=Taiwanese
2804 NET STOP <服務名稱>
2805 .
2806
2807
2808 MessageId=10037
2809 SymbolicName=MSG_STOP_HELP
2810 Severity=Success
2811 Facility=System
2812 Language=English
2813 NET STOP stops services.
2814
2815 service The name of the service to be stopped.
2816
2817 Stopping a service cancels any network connection the service is
2818 using. Also, some services are dependent on others. Stopping one
2819 service can stop others. Some services cannot be stopped.
2820
2821 NET HELP command | MORE displays one screen at a time.
2822 .
2823 Language=Polish
2824 NET STOP zatrzymuje usługi.
2825
2826 usługa Nazwa zatrzymywanej usługi.
2827
2828 Zatrzymanie usługi rozłącza wszystkie połączenia sieciowe
2829 używane przez usługę. Niektóre usługi zależą od innych. Zatrzymanie jednej
2830 może też zatrzymać inne. Niektóre usługi nie mogą być zatrzymane.
2831
2832 NET HELP polecenie | MORE wyświetla informacje na jednym ekranie na raz.
2833 .
2834 Language=Romanian
2835 NET STOP stops services.
2836
2837 service The name of the service to be stopped.
2838
2839 Stopping a service cancels any network connection the service is
2840 using. Also, some services are dependent on others. Stopping one
2841 service can stop others. Some services cannot be stopped.
2842
2843 NET HELP comandă | MORE (pentru afișare paginată).
2844 .
2845 Language=Russian
2846 NET STOP stops services.
2847
2848 service The name of the service to be stopped.
2849
2850 Stopping a service cancels any network connection the service is
2851 using. Also, some services are dependent on others. Stopping one
2852 service can stop others. Some services cannot be stopped.
2853
2854 NET HELP имя_команды | MORE - постраничный просмотр справки.
2855 .
2856 Language=Spanish
2857 NET STOP stops services.
2858
2859 service The name of the service to be stopped.
2860
2861 Stopping a service cancels any network connection the service is
2862 using. Also, some services are dependent on others. Stopping one
2863 service can stop others. Some services cannot be stopped.
2864
2865 NET HELP command | MORE displays one screen at a time.
2866 .
2867 Language=Turkish
2868 NET STOP stops services.
2869
2870 service The name of the service to be stopped.
2871
2872 Stopping a service cancels any network connection the service is
2873 using. Also, some services are dependent on others. Stopping one
2874 service can stop others. Some services cannot be stopped.
2875
2876 NET HELP command | MORE displays one screen at a time.
2877 .
2878 Language=Chinese
2879 NET STOP stops services.
2880
2881 service The name of the service to be stopped.
2882
2883 Stopping a service cancels any network connection the service is
2884 using. Also, some services are dependent on others. Stopping one
2885 service can stop others. Some services cannot be stopped.
2886
2887 NET HELP command | MORE displays one screen at a time.
2888 .
2889 Language=Taiwanese
2890 NET STOP stops services.
2891
2892 service The name of the service to be stopped.
2893
2894 Stopping a service cancels any network connection the service is
2895 using. Also, some services are dependent on others. Stopping one
2896 service can stop others. Some services cannot be stopped.
2897
2898 NET HELP command | MORE displays one screen at a time.
2899 .
2900
2901
2902 MessageId=10038
2903 SymbolicName=MSG_TIME_SYNTAX
2904 Severity=Success
2905 Facility=System
2906 Language=English
2907 NET TIME ...
2908 .
2909 Language=Polish
2910 NET TIME ...
2911 .
2912 Language=Romanian
2913 NET TIME ...
2914 .
2915 Language=Russian
2916 NET TIME ...
2917 .
2918 Language=Spanish
2919 NET TIME ...
2920 .
2921 Language=Turkish
2922 NET TIME ...
2923 .
2924 Language=Chinese
2925 NET TIME ...
2926 .
2927 Language=Taiwanese
2928 NET TIME ...
2929 .
2930
2931
2932 MessageId=10039
2933 SymbolicName=MSG_TIME_HELP
2934 Severity=Success
2935 Facility=System
2936 Language=English
2937 TIME
2938 ...
2939 .
2940 Language=Polish
2941 TIME
2942 ...
2943 .
2944 Language=Romanian
2945 TIME
2946 ...
2947 .
2948 Language=Russian
2949 TIME
2950 ...
2951 .
2952 Language=Spanish
2953 TIME
2954 ...
2955 .
2956 Language=Turkish
2957 TIME
2958 ...
2959 .
2960 Language=Chinese
2961 TIME
2962 ...
2963 .
2964 Language=Taiwanese
2965 TIME
2966 ...
2967 .
2968
2969
2970 MessageId=10040
2971 SymbolicName=MSG_USE_SYNTAX
2972 Severity=Success
2973 Facility=System
2974 Language=English
2975 NET USE ...
2976 .
2977 Language=Polish
2978 NET USE ...
2979 .
2980 Language=Romanian
2981 NET USE ...
2982 .
2983 Language=Russian
2984 NET USE ...
2985 .
2986 Language=Spanish
2987 NET USE ...
2988 .
2989 Language=Turkish
2990 NET USE ...
2991 .
2992 Language=Chinese
2993 NET USE ...
2994 .
2995 Language=Taiwanese
2996 NET USE ...
2997 .
2998
2999
3000 MessageId=10041
3001 SymbolicName=MSG_USE_HELP
3002 Severity=Success
3003 Facility=System
3004 Language=English
3005 USE
3006 ...
3007 .
3008 Language=Polish
3009 USE
3010 ...
3011 .
3012 Language=Romanian
3013 USE
3014 ...
3015 .
3016 Language=Russian
3017 USE
3018 ...
3019 .
3020 Language=Spanish
3021 USE
3022 ...
3023 .
3024 Language=Turkish
3025 USE
3026 ...
3027 .
3028 Language=Chinese
3029 USE
3030 ...
3031 .
3032 Language=Taiwanese
3033 USE
3034 ...
3035 .
3036
3037
3038 MessageId=10042
3039 SymbolicName=MSG_USER_SYNTAX
3040 Severity=Success
3041 Facility=System
3042 Language=English
3043 NET USER [username [password | *] [options]] [/DOMAIN]
3044 username {password | *} /ADD [options] [/DOMAIN]
3045 username [/DELETE] [/DOMAIN]
3046 .
3047 Language=Polish
3048 NET USER [nazwa_użytkownika [hasło | *] [opcje]] [/DOMAIN]
3049 nazwa_użytkownika {hasło | *} /ADD [opcje] [/DOMAIN]
3050 nazwa_użytkownika [/DELETE] [/DOMAIN]
3051 .
3052 Language=Romanian
3053 NET USER [nume-utilizator [parolă | *] [opțiuni]] [/DOMAIN]
3054 nume-utilizator {parolă | *} /ADD [opțiuni] [/DOMAIN]
3055 nume-utilizator [/DELETE] [/DOMAIN]
3056 .
3057 Language=Russian
3058 NET USER [имя_пользователя [пароль | *] [параметры]] [/DOMAIN]
3059 имя_пользователя {пароль | *} /ADD [параметры] [/DOMAIN]
3060 имя_пользователя [/DELETE] [/DOMAIN]
3061 .
3062 Language=Spanish
3063 NET USER [usuario [contraseña | *] [opciones]] [/DOMAIN]
3064 usuario {contraseña | *} /ADD [opciones] [/DOMAIN]
3065 usuario [/DELETE] [/DOMAIN]
3066 .
3067 Language=Turkish
3068 NET USER [kullanıcı adı [şifre | *] [seçenekler]] [/DOMAIN]
3069 kullanıcı adı {şifre | *} /ADD [seçenekler] [/DOMAIN]
3070 kullanıcı adı [/DELETE] [/DOMAIN]
3071 .
3072 Language=Chinese
3073 NET USER [username [password | *] [options]] [/DOMAIN]
3074 username {password | *} /ADD [options] [/DOMAIN]
3075 username [/DELETE] [/DOMAIN]
3076 .
3077 Language=Taiwanese
3078 NET USER [使用者名 [密碼 | *] [選項]] [/DOMAIN]
3079 使用者名 {密碼 | *} /ADD [選項] [/DOMAIN]
3080 使用者名 [/DELETE] [/DOMAIN]
3081 .
3082
3083
3084 MessageId=10043
3085 SymbolicName=MSG_USER_HELP
3086 Severity=Success
3087 Facility=System
3088 Language=English
3089 NET USER creates and modifies user accounts on computers. When used
3090 without switches, it lists the user accounts for the computer. The
3091 user account information is stored in the user accounts database.
3092
3093 username Is the name of the user account to add, delete, modify, or
3094 view. The name of the user account can have as many as
3095 20 characters.
3096 password Assigns or changes a password for the user's account.
3097 A password must satisfy the minimum length set with the
3098 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3099 many as 14 characters.
3100 * Produces a prompt for the password. The password is not
3101 displayed when you type it at a password prompt.
3102 /DOMAIN Performs the operation on a domain controller of
3103 the current domain.
3104 /ADD Adds a user account to the user accounts database.
3105 /DELETE Removes a user account from the user accounts database.
3106
3107 Options Are as follows:
3108
3109 Options Description
3110 --------------------------------------------------------------------
3111 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3112 the account is not active, the user cannot
3113 access the server. The default is YES.
3114 /COMMENT:"text" Provides a descriptive comment about the
3115 user's account. Enclose the text in
3116 quotation marks.
3117 /COUNTRYCODE:nnn Uses the operating system country code to
3118 implement the specified language files for a
3119 user's help and error messages. A value of
3120 0 signifies the default country code.
3121 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3122 set. NEVER sets no time limit on the
3123 account. An expiration date is in the
3124 form mm/dd/yy(yy). Months can be a number,
3125 spelled out, or abbreviated with three
3126 letters. Year can be two or four numbers.
3127 Use slashes(/) (no spaces) to separate
3128 parts of the date.
3129 /FULLNAME:"name" Is a user's full name (rather than a
3130 username). Enclose the name in quotation
3131 marks.
3132 /HOMEDIR:pathname Sets the path for the user's home directory.
3133 The path must exist.
3134 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3135 own password. The default is YES.
3136 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3137 a password. The default is YES.
3138 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3139 /SCRIPTPATH:pathname Is the location of the user's logon
3140 script.
3141 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3142 day[-day][,day[-day]],time[-time][,time
3143 [-time]], limited to 1-hour increments.
3144 Days can be spelled out or abbreviated.
3145 Hours can be 12- or 24-hour notation. For
3146 12-hour notation, use am, pm, a.m., or
3147 p.m. ALL means a user can always log on,
3148 and a blank value means a user can never
3149 log on. Separate day and time entries with
3150 a comma, and separate multiple day and time
3151 entries with a semicolon.
3152 /USERCOMMENT:"text" Lets an administrator add or change the User
3153 Comment for the account.
3154 /WORKSTATIONS:{computername[,...] | *}
3155 Lists as many as eight computers from
3156 which a user can log on to the network. If
3157 /WORKSTATIONS has no list or if the list is *,
3158 the user can log on from any computer.
3159
3160 NET HELP command | MORE displays Help one screen at a time.
3161 .
3162 Language=Polish
3163 NET USER creates and modifies user accounts on computers. When used
3164 without switches, it lists the user accounts for the computer. The
3165 user account information is stored in the user accounts database.
3166
3167 username Is the name of the user account to add, delete, modify, or
3168 view. The name of the user account can have as many as
3169 20 characters.
3170 password Assigns or changes a password for the user's account.
3171 A password must satisfy the minimum length set with the
3172 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3173 many as 14 characters.
3174 * Produces a prompt for the password. The password is not
3175 displayed when you type it at a password prompt.
3176 /DOMAIN Performs the operation on a domain controller of
3177 the current domain.
3178 /ADD Adds a user account to the user accounts database.
3179 /DELETE Removes a user account from the user accounts database.
3180
3181 Options Are as follows:
3182
3183 Options Description
3184 --------------------------------------------------------------------
3185 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3186 the account is not active, the user cannot
3187 access the server. The default is YES.
3188 /COMMENT:"text" Provides a descriptive comment about the
3189 user's account. Enclose the text in
3190 quotation marks.
3191 /COUNTRYCODE:nnn Uses the operating system country code to
3192 implement the specified language files for a
3193 user's help and error messages. A value of
3194 0 signifies the default country code.
3195 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3196 set. NEVER sets no time limit on the
3197 account. An expiration date is in the
3198 form mm/dd/yy(yy). Months can be a number,
3199 spelled out, or abbreviated with three
3200 letters. Year can be two or four numbers.
3201 Use slashes(/) (no spaces) to separate
3202 parts of the date.
3203 /FULLNAME:"name" Is a user's full name (rather than a
3204 username). Enclose the name in quotation
3205 marks.
3206 /HOMEDIR:pathname Sets the path for the user's home directory.
3207 The path must exist.
3208 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3209 own password. The default is YES.
3210 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3211 a password. The default is YES.
3212 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3213 /SCRIPTPATH:pathname Is the location of the user's logon
3214 script.
3215 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3216 day[-day][,day[-day]],time[-time][,time
3217 [-time]], limited to 1-hour increments.
3218 Days can be spelled out or abbreviated.
3219 Hours can be 12- or 24-hour notation. For
3220 12-hour notation, use am, pm, a.m., or
3221 p.m. ALL means a user can always log on,
3222 and a blank value means a user can never
3223 log on. Separate day and time entries with
3224 a comma, and separate multiple day and time
3225 entries with a semicolon.
3226 /USERCOMMENT:"text" Lets an administrator add or change the User
3227 Comment for the account.
3228 /WORKSTATIONS:{computername[,...] | *}
3229 Lists as many as eight computers from
3230 which a user can log on to the network. If
3231 /WORKSTATIONS has no list or if the list is *,
3232 the user can log on from any computer.
3233
3234 NET HELP command | MORE displays Help one screen at a time.
3235 .
3236 Language=Romanian
3237 NET USER creates and modifies user accounts on computers. When used
3238 without switches, it lists the user accounts for the computer. The
3239 user account information is stored in the user accounts database.
3240
3241 username Is the name of the user account to add, delete, modify, or
3242 view. The name of the user account can have as many as
3243 20 characters.
3244 password Assigns or changes a password for the user's account.
3245 A password must satisfy the minimum length set with the
3246 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3247 many as 14 characters.
3248 * Produces a prompt for the password. The password is not
3249 displayed when you type it at a password prompt.
3250 /DOMAIN Performs the operation on a domain controller of
3251 the current domain.
3252 /ADD Adds a user account to the user accounts database.
3253 /DELETE Removes a user account from the user accounts database.
3254
3255 Options Are as follows:
3256
3257 Options Description
3258 --------------------------------------------------------------------
3259 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3260 the account is not active, the user cannot
3261 access the server. The default is YES.
3262 /COMMENT:"text" Provides a descriptive comment about the
3263 user's account. Enclose the text in
3264 quotation marks.
3265 /COUNTRYCODE:nnn Uses the operating system country code to
3266 implement the specified language files for a
3267 user's help and error messages. A value of
3268 0 signifies the default country code.
3269 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3270 set. NEVER sets no time limit on the
3271 account. An expiration date is in the
3272 form mm/dd/yy(yy). Months can be a number,
3273 spelled out, or abbreviated with three
3274 letters. Year can be two or four numbers.
3275 Use slashes(/) (no spaces) to separate
3276 parts of the date.
3277 /FULLNAME:"name" Is a user's full name (rather than a
3278 username). Enclose the name in quotation
3279 marks.
3280 /HOMEDIR:pathname Sets the path for the user's home directory.
3281 The path must exist.
3282 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3283 own password. The default is YES.
3284 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3285 a password. The default is YES.
3286 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3287 /SCRIPTPATH:pathname Is the location of the user's logon
3288 script.
3289 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3290 day[-day][,day[-day]],time[-time][,time
3291 [-time]], limited to 1-hour increments.
3292 Days can be spelled out or abbreviated.
3293 Hours can be 12- or 24-hour notation. For
3294 12-hour notation, use am, pm, a.m., or
3295 p.m. ALL means a user can always log on,
3296 and a blank value means a user can never
3297 log on. Separate day and time entries with
3298 a comma, and separate multiple day and time
3299 entries with a semicolon.
3300 /USERCOMMENT:"text" Lets an administrator add or change the User
3301 Comment for the account.
3302 /WORKSTATIONS:{computername[,...] | *}
3303 Lists as many as eight computers from
3304 which a user can log on to the network. If
3305 /WORKSTATIONS has no list or if the list is *,
3306 the user can log on from any computer.
3307
3308 NET HELP command | MORE displays Help one screen at a time.
3309 .
3310 Language=Russian
3311 NET USER creates and modifies user accounts on computers. When used
3312 without switches, it lists the user accounts for the computer. The
3313 user account information is stored in the user accounts database.
3314
3315 username Is the name of the user account to add, delete, modify, or
3316 view. The name of the user account can have as many as
3317 20 characters.
3318 password Assigns or changes a password for the user's account.
3319 A password must satisfy the minimum length set with the
3320 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3321 many as 14 characters.
3322 * Produces a prompt for the password. The password is not
3323 displayed when you type it at a password prompt.
3324 /DOMAIN Performs the operation on a domain controller of
3325 the current domain.
3326 /ADD Adds a user account to the user accounts database.
3327 /DELETE Removes a user account from the user accounts database.
3328
3329 Options Are as follows:
3330
3331 Options Description
3332 --------------------------------------------------------------------
3333 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3334 the account is not active, the user cannot
3335 access the server. The default is YES.
3336 /COMMENT:"text" Provides a descriptive comment about the
3337 user's account. Enclose the text in
3338 quotation marks.
3339 /COUNTRYCODE:nnn Uses the operating system country code to
3340 implement the specified language files for a
3341 user's help and error messages. A value of
3342 0 signifies the default country code.
3343 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3344 set. NEVER sets no time limit on the
3345 account. An expiration date is in the
3346 form mm/dd/yy(yy). Months can be a number,
3347 spelled out, or abbreviated with three
3348 letters. Year can be two or four numbers.
3349 Use slashes(/) (no spaces) to separate
3350 parts of the date.
3351 /FULLNAME:"name" Is a user's full name (rather than a
3352 username). Enclose the name in quotation
3353 marks.
3354 /HOMEDIR:pathname Sets the path for the user's home directory.
3355 The path must exist.
3356 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3357 own password. The default is YES.
3358 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3359 a password. The default is YES.
3360 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3361 /SCRIPTPATH:pathname Is the location of the user's logon
3362 script.
3363 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3364 day[-day][,day[-day]],time[-time][,time
3365 [-time]], limited to 1-hour increments.
3366 Days can be spelled out or abbreviated.
3367 Hours can be 12- or 24-hour notation. For
3368 12-hour notation, use am, pm, a.m., or
3369 p.m. ALL means a user can always log on,
3370 and a blank value means a user can never
3371 log on. Separate day and time entries with
3372 a comma, and separate multiple day and time
3373 entries with a semicolon.
3374 /USERCOMMENT:"text" Lets an administrator add or change the User
3375 Comment for the account.
3376 /WORKSTATIONS:{computername[,...] | *}
3377 Lists as many as eight computers from
3378 which a user can log on to the network. If
3379 /WORKSTATIONS has no list or if the list is *,
3380 the user can log on from any computer.
3381
3382 NET HELP command | MORE displays Help one screen at a time.
3383 .
3384 Language=Spanish
3385 NET USER creates and modifies user accounts on computers. When used
3386 without switches, it lists the user accounts for the computer. The
3387 user account information is stored in the user accounts database.
3388
3389 username Is the name of the user account to add, delete, modify, or
3390 view. The name of the user account can have as many as
3391 20 characters.
3392 password Assigns or changes a password for the user's account.
3393 A password must satisfy the minimum length set with the
3394 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3395 many as 14 characters.
3396 * Produces a prompt for the password. The password is not
3397 displayed when you type it at a password prompt.
3398 /DOMAIN Performs the operation on a domain controller of
3399 the current domain.
3400 /ADD Adds a user account to the user accounts database.
3401 /DELETE Removes a user account from the user accounts database.
3402
3403 Options Are as follows:
3404
3405 Options Description
3406 --------------------------------------------------------------------
3407 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3408 the account is not active, the user cannot
3409 access the server. The default is YES.
3410 /COMMENT:"text" Provides a descriptive comment about the
3411 user's account. Enclose the text in
3412 quotation marks.
3413 /COUNTRYCODE:nnn Uses the operating system country code to
3414 implement the specified language files for a
3415 user's help and error messages. A value of
3416 0 signifies the default country code.
3417 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3418 set. NEVER sets no time limit on the
3419 account. An expiration date is in the
3420 form mm/dd/yy(yy). Months can be a number,
3421 spelled out, or abbreviated with three
3422 letters. Year can be two or four numbers.
3423 Use slashes(/) (no spaces) to separate
3424 parts of the date.
3425 /FULLNAME:"name" Is a user's full name (rather than a
3426 username). Enclose the name in quotation
3427 marks.
3428 /HOMEDIR:pathname Sets the path for the user's home directory.
3429 The path must exist.
3430 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3431 own password. The default is YES.
3432 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3433 a password. The default is YES.
3434 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3435 /SCRIPTPATH:pathname Is the location of the user's logon
3436 script.
3437 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3438 day[-day][,day[-day]],time[-time][,time
3439 [-time]], limited to 1-hour increments.
3440 Days can be spelled out or abbreviated.
3441 Hours can be 12- or 24-hour notation. For
3442 12-hour notation, use am, pm, a.m., or
3443 p.m. ALL means a user can always log on,
3444 and a blank value means a user can never
3445 log on. Separate day and time entries with
3446 a comma, and separate multiple day and time
3447 entries with a semicolon.
3448 /USERCOMMENT:"text" Lets an administrator add or change the User
3449 Comment for the account.
3450 /WORKSTATIONS:{computername[,...] | *}
3451 Lists as many as eight computers from
3452 which a user can log on to the network. If
3453 /WORKSTATIONS has no list or if the list is *,
3454 the user can log on from any computer.
3455
3456 NET HELP command | MORE displays Help one screen at a time.
3457 .
3458 Language=Turkish
3459 NET USER creates and modifies user accounts on computers. When used
3460 without switches, it lists the user accounts for the computer. The
3461 user account information is stored in the user accounts database.
3462
3463 username Is the name of the user account to add, delete, modify, or
3464 view. The name of the user account can have as many as
3465 20 characters.
3466 password Assigns or changes a password for the user's account.
3467 A password must satisfy the minimum length set with the
3468 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3469 many as 14 characters.
3470 * Produces a prompt for the password. The password is not
3471 displayed when you type it at a password prompt.
3472 /DOMAIN Performs the operation on a domain controller of
3473 the current domain.
3474 /ADD Adds a user account to the user accounts database.
3475 /DELETE Removes a user account from the user accounts database.
3476
3477 Options Are as follows:
3478
3479 Options Description
3480 --------------------------------------------------------------------
3481 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3482 the account is not active, the user cannot
3483 access the server. The default is YES.
3484 /COMMENT:"text" Provides a descriptive comment about the
3485 user's account. Enclose the text in
3486 quotation marks.
3487 /COUNTRYCODE:nnn Uses the operating system country code to
3488 implement the specified language files for a
3489 user's help and error messages. A value of
3490 0 signifies the default country code.
3491 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3492 set. NEVER sets no time limit on the
3493 account. An expiration date is in the
3494 form mm/dd/yy(yy). Months can be a number,
3495 spelled out, or abbreviated with three
3496 letters. Year can be two or four numbers.
3497 Use slashes(/) (no spaces) to separate
3498 parts of the date.
3499 /FULLNAME:"name" Is a user's full name (rather than a
3500 username). Enclose the name in quotation
3501 marks.
3502 /HOMEDIR:pathname Sets the path for the user's home directory.
3503 The path must exist.
3504 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3505 own password. The default is YES.
3506 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3507 a password. The default is YES.
3508 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3509 /SCRIPTPATH:pathname Is the location of the user's logon
3510 script.
3511 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3512 day[-day][,day[-day]],time[-time][,time
3513 [-time]], limited to 1-hour increments.
3514 Days can be spelled out or abbreviated.
3515 Hours can be 12- or 24-hour notation. For
3516 12-hour notation, use am, pm, a.m., or
3517 p.m. ALL means a user can always log on,
3518 and a blank value means a user can never
3519 log on. Separate day and time entries with
3520 a comma, and separate multiple day and time
3521 entries with a semicolon.
3522 /USERCOMMENT:"text" Lets an administrator add or change the User
3523 Comment for the account.
3524 /WORKSTATIONS:{computername[,...] | *}
3525 Lists as many as eight computers from
3526 which a user can log on to the network. If
3527 /WORKSTATIONS has no list or if the list is *,
3528 the user can log on from any computer.
3529
3530 NET HELP command | MORE displays Help one screen at a time.
3531 .
3532 Language=Chinese
3533 NET USER creates and modifies user accounts on computers. When used
3534 without switches, it lists the user accounts for the computer. The
3535 user account information is stored in the user accounts database.
3536
3537 username Is the name of the user account to add, delete, modify, or
3538 view. The name of the user account can have as many as
3539 20 characters.
3540 password Assigns or changes a password for the user's account.
3541 A password must satisfy the minimum length set with the
3542 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3543 many as 14 characters.
3544 * Produces a prompt for the password. The password is not
3545 displayed when you type it at a password prompt.
3546 /DOMAIN Performs the operation on a domain controller of
3547 the current domain.
3548 /ADD Adds a user account to the user accounts database.
3549 /DELETE Removes a user account from the user accounts database.
3550
3551 Options Are as follows:
3552
3553 Options Description
3554 --------------------------------------------------------------------
3555 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3556 the account is not active, the user cannot
3557 access the server. The default is YES.
3558 /COMMENT:"text" Provides a descriptive comment about the
3559 user's account. Enclose the text in
3560 quotation marks.
3561 /COUNTRYCODE:nnn Uses the operating system country code to
3562 implement the specified language files for a
3563 user's help and error messages. A value of
3564 0 signifies the default country code.
3565 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3566 set. NEVER sets no time limit on the
3567 account. An expiration date is in the
3568 form mm/dd/yy(yy). Months can be a number,
3569 spelled out, or abbreviated with three
3570 letters. Year can be two or four numbers.
3571 Use slashes(/) (no spaces) to separate
3572 parts of the date.
3573 /FULLNAME:"name" Is a user's full name (rather than a
3574 username). Enclose the name in quotation
3575 marks.
3576 /HOMEDIR:pathname Sets the path for the user's home directory.
3577 The path must exist.
3578 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3579 own password. The default is YES.
3580 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3581 a password. The default is YES.
3582 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3583 /SCRIPTPATH:pathname Is the location of the user's logon
3584 script.
3585 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3586 day[-day][,day[-day]],time[-time][,time
3587 [-time]], limited to 1-hour increments.
3588 Days can be spelled out or abbreviated.
3589 Hours can be 12- or 24-hour notation. For
3590 12-hour notation, use am, pm, a.m., or
3591 p.m. ALL means a user can always log on,
3592 and a blank value means a user can never
3593 log on. Separate day and time entries with
3594 a comma, and separate multiple day and time
3595 entries with a semicolon.
3596 /USERCOMMENT:"text" Lets an administrator add or change the User
3597 Comment for the account.
3598 /WORKSTATIONS:{computername[,...] | *}
3599 Lists as many as eight computers from
3600 which a user can log on to the network. If
3601 /WORKSTATIONS has no list or if the list is *,
3602 the user can log on from any computer.
3603
3604 NET HELP command | MORE displays Help one screen at a time.
3605 .
3606 Language=Taiwanese
3607 NET USER creates and modifies user accounts on computers. When used
3608 without switches, it lists the user accounts for the computer. The
3609 user account information is stored in the user accounts database.
3610
3611 username Is the name of the user account to add, delete, modify, or
3612 view. The name of the user account can have as many as
3613 20 characters.
3614 password Assigns or changes a password for the user's account.
3615 A password must satisfy the minimum length set with the
3616 /MINPWLEN option of the NET ACCOUNTS command. It can have as
3617 many as 14 characters.
3618 * Produces a prompt for the password. The password is not
3619 displayed when you type it at a password prompt.
3620 /DOMAIN Performs the operation on a domain controller of
3621 the current domain.
3622 /ADD Adds a user account to the user accounts database.
3623 /DELETE Removes a user account from the user accounts database.
3624
3625 Options Are as follows:
3626
3627 Options Description
3628 --------------------------------------------------------------------
3629 /ACTIVE:{YES | NO} Activates or deactivates the account. If
3630 the account is not active, the user cannot
3631 access the server. The default is YES.
3632 /COMMENT:"text" Provides a descriptive comment about the
3633 user's account. Enclose the text in
3634 quotation marks.
3635 /COUNTRYCODE:nnn Uses the operating system country code to
3636 implement the specified language files for a
3637 user's help and error messages. A value of
3638 0 signifies the default country code.
3639 /EXPIRES:{date | NEVER} Causes the account to expire if date is
3640 set. NEVER sets no time limit on the
3641 account. An expiration date is in the
3642 form mm/dd/yy(yy). Months can be a number,
3643 spelled out, or abbreviated with three
3644 letters. Year can be two or four numbers.
3645 Use slashes(/) (no spaces) to separate
3646 parts of the date.
3647 /FULLNAME:"name" Is a user's full name (rather than a
3648 username). Enclose the name in quotation
3649 marks.
3650 /HOMEDIR:pathname Sets the path for the user's home directory.
3651 The path must exist.
3652 /PASSWORDCHG:{YES | NO} Specifies whether users can change their
3653 own password. The default is YES.
3654 /PASSWORDREQ:{YES | NO} Specifies whether a user account must have
3655 a password. The default is YES.
3656 /PROFILEPATH[:path] Sets a path for the user's logon profile.
3657 /SCRIPTPATH:pathname Is the location of the user's logon
3658 script.
3659 /TIMES:{times | ALL} Is the logon hours. TIMES is expressed as
3660 day[-day][,day[-day]],time[-time][,time
3661 [-time]], limited to 1-hour increments.
3662 Days can be spelled out or abbreviated.
3663 Hours can be 12- or 24-hour notation. For
3664 12-hour notation, use am, pm, a.m., or
3665 p.m. ALL means a user can always log on,
3666 and a blank value means a user can never
3667 log on. Separate day and time entries with
3668 a comma, and separate multiple day and time
3669 entries with a semicolon.
3670 /USERCOMMENT:"text" Lets an administrator add or change the User
3671 Comment for the account.
3672 /WORKSTATIONS:{computername[,...] | *}
3673 Lists as many as eight computers from
3674 which a user can log on to the network. If
3675 /WORKSTATIONS has no list or if the list is *,
3676 the user can log on from any computer.
3677
3678 NET HELP command | MORE displays Help one screen at a time.
3679 .
3680
3681
3682 MessageId=10044
3683 SymbolicName=MSG_VIEW_SYNTAX
3684 Severity=Success
3685 Facility=System
3686 Language=English
3687 NET VIEW ...
3688 .
3689 Language=Polish
3690 NET VIEW ...
3691 .
3692 Language=Romanian
3693 NET VIEW ...
3694 .
3695 Language=Russian
3696 NET VIEW ...
3697 .
3698 Language=Spanish
3699 NET VIEW ...
3700 .
3701 Language=Turkish
3702 NET VIEW ...
3703 .
3704 Language=Chinese
3705 NET VIEW ...
3706 .
3707 Language=Taiwanese
3708 NET VIEW ...
3709 .
3710
3711
3712 MessageId=10045
3713 SymbolicName=MSG_VIEW_HELP
3714 Severity=Success
3715 Facility=System
3716 Language=English
3717 VIEW
3718 ...
3719 .
3720 Language=Polish
3721 VIEW
3722 ...
3723 .
3724 Language=Romanian
3725 VIEW
3726 ...
3727 .
3728 Language=Russian
3729 VIEW
3730 ...
3731 .
3732 Language=Spanish
3733 VIEW
3734 ...
3735 .
3736 Language=Turkish
3737 VIEW
3738 ...
3739 .
3740 Language=Chinese
3741 VIEW
3742 ...
3743 .
3744 Language=Taiwanese
3745 VIEW
3746 ...
3747 .
3748
3749
3750 MessageId=10046
3751 SymbolicName=MSG_NET_SYNTAX
3752 Severity=Success
3753 Facility=System
3754 Language=English
3755 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3756 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3757 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3758 .
3759 Language=Polish
3760 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3761 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3762 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3763 .
3764 Language=Romanian
3765 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3766 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3767 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3768 .
3769 Language=Russian
3770 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3771 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3772 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3773 .
3774 Language=Spanish
3775 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3776 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3777 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3778 .
3779 Language=Turkish
3780 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3781 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3782 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3783 .
3784 Language=Chinese
3785 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3786 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3787 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3788 .
3789 Language=Taiwanese
3790 NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
3791 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
3792 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
3793 .
3794
3795
3796 MessageId=10047
3797 SymbolicName=MSG_SYNTAX_HELP
3798 Severity=Success
3799 Facility=System
3800 Language=English
3801 SYNTAX
3802 The following conventions are used to indicate command syntax:
3803
3804 - Capital letters represent words that must be typed as shown. Lower-
3805 case letters represent names of items that may vary, such as filenames.
3806
3807 - The [ and ] characters surround optional items that can be supplied
3808 with the command.
3809
3810 - The { and } characters surround lists of items. You must supply one
3811 of the items with the command.
3812
3813 - The | character separates items in a list. Only one of the items can
3814 be supplied with the command.
3815
3816 For example, in the following syntax, you must type NET COMMAND and
3817 either SWITCH1 or SWITCH2. Supplying a name is optional.
3818 NET COMMAND [name] {SWITCH1 | SWITCH2}
3819
3820 - The [...] characters mean you can repeat the previous item.
3821 Separate items with spaces.
3822
3823 - The [,...] characters mean you can repeat the previous item, but
3824 you must separate items with commas or semicolons, not spaces.
3825
3826 - When typed at the command prompt, service names of two words or
3827 more must be enclosed in quotation marks. For example,
3828 NET START "COMPUTER BROWSER" starts the computer browser service.
3829 .
3830 Language=Polish
3831 SYNTAX
3832 The following conventions are used to indicate command syntax:
3833
3834 - Capital letters represent words that must be typed as shown. Lower-
3835 case letters represent names of items that may vary, such as filenames.
3836
3837 - The [ and ] characters surround optional items that can be supplied
3838 with the command.
3839
3840 - The { and } characters surround lists of items. You must supply one
3841 of the items with the command.
3842
3843 - The | character separates items in a list. Only one of the items can
3844 be supplied with the command.
3845
3846 For example, in the following syntax, you must type NET COMMAND and
3847 either SWITCH1 or SWITCH2. Supplying a name is optional.
3848 NET COMMAND [name] {SWITCH1 | SWITCH2}
3849
3850 - The [...] characters mean you can repeat the previous item.
3851 Separate items with spaces.
3852
3853 - The [,...] characters mean you can repeat the previous item, but
3854 you must separate items with commas or semicolons, not spaces.
3855
3856 - When typed at the command prompt, service names of two words or
3857 more must be enclosed in quotation marks. For example,
3858 NET START "COMPUTER BROWSER" starts the computer browser service.
3859 .
3860 Language=Romanian
3861 SYNTAX
3862 The following conventions are used to indicate command syntax:
3863
3864 - Capital letters represent words that must be typed as shown. Lower-
3865 case letters represent names of items that may vary, such as filenames.
3866
3867 - The [ and ] characters surround optional items that can be supplied
3868 with the command.
3869
3870 - The { and } characters surround lists of items. You must supply one
3871 of the items with the command.
3872
3873 - The | character separates items in a list. Only one of the items can
3874 be supplied with the command.
3875
3876 For example, in the following syntax, you must type NET COMMAND and
3877 either SWITCH1 or SWITCH2. Supplying a name is optional.
3878 NET COMMAND [name] {SWITCH1 | SWITCH2}
3879
3880 - The [...] characters mean you can repeat the previous item.
3881 Separate items with spaces.
3882
3883 - The [,...] characters mean you can repeat the previous item, but
3884 you must separate items with commas or semicolons, not spaces.
3885
3886 - When typed at the command prompt, service names of two words or
3887 more must be enclosed in quotation marks. For example,
3888 NET START "COMPUTER BROWSER" starts the computer browser service.
3889 .
3890 Language=Russian
3891 SYNTAX
3892 The following conventions are used to indicate command syntax:
3893
3894 - Capital letters represent words that must be typed as shown. Lower-
3895 case letters represent names of items that may vary, such as filenames.
3896
3897 - The [ and ] characters surround optional items that can be supplied
3898 with the command.
3899
3900 - The { and } characters surround lists of items. You must supply one
3901 of the items with the command.
3902
3903 - The | character separates items in a list. Only one of the items can
3904 be supplied with the command.
3905
3906 For example, in the following syntax, you must type NET COMMAND and
3907 either SWITCH1 or SWITCH2. Supplying a name is optional.
3908 NET COMMAND [name] {SWITCH1 | SWITCH2}
3909
3910 - The [...] characters mean you can repeat the previous item.
3911 Separate items with spaces.
3912
3913 - The [,...] characters mean you can repeat the previous item, but
3914 you must separate items with commas or semicolons, not spaces.
3915
3916 - When typed at the command prompt, service names of two words or
3917 more must be enclosed in quotation marks. For example,
3918 NET START "COMPUTER BROWSER" starts the computer browser service.
3919 .
3920 Language=Spanish
3921 SYNTAX
3922 The following conventions are used to indicate command syntax:
3923
3924 - Capital letters represent words that must be typed as shown. Lower-
3925 case letters represent names of items that may vary, such as filenames.
3926
3927 - The [ and ] characters surround optional items that can be supplied
3928 with the command.
3929
3930 - The { and } characters surround lists of items. You must supply one
3931 of the items with the command.
3932
3933 - The | character separates items in a list. Only one of the items can
3934 be supplied with the command.
3935
3936 For example, in the following syntax, you must type NET COMMAND and
3937 either SWITCH1 or SWITCH2. Supplying a name is optional.
3938 NET COMMAND [name] {SWITCH1 | SWITCH2}
3939
3940 - The [...] characters mean you can repeat the previous item.
3941 Separate items with spaces.
3942
3943 - The [,...] characters mean you can repeat the previous item, but
3944 you must separate items with commas or semicolons, not spaces.
3945
3946 - When typed at the command prompt, service names of two words or
3947 more must be enclosed in quotation marks. For example,
3948 NET START "COMPUTER BROWSER" starts the computer browser service.
3949 .
3950 Language=Turkish
3951 SYNTAX
3952 The following conventions are used to indicate command syntax:
3953
3954 - Capital letters represent words that must be typed as shown. Lower-
3955 case letters represent names of items that may vary, such as filenames.
3956
3957 - The [ and ] characters surround optional items that can be supplied
3958 with the command.
3959
3960 - The { and } characters surround lists of items. You must supply one
3961 of the items with the command.
3962
3963 - The | character separates items in a list. Only one of the items can
3964 be supplied with the command.
3965
3966 For example, in the following syntax, you must type NET COMMAND and
3967 either SWITCH1 or SWITCH2. Supplying a name is optional.
3968 NET COMMAND [name] {SWITCH1 | SWITCH2}
3969
3970 - The [...] characters mean you can repeat the previous item.
3971 Separate items with spaces.
3972
3973 - The [,...] characters mean you can repeat the previous item, but
3974 you must separate items with commas or semicolons, not spaces.
3975
3976 - When typed at the command prompt, service names of two words or
3977 more must be enclosed in quotation marks. For example,
3978 NET START "COMPUTER BROWSER" starts the computer browser service.
3979 .
3980 Language=Chinese
3981 SYNTAX
3982 The following conventions are used to indicate command syntax:
3983
3984 - Capital letters represent words that must be typed as shown. Lower-
3985 case letters represent names of items that may vary, such as filenames.
3986
3987 - The [ and ] characters surround optional items that can be supplied
3988 with the command.
3989
3990 - The { and } characters surround lists of items. You must supply one
3991 of the items with the command.
3992
3993 - The | character separates items in a list. Only one of the items can
3994 be supplied with the command.
3995
3996 For example, in the following syntax, you must type NET COMMAND and
3997 either SWITCH1 or SWITCH2. Supplying a name is optional.
3998 NET COMMAND [name] {SWITCH1 | SWITCH2}
3999
4000 - The [...] characters mean you can repeat the previous item.
4001 Separate items with spaces.
4002
4003 - The [,...] characters mean you can repeat the previous item, but
4004 you must separate items with commas or semicolons, not spaces.
4005
4006 - When typed at the command prompt, service names of two words or
4007 more must be enclosed in quotation marks. For example,
4008 NET START "COMPUTER BROWSER" starts the computer browser service.
4009 .
4010 Language=Taiwanese
4011 SYNTAX
4012 The following conventions are used to indicate command syntax:
4013
4014 - Capital letters represent words that must be typed as shown. Lower-
4015 case letters represent names of items that may vary, such as filenames.
4016
4017 - The [ and ] characters surround optional items that can be supplied
4018 with the command.
4019
4020 - The { and } characters surround lists of items. You must supply one
4021 of the items with the command.
4022
4023 - The | character separates items in a list. Only one of the items can
4024 be supplied with the command.
4025
4026 For example, in the following syntax, you must type NET COMMAND and
4027 either SWITCH1 or SWITCH2. Supplying a name is optional.
4028 NET COMMAND [name] {SWITCH1 | SWITCH2}
4029
4030 - The [...] characters mean you can repeat the previous item.
4031 Separate items with spaces.
4032
4033 - The [,...] characters mean you can repeat the previous item, but
4034 you must separate items with commas or semicolons, not spaces.
4035
4036 - When typed at the command prompt, service names of two words or
4037 more must be enclosed in quotation marks. For example,
4038 NET START "COMPUTER BROWSER" starts the computer browser service.
4039 .