Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
monitor:ntsvcs [2010/03/16 13:33] digitalmanmonitor:ntsvcs [2015/08/15 23:23] – [Synchronet Windows Services] digital man
Line 4: Line 4:
  
 If you're running Synchronet on a Microsoft Windows NT based operating system If you're running Synchronet on a Microsoft Windows NT based operating system
-(e.g. Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008, or Windows 7), you can run+(e.g. Windows NT, Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008, Windows 7, Windows 8, or Windows 10), you can run
 Synchronet as a set of [[wp>Windows Services]]. Synchronet as a set of [[wp>Windows Services]].
  
Line 72: Line 72:
  
 {{:monitor:run_services_msc.png|}} {{:monitor:run_services_msc.png|}}
- 
-===== Uninstallation ===== 
- 
-To remove/un-install the Synchronet Windows Services, run: 
- 
- sbbsNTsvcs remove 
- 
-Example output: 
-<file> 
-Synchronet NT Services  Version 3.15a  Copyright 2010 Rob Swindell 
- 
-Removing: Synchronet Terminal Server          ... Removed 
-Removing: Synchronet FTP Server               ... Removed 
-Removing: Synchronet Web Server               ... Removed 
-Removing: Synchronet SMTP/POP3 Mail Server    ... Removed 
-Removing: Synchronet Services                 ... Removed 
-</file> 
- 
-You may also enable and disable the Synchronet Windows Services with the sbbsNTsvcs 
-command-line options.  
  
 ===== Command Line ===== ===== Command Line =====
Line 184: Line 164:
 parameters" of one or more of the services (under the Windows Control Panel) parameters" of one or more of the services (under the Windows Control Panel)
 to ''-debug''. to ''-debug''.
 +
 +===== Uninstallation =====
 +
 +If you do not wish to run Synchronet as Windows Services (e.g. run them in-process using ''[[monitor:sbbscon|sbbs.exe]]'' or ''[[monitor:sbbsctrl|sbbsctrl.exe]]'' instead), simply stopping and (optionally) disabling the services is all that is normally required.
 +
 +To disable the Synchronet Windows Services using ''sbbsNTsvcs'':
 +
 +  sbbsNTsvcs disabled
 +  
 +Example output:
 +<file>
 +Synchronet NT Services  Version 3.15a  Copyright 2010 Rob Swindell
 +
 +Disabling service: Synchronet Terminal Server          ... Disabled
 +Disabling service: Synchronet FTP Server               ... Disabled
 +Disabling service: Synchronet Web Server               ... Disabled
 +Disabling service: Synchronet SMTP/POP3 Mail Server    ... Disabled
 +Disabling service: Synchronet Services                 ... Disabled
 +</file>
 +
 +To remove/un-install the Synchronet Windows Services, run:
 +
 + sbbsNTsvcs remove
 +
 +Example output:
 +<file>
 +Synchronet NT Services  Version 3.15a  Copyright 2010 Rob Swindell
 +
 +Removing: Synchronet Terminal Server          ... Removed
 +Removing: Synchronet FTP Server               ... Removed
 +Removing: Synchronet Web Server               ... Removed
 +Removing: Synchronet SMTP/POP3 Mail Server    ... Removed
 +Removing: Synchronet Services                 ... Removed
 +</file>
 +
 +:!: This operation does not uninstall Synchronet.
  
 ===== See Also ===== ===== See Also =====
Line 189: Line 205:
  
 {{tag>}} {{tag>}}
- 
-{{indexmenu_n>3}}{{:monitor:services_cpl.png|}}