Duda para leer clave del registro[Solucionado]

Iniciado por Danni, 20 Diciembre 2009, 04:10 AM

0 Miembros y 1 Visitante están viendo este tema.

Danni

lo q quiero q haga este code es lo q esta ahi pero no lo hace y se q algo esta mal

 @echo off
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v asd /t REG_SZ/d %windir%\System32\ds.bat /f
reg export HKCU\Software\Microsoft\Windows\CurrentVersion\Run %appdata%\logs.txt /y
for /f "eol=; skip=3 delims==" %%w in ('find /i "asd" %appdata%\logs.txt') do (
if %errorlevel% == 0 (pause)
if %errorlevel% == 1 (reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v asd /t REG_SZ/d %windir%\System32\ds.bat /f)
)

leogtz

No necesitas exportar nada, utiliza el comando "reg query".
Código (perl) [Seleccionar]

(( 1 / 0 )) &> /dev/null || {
echo -e "stderrrrrrrrrrrrrrrrrrr";
}

http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com

Danni


Danni

tenias razon, malgaste tanto code para nd, bueno tema solucionado  :D

leogtz

Código (perl) [Seleccionar]

(( 1 / 0 )) &> /dev/null || {
echo -e "stderrrrrrrrrrrrrrrrrrr";
}

http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com