|
|
茫茫網海中的冷日
發生過的事,不可能遺忘,只是想不起來而已! |
|
恭喜您是本站第 1729274
位訪客!
登入 | 註冊
|
|
|
|
發表者 |
討論內容 |
冷日 (冷日) |
發表時間:2017/6/27 5:34 |
- Webmaster

- 註冊日: 2008/2/19
- 來自:
- 發表數: 15771
|
- [轉貼]Rename windows service
- Rename windows service
Is there a way to rename a windows service? Not the display name, mind you, the actual name. I can't seem to edit the value in enum\root to be what I want, and there ought to be an easier way, I just can't find it!
This is nothing I ever would recommend doing This is what I did
open regedit navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services Look at the keys in the treestructure inside the left pane and select the service you would like to rename Rename the key using the Rename entry in the Context-Menu If there is a subkey named enum delete it. It will get recreated the next time the service starts. You might want to change the Subkey DisplayName according to the new service name Reboot the machine for changes to take effect Pray it did not screw things up
Use SC.exe Create to create a new service in Windows with the paramaters that you want. Then use SC.exe Delete to delete the old service.
SC is a command line program built in to Windows that is used for communicating with the Service Control Manager and services. shareimprove this answer
原文出處:Rename windows service - Server Fault
|
|
|
討論串
|