jueves, julio 27, 2006

Common Dialog save location

You can add locations to the Places Bar in Open/Save As dialog box, using TweakUI

TweakUI v2.00 for Windows XP/XP MCE [564 KB].
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/T...

TweakUI v2.10 for Windows XP SP1/XP MCE/2003 [147 KB].
http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-...

Open TweakUI, Common Dialogs, Places Bar.

For Office applications, see these links:

Office XP - Customize the My Places Bar in the "Open" and "Save As" Dialog Boxes
http://support.microsoft.com/?kbid=282087

OFF2000: How to Customize the Places Bar
http://support.microsoft.com/?kbid=205041

--
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k

What You Should Know About the Sasser Worm and It Variants:
http://www.microsoft.com/security/incident/sasser.asp

"chrisb" ...@smithtransport.com> wrote in message news:AC036970-7B5C-404A-AFF6-89B04140831D@microsoft.com...

I want to add to the list that shows up on the left when you go to save a file. Any idea

Hi Chris,

For Pro:

Go to Start/Run and type in: gpedit.msc then navigate to:

User Configuration/Administrative Templates/Windows Components/ Windows
Explorer/Common Open File Dialog/Items Displayed in Places Bar.

Choose Enabled then paste or type the link to the folders that you want
listed.

Or...

Add Folders to the "Save As" Dialog (Places Bar) Line 118
http://www.kellys-korner-xp.com/xp_tweaks.htm

Or use TweakUI/Common Dialogs
http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp

To hide the Common Places Bar: For Pro go to Start/Run and type in:
gpedit.msc. User Configuration/Administrative Templates/Windows
Components/Windows Explorer/Common Open Places/Hide the common dialog places
bar.

Note: To see the difference between the views, open Notepad and choose
File/Open before and after applying Enabled.

lunes, abril 17, 2006

Excel Macro para quitar Password

Abres el editor de VB
ALT + F11
Creas un Modulo
Insretar>Modulo
Y pegas el codigo de abajo
-------------------------------------

Sub PasswordBreaker()
'Author unknown but submitted by brettdj of www.experts-exchange.com

Dim i As Integer, j As Integer, k As Integer
Dim l As Integer, m As Integer, n As Integer
Dim i1 As Integer, i2 As Integer, i3 As Integer
Dim i4 As Integer, i5 As Integer, i6 As Integer
On Error Resume Next
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126


ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If ActiveSheet.ProtectContents = False Then
MsgBox "One usable password is " & Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
ActiveWorkbook.Sheets(1).Select
Range("a1").FormulaR1C1 = Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next


End Sub

-------------------------
Close the VB Editor window. Navigate to the worksheet you want to unprotect. Hit Tools-Macro-Macros and double-click PasswordBreaker in the list

fuente

martes, abril 11, 2006

Decrease your Applications startup time

By default, Microsoft includes the /prefetch:1 switch to speed up it's Windows Media Player application start time. This switch can be used for other Windows applications and also many third party programs.

Example #1

You have AOL 8.0 installed on the computer. Complete the steps outlined bewlo to add the /prefetch:1 switch to AOL's Target path.

1. Right click on the AOL shortcut and select properties from the menu.

2. In the Target: Field add the /prefetch:1 switch to the very end of the path, like this: "C:\Program Files\America Online 8.0\aol.exe" /prefetch:1 and then click ok.

Now start AOL. It would load at least 50 times faster than ever before.

Example #2

1, Go to the Start button/All Programs/Accessories/System Tools

2. Right click on System Restore and select properties from the menu that appears. Add the /prefetch:1 to the Target Path entry so it looks like this %ystemRoot%\System32\restore\rstrui.exe /prefetch:1 and click ok.

Now System Restore will start immediately when executed.

Note: This switch will only work with some programs. Others will return a message saying the program in the target box is invalid. Just remove the switch (by Allan, forum admin).

FUENTE

sábado, abril 08, 2006

Elimine el arranque doble

Estoy usando un sistema que tiene instalados Windows XP y Windows 98. Ya no quiero usar Windows 98, pero no sé qué debo hacer para eliminar el esquema de arranque doble.

Para eliminar ese menú que dice “Por favor seleccione el sistema operativo …” cada vez que enciende su sistema, cargue Windows XP, pulse el botón Inicio, pulse Mi PC con el botón derecho y seleccione Propiedades•Avanzado. Escoja el botón Configuración debajo de ‘Inicio y recuperación’.

