
2. คลิ๊ก New

3. กำหนดเงื่อนไขในการจัดการเมล์ เช่น เงื่อนไขในการส่งจากใคร หรือถึงใคร และจะให้ทำอย่างไร ลบ หรือส่งต่อ หรือ อื่น ๆ
4. กำหนดเสร็จแล้วกด Ok เช็คเมล์อีกครั้ง
\\HKEY_LOCAL_MACHNINE\SYSTEM\CurrentControlSet\Services
sc
:C:\> sc query state= all | findstr SERVICE_NAME
state=
is important. If omitted, sc tries to find a service named state=all
which will, most probably, not exist.state= all
is omitted altogether, only running services will be returned.services.msc
into Run->Start, or into a cmd console, opens the Service panel which displays all installed services on the system.sc
:C:\> sc delete service-name
Thank For Web http://www.adp-gmbh.ch/win/misc/services.html