9.5.09

como recuperar el flash en el navegador...!!!

verificar por la ruta en ejecutar

%systemroot%\system32\Macromed\Flash

Verificar que si este el archivo de extension *.OCX
si no esta?

1. Instalar adobe flash player para el navegador ke se tenga
2. Instalar shockwave flash player

Si esta y no funciona???

1. registrar la entrada desde el ejecutar:
regsvr32 C:\windows\system32\Macromed\Flash\(depende de la version ke se tenga).ocx

EJEMPLO:
regsvr32 C:\windows\system32\Macromed\Flash\Flash10b.ocx

Si no funca avisenme y lo solucionamos....!!!

8.5.09

Avira CD RESCUE.... Bueno Servira mucho

quizas ya la conocen POR LA SOMBRILLITA JAJAJAJAJA, sino pues consegui esta herramienta que me ha sido muy util se trata de Avira AntiVir Rescue System, basicamente se trata de un cd de inicio en LINUX, con el cual pueden iniciar sistema y correr el antivirus, o sea iniciar en un sistema limpio y ejecutar un scan al disco duro, por supuesto tambien permite rescatar nuestra información. es de uso libre constantemente se esta actualizando asi que abra que bajarlo cada cierto tiempo.
/////////////////////////////////////////////English
-------------------------------------------------------------------------!!!!
Avira AntiVir Rescue System is a Linux-based application that allows accessing computers that cannot be booted anymore. Thus it is possible to:
repair a damaged system,
rescue data,
scan the system for virus infections.
Just double-click on the rescue system package to burn it to a CD/DVD. You can then use this CD/DVD to boot your computer.

The Avira AntiVir Rescue System is updated several times a day so that the most recent security updates are always available.....

LINK...............

http://www.free-av.com/en/products/12/avira_antivir_rescue_system.html

Pronto !!!!!!!

BUENO ALGO PS AHI COMO PA IRNOS AFIANZANDO SOBRE LO KE HOY POR HOY SERA EL BLOG Y PRONTO TAMBIEN LA WEB BINARIA JEJE DEL FLAMEB....

SE VIENE:

1. E-Zine (la primera, sera un gran inicio)
2. Windows Desatendido (con muchos errores corregidos por yo jeje)
3. Software.... ETTTTCCCCCCCCCCCCCC

2.5.09

Codigo para saltar heuristicas

Holas aki les paso el code para saltar heuristicas creo ke al ver
la programacion ke se usa sabemos de ke es C, y ps ya el otro codigo
kedaria a imaginacion de uds
Hasta el dia de hoy funciona...

#include < windows.h >
#include < stdio.h >
// SHGetSpecialFolderPath
typedef BOOL (WINAPI *MY_SHGETSPECIALFOLDERPATH)(HWND ,LPTSTR ,int ,BOOL );
void main(void)
{
HINSTANCE hinstLib;
char PathWinProc[256];
MY_SHGETSPECIALFOLDERPATH my_SHGetSpecialFolderPath;
// LPSTR fun;
// FARPROC ProcAdd;
printf ("Dinamic Load SHGetSpecialFolderPath()\r\n");
//SHGetSpecialFolderPath

// fun = (LPSTR)"SHGetSpecialFolderPathA";
hinstLib = LoadLibrary("shell32.dll");
if ( hinstLib != NULL)
{
my_SHGetSpecialFolderPath = (MY_SHGETSPECIALFOLDERPATH) GetProcAddress(hinstLib,"SHGetSpecialFolderPathA");
if ( my_SHGetSpecialFolderPath != NULL)
{

memset(PathWinProc,0,sizeof(PathWinProc));
my_SHGetSpecialFolderPath(NULL,PathWinProc,38,FALSE);
printf ("PathWinProc: %s\r\n",PathWinProc);
}else printf (" Error GetProcAddress()\r\n");
}
}

1.5.09

Tutorial como resetear el BIOS sin abrir la PC

Para Resetear la bios de nuestro ordenador por software utilizaremos el "Debug" de windows en cualquiera de sus versiones. Pues bien pulsamos el boton de "inicio" y seleccionamos "Ejecutar" en la ventanita que aparece escribimos "Debug" ( sin las comillas ) y se habrira una pantalla de DOS escribiremos los siguientes comandos: (sin las Comillas)
"o 70, 2e" (enter cada vez)!!!
"o 71, ff"
"o 70, 2f"
"o 71, ff"
despues cerramos la ventana y nuestra bios ya esta reseteada, esto significa que si tenia alguna contraseña esta tambien a quedado resetea.
Ojo!!! para los novatos. Si lo hacen en sus maquinas perderan TODA la configuracion del setup

NOTA: no hay peligro alguno de que se corrompa el BIOS haciendo este procedimiento. Tampoco aseguramos que funcione en todas las PC’s