2007/11/28

Problema cuenta Hotmail en Outlook Express

La autenticación no se realiza correctamente cuando usa Outlook o Outlook Express para tratar de iniciar sesión en un servidor de correo basado en HTTP si usa la versión 7.0 de Internet Explorer.

Síntomas


Cuando usa Microsoft Outlook o Microsoft Outlook Express para tratar de iniciar sesión en un servidor de correo basado en HTTP, la autenticación no se realiza correctamente. Este problema se produce cuando se cumplen las condiciones siguientes:

  • El equipo cliente que usa para intentar iniciar sesión ejecuta la versión 7.0 de Microsoft Internet Explorer
  • El servidor HTTP usa la autenticación de texto implícita.
Solución

Para resolver este problema, descargue e instale las actualizaciones siguientes desde el Centro de descarga de Microsoft.

Microsoft Windows XP

El siguiente archivo se puede descargar desde el Centro de descarga de Microsoft:

DescargarDescargue ahora el paquete WindowsXP-KB904942-v2-x86-ENU.exe. (http://www.microsoft.com/downloads/details.aspx?displaylang=

es&FamilyID=1F9D33FF-7BFE-4336-9E65-972ED21324C4)

2007/11/26

hal.dll no se encuentra

HAL.DLL is Missing

Boot from your CD and follow the directions below to start Recovery Console.

Insert the Setup compact disc (CD) and restart the computer. If prompted, select any options required to boot from the CD.
When the text-based part of Setup begins, follow the prompts; choose the repair or recover option by pressing R.

If you have a dual-boot or multiple-boot system, choose the installation that you need to access from the Recovery Console.
When prompted, type the Administrator password. (if you didn't create one try pressing enter).

At the system prompt, type Recovery Console commands; type help for a list of commands, or help commandname for help on a specific command.

Most likely you will need to expand the file from the CD. The command would be expand d:\i386\hal.dl_ c:\windows\system32\hal.dll. Substitute d: for the drive letter of your CD. Once you have expanded the file type "exit" to exit the Recovery Console and restart the computer.

How to create a bootable floppy disk for an NTFS or FAT partition in Windows XP

Extracto de: http://support.microsoft.com/default.aspx?scid=kb;en-us;305595

Create a boot floppy disk by using a Windows XP-based computer

  1. Format a floppy disk by using the Windows XP format utility.
  2. Copy the Ntldr and the Ntdetect.com files from the I386 folder on the Windows XP installation CD-ROM, from the Windows XP installation floppy disk, or from a computer that is running the same version of Windows XP as the computer that you want to access by using the boot floppy disk.
  3. Create a Boot.ini file, or copy one from a computer that is running Windows XP, and then modify the Boot.ini file to match the computer that you are trying to access. The following example lists how to create a Boot.ini file for a single-partition Integrated Device Electronics drive that has Windows XP installed in the \Windows folder.
[boot loader]
timeout=30
Default= multi(0)disk(0)rdisk(0)partition(1)\windows
[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\windows=""


Capturar puerto impresora en Windows Vista para imprimir en 98

En DOS

net use LPT2:\\nombreequipoconimpresora\nombreimpresora

Speed up Windows XP Shutdown

Tomado de: http://www.johntp.com/2006/02/14/speed-up-windows-xp-shutdown

Windows XP stores a couple of values in its registry which are responsible for determining how long to wait before shutting down open applications and services once the shutdown command has been given.

By editing these two settings and changing them to lower values, you can considerably decrease the amount of time that Windows XP needs to successfully shut itself down. The first part of this tweak deals with setting the amount of time Windows will take to kill open applications on shutdown.

Open REGEDIT and navigate to

HKEY_CURRENT_USER\Control Panel\Desktop\

Highlight the ‘WaitToKillAppTimeout’ value.
Set it to ‘1000′.

Now highlight the ‘HungAppTimeout’ value
Set it to ‘1000′ also.

The second part of this tip changes the same settings, this time for all users on the system.

Open REGEDIT and navigate to

HKEY_USERS\.DEFAULT\Control Panel\Desktop

Highlight the ‘WaitToKillAppTimeout’ value.
Set it to ‘1000′.

Now highlight the ‘HungAppTimeout’ value.
Set it to ‘1000′ also.

In the third part of this tip, we will alter a second registry setting to decrease the amount of time Windows XP will wait before shutting down active services after receiving a shut down command.

Open REGEDIT and navigate to

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\

Highlight the value ‘WaitToKillServiceTimeout

Change this value to ‘1000.’

This should help to considerably speed up the time Windows XP takes to shut itself down.

Auto kill tasks on shutdown

By default, Windows XP will prompt the user for input if there are one or more applications which have crashed or are not responding and it receives a shut down command. This halts the shutdown process entirely until the user approves the stopping of the non-responsive app.

By altering the registry slightly, Windows XP can be set to close crashed applications automatically. While this does not technically speed up the shut down process, it does streamline it, and ensure that the user will not give the shutdown command then get up and leave, only to find the PC still powered on because Windows never received input on what to do with a hung application.

To allow Windows XP to close non-responsive applications automatically upon shutdown:

Open REGEDIT and navigate to

HKEY_CURRENT_USER\Control Panel\Desktop

Highlight the value ‘AutoEndTasks.’

Change the value to ‘1

XP will now be able to close hung applications without user input during the shutdown process.