[windows_internals]Services, Part I: service overview

'What Are Windows Services and Related Programs?' tutorial was cited in a CSDN.NET blog article published in 2010.

The What Are Windows Services and Related Programs? tutorial was cited in a CSDN.NET blog article published in 2010.

Subject: [windows_internals]Services, Part I: service overview
Date: 2010/05/26
Author: BetterManLu
Source: http://blog.csdn.net/BetterManLu/archive/2010/05/26
   /5626829.aspx

A service is a long-running executable that performs specific
functions and which is designed not to require user intervention.
Services can be configured to start when the operating system is
booted and run in the background as long as Windows is running, or
they can be started manually when required.

Servcies can be divided into two types: windows service and driver
service .  The windows service is running as a user-mode process,
while the driver service , as name indicated, is running as kernel-
mode process.

There are some basic concepts that we better know before we dive
into services.

...

Ref:

http://msdn.microsoft.com/en-us/library/ms681921%28v=VS.85%29.aspx

https://www.herongyang.com/Windows/Service-What-Is-Windows-Service.html

Table of Contents

 About This Book

 Reference Citations in 2023

 Reference Citations in 2022

 Reference Citations in 2021

 Reference Citations in 2020

 Reference Citations in 2019

 Reference Citations in 2018

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

 Reference Citations in 2014

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

Reference Citations in 2010

 made a mistake and deleted USBSTOR service

 How to use HtmlEncode w/Ext controls

 LONG RAW + ORA-00984 - Column not allowed here?

 How to change default character encoding for Cyrillic

 2 ways ssl not working: bad certificate

[windows_internals]Services, Part I: service overview

 SSL: Received fatal alert: certificate_unknown Problem

 Queue can not be created at runtime

 Getting Up and Running with OpenMoco Slim

 Second Life: Twitter OAuth Library

 Formating of SQL value for BLOB types (as hex vs ascii-bytes)

 Bug #51165: Using XSD_ANYTYPE removes method response tags...

 WLS : JDBC : oracle.sql.CLOB type

 How to Get Rid of the NetZero Task Bar

 How can I use a pfx keystore with stoneware?

 Apache Camel: Crypto

 Reference Citations in 2009

 Reference Citations in 2008

 Reference Citations in 2007

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003