|
161
|
Foros Generales / Foro Libre / Re: ¿Qué se sabe sobre extraterrestres?
|
en: 20 Septiembre 2024, 03:41 am
|
En tu post asumes que los extraterrestres existen, y hablas como si las demás personas debiéramos asumirlo también. Yo no lo tengo tan claro, aunque hace años le he podido dar algo más de credibilidad, y lo cierto es que el tema me fascina, pero al final es algo que aburre. Es como las profecías post-apocalípticas del fin del mundo por el "cambio climático" que llevan publicándose desde el primer periódico de la humanidad. Y nunca llega el fin, ni el del meteorito, ni la era de la glaciación ni el calentamiento global y abrasador, ni las islas que se hunden por la elevación de los mares. Nada, todo sigue igual que hace siglos. Pero la gente se sigue creyendo el cuento climático, por que vender la noticia del relato del cuento climático da muchos beneficios, mantiene entretenida a la plebe, y atrae inversores para financiar proyectos (de "energías verdes", menos la nuclear, que al parecer es de un verde rancio al que hay que discriminar), tanto en el Londres de 1785, como en la Europa de 2024. Pues con los alienígenas, más de lo mismo: Vende humos. A falta de que se pueda demostrar la veracidad de un solo testimonio o afirmación, todo son historietas para hacer negocio vendiendo humo, en su inmensa mayoría, generalizando (luego habrá un porcentaje de locos clínicos, y otro muy pequeño porcentaje de personas realmente sinceras que creen firmemente haber visto alienígenas). Puede que existan, no lo sé, a mi me han descrito experiencias que no puedo confirmar su veracidad (y para mi esas personas no son vende humos, las veo sinceras, pero yo no puedo confirmar ni reproducir lo que dicen, así que no tengo pruebas), y yo he tenido una experiencia en mi infancia que no recuerdo con demasiada claridad, pero al final es que para qué se le va a seguir dando importancia en algo que, de existir, nunca lo llegaremos a saber con certeza durante nuestras cortas vidas. Pensar demasiado en aliens y OVNIS puede causar preocupaciones de más, o ilusiones que, en ambos casos, terminarían por convertirse en distracciones de los problemas reales y latentes que sufrimos en La Tierra (no diré cuales, para no mezclar este tema con la política, pero no hace falta ponerse a mirar el cielo en busca de OVNIS para encontrar problemas sociales y culturales muy graves en las sociedades, y que necesitan de toda nuestra atención). Cierto usuario, además, dijo que él sabía cómo construir cierto tipo de OVNI. Claro. Ese usuario solo necesita un par de tornillos y un poco de imaginación. Y si lo compras en el IKEA, te hacen el montaje ellos mismos. En fin... Un saludo.
|
|
|
162
|
Foros Generales / Dudas Generales / Re: ¿Existen teclados con teclas para las funciones de copiar y pegar?
|
en: 20 Septiembre 2024, 03:12 am
|
Ambos enlaces que yo te he indicado, se abren perfectamente, incluyendo ese tercer enlace que tú has mencionado. Prueba más tarde o en otro navegador, no sé que decirte.
Y no veo que tus links sean simples tampoco... No he profundizado en explicaciones por que tú has abierto una infinidad de hilos sobre programación en este foro... y el tipo de nomenclaturas y gran parte de los símbolos de la sintaxis que utiliza AutoHotkey debería ser pan comido entenderlo a estas alturas (aunque nunca se haya utilizado este lenguaje de scripting). Sin acritud. Simplemente di por hecho que lo entenderías. Bueno, te explico el siguiente código: F1:: send, ^c sleep, 500 send, ^v Return
F1:: = Asignación de la tecla de acceso rápida (tecla F1 en este caso) y comienzo del bloque de función. send, ^c = Enviar combinación de pulsaciones del teclado: CTRL+C sleep, 500 = Esperar un intervalo de 500 ms entre eventos de pulsaciones. send, ^v = Enviar combinación de pulsaciones del teclado: CTRL+V Return = Terminar la ejecución de esta función. PD: Yo no recuerdo haber usado AutoHotkey en mi vida (bueno, puede que una vez durante 10 minutos para probarlo hace muchos años, o a lo mejor eso era AutoIt, ni lo recuerdo ya), todo lo que acabo de explicar es simplemente evidente, no es en base a ninguna experiencia propia con AHK, insisto. Pero es que de todas formar tienes a ChatGPT para salir de dudas con una unidad de código así de simple y corta. Saludos.
|
|
|
163
|
Foros Generales / Dudas Generales / Re: ¿Existen teclados con teclas para las funciones de copiar y pegar?
|
en: 19 Septiembre 2024, 13:28 pm
|
Sé que con Ctrl+C y Ctrl+V se puede, pero pon tu teclado y manos bajo una frazada o algo (hace frío), ponte a escribir algo en lo que debas copiar y pegar cosas, y fíjate cuan seguido lo logras en vez de presionar Ctrl+X (cortar), Ctrl+B (buscar en mi caso), simplemente C, o simplemente V, o cosas similares. Qué difícil lo planteas todo... siempre. Utiliza AutoHotkey (AHK): - Hotkeys (Mouse, Controller and Keyboard Shortcuts) - Copy & Paste ScriptsO en su defecto cualquiera de las decenas y decenas de aplicaciones de todo tipo que permiten crear un atajo global ( system-wide hotkey) para enlazar una macro / función a una tecla de tu elección. Atentamente, Elektro.
|
|
|
164
|
Sistemas Operativos / Windows / Re: Ejecutar un archivo reg al iniciar la sesión
|
en: 19 Septiembre 2024, 10:43 am
|
1. Dónde puedo encontrar un listado de esos parámetros para saber cuál es su signficado.
Pues ya te lo han explicado. Y, adicionalmente a la sección de ayuda del propio comando, el siguiente sitio web sirve muy bien para tener una referencia online de todos los comandos disponibles en CMD y sus modificacores ( switches) / parámetros: ⚪ https://ss64.com/nt/De CMD y RD: ⚪ https://ss64.com/nt/cmd.html⚪ https://ss64.com/nt/rd.html
2. Cómo aplicarlo a mi caso concreto, sin tener que crear un archivo bat, directamente en el valor de la clave que he creado. La sintaxis que has aplicado es incorrecta. Resulta necesario utilizar comillas dobles después del parámetro /C para encerrar el valor que contiene espacios. Ejemplo: CMD /C "DIR /B "." & PAUSE" CMD.exe es un proceso como cualquier otro, y, como en cualquier otro proceso y/o comando de CMD, también debes encerrar el valor de los parámetros entre comillas dobles para evitar conflictos con cadenas de texto que contengan espacios en blanco.
Lo que quiero es saber si es posible añadir algún parámetro directamente en el valor de 000 Claves para que no me muestre la ventana de comandos, vamos, que toda la ejecución del reg sea oculta. No es posible ocultar la ventana de una instancia de CMD.exe / REG.exe. No del modo en el que lo planteas (ejecutando directamente dicho proceso). Lo que sí puedes hacer es iniciar el ejecutable WScript.exe (el cual no tiene interfaz por línea de comandos ni interfaz gráfica visible, por lo que es "invisible"), pasándole como parámetro un archivo de Visual Basic Script (archivo con extensión *.VBS), y desde ese script recibir el resto de parámetros por línea de comandos para crear, de forma oculta, un nuevo proceso del ejecutable "reg.exe" y con sus respectivos parámetros adicionales (IMPORT ...). Esto sería el archivo de script VBS: RunProgramHidden.vbsOption Explicit Dim title, version, author, description, usage title = "Run Program Hidden" version = "1.2" author = "ElektroStudios" description = "Runs a program and hides its window." usage = """File.exe"" ""File Parameters""" If WScript.Arguments.Count < 1 Then Call ShowHelp(title, version, author, null, description, usage) Wscript.Quit(1) End If Dim whtSpace, dblQuote whtSpace = ChrW(32) dblQuote = ChrW(34) Dim executable, arguments executable = dblQuote & WScript.Arguments.Item(0) & dblQuote arguments = JoinWshArguments(1) ' Enclosed in double quotes and separated by a white space. Dim windowStyle, waitOnReturn windowStyle = 0 ' Hide the window (and activate another window.) waitOnReturn = False ' Don't wait for the command to complete before ' continuing execution of the WSH script. Dim objShell Set objShell = WScript.CreateObject("WScript.Shell") Call objShell.Run(executable & whtSpace & arguments, windowStyle, waitOnReturn) Wscript.Quit(0) ' ========================================================= ' | Universal Functions | ' ========================================================= ' -------------------------------------------------------------------- ' Function: JoinWshArguments ' ' Purpose: ' Joins the current command-line arguments into a single-line string. ' Each argument is enclosed in double quotes for convenience, ' and separated by a white space. ' ' Parameters: ' • startIndex (Integer): ' The index to start joining arguments. ' ' Returns: ' The resulting string with the command-line arguments joined. ' -------------------------------------------------------------------- Function JoinWshArguments(ByVal startIndex) startIndex = CInt(startIndex) If startIndex < 0 Then Call ThrowError("Value 'startIndex' must be equal to or greater than zero.") End If Dim argsCount argsCount = WScript.Arguments.Count If startIndex > argsCount Then Call ThrowError("Value 'startIndex' must be equal to or smaller than 'WScript.Arguments.Count'.") End If Dim whtSpace, dblQuote whtSpace = Chr(32) dblQuote = Chr(34) Dim i, args For i = startIndex to (argsCount - 1) ' args = "arg1" "arg2" "arg3" etc. args = args & whtSpace & dblQuote & WScript.Arguments.Item(i) & dblQuote Next JoinWshArguments = args End Function ' -------------------------------------------------------------------- ' Subroutine: ThrowError ' ' Purpose: ' Raises a runtime error with the specified error description, ' and sets the error number to 9999. ' ' Parameters: ' • errDescription (String): ' A description that explains the cause or context of the error. ' -------------------------------------------------------------------- Sub ThrowError(ByVal errDescription) Const errNumber = 9999 Err.Clear Err.Number = errNumber Err.Description = errDescription Err.Raise errNumber, WScript.ScriptName, errDescription End Sub ' -------------------------------------------------------------------- ' Subroutine: ShowHelp ' ' Purpose: ' Displays a message box containing information about the script, ' including its title, version, author, description, and usage ' instructions. This function is useful for providing a comprehensive ' overview of the script to users. ' ' Parameters: ' • title (String): ' The title of the script, which will be displayed ' at the top of the message box. ' • version (String): ' The version number of the script, which will be ' appended to the title to indicate the current version. ' • author (String): ' The name of the author of the script. ' • copyright (String): ' The company or creator copyright of the script. ' • description (String): ' A brief explanation of what the script does. This text should ' describe the script's functionality or purpose in a clear and ' concise manner. ' • usage (String): ' Instructions on how to use the script, including any required ' or optional arguments. ' ' Example: ' Call ShowHelp("MyScript", "1.0", "John Doe", "© Copyright", _ ' "This script performs a specific task.", _ ' "/Switch ""Value""") ' -------------------------------------------------------------------- Sub ShowHelp(title, version, author, copyright, description, usage) Dim scriptName scriptName = WScript.ScriptName Dim whtSpace, dblQuote whtSpace = Chr(32) dblQuote = Chr(34) If Len(title) <> 0 Then title = title & whtSpace End If If Len(version) <> 0 Then version = "v" & version End If Dim topNewLine If Len(title & version) <> 0 Then topNewLine = vbNewLine & vbNewLine End If If Len(author) <> 0 Then author = "Author:" & whtSpace & author & _ vbNewLine & vbNewLine End If If Len(copyright) <> 0 Then copyright = "Copyright:" & whtSpace & copyright & _ vbNewLine & vbNewLine End If If Len(description) <> 0 Then description = "Description:" & vbNewLine & _ description & _ vbNewLine & vbNewLine End If If Len(usage) <> 0 Then usage = "Usage: " & vbNewLine & _ scriptName & whtSpace & usage End If Dim msg msg = title & version & topNewLine & _ author & _ copyright & _ description & _ usage MsgBox msg, vbInformation, scriptName End Sub
 (Nota: El código VBS de arriba es una ampliación de 👉 este otro👈 aporte que publiqué hace un tiempo, por si prefieres una versión más reducida de solamente 12 líneas de código, e igualmente funcional.) Eso lo guardas como un archivo de texto plano, pero con extensión de archivo "vbs" (ej.: "RunProgramHidden.vbs"). Y, por último, y ya que estás usando mi programa, te indico para configurarlo: Este sería el comando completo de ejemplo: "WScript.exe" "C:\Test\RunProgramHidden.vbs" "REG.exe" IMPORT "C:\Test\Script.reg" Y así se configuraría en la interfaz del programa:  Atentamente, Elektro.
