Friday, October 11, 2013

How to Change the Listening Port for Remote Desktop

This article describes how to change the port that Remote Desktop listens on. Note The Remote Desktop Connection Client for the Mac supports only port 3389. 3389 is the default port.

Edit Steps

  1. 1
    Start Registry Editor.

  2. 2
    Locate and then click the following registry sub-key:
  3. 3
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\

  4. 4
    RDP-Tcp\PortNumber

  5. 5
    On the Edit menu, click Modify, and then click Decimal.

  6. 6
    Type the new port number, and then click OK.

Tuesday, October 1, 2013

How To Check Your Windows 7 Licence Information

This is an easy way to check your Windows 7 license information using the command prompt, especially handy if you're using an evaluation copy of Windows 7

NOTE: Using winver alone doesn't necessarily display the correct expiration date, nor the license status


1. Open a command prompt by pressing the Winkey+R, typing cmd into the address bar and hitting enter.

Image

2. In the command prompt type;
slmgr and hit enter.

Zoom in (real dimensions: 799 x 418)Image

A Windows Script Host will pop up informing you of an invalid combination of command parameters.
In the script host you'll be shown Global Options, Advanced options, Volume Licensing: Key Management Service (KMS) Client options, Volume Licensing: Token-based Activation Options & Volume Licensing: (KMS) Options.
For most, the global options will do. The most frequently used command will be to check the licence status and expiration date.


3. To display the current license information type into the command prompt;
slmgr /dli and hit enter.

Zoom in (real dimensions: 798 x 273)Image

4. To display detailed information on the current license type into the command prompt;
slmgr /dlv and hit enter.

Zoom in (real dimensions: 799 x 400)Image

5. To display the expiration date for the current license type into the command prompt;
slmgr /xpr and hit enter.

Zoom in (real dimensions: 798 x 264)Image

If an evaluation copy of Windows is being used, the rearm command may be used up to three times to extend the grace period. Grace period, and rearm counts are displayed by using slmgr /dlv

Image

6. To rearm Windows and extend the grace period, in the command prompt, type;
slmgr /rearm and hit enter.

Zoom in (real dimensions: 799 x 357)Image

7. Restart your system to apply the changes.

Image