Si la instalación de XP no aparece como el ‘Sistema operativo predeterminado’, selecciónelo del menú desplegable, pulse Aceptar dos veces y reinicie el sistema. Regrese a ‘Inicio y recuperación’ y pulse el botón Editar para abrir el archivo boot.ini en el Bloc de notas. Borre la última línea del archivo, que debe ser la opción de arranque que ya no quiere. Guarde el archivo, salga del Bloc de notas, pulse Aceptar dos veces y reinicie el sistema. Ahora XP debe cargarse sin que aparezca el menú.

Si tropieza con algún problema, use el servicio Restauración del sistema para regresar a donde estaba y volver a intentar el cambio.

Si tiene algún programa de particiones, como Symantec PartitionMagic, puede borrar la partición de Windows 98 y ampliar la que contiene a Windows XP. Pero si no, no se preocupe y utilice la partición de Win 98 para almacenar copias de seguridad o para cualquier otro propósito.

FUENTE

viernes, abril 07, 2006

How Do I Prevent Applications From Stealing Focus

By default Windows XP automatically prevents an application from stealing focus. You have probably already noticed this when you have had a number of applications minimised to the taskbar and one particular application has wanted you attention so the tab of the minimised application starts flashing orange. However, there have been cases where the minimised application tab refuses to flash orange when the application has attempted to grab focus. This is because an application you have installed has disabled the prevent an application from stealing focus option. To remedy the problem proceed as follows.

The first, and perhaps the easiest, root is to attempt a System Restore back to a point when you had full functionality of the flashing taskbar tab. In most cases this will remedy the problem.

If this option fails then the next easiest option is to download the Microsoft Powertoy TweakUI, available from (http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx) Click the + sign next to the General option and then click on Focus. Now make sure a tick is in the box marked Prevent applications from stealing focus.

If that option fails you can always try editing the Windows registry.

NOTE

For safety reasons it is always advisable to backup the registry before you start editing it. While there are numerous third party application that will do this for you, i.e., ERUNT, you can just as easily backup the registry using Windows XP.

1/ Click the Start button

2/ From the Start Menu click Run

3/ In the Run dialogue box type regedit

4/ When the registry window opens navigate to the following Registry key:

HKEY_CURRENT_USER/ControlPanel/Desktop

5/ Click on the Desktop option and then look down the list on the right
for the following:

foregroundlocktimeout

6/ The right hand list is divided into three sections - Name Type and
data.

7/ Look in the Data section and check that the following is present:


0x00030d40 (200000)

8/ If this data is present then the Prevent applications from stealing focus option is enabled.

9/ If you have something different then proceed as follows:

10/ Right click on the ForegroundLockTimeout option and select Modify

11/ The Edit DWORD value box opens


12/ Make sure there is a green dot next to the hexadecimal option in the Base box

13/ Now in the Value data box type: 30d40 (that's thirty followed by d
then followed by 40)

14/ Click the OK button

15/ Your entry should now read:


ForegroundLockTimeout REG_DWORD 0x00030d40 (200000)


16/ Now close regedit and reboot your machine

viernes, marzo 31, 2006

Thumbnail Siza & Quality

If any of you out there like to use the thumbnail view, especially for browsing through photos and images, it can become a bit of a drain on your system. It is possible to lower the thumbnail size and quality by editing the following registry keys.

Open the registry and navigate to :

HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer

Create a new DWORD value called ThumbnailSize, and set the value between 32 and 256.

And/or create another DWORD value called ThumbnailQuality, and set the value between 50 and 100.

Key Details :

USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer]
Value Name: ThumbnailSize
Data Type: REG_DWORD (DWORD Value)
Data Value: 32 - 256

USER Key: [HKEY_CURRENT_USER\ Software\ Microsoft \ Windows\ CurrentVersion\ Explorer]
Value Name: ThumbnailQuality
Data Type: REG_DWORD (DWORD Value)
Data Value: 50 - 100

domingo, febrero 19, 2006

Asentos Y Ñ's

