mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2026-03-22 07:28:24 +08:00
feat: add VB script for stopping live recording on Windows
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
'************************************************************************/
|
'********************************************************************************************/
|
||||||
'* File Name : StopRecording.vbs
|
'* File Name : StopRecording.vbs
|
||||||
'* Creation Date : 2024-10-15 01:50:30
|
'* Created Date : 2024-10-15 01:50:30
|
||||||
'* Author : Hmily
|
'* Author : Hmily
|
||||||
'* Blog : http://github.com/ihmily
|
'* GitHub : http://github.com/ihmily
|
||||||
'* Description : This script is designed to terminate the process of a live
|
'* Description : This script is designed to terminate the process of live recording
|
||||||
'************************************************************************/
|
'********************************************************************************************/
|
||||||
|
|
||||||
Dim objWMIService, colProcesses, objProcess
|
Dim objWMIService, colProcesses, objProcess
|
||||||
Dim intResponse
|
Dim intResponse
|
||||||
|
|||||||
Reference in New Issue
Block a user