Skip to content

Instantly share code, notes, and snippets.

@abcprintf
Last active November 18, 2020 07:51
Show Gist options
  • Save abcprintf/a2cc4070d4112cbd374f4e5fc229df50 to your computer and use it in GitHub Desktop.
Save abcprintf/a2cc4070d4112cbd374f4e5fc229df50 to your computer and use it in GitHub Desktop.
วิธีสร้าง service โดยใช้ sc.exe

คำสั่ง สร้าง

sc CREATE "abcprintf.exe"  binpath="D:\Path\abcprintf.exe"  displayname="abcprintf"

คำสั่ง ลบ

sc DELETE "abcprintf.exe"

เพิ่มเติม

sc config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment