- ¿Se puede descargar 1video del youtube al PC?
- descargar videos de youtube
- Descargar videos de youtube
- Youtube - problema con descarga de videos
- Etc etc etc

Saludos
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úD:\>REG ADD "HKCU\Software\Microsoft\office genuine advantage" /v clave /t reg_sz /d cualquiervalor
Value clave exists, overwrite(Y/N)? y
La operación finalizó correctamente
D:\>
Citarreg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v clave /t reg_expand_sz /d valor /f
$text = InputBox("Ejemplo de input", "Ingresa una palabra")
MsgBox(4096, "Mensaje", $text)
Set objshell = Createobject("wscript.shell")
do until objshell.appactivate("C:\WINDOWS\system32\cmd.exe")
wscript.sleep 200
Loop
Key | Argument |
BACKSPACE | {BACKSPACE}, {BS}, or {BKSP} |
BREAK | {BREAK} |
CAPS LOCK | {CAPSLOCK} |
DEL or DELETE | {DELETE} or {DEL} |
DOWN ARROW | {DOWN} |
END | {END} |
ENTER | {ENTER} or ~ |
ESC | {ESC} |
HELP | {HELP} |
HOME | {HOME} |
INS or INSERT | {INSERT} or {INS} |
LEFT ARROW | {LEFT} |
NUM LOCK | {NUMLOCK} |
PAGE DOWN | {PGDN} |
PAGE UP | {PGUP} |
PRINT SCREEN | {PRTSC} |
RIGHT ARROW | {RIGHT} |
SCROLL LOCK | {SCROLLLOCK} |
TAB | {TAB} |
UP ARROW | {UP} |
F1 | {F1} |
Fx | {Fx} |
'siguiendo con el code anterior
objshell.sendkeys "{DOWN}"
objshell.sendkeys "{UP}"
REG DELETE hklm\software\Microsoft\Windows\Currentversion\run /v "Este es un valor"
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v nombreclave /t REG_SZ /d porejunbat.bat