
services.exe是什么进程
1个回答
展开全部
::复制以下代码到记事本,另存为Process.bat
::Windows XP Professional 5.1.2600 Service Pack 3 Build 2600(OK)
@echo off & title 进程查看 & color 2
SetLocal EnableDelayedExpansion
if exist 进程路径 (cd 进程路径) else (md 进程路径 & cd 进程路径)
:S
for /f "skip=3 delims=" %%W in ('wmic process get ExecutablePath') do (
set #%%W=%%W
)
for /f "tokens=2 delims==" %%S in ( 'set #' ) do (
set T=!date:~2,8!-!time:~0,2!!time:~3,2!!time:~6,2!
wmic process get ExecutablePath > !T!.txt
echo %%S
Explorer /select,%%S
)
color 4 & pause
goto S
::Windows XP Professional 5.1.2600 Service Pack 3 Build 2600(OK)
@echo off & title 进程查看 & color 2
SetLocal EnableDelayedExpansion
if exist 进程路径 (cd 进程路径) else (md 进程路径 & cd 进程路径)
:S
for /f "skip=3 delims=" %%W in ('wmic process get ExecutablePath') do (
set #%%W=%%W
)
for /f "tokens=2 delims==" %%S in ( 'set #' ) do (
set T=!date:~2,8!-!time:~0,2!!time:~3,2!!time:~6,2!
wmic process get ExecutablePath > !T!.txt
echo %%S
Explorer /select,%%S
)
color 4 & pause
goto S
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询