|
|
|
165
|
Sistemas Operativos / Windows / Re: Ejecutar un archivo reg al iniciar la sesión
|
en: 18 Septiembre 2024, 10:52 am
|
Tengo que utilizar un archivo reg porque son muchas entradas a modificar en el registro.
Tu script de Registro de Windows, convertido a batch-script: :: Converted with Reg2Bat v2.5.0 by ElektroStudios REG DELETE "HKCR\SystemFileAssociations\.3g2\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.3g2\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.3gp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.3gp\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.3gp2\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.3gp2\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.3gpp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.3gpp\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.aac\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.aac\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ac3\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.ac3\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.adts\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.adts\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.aif\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.aif\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.aifc\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.aifc\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.aiff\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.aiff\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.alaw\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.alaw\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.amr\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.amr\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.amv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG ADD "HKCR\SystemFileAssociations\.amv\shell\Convert with Freemake" /V "Icon" /T "REG_SZ" /D " %ProgramFiles(x86)%\Freemake\Freemake Video Converter\Uninstall\logo.ico" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.anm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.apc\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ape\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.asf\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.au\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.avi\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.avs\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.bik\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.bmp\Shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.bnk\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.caf\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.cavs\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.cdg\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.dpg\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.dpx\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.drc\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.dsm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.dts\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.dv1394\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.dxa\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ea\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.f4a\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.f4b\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.f4p\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.f4v\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ffm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.film\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.film_cpk\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.flac\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.flc\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.flh\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.fli\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.flm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.flt\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.flv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.flx\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.gif\Shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.gsd\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.gsm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.gxf\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.h261\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.h263\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.h264\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ifo\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ivr\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.jpeg\Shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.jpg\Shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m2a\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m2t\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m2ts\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m2v\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m4a\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m4p\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m4r\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.m4v\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mj2\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mjpg\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mka\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mkm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mkv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mlp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mmf\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mov\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mp+\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mp1\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mp2\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mp3\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mp4\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mpc\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mpe\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mpeg\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mpeg3\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mpg\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mpv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mts\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mtv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.mxf\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.nc\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.nsv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.nut\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.nuv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ogg\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ogm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ogv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.oma\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.pam\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.pbm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.pcx\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.pgm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.png\Shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ppm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.pva\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.qcp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.qt\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.r3d\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ra\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ras\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rax\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rmj\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rms\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rmvb\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rmx\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.roq\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rpl\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rtsp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.rv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.sdp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.sgi\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.shn\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.smk\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.sr\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.svi\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.swf\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.tga\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.thp\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.tif\Shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.tiff\Shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.tod\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.ts\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.tta\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.txd\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.vc1\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.vfw\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.vob\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.voc\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.vro\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.w64\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.wav\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.webm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.wm\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.wma\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.wmv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.wmvhd\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.wv\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.xa\shell\Convert with Freemake" /F 1 >NUL 2 >&1 REG DELETE "HKCR\SystemFileAssociations\.yuv\shell\Convert with Freemake" /F 1 >NUL 2 >&1
tool de nirsoft O como alternativa, mi propia utilidad de código abierto para añadir elementos al inicio de Windows de forma amistosa mediante interfaz gráfica: ⚪ File2StartupEn la pestaña inicial puedes configurar un nuevo elemento a añadir (como el batch-script de arriba, o el archivo "reg.exe" con los parámetros que definas):  Y en esta otra pestaña puedes vizualizar, editar y eliminar los elementos que se inician con Windows:  Atentamente, Elektro.
|
|
|
166
|
Informática / Hardware / Re: AMD Ryzen 7 5800X 3D vs. AMD Ryzen 9 5950X
|
en: 18 Septiembre 2024, 09:09 am
|
Resumiendo: La AI se inclina por AMD Ryzen 9 5950X, en tu caso
Gracias por tomarte la molestia en consultarle a la IA. Yo te puedo decir que la IA Gemini (Google) se inclina por la misma CPU, pero ChatGPT (OpenAI) se decanta por la otra, y ambas IA dicen tomar su decisión priorizando los beneficios en mejora de codificación de video. Pero eso no significa nada, verás, estoy convencido de que si le repito la misma consulta las suficientes veces a cada IA, unas veces se inclinarían por una CPU, y otras veces por la otra, ya que no es la primera vez que lo experimento. Como para fiarse de las conjeturas de una IA. Así que eso no me sirve de mucho, ya que entre tomarme en serio y creer que hay cierta sabiduría y profesionalidad en la respuesta y decisión de una IA, y el azar de lanzar una moneda al aire para decidirme a cara o cruz, hay poca o ninguna diferencia (según el tema que se esté tratando con la IA).
De todas formas acabo de ver en Amazon que han reducido el precio del Ryzen 9 a 289€, mientras que el Ryzen 7 lo han aumentado a 380€, y ya no está disponible con envío Prime sino con vendedor externo (de ahí en parte uno de los factores para la subida de precio). Y a lo mejor pasa mucho tiempo hasta que vuelvan a igualarse los precios y estar ambos con envío Prime, así que creo que voy a aprovechar la oportunidad y comprar el Ryzen 9, por que hasta este momento nunca ha estado tan "barato" (ni en el Black Friday / Prime Days). Además, me hace ilusión saber lo que se siente trabajando con 32 hilos / 16 núcleos. Pero también me da miedo que consuman mucho más (ChatGPT dice que sí xD). Bueno, doy el tema por solucionado. Gracias Mr.Byte
|
|
|
168
|
Foros Generales / Foro Libre / Re: Alguien es capaz de localizarme esta canción en versión completa ?
|
en: 16 Septiembre 2024, 07:31 am
|
Ya encontré la canción completa Qué crack. Pues ya no hace falta que yo le responda a El_Andaluz, je. Por cierto, esto son las líricas traducidas al Inglés: These are some creatures Where is our government? Some faces Wired on TV Some faces Where is our government? Some faces Lies lie creatures lie
Some faces Where is our government? Some faces Wired on TV Some faces Where is our government? Putin, help Please help
Special military operation It's going according to plan Villages were destroyed there, villages were destroyed Special military operation It's going according to plan The village of *uevo According to the plan *uevo
Don't worry, don't worry Don't worry about us pizz*ets Don't worry, don't worry Don't worry about us pussies, pussies
Shit, automatic soldiers roll Don't worry, don't worry Damn automatic soldiers roll Like it or not, bear with me, my beauty
These are some creatures Where is our government? Some faces Wired on TV Some faces Where is our government? Some faces Lies lie creatures lie
Some faces Where is our government? Some faces Wired on TV Some faces Where is our government? Putin, help Please help
Special military operation It's going according to plan Villages were destroyed there, villages were destroyed Special military operation It's going according to plan The village of *uevo According to the plan *uevo En español: Estas son algunas criaturas ¿Dónde está nuestro gobierno? algunas caras Cableado en la televisión algunas caras ¿Dónde está nuestro gobierno? Algunas caras Las mentiras mienten, las criaturas mienten.
algunas caras ¿Dónde está nuestro gobierno? algunas caras Cableado en la televisión algunas caras ¿Dónde está nuestro gobierno? Putin, ayuda por favor ayuda
Operación militar especial Va según el plan Allí se destruyeron aldeas, se destruyeron aldeas Operación militar especial Va según el plan El pueblo de *uevo. Según el plan *uevo
No te preocupes, no te preocupes No te preocupes por nosotros los pizz*ets No te preocupes, no te preocupes No os preocupéis por nosotras maricas, maricas
*****, los soldados automáticos ruedan. No te preocupes, no te preocupes Malditos soldados automáticos ruedan Te guste o no, ten paciencia conmigo, mi belleza.
Estas son algunas criaturas ¿Dónde está nuestro gobierno? algunas caras Cableado en la televisión algunas caras ¿Dónde está nuestro gobierno? Algunas caras Las mentiras mienten, las criaturas mienten.
algunas caras ¿Dónde está nuestro gobierno? algunas caras Cableado en la televisión Algunas caras ¿Dónde está nuestro gobierno? Putin, ayuda por favor ayuda
Operación militar especial Va según el plan Allí los pueblos fueron destruidos, los pueblos fueron destruidos Operación militar especial Va según el plan El pueblo de *uevo. Según el plan *uevo
|
|
|
169
|
Programación / .NET (C#, VB.NET, ASP) / Re: como hacer una aplicacion muy basica similar a holyrics en vb
|
en: 15 Septiembre 2024, 17:22 pm
|
solo a grandes rasgos como se haria, yo despues investigaria los puntos que se deba investigar... ⚪ Una copia en formato digital de la Santa Biblia (completa, o parcial, según lo que necesites), en un formato adecuado para el análisis de datos (text parsing en Inglés) programático, mediante lenguajes de programación. Un archivo en formato CSV, por ejemplo, o también un archivo de base de datos SQLite que contenga sus tablas, con sus columnas y filas. En general, un formato de archivo optimizado para facilitarte vincular "Objeto" con "Versículo" mediante programación. Sin eso, no haces nada. Aunque solo pretendas usar un fragmento corto, o un par de líneas de texto, necesitarás estructurarlo adecuadamente para procesarlo posteriormente. ⚪ Recursos de audio y video ( assets) para acompañar con el texto a mostrar de La Biblia. Hay varios mercados online de assets, como por ejemplo AudioJungle y Shutterstock. También hay varias opciones gratuitas y libres de derechos de autor, como Free Music Archive y Pexels. ⚪ Dominio a nivel de dificultad principante-medio para generar y procesar un documento html de "presentación", con el video a reproducir y el texto de La biblia a mostrar. Si además quisieras añadir efectos visuales a las letras, como por ejemplo movimiento, o nieve que cae, o estrellas o cruces que se deslizan por la pantalla, sería un nivel de dificultad más complejo por el uso y conocimiento a nivel básico (copiar y pegar) de javascript y css. ⚪ Dominio a nivel medio-avanzado para el desarrollo del programa necesario para llevar a cabo este proyecto en su totalidad, incluyendo (pero no limitándose a) el conocimiento en: procesamiento de texto y su representación visual en la interfaz mediante el uso de eventos de clases (controles), y la comprensión del concepto de programación orientada a objetos (POO) con un dominio avanzado del lenguaje de programación a utilizar. Así en frío creo que no se necesitaría muchos más conocimientos. Todo eso lo he dicho teniendo presente que la intención es desarrollar un programa muy básico o minimalista, no algo profesional como Holyrics. Aunque, en cualquier caso, en realidad considero que más que complejidad y un alto nivel de conocimiento en programación, lo que requeriría es mucho tiempo y dedicación para su perfección. No solamente hay que diseñar una interfaz gráfica, también hay que desarrollar los algoritmos para procesar el texto de La Biblia y la edición Html, y para todo lo anterior hay que saber manejar una IDE, con la que además poder depurar el código. Sinceramente, y sin ánimo de desmotivarte, pero yo opino también que deberías olvidarlo. Hay cosas que simplemente no se pueden llevar a cabo sin que exista un previo aprendizaje de varios años. En la programación, tener voluntad para creer no es suficiente. Sin acritud. ⚪ Recurrir a inteligencias artificiales como ChatGPT o Gemini para que te ofrezcan alternativas a cualquier cosa, así como para intentar buscar soluciones a todos estos y otros problemas que puedan surgir. Atentamente, Elektro.
|
|
|
170
|
Foros Generales / Sugerencias y dudas sobre el Foro / Re: Robo de cuentas: suplantación de identidad a cuentas de @elhacket.net
|
en: 15 Septiembre 2024, 16:14 pm
|
Gracias por los comentarios y me disculpo por la demora en responderos... Cada vez me resulta más evidente que estaba equivocado. He notado que de vez en cuando me llegan otrs e-mail (ahora mismo no conservo ninguna copia para mostrároslo), creo recordar que me lo envía Google, un e-mail en el que me solicita confirmación para hacer forwarding de los correos que llegan a la cuenta de @elhacker.net, hacia mi cuenta personal de hotmail. No sé exactamente por qué sucede esto. Ya me parecería raro que sucediese una vez, me preocuparía, pero al cabo de un rato entendería que yo ignoro el funcionamiento interno de Google en estos aspectos tan técnicos, así que no le daría mayor importancia, será Google haciendo las cosas de Google que ignoro, algún procedimiento rutinario y automático relacionado con la configuración de cuentas, no sé, pero es que se repite de forma periódica, es decir, cada cierto tiempo me llega el mismo e-mail, y yo lo ignoro (no confirmo el forwarding, simplemente elimino el e-mail), y me vuelve a llegar al cabo de un tiempo. Pero bueno, el día que me canse de seguir viendo esos e-mails bloquearé la dirección remitente (de Google) y ya está  . ¡Un saludo a todos!.
|
|
|
|
|
|
|