Acerca de Linux, BSD y notas personales

Archives for Windows category

RDP Remote Enable Utility

<download>

This Utility will enable Remote Desktop connections on remote servers. UPDATE!! now it will also change the port number that RDP listens on. This is good to add a layer of security in.

If you find this tool useful please think about a donation using the link below.

File Attachment: RDPEnable.zip (597 KB)

Read more… »

Bond Kismet

Ssc2005-26b_small

 15 de sep

Por defecto Terminal Services (y el Escritorio Remoto por tanto también) vienen configurados por defecto para funcionar sobre el puerto 3389 y aparentemente no existe manera de cambiarlo. Cambiar este puerto puede ser realmente útil ya sea por motivos de seguridad o bien porque solo dispongamos de una ip externa y queramos hacer PAT desde ella para poder acceder a distintos Servidores. Terminal-server-change-port> Esto funciona para 2000, XP y 2003, además deberás de introducir el puerto con dos puntos tras la ip para conectarte, por ejemplo: 192.168.123.234:12345 si hubieras fijado el puerto a 12345.

Powered by Bleezer

Photoshop CS3 windows 2003

Just install it (you can download from MS at download

Run the tool, pick ‘Add Application’ from the file menu and browse to the ’setup.exe’ program in the CS3 install folder on the DVD. Once you’ve added the app you can pick tests from the right pane. Open the ‘Compatibility’ node and check HighVersionLie. Right click it after checking it and pick properties. Fill in the above info to mimick win xp sp2 (option: major version 5, minor version 1, build number 2600. Advanced: service pack major 2, service pack minor 1) - you dont need to specify the product type field. Save everything (button on bottom right of app) and then run the installer for CS3 (setup.exe in the photoshop cs3 folder) with the Application Verifier running.

asp problemas buu



Alright, I am working with VWD, VB coding. Does my image folder need to be under my App folder or seperate? I have heard that it needs to be in an App folder labeled “Image” or “ImgFolder . Also I have unsecured those images in my web.config file. Using this code

 <location path=“MyUnsecuredFolderName>

<system.web>

<authorization>

<allow users=* />

</authorization> </system.web>

</location>



Still there are no Images while viewing on the internet. I believe the images are reference correctly


<asp:Image ID=”Image1″ runat=”server” ImageUrl=”~/ImgFolder/Visio_Select_Seed_Logo_files/gif_1.gif”


Is an example of the way the code is written


Thanks,


TIM

Exchange 07 SMPT

 

By default an Exchange Server 2007 Hub Transport server only allows secure authenticated connections, so if you don’t have an Edge server in front of the Hub Transport server, you need to allow anonymous connections directly to the server.

 

You cannot set this authentication setting via the GUI (only when creating new connectors!), so you’ll need to open the Exchange Management Shell and type:

 

set-ReceiveConnector “Default <Servername>” -permissiongroups:”ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers”

 

Pegado de <http://forums.msexchange.org/m_1800412705/mpage_1/key_/tm.htm#1800436633>

 

Reply to another address

 

PowerShell One-Liner examples:

Get-Mailbox < mailbox ID> | Set-Mailbox –EmailAddressPolicyEnabled:$false

Get-Mailbox –Server SRV1 | Set-Mailbox –EmailAddressPolicyEnabled:$false

 

Pegado de <http://msexchangeteam.com/archive/2007/01/05/432086.aspx>

 

Windows Setup VPN

ESCENARIO :

CLIENTE VPN : WINXP , IP = 192.168.1.53 obtenida por DHCP del ROUTER

SERVIDOR : WIN 2003 SERVER en VMWARE WS , IP = 192.168.1.35 dada por DHCP del ROUTER

Instalé el servidor de VPN normalmente y me funciono pero sin tocar absolutamente nada dejó de funcionar dándome el error 733 .

Después de 1000 vueltas cambié a esta configuración el el Sevidor 2003 :

En “enrutamiento y acceso remoto ” boton derecho sobre el icono del servidor .
En el apartado “asignacion de direcciones IP” en la pestaña “IP” marcar la casilla “conjunto de direcciones estáticas y poner un pulling de direcciones , en mi caso están dentro del rango de mi red local , como ejemplo yo puse 192.168.1.40 192.168.1.50 . y …

¡¡¡¡ FUNCIONÓ ¡¡¡¡

Espero que les sirva de ayuda

Tags: , ,

Windows Vista has the built-in ability to automatically reduce the potential of security breeches in the system. It does that by automatically enabling a feature called User Account Control (or UAC for short). The UAC forces users that are part of the local administrators group to run like they were regular users with no administrative privileges. Read more… »