Ok!!, me imagino que te a pasado que para poner las comillas dobles ( " ) tienes tienes que presionar espacio para que se despliegen, porque es esto?. A pues lo que pasa es que tienes seleccionado el idioma de teclado "Ingles (Estados Unidos) Estados Unidos - Internacional" y esto porque sucede, porque es para dejarnos poner asentos y Ñ's. Si pones comilla simple ( ' ) y luego una vocal veras que se acentura o si pones tilde (~) y luego n veras que te pondra una Ñ.

Si tienes elegido el idioma "Ingles (Estados Unidos) Estados Unidos " sin el internacional, te pondra las comillas a la primera.

NOTA: para cambiar las opciones del idioma de teclado se hace en
Panel de Control > Configuracion regional y de idioma > Idiomas > Detalles.

Messenger Error 80048820

Cuando el MSN 7.5 no se conecta, y marca el error 8048820. Es muy probable que sea porque la fecha no esta bien.

martes, enero 10, 2006

Cambiar de lugar Mis Documentos Historial y Favoritos

Comenzaremos por abrir “Mi PC” y en el menú “Ver”  “Opciones de carpeta..” Pestana “Ver” activaremos la opción “Mostrar todos los archivos”. Esta opción es necesaria porque vamos a copiar algún archivo oculto que si no, no se copiaría.

A continuacion copiamos de “C” a “D” la carpeta “Mis documentos”. Creamos en “D” una carpeta a la que llamaremos “Windows” y copiaremos a ella las carpetas “Favoritos” e “Historial” de la carpeta “C\Windows”

Cerramos “Mi PC”, vamos al escritorio y pulsamos con el botón derecho sobre el icono de Mis documentos y en el menu contextual elegimos “propiedades”. Nos aparecera la ubicación de “Mis documentos” que en estos momentos es “C:\Mis documentos”. No tenemos mas que cambiarla por “D:\Mis documentos”

Finalmente hay que hacer unos cuantos “apaños” en el registro de Windows, por lo que ejecutaremos el editor del registro. Pinchamos en el botón “Inicio” de la barra de herramientas, elegimos “Ejecutar..” y tecleamos “regedit” y pinchamos en Aceptar (o pulsamos “Enter”)

En la ventana que se abre, vamos a “Edición”  “Buscar”, tecleamos “C:\Windows\Favoritos” y pinchamos en “Buscar siguiente”. Donde nos aparezca dicha expresión, la sustituimos por “D:\Windows\Favoritos” y repetimos la operación hasta llegar al final del registro.

A continuacion hacemos lo mismo para cambiar “C:\Windows\Historial” por “D:\Windows\Historial” y “C:\Mis documentos” por “D:\Mis documentos”. Esta ultima expresion aparecera muchas veces pues hay muchos programas que la tienen registrada como la carpeta donde guardar sus archivos por defecto.

Nota: La referencia de que "Mis Documentos" estan “C:\Mis documentos” es para Win98, pero aplica igual en XP, solo raspetamos la ruta de Mis Documentos que se tiene en XP y cambiamos solo la letra de la unidad a la que se desea cambiar.

lunes, enero 09, 2006

Probando el nuevo Hotmail sin invitación


Desde que Gmail comenzara revolucionando el servicio de correo gratuito con su giga de almacenamiento, nada volvió a ser igual. Yahoo rápidamente respondió con si giga y medio, Microsoft como siempre se quedó con sus míseros 2 megas, había un truco para que te dieran 250 megas ¿pero que necesidad? COmo sea, ahora también se puede acceder a su Windows Live Mail con 2 gigas de capacidad siguiendo las siguientes instrucciones:

1. Es necesario hacer todo el procedimiento desde IExplorer.
2. Ingresa a tu cuenta en Hotmail y en las opciones cambia el país por Estados Unidos y el idioma por Inglés.
3. Cierra tu sesión.
4. Copia este enlace (Clic derecho / Copiar Acceso Directo) y pégalo en la barra de direcciones en la misma ventana del Internet Explorer que tienes abierta y presiona Enter.
5. Inicia sesión con tu usuario y password y verás de nuevo tu correo de Hotmail abierto.
6. Repite de nuevo el paso 4, Copiar Enlace, pegar y Enter.
7. Ahora verás el logo de Windows Live Mail Beta , dale click en donde dice “Join Mail Beta” y ¡ Ya esta!

Fuente LINK

Actualizacion: Al parecer ya dejo de funcionar este metodo.

miércoles, enero 04, 2006

Oir sonido cuando se presiona CAPS LOCK

Sure your keyboard has small lights (LEDs) to indicate if your CAPS, NUM and SCROLL lock keys are on or off. When you're busy typing you might accidentally hit one of these locks which might force you to retype.
Here's how to make your computer beep whenever any of the lock keys change state:
  • Go to the Panel de Control (Control Panel)
  • Double click Opciones de Accesibilidad (Accessibility Options)
  • Turn on the ToggleKeys checkbox
  • Click OK
Fuente LINK

Tamanio de un Directorio

Para saber el tamanio que ocupa en disco un folder o archivo de forma rapida presionamos "ALT + ENTER" sobre el archivo seleccionado.

Respaldo y restauracion de Registro WIn XP

Copia de seguridad del registro de Windows

Para hacer una copia de seguridad del registro nada más fácil, hacemos lo siguiente

1) Hacemos clic en el menú Registro y nuevamente clic en Exportar archivo Registro...

En la siguiente ventana le damos el nombre que queramos en este caso como se trata de una copia de seguridad le podemos llamar Regbackup, y especificamos donde lo vamos a guardar. Una vez que termine de guardarlo ya lo podremos utilizar posteriormente para restaurarlo.

Si solo queremos hacer una copia de seguridad de la rama que vamos a modificar, nos posicionamos sobre dicha rama y seguimos el paso 1, en la ventana que aparece dejamos seleccionada la opción Rama seleccionada y listo.

Restaurar el registro desde la copia de seguridad

Al igual que en el caso de la copia de seguridad, en este caso seleccionamos Registro y clic en Importar archivo del Registro... en la ventana que nos muestra seleccionamos la ruta de acceso a la copia que teníamos guardada y hacemos clic en Abrir, el Registro se actualizará de forma automática.

jueves, diciembre 22, 2005

Mejorar desempeno de Windows XP

Para mejorar el rendimiento de Windows XP existen muchas cosas pero las que me se son:

1)
Propiedades de sistema>
Opc Avanzadas>
Rendimiento>
Configuracion

Desactivamos todos menos
-Usar estilos visuales...
-Usar sombras en los nombres...

2) Velocidad de despliegue del Menu Inicio

1) Ejecutar Regedit

2) Buscar HKEY_CURRENT_USER\ControlPanel\desktop

3) Añadir nuevo valor de cadena con el Nombre "MenuShowDelay"

4) Pone un valor entre 1 y 65535 (1 muy rápido 65535 muy lento)

Fuente LINK

3)

Numeros de Serie:

Seriales:

Win XP pro esp:
K8FF5 3G2BV 7DT85 R31W7 DV7CW

Win 2000 esp:
VXKC9 2B3YF W9MFK QB3DB 9Y7MB

Win Me esp:
BRYWV HTB2K B3T9C BXXJ3 M4X7G

Win 98 esp:
F6M7C BBGMD HJC9H VWX93 8VJ7W

Ofice 2003:
GWH28 DGCMP P6RC4 6J4MT 3HFDY

Ofice XP:
FM9FY TMF7Q KCKCT V9T29 TBBBG

Ofice 2000:
K447D GGWW2 6MBHP 8DHVM R9KQY

Desinstalar Messenger MSN 4.0

Para desinstalar el Messenger que viene por default con el Windows XP existe una forma para hacerlo.

Solucion:

1) Abrir ejecutar del menu inicio
2) escribimos:
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

Fuente Link

Media Player error

Problema:
Media Player 10 manda un mensaje: "error interno de la aplicacion". Y cuando se quiere acceder a los correos desde el Messenger MSN 7.5 la pantalla de Internet Explorer 6.0 se queda en blanco y marca que ya esta "listo". Este problema se presento cuando instale el Antivirus Avast e hice eliminacion de archivos infectados.

Solucion 1 (Esta es la que use y me funciono):

1) vayan a inicio... hagan click en "ejecutar"
2) escriban: regsvr32 jscript.dll y luego aceptar
3) entren de nuevo en ejecutar y escriban: regsvr32 vbscript.dll y acepten de nuevo

Solucion 2:

quieren la solucion mas apropiada hagan esto.

1° copia o escribe todo esto en la ventana ejecutar.

rundll32.exe setupapi,InstallHinfSection InstallWMP64 132 c:\windows\inf\mplayer2.inf

2° nesecitaras el disco CD-ROM una vez echo esto
introduce el disco y haz click en aceptar.

3° vuelve a copiar esto.
rundll32.exe setupapi,InstallHinfSection InstallWMP7 132 c:\windows\inf\wmp.inf

Fuente LINK

Soluciones a Problemas en Computo

Lo que se intenta hacer con este blog es detallar las soluciones a los diferentes problemas en lo que se refiere a la computacion. Esperemos y funcione!!!