Diferencia entre revisiones de «Windows»
De gacq wiki
(→Haz que tu Windows se parezca a KDE) |
(→Auto Logon (Windows 2000)''') |
||
Línea 74: | Línea 74: | ||
#Click on the Winlogon Icon to see it's contents. | #Click on the Winlogon Icon to see it's contents. | ||
#DefaultUserName should be the current User Name. If you need to change it, double click, change the value to the user name you want, and click OK. | #DefaultUserName should be the current User Name. If you need to change it, double click, change the value to the user name you want, and click OK. | ||
− | #Click on AutoAdminLogon, change the value to 1, and click OK. If AutoAdminLogon is missing, then you need to create it. Select | + | #Click on AutoAdminLogon, change the value to 1, and click OK. If AutoAdminLogon is missing, then you need to create it. Select Edit/New/StringValue, enter AutoAdminLogon, and set the value to 1. |
− | Edit/New/StringValue, enter AutoAdminLogon, and set the value to 1. | ||
#Select Edit/New/StringValue, enter DefaultPassword and set the value to your password. | #Select Edit/New/StringValue, enter DefaultPassword and set the value to your password. | ||
#Close the Registry Editor | #Close the Registry Editor |
Revisión del 21:47 12 sep 2006
Contenido
Active Directory
Obtener el DN (Distinguished Name) de un usuario
dsquery user -o dn -name <usuario>
Instalacion de software libre en un equipo Windows
Recopilaciones
CYGWIN
Son muchos de los programas disponibles en Linux portados a Windows, requieren una DLL que provee para funcionar El instalador intenta descargar cada uno de los paquetes de alguno de los mirros, pero a mi no funciona muy bien, no se si por la lentitud de los vinculos o que Para podes instalarlo me baje un mirror completo, arme un CD y lo instale desde ahi Para bajar un mirror usar por ejemplo:
wget -e robots=off -r http://mirrors.kernel.org/sources.redhat.com/cygwin/
Despues ejecutar desde el windows setup.exe
Comandos
Time Syncronization
echo Windows Time service must be automatic echo see: w32tm -v -once -period 65532 echo more info: http://klomdark.servebeer.com:8081/MessageBase/ReadMessage.asp?MsgNum=868 NET TIME /SetSNTP:time.sinectis.com.ar
Con lo de arriba deberia alcanzar, pero tambien hay
Habilitar LocalNTP Registry Settings
System Key:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]
Value Name: LocalNTP Data Type: REG_DWORD (DWORD Value)
Migracion de datos de Outlook Express
Migracion de mails usando courrier-imap
En el Linux
- Crear el usuario que queremos migrar
- En el home crear un directorio Maildir con los subdirectorios vacios: new, tmp y cur
- Tener cuidado con los permisos, debe poder escribir ese usuario en todos estos directorios
En el Windows
- Agregar una cuenta IMAP
- Tener cuidado que el nombre de la cuenta sea igual al nombre del usuario
- Copiar manualmente los mensajes de las carpetas locales a carpetas nuevas en el servidor IMAP
Luego se pueden dejar los mails en el server IMAP o pasarlos a carpetas mbox en el mozilla, evolution, etc.
Recuperación
Recuperar password de Administrador
Ojo que el disco NTFS tiene que tener un chkfsk correcto, si no es asi dejar que bootee en windows y que se apague bien con el boton de power
Haz que tu Windows se parezca a KDE
Loguin automatico
Auto Logon (Windows 2000)
- On the Player, go to START / RUN and type regedit to start the Registry Editor
- Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
- Click on the Winlogon Icon to see it's contents.
- DefaultUserName should be the current User Name. If you need to change it, double click, change the value to the user name you want, and click OK.
- Click on AutoAdminLogon, change the value to 1, and click OK. If AutoAdminLogon is missing, then you need to create it. Select Edit/New/StringValue, enter AutoAdminLogon, and set the value to 1.
- Select Edit/New/StringValue, enter DefaultPassword and set the value to your password.
- Close the Registry Editor
Crear un certificado auto firmado en IIS
Bajar los binarios del OpenSSL para windows desde donde diga en http://www.openssl.org/related/binaries.html Yo lo baje de http://www.slproweb.com/download/Win32OpenSSL-v0.9.8b.exe Seguir las siguientes instrucciones *Creating a Self-Signed Certificate using OpenSSL for use with Microsoft Internet Information Services (IIS) 5