sexta-feira, 2 de março de 2012

Royal TS - Remote Desktop Client

In my opinion, is one of the greatest Remote Desktop Connection Managers:


The free version:

"Royal TS can be downloaded, installed and used for free without any time limit (no trial expiration!) and without a license key. In this mode, the following restrictions are applied:
  • You cannot have more than 10 connections per Royal TS application instance.
  • You can open only one Royal TS document per application instance.
Also note, that the all the features of Royal TS can be used without a license key. There are no other restrictions applied. To remove the above restrictions, it's required to obtain and enter a license key in Royal TS. Go to the Buy page for pricing and licensing options."


Updating definitions for Security Essentials through proxy server

Open the command line and run the follow command:

For Windows XP: proxycfg -p <proxyip:proxyport> or import settings from Internet Explorer: proxycfg -u

For Windows 7: netsh winhttp set proxy <proxyip:proxyport> or import settings from Internet Explorer: netsh winhttp import proxy source=ie

Configuring Windows Server 2008 R2 Core

In order to configure a fresh install of Windows 2008 R2 Core version we can use the built-in tool called sconfig

1. In the command line just write sconfig



With this tool you can do several tasks:

  • Join domain
  • Rename Server
  • Configure Remote Settings
  • Configure Windows Update 
  • Enabling Remote Desktop
  • Configuring Networking

    More information: http://adf.ly/6C6QX

Activating Windows Server 2008 R2 Core Edition

In the command line, paste the next command:  slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

(Where XXXXX is your Key)


Activating your Key: slmgr.vbs -ato


Other options of slmgr.vbs: http://adf.ly/6C6SD