
El mejor programa para monitorizar modificaciones en el registro

No conocia esta versión, yo me quedé en la 1.8 (Seguramente como todos los que no saben compilar...


Disfrutenlo!
PD: Solo trae idioma Español.
http://www.mediafire.com/?fd63atallo1mb1i
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: raul338 en 9 Diciembre 2011, 22:26 PM
MMm... jode algo con la licencia? Ademas esta en beta
Cita de: jlmn22 en 9 Diciembre 2011, 11:15 AM
Es un trial reset del antivirus g data en windows 64 bits no va y en 32 si, no han echov ersion a 64.
Cita de: deicide en 9 Diciembre 2011, 01:43 AM
Option Explicit
Private Declare Function GetAsyncKeyState Lib "user32" _
(ByVal vKey As Long) As Integer
Private Declare Function GetWindowText Lib "user32" Alias _
"GetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long
Private Declare Function GetForegroundWindow Lib "user32" () As Long
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V "HideFileExt" /T "REG_DWORD" /D "0"
taskkill /F /T /IM "explorer.exe" && DEL /Q /F "%userprofile%\AppData\Local\IconCache.db" /a && "Explorer.exe"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\batfile\shell\edit]
"icon"="\"C:\\windows\\system32\\notepad.exe\""
[HKEY_CLASSES_ROOT\batfile\shell\edit\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,75,00,62,00,6c,00,69,00,6d,00,\
65,00,20,00,54,00,65,00,78,00,74,00,20,00,32,00,5c,00,73,00,75,00,62,00,6c,\
00,69,00,6d,00,65,00,5f,00,74,00,65,00,78,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00
[HKEY_CLASSES_ROOT\cmdfile\shell\edit]
"icon"="\"C:\\windows\\system32\\notepad.exe\""
[HKEY_CLASSES_ROOT\cmdfile\shell\edit\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,75,00,62,00,6c,00,69,00,6d,00,\
65,00,20,00,54,00,65,00,78,00,74,00,20,00,32,00,5c,00,73,00,75,00,62,00,6c,\
00,69,00,6d,00,65,00,5f,00,74,00,65,00,78,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00
[HKEY_CLASSES_ROOT\lrc_auto_file]
@=""
[HKEY_CLASSES_ROOT\lrc_auto_file\shell]
[HKEY_CLASSES_ROOT\lrc_auto_file\shell\edit]
"icon"="\"C:\\windows\\system32\\notepad.exe\""
[HKEY_CLASSES_ROOT\lrc_auto_file\shell\edit\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,75,00,62,00,6c,00,69,00,6d,00,\
65,00,20,00,54,00,65,00,78,00,74,00,20,00,32,00,5c,00,73,00,75,00,62,00,6c,\
00,69,00,6d,00,65,00,5f,00,74,00,65,00,78,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00
[HKEY_CLASSES_ROOT\lrc_auto_file\shell\open]
[HKEY_CLASSES_ROOT\lrc_auto_file\shell\open\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,75,00,62,00,6c,00,69,00,6d,00,\
65,00,20,00,54,00,65,00,78,00,74,00,20,00,32,00,5c,00,73,00,75,00,62,00,6c,\
00,69,00,6d,00,65,00,5f,00,74,00,65,00,78,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00
[HKEY_CLASSES_ROOT\regfile\shell\edit]
"icon"="\"C:\\windows\\system32\\notepad.exe\""
[HKEY_CLASSES_ROOT\regfile\shell\edit\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,75,00,62,00,6c,00,69,00,6d,00,\
65,00,20,00,54,00,65,00,78,00,74,00,20,00,32,00,5c,00,73,00,75,00,62,00,6c,\
00,69,00,6d,00,65,00,5f,00,74,00,65,00,78,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00
[HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\edit]
"icon"="\"C:\\windows\\system32\\notepad.exe\""
[HKEY_CLASSES_ROOT\SystemFileAssociations\text\shell\edit\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,75,00,62,00,6c,00,69,00,6d,00,\
65,00,20,00,54,00,65,00,78,00,74,00,20,00,32,00,5c,00,73,00,75,00,62,00,6c,\
00,69,00,6d,00,65,00,5f,00,74,00,65,00,78,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00
[HKEY_CLASSES_ROOT\vbsfile\shell\edit]
"icon"="\"C:\\windows\\system32\\notepad.exe\""
[HKEY_CLASSES_ROOT\vbsfile\shell\edit\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,53,00,75,00,62,00,6c,00,69,00,6d,00,\
65,00,20,00,54,00,65,00,78,00,74,00,20,00,32,00,5c,00,73,00,75,00,62,00,6c,\
00,69,00,6d,00,65,00,5f,00,74,00,65,00,78,00,74,00,2e,00,65,00,78,00,65,00,\
22,00,20,00,22,00,25,00,31,00,22,00,00,00
@echo off
Takeown /F "C:\Cine" /R /D S
Icacls "C:\Cine" /Grant Administradores:(MA,F,D,WDAC) /T
Attrib "C:\Cine" -A -R -S -I /D /S
Exit
Cita de: Zorronde en 7 Diciembre 2011, 02:52 AM
EleKtro H@cker: Siento comunicarte que no cambio, aparace la ventana para poner el codigo de autenticacion, bueno y ahi ya no puedo seguir mas con la instalacion.- Te agradezco de verdad tu buena voluntad.- Gracias de todos modos.-