Location:
Search - closeprocess
Search list
Description: 进程屏蔽精灵使用说明
1、运行CloseProcess.exe程序进行屏蔽进程列表设置。
2、CloseProcess.exe可进行添加、删除等操作,操作完毕后点击保存,如没有点击保存,程序关闭时将会给出提示。
3、脚本安装服务,安装install.bat、开始Start.bat、停止Stop.bat、移除Uninstall.bat,安装与移除次序为,安装:install.bat->Start.bat 移除:Stop.bat->Uninstall.bat
Platform: |
Size: 626404 |
Author: 王就 |
Hits:
Description: 进程屏蔽精灵使用说明
1、运行CloseProcess.exe程序进行屏蔽进程列表设置。
2、CloseProcess.exe可进行添加、删除等操作,操作完毕后点击保存,如没有点击保存,程序关闭时将会给出提示。
3、脚本安装服务,安装install.bat、开始Start.bat、停止Stop.bat、移除Uninstall.bat,安装与移除次序为,安装:install.bat->Start.bat 移除:Stop.bat->Uninstall.bat-The process of shielding the wizard use one, run process shield CloseProcess.exe procedures set list. 2, CloseProcess.exe can add, delete and other operations, the operation has finished, click Save, if not click Save, the program prompted the closure will be given. 3, script installation services, installation install.bat, began Start.bat, stop Stop.bat, remove Uninstall.bat, install and remove the order of installation: install.bat-
Platform: |
Size: 625664 |
Author: 王就 |
Hits:
Description: 进程屏蔽精灵 服务程序-The process of shielding procedures Wizard Services ..........
Platform: |
Size: 626688 |
Author: xxxhgt |
Hits:
Description: 关闭应用程序进程-vb调用系统API实现关闭进程-Close the application process-vb call the system API to achieve closure of the process of
Platform: |
Size: 2048 |
Author: final fighter |
Hits:
Description: 获取所有进程路径,查看进程属性,描述,结束进程-procedure TProcessDelForm.EndProcessBtnClick(Sender: TObject)
var
Li: TListItem
Ls:TStrings
P: PPluginsItemInfo
ID,i:Integer
begin
Ls:=TStringlist.Create
EnablePrivilege(GetCurrentProcess, SeDebugPrivilege , True)
for i:=0 to ProListView.Items.Count-1 do
begin
Li:=ProListView.Items[i]
if Li <> nil then
begin
P:= PPluginsItemInfo(Li.Data)
if P^.CheckState= NODESTATE_CHECKED then
begin
Ls.Add(P^.PID)
end
end
end
for i:=0 to Ls.Count-1 do
begin
try
ID:=Strtoint(Ls.Strings[i])
KillProc(ID)
sleep(200)
CloseProcess(ID)
finally
end
end
FPEdit.Text:=
DesEdit.Text:=
ComEdit.Text:=
Ls.Free
end
Platform: |
Size: 109568 |
Author: 李庆 |
Hits: