viernes, 27 de julio de 2012

Quitar nombre en los iconos / Remove the icons name


Podemos quitar el nombre de los iconos de windows. Realizamos estos dos pasos:

1. Abrir una carpeta cualquiera. Vamos a Herramientas - Opciones de carpeta - Pestaña VER - En Apartado Opciones avanzadas - Asegurarse que este checkeado "Ocultar las extensiones de archivos..."
2. Ahora clickeamos sobre un icono del escritorio, pulsamos F2 para cambiarle el nombre. Borrar el texto y en sustitución pulsar teclas ALT izq+255 (usar nº del teclado numerico) y damos a intro. Ya no debe mostrar ningun nombre el icono.

**
For remove the name of the icons of windows. We perform two steps:

1. Open any folder. Go to Tools - Folder Options - View tab - In Section Advanced Options - Make sure this checked at "Hide file extensions ..."
2. Now we click on a desktop icon, press F2 to rename. Delete the text and press ALT left+255 (use numeric keypad number) and enter. You must not show icon name.

** 


----------------------------------------------------------------------------



Informe de consumo de energía W7 / Report energy W7


Podemos generar un informe, en Windows 7, sobre el consumo actual de energía en nuestro ordenador.

Inicio - teclear cmd - en la consola escribimos powercfg -energy /output c:\energy.html y pulsamos intro. Se creará un archivo en el raiz de C,  llamado energy.html. Lo abrimos con nuestro navegador y podemos ver los errores en color rojo, y los aviso en amarillo.


**
We can generate a report on Windows 7 on current energy use in our computer.

Start - type cmd - in the console Type powercfg-energy / output c: \ energy.html and press Enter. It create A file in c:\, called energy.html. We open our browser and we can see the mistakes in red, and  warning in
yellow.
** 


----------------------------------------------------------------------------



lunes, 23 de julio de 2012

Abrir puertos Firewall W7 / Open Firewall ports W7


Primero abramos el firewall de Windows:
Inicio - Panel control - sistema y seguridad - Firewall de Windows - Configuracion avanzada

En la parte izquierda, clickeamos en Reglas de entrada. Para abrir un puerto que no esté en la lista, hacemos click en Nueva regla. En esta ventana, configuramos el puerto, el tipo y el rango. Le damos a siguiente, e indicamos si queremos que este puerto nuevo estará activo o inactivo. Para terminar indicamos un nombre a esta nueva regla.

**
First Open the Windows firewall:
Start - Control Panel - System and Security - Windows Firewall - Advanced Settings

On the left, we click Inbound Rules. To open a port that is not listed, click in New Rule. In this window, configure the port, the type and range. We give below, and indicate if we want this new port is active or inactive. Finally type a name to indicate the new rule.

** 



----------------------------------------------------------------------------




Ver y eliminar contenido portapapeles W7 / View and delete content clipboard W7


En antiguas versiones de Windows si podiamos visualizar el portapapeles y vaciar su contenido. Ahora es necesario ejecutar un comando para vaciarlo:

Vamos a crear un icono en escritorio que haga esta función. Para ello, en el escritorio, click derecho en cualquier zona libre, en Nuevo, Acceso directo. En ubicación pegamos esto cmd.exe /c “echo off|clip”,
siguiente, y como nombre pondremos por ejemplo Vaciar Portapapeles. Finalizar. Al hacer click sobre este icono vaciaremos el contenido portapeles de W7

Tambien podemos utilizar esta utilidad para gestionarlo.
Podemos descargarlo  Aquí
Es gratuito, muy util, facil de usar. Una vez instalado, podremos editar o limpiar muy facilmente este contenido.

**
 Create an icon on desktop to do this function. To do this, on your desktop, right click on any open area, New, Shortcut. In this location paste cmd.exe / c "echo off | clip", below, and we will name such as Clear Clipboard. End. By clicking on this icon clear clipboard content of W7
 
We can also use this utility to manage.
You can download it
Here
It's free, very useful, easy to use. Once installed, you can edit or clean very easily this content.

** 




----------------------------------------------------------------------------



Copiar una tarea programada a otro equipo / Copy a scheduled task to another computer


 Si tenemos una serie de tareas programadas en un equipo y queremos exportarlas a otro, sólo tenemos que ir a la carpeta c:\windows\task  aqui se encuentran todas estas tareas. Copiamos las que queramos, pero para que funcione en otro equipo tenemos que ponerlas en la misma ubicación.

**
To export scheduled tasks from a PC to another, we just have to copy files from c:\windows\task and copy them the same location of another computer.
**


----------------------------------------------------------------------------



Valores iconos del escritorio / Values ​​desktop icons


Para modificar los valores de los iconos del Escritorio, como la Fuente, tamaño, distancia entre iconos,  seguiremos estos pasos: En Inicio - Ejecutar, escribimos regedit, aceptar y seguimos la rama:

HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics 

 
Modificamos los siguientes valores según nos convenga: 

IconFont = Modifica la fuente.
IconSpacing = Cambia la distancia entre iconos.
Shell Icon Size= Reajusta el tamaño del icono. 

Para finalizar cerramos el registro.


**
To modify the values ​​of the Desktop icons, such as Font, size, distance between icons, follow these steps:
Start - Run, type regedit, accept and follow the branch:

HKEY_CURRENT_USER \ Control Panel \ Desktop \ WindowMetrics

Modify the following values ​​as it suits us:
IconFont = Modify the source.
IconSpacing = Change the distance between icons.
Shell Icon Size = Resets the icon size.

 Exit regedit.
**


----------------------------------------------------------------------------
Market Glory - El juego de estrategia para ganar dinero sin depositar nada. Regístrate



viernes, 20 de julio de 2012

Scripts para Windows / Scripts for Windows


Para crear el script:
  1.  Abre el bloc de notas de Windows
  2. Copia el código al Bloc de notas
  3. En Menú selecciona: "Guardar como."
  4. En Tipo escoge: "Todos los archivos" 
  5. Escribe en Nombre el nombre que quieras asignarle seguido de la extensión de archivo .bat.
  6. Asegúrate que el archivo creado no termine en .txt y que tome el icono de un engranaje.
**
To create the script:
  1. Open the Windows Notepad
  2. Copy the code to Notepad
  3. Menu select "Save As."
  4. Output file choose "All Files"
  5. Type the name you want followed by the file extension. Bat.
  6. Make sure the file created does not end in. Txt and take the icon of a gea
 **

Códigos:


Mostrar la configuración actual de TCP/IP - Show the current configuration of TCP / IP

@echo off
netsh interface ip show config

Conocer dirección IP asignada al equipo - IP address assigned to the computer

@echo off
ipconfig|FINDSTR "Dirección IPv4"

Borrar los archivos temporales de IE - Delete temporary files in Internet Explorer:

@echo off
START RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8


Iniciar firewall de Windows - Start Windows Firewall

@echo off
start firewall.cpl

Iniciar firewall con seguridad avanzada - Start Firewall with Advanced Security

@echo off
start wf.msc

Restaurar la configuracion predeterminada del Firewall - Restore default settings of the Firewall


@echo off
netsh firewall reset

Muestra los puertos abiertos habilitados - Shows open ports enabled

@echo off
netsh firewall show portopening

Habilitar firewall - Enable Firewall

@echo off
netsh firewall set opmode Mode= enable

Deshabilitar firewall - Disable Firewall

@echo off
netsh firewall set opmode Mode = disable


----------------------------------------------------------------------------




jueves, 19 de julio de 2012

Error Windows media player: El protocolo especificado no es compatible / Windows media player error: The specified protocol is not supported


Al intentar ejecutar un archivo de audio o un video nos muestra este error "El protocolo especificado no es compatible". Tambien ocurre al escuchar una radio online, o directamente nos dice que falta el archivo wmnetmgr.dll.

Click en inicio - ejecutar - tecleamos regsvr32 C:\WINDOWS\system32\wmnetmgr.dll y le damos a ok, asegurarse de que ha cargado la dll correctamente y volver a probar su funcionamiento.
Tambien puedes probar a buscar y borrar el archivo Wmsdkns.xml. Windows Media player lo volverá a crear al ejecutarse.

** 
When trying to run an audio file or video file, shows this error "The specified protocol is not supported". It also happens to listen to radio online, or directly don´t find wmnetmgr.dll file.
Click on start - run - type regsvr32 C:\WINDOWS\system32\wmnetmgr.dll and ok, make sure you loaded the dll correctly and try again it works.
You can also try to find and delete the file Wmsdkns.xml. Windows Media player will recreate it when running.

** 

----------------------------------------------------------------------------



Escritorio en negro cuando inicio Windows / Black Desktop when I start Windows


Entre otras causas, puede deberse a problemas con el controlador de Video.
Pulsa CTRL+ALT+SUPR y selecciona Administrador de tareas.
Ahora selecciona pestaña Proceso y finaliza la tarea Explorer.exe.
Ve a Archivo - Nueva tarea (Ejecutar) y escribir en la caja de texto Explorer.exe y aceptamos.
Deberíamos poder ver el escritorio. Revisar que tu controlador de video sea el adecuado o esté actualizado en el administrador de dispositivos.


**
Other causes may be due to problems with the video driver.
Press CTRL + ALT + DEL and select Task Manager.
Now select the Process tab and kill Explorer.exe task.
Go to File - New Task (Run) and type in the text box Explorer.exe. OK.
Should be able to see the desktop. Check that your video driver is right or is updated in the device manager.

** 

----------------------------------------------------------------------------


miércoles, 18 de julio de 2012

Buscar varias extensiones a la vez / Search multiple extensions at once


Para realizar la búsqueda de varias extensiones a la vez solo tienes que ir a Inicio - Buscar - Archivos o carpetas (En W7, en la caja de texto),  escribes las extensiones que deseas buscar, separadas por una coma y luego haces click en buscar.
Sólo tienes que escribir por ejemplo: *.txt;*.pdf
Buscará los 2 tipos de archivos. Puedes ampliar la búsqueda añadiendo más tipos y separándolos con ";".


**
To search for multiple extensions go to Start - Search - Files or Folders (In W7, in the text box), type the extensions you wish to search, separated by "," and then you click on search .
Just type for example: *. Txt, *. Pdf
Look for the 2 types of files. You can expand your search by adding more types and separating them with ",".

**

----------------------------------------------------------------------------


Averigua si hay alguien conectado a tu PC / Find out if someone is connected to your computer


Podemos saber si alguien está conectado a nuestro ordenador cuando te encuentras en Internet o en alguna otra red:
Click Inicio - Ejecutar - Escribir CMD, aceptar. Escribimos netstat, pulsamos intro.
Ahora verás un listado de conexiones entrantes. Podemos ver IP, puerto, dirección, etc.
También podemos aplicarle estos parámetros:


-aMuestra todas las conexiones y puertos a la escucha.
-bMuestra las aplicaciones y archivos ejecutables involucrados en crear conexiones en los puertos a la escucha.
-eMuestra estadísticas de Ethernet.
-nMuestra los puertos y las direcciones en formato numérico.
-oPermite ver la identidad de cada proceso (PID) involucrado.
-rMuestra la tabla de rutas.
-sMuestra las estadísticas por protocolos.
-vUsado con -b, permite ver secuencias de componentes involucrados en crear una conexión.
-pMuestra las conexiones por protocolos: TCP, UDP, TCPv6, o UDPv6.
IntervaloIntervalo en número de segundos que se monitorea las conexiones. Continua hasta que se ejecuta Control+C.

**
We can see if someone is connected to your computer when you're on the Internet or another network:
 
Click Start - Run - Type CMD, OK. type netstat, press enter.
Now get a list of incoming connections. We can see IP, port, address, etc..
We can also apply these settings:


