
CODE: [Copy to clipboard][ Last edited by tireless on 2009-4-3 at 07:51 ]@echo off
for /f "skip=3 tokens=1,3" %%a in ('reg query HKLM\SYSTEM\MountedDevices /s') do (
if /i "%%b"=="e4b0283c007e000000000000" (
if /i "%%~pa"=="\DosDevices\" (
reg delete HKLM\SYSTEM\MountedDevices /f /v %%a
)
)
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |