
CODE: [Copy to clipboard]@echo off & SetLocal EnableDelayedExpansion
for /f "delims=/" %%a in ('wmic startup where "Location='HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run'" get Command^|more +1') do (
for /f "tokens=*" %%b in ("%%~a") do (
set name=%%~nxb
echo.!name:"=!
)
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |