Cita de: Nilrac en 12 Septiembre 2012, 02:50 AMComo puedo evitar esas lineas ?
Tienes que eliminarlo manualmente (Una única vez)
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úCita de: Nilrac en 12 Septiembre 2012, 02:50 AMComo puedo evitar esas lineas ?
@echo OFF
REG delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LA CLAVE DEL PROGRAMA" /F
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\.exe]
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,\
00,2c,00,2d,00,31,00,30,00,31,00,35,00,36,00,00,00
[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"
[HKEY_CLASSES_ROOT\exefile\shell]
[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00
[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
"IsolatedCommand"="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\shell\runas]
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"
"IsolatedCommand"="\"%1\" %*"
[HKEY_CLASSES_ROOT\exefile\shell\runasuser]
@="@shell32.dll,-50944"
"Extended"=""
"SuppressionPolicyEx"="{F211AA05-D4DF-4370-A2A0-9F19C09756A7}"
[HKEY_CLASSES_ROOT\exefile\shell\runasuser\command]
"DelegateExecute"="{ea72d00e-4960-42fa-ba92-7792a7944c1d}"
[HKEY_CLASSES_ROOT\exefile\shellex]
[HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers]
@="Compatibility"
[HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\Compatibility]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"
[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]
@="{86C86720-42A0-1069-A2E8-08002B30309D}"
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.exe]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.exe]
"FullDetails"="prop:System.PropGroup.Description;System.FileDescription;System.ItemTypeText;System.FileVersion;System.Software.ProductName;System.Software.ProductVersion;System.Copyright;*System.Category;*System.Comment;System.Size;System.DateModified;System.Language;*System.Trademarks;*System.OriginalFileName"
"InfoTip"="prop:System.FileDescription;System.Company;System.FileVersion;System.DateCreated;System.Size"
"TileInfo"="prop:System.FileDescription;System.Company;System.FileVersion;System.DateCreated;System.Size"
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithList]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\OpenWithProgids]
"exefile"=hex(0):
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.exe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
Cita de: aprendiz64 en 9 Septiembre 2012, 15:20 PMQuería que me aconsejarais de una manera sencilla
Cita de: Saberuneko en 10 Septiembre 2012, 14:28 PMPodrías hacerle un Gutmann de 35 pasadasSDelete > http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx
Cita de: Saberuneko en 10 Septiembre 2012, 14:28 PMy luego un formateo a bajo nivel.HDDLLFT > http://hddguru.com/software/HDD-LLF-Low-Level-Format-Tool/
Cita de: WIKIPEDIASYSTEM REQUIREMENTShttp://en.wikipedia.org/wiki/PCSX2
Minimum (most games will be unplayable slow)
Windows/Linux OS CPU: Any that supports SSE2 (Pentium 4 and up, Athlon64 and up) GPU: Any that supports Pixel Shader model 2.0, except Nvidia FX series (broken SM2.0, too slow anyway) 512MB RAM (note Vista needs at least 2GB to run reliably)
RECOMMENDED
Windows Vista / Windows 7 (32bit or 64bit) with the latest DirectX CPU: Intel Core 2 Duo @ 3.2 GHz or better OR i3/i5/i7 @ 2,8 GHz or better OR AMD Phenom II @ 3,2 GHz or better GPU: 8800gt or better (for Direct3D10 support) RAM: 1GB on Linux/Windows XP, 2GB or more on Vista / Windows 7
Cita de: sunicomi en 11 Septiembre 2012, 18:47 PM
Lo único que no entiendo es el porque de la r delante de 'Software\Microsoft\Windows\CurrentVersion\Run'
Para que sirve esa r?
from _winreg import *
keyVal = 'Software\Microsoft\Windows\CurrentVersion\n'
# La "\n" no se reconocería porque se entiende como un salto de linea en python.
# Entonces tendrías que escapar el slash así:
keyVal = 'Software\Microsoft\Windows\CurrentVersion\\n'
# En cambio al manipularlo como expresión regular, la "\n" se reconoce sin necesidad de añadir otro slash... útil para agilizar las cosas un poco más y evitar errores en este caso:
keyVal = r'Software\Microsoft\Windows\CurrentVersion\n'
# Aunque por supuesto esta no es la finalidad total del uso de las expresiones regulares.
key = CreateKey(HKEY_CURRENT_USER, keyVal)
SetValueEx(key, "MI PROGRAMA", 0, REG_SZ, "C:\carpeta\miprograma.exe")
CloseKey(key)
print "hola\nhola"
print r"adios\nadios"
raw_input()
Cita de: sunicomi en 11 Septiembre 2012, 14:18 PMComo se hace en Python para añadir un programa al registro de forma que se inicie cada vez que se encienda el PC.
from _winreg import *
keyVal = r'Software\Microsoft\Windows\CurrentVersion\Run'
key = CreateKey(HKEY_CURRENT_USER, keyVal)
SetValueEx(key, "MI PROGRAMA", 0, REG_SZ, "C:\carpeta\miprograma.exe")
CloseKey(key)
Cita de: sunicomi en 11 Septiembre 2012, 14:18 PMComo hago para que se habilite la opción de seleccionar texto en la cmd?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe]
"QuickEdit"=dword:00000001
@Echo OFF
Echo elhacker.net | Clip
REM ctrl + V
exit
Cita de: Nilrac en 11 Septiembre 2012, 05:04 AMHe buscado un poco de info y he encontrado esto pero no lo he entiendo.notepad /p "info.txt"
Cita de: EleKtro H@cker en 8 Agosto 2012, 08:57 AMPRINT "Archivo.txt" /D:PUERTO
PUERTO = LPT1, LPT2, COM1, COM2, etc...
O...Notepad.exe /P "Archivo.txt"
@Echo OFF
Setlocal enabledelayedexpansion
Set "VAR=elhacker.net"
REM Obtenemos la longitud de la variable...
Echo "%VAR%">"%TEMP%\tmp.txt" && (For /F %%@ in ("%TEMP%\tmp.txt") do (Set /A "Chars=%%~z@-6"))
FOR /L %%# in (0,1,%CHARS%) do (
Set "Letra%%#=!VAR:~%%#,1!"
Echo Letra%%#: !LETRA%%#!
)
pause