-a Displays all connections and listening ports.
-b Displays the applications and executable files involved in creating connections in the ports listening.
-e Displays Ethernet statistics.
-n Displays addresses and ports in numerical form.
-o Allows you to see the identity of each process (PID) involved.
-r Displays the routing table.
-s Displays statistics by protocol.
-v When used with-b, allows viewing footage of components involved in creating a connection.
-p Shows connections for protocols: TCP, UDP, TCPv6 or UDPv6.
Interval Interval number of seconds to monitor the connections. Continue until you run Control + C.

** 


----------------------------------------------------------------------------



Abrir panel de control por comandos / Open Control Panel with commands



Español English
Para acceder a componentes del panel de control concomandos: To access control panel components from the command line:
Click Inicio. Seleccionar "Ejecutar". Para abrir alguno Click Start. Select "Run". To open any of the 
 de los componentes, teclear su comando y aceptamos: components, type your command and accept:


Opciones de Accesibilidad : control access.cpl Accessibility Options: control access.cpl
Agregar Hardware: control sysdm.cpl add new hardware Add Hardware control sysdm.cpl add new hardware
Agregar/Remover Programas: control appwiz.cpl Add / Remove Programs: appwiz.cpl Control
Propiedades de Fecha/Hora: control timedate.cpl Properties of Date / Time: control timedate.cpl
Propiedades del Display: control desk.cpl Display Properties: control desk.cpl
Búsqueda Rapida: control findfast.cpl Quick Search: control findfast.cpl
Carpeta de Fuentes: control fonts Fonts folder: control fonts
Propiedades de Internet : control inetcpl.cpl Internet Properties: control inetcpl.cpl
Propiedades de Joystick: control joy.cpl Joystick Properties: control joy.cpl
Propiedades del Teclado : control main.cpl keyboard Keyboard Properties: control keyboard main.cpl
Microsoft Exchange o mensajeria win: control mlcfg32.cpl Microsoft Exchange or courier win: control mlcfg32.cpl
Microsoft Mail Post Office: control wgpocpl.cpl Microsoft Mail Post Office: control wgpocpl.cpl
Propiedades del Modem: control modem.cpl Modem Properties: control modem.cpl
Propiedades del Mouse: control main.cpl Mouse Properties: control main.cpl
Propiedades Multimedia: control mmsys.cpl Multimedia Properties: control mmsys.cpl
Propiedades de Red: control netcpl.cpl Network properties: control netcpl.cpl
Nota: en Windows NT4.0, es control Ncpa.cpl Note: In Windows NT4.0, is control Ncpa.cpl
Propiedades de Contraseña: control password.cpl Password Properties: control password.cpl
PCMCIA Card : control main.cpl pc card PCMCIA Card: control main.cpl pc card
Administración de Energia (Win95): control main.cpl power Power Administration (Win95): control main.cpl power
Administración de Energia (Win98) : control powercfg.cpl Power Administration (Win98): control powercfg.cpl
Carpeta de Impresoras: control printers Printers folder: control printers
Configuracion Regional: control intl.cpl Regional Settings: control intl.cpl
Scanners y Camaras: control sticpl.cpl Scanners and Cameras: control sticpl.cpl
Propiedades de Sonido: control mmsys.cpl sounds Sound Properties: control mmsys.cpl sounds
Propiedades de Sistema: control sysdm.cpl System Properties: control sysdm.cpl


----------------------------------------------------------------------------


martes, 10 de julio de 2012

Desactivar notificacion de falta de espacio en disco duro / Disable notification of free hard disk space


Cuando tienes problema de espacio en el disco, suele aparecer este molesto mensaje, recordandotelo. Puedes desactivarlo de esta forma:

En Inicio - Ejecutar, escribimos regedit, aceptar y seguimos la rama:
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer
En el panel derecho hacemos clic con el ratón derecho para crear una entrada nueva.
Click en Nuevo y luego en DWORD, Ponemos el nombre NoLowDiskSpaceChecks y le ponemos valor 1. OK, salimos del regedit y reinicia para ver los cambios.



**
When you have the problem of disk space, usually appears this annoying message remember it. You can disable this:

Start - Run, type regedit, accept and follow the branch:
HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
In the right pane we click the right mouse to create a new entry.
Click New, then DWORD, type NoLowDiskSpaceChecks name and we put value 1. OK, exit regedit and restart to see changes.

**

----------------------------------------------------------------------------



Agrupar iconos barra de tareas WXP / Group Taskbar icons WXP



Para forzar a que Windows XP agrupe todos sus iconos en la barra de tareas por aplicaciones, hay que modificar el registro de Windows.  

En Inicio - Ejecutar, escribimos regedit, aceptar y seguimos la rama:
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/Advanced

En el panel derecho hacemos clic con el ratón derecho para crear una entrada nueva.
Click en Nuevo y luego en DWORD, Ponemos el nombre TaskbarGroupSize, después haces doble clic sobre él y tecleas el número correspondiente a la cantidad de archivos de una misma aplicación que debes tener abiertos para que se agrupen en la barra de tareas. Aceptar. Salir del registro y reiniciar.



**
To force Windows XP to group all their icons in the taskbar applications, we must modify the Windows registry.

  Start - Run, type regedit, accept and follow the branch:

HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Explorer / Advanced

In the right pane we click the right mouse to create a new entry.
Click New, then DWORD, type TaskbarGroupSize name, then you double click on it and typing the number corresponding to the number of files of the same application that you have open to group in the taskbar. OK. Exit registry and reboot.

** 



----------------------------------------------------------------------------



lunes, 9 de julio de 2012

Inmovilizar iconos escritorio / Freeze Desktop Icons


Si tenemos varios monitores, portatiles conectados a una pantalla, o cambiamos habitualmente de resolución, los iconos de nuestro escritorio suelen cambiar de posición. Para bloquearlos, realizamos lo siguiente:

En Inicio - Ejecutar, escribimos regedit, aceptar y seguimos la rama:

HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Polices / Explorer
En el panel derecho hacemos clic con el ratón derecho para crear una entrada nueva.
Click en Nuevo y luego en DWORD, Ponemos el nombre NoSaveSettings.
Luego hacemos doble clic sobre la nueva entrada y le damos el valor 1. Aceptamos y salimos del registro.
Importante reiniciar para ver cambios. Hacemos lo mismo y ponemos valor 0 para deshacer cambios.


**
If you have multiple monitors, laptops connected to a screen, or change your current resolution of your desktop icons change position often. To block them, we do the following:

Start - Run, type regedit, accept and follow the branch:

HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Polices / Explorer
In the right pane we click the right mouse to create a new entry.
Click New, then DWORD, We NoSaveSettings name.
Then double click on the new entry and give the value 1. OK and exit registry.
Important reboot to see changes. We do the same and we value 0 for rollback. **


----------------------------------------------------------------------------



lunes, 2 de julio de 2012

Comando para desactivar Hibernación W7 / Command to disable Hibernation W7


Por defecto viene activada con W7.
Inicio - Todos los programas - Accesorios - boton derecho sobre "Simbolo del sistema" y click en "Ejecutar como administrador".
En la ventana del Simbolo del sistema escribimos para desactivar la hibernacion:
powercfg -h off
En caso de querer activarla usaremos:
powercfg -h on

** By default it is enabled with W7.
Start - All Programs - Accessories - right click on "Command Prompt" and click "Run as administrator".
In the Command Prompt window to disable hibernation write:
powercfg-h off
If you wish to activate it use:
powercfg-h on

** 


----------------------------------------------------------------------------



domingo, 1 de julio de 2012

Modo Dios en W7 / God Mode in W7


Sólo funciona en windows 7. Es simplemente poder acceder a todas las configuraciones de nuestro Sistema operativo desde una misma ventana.
1. Creamos una carpeta donde quieras.
2. Ponle como nombre todo esto: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
3. Ahora accediendo a esta carpeta podreis ver muchas opciones, incluso muchas que no habreis encontrado nunca buscando manualmente.

**
It only works on windows 7. It is simply to access all of our operating system settings from one window.
1. Create a folder where you want.
2. Rename this folder with:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
3.
Now when accessing this folder you will see many options, including many that you will not have ever found searching manually. **




----------------------------------------------------------------------------