"...to become the leader in providing faster, friendlier, and more affordable subscription-based computer support services."

Ask Dr.Tech solution database


How to change Windows remote desktop port number

Saturday, 23 April 2011 14:07 by Jason

To change default Windows remote desktop protocol (RDP) port number (3389) to any other, follow this instructions:

 

1. Press "Start" button and type "regedit":

1_1.jpg

 

2. Expand the registry folders to:

HKEY_LOCAL_MACHINE --> System --> CurrentControlSet --> Control -->Terminal Server --> WinStations --> RDP-Tcp

3. Look for "Port number" entry and double-click on it. In opened window choose "Decimal" and change "Value data" field to desired port number.


2_1.jpg

4. Press OK.

5. Make sure that new port is opened in firewall.

6. Enjoy

Tags:   , , , ,
Categories:   Remote Services | Windows Software

Start, Stop, and Restart Windows Services from Mac OS X

Monday, 4 October 2010 09:12 by Davian

Mac OS X includes Samba support by default, and this is really handy if you’d like to remotely restart and monitor services running on a Windows machine.

To list services running on the Windows machine, use this command:

net rpc service list -I IPADDRESS -U USERNAME%PASSWORD

A practical example would be:

net rpc service list -I 192.168.0.115 -U Windows%myPassword

After identifying the service you want to restart, you issue the following command to stop the service:

net rpc service stop SERVICENAME -I IPADDRESS -U USERNAME%PASSWORD

Then you can restart (or start) the service by using the following command:

net rpc service start SERVICENAME -I IPADDRESS -U USERNAME%PASSWORD

Change MAMP to default Apache and MySQL ports

Monday, 4 October 2010 08:58 by Davian

MAMP is a great app for Mac OS X that lets you quickly and easily run an entire pre-configured web server on top of Mac OS X, it’s really helpful and I use it frequently. Now my only complaint about MAMP is the port settings, by default they are set to 8888 and 8889, so instead of being able to visit localhost you have to load localhost:8888. Thankfully this is easy to change.

mamp_ports.png

  • Open up MAMP and hit the Preferences button
  • Click on the Ports tab
  • Click on “Set to default Apache and MySQL ports
  • Click OK

MAMP will restart itself with the new default ports configured. This is the first thing I do when I setup MAMP and I find it makes working with the app much more natural.

And yes, I realize that Mac OS X comes with Apache server by default, but in my opinion nothing beats MAMP for it’s simple setup.

Access and Mount an SMB Share via Command Line

Monday, 4 October 2010 08:47 by Davian

This first command lists the available shares at the destination IP:

smbclient -U user -I 192.168.0.105 -L //smbshare/

Now you’ll want to pass set your SMB shares mount point:

mount -t smbfs -o username=winusername //smbserver/myshare /mnt/smbshare

and finally you’ll want to gain access to the SMB share by specifying your Windows login and the machines IP address:

mount -t cifs -o username=winusername,password=winpassword //192.168.0.105/myshare /mnt/share

Map a network drive on a Mac

Monday, 4 October 2010 08:41 by Davian

map-network-drive-mac.jpg

If you frequently access a file server from a Mac it’s pretty helpful to map the network drive to your desktop. There’s two ways to do this, one method is just mapped for one time use and will reset after a reboot, and another method is a more permanent route that allows the mapped network drive to always appear and mount on your desktop after system reboots and user logins.

 

Map a network drive to Mac OS X

This method maps a network drive that will disappear if the network connection drops or if you reboot your Mac:

  • From the Mac OS X Finder, hit Command+K to bring up the ‘Connect to Server’ window
  • Enter the path to the network drive you want to map, ie: smb://networkcomputer/networkshare and click ‘Connect’
  • Enter your login/password and click “OK” to mount the network drive
  • The drive will now appear on your desktop and in the Finder window sidebar

Map a network drive to Mac OS X that re-mounts after system reboot

This method allows you to reboot your Mac and have the mapped network drive automatically remount and appear on the desktop, this is more persistent than the above method:

  • From the Finder, hit Command+K
  • Enter the path to the network drive you want to map, ie: smb://networkcomputer/networkshare and click ‘Connect’
  • Enter your login credentials and click “OK”
  • The drive is now mounted, but continue on to map for system reboot persistence
  • Now enter into System Preferences, from the Apple menu
  • Click on ‘Accounts’
  • Click on “Login Items”
  • Click on the + button to add another login item
  • Locate the network drive you previously mounted and click “Add”
  • Exit out of System Preferences

Your network drive will now be mapped and automatically remounted when you reboot your Mac.

Make the mapped network drive visible on the Mac desktop

It’s possible that the mounted drive will not appear on the desktop due to a system setting. If you want the mapped drive icon to be visible on the Desktop, be sure to do the following additional steps:

  • From the Finder, open Finder Preferences by hitting Command+,
  • Click the General tab
  • Select the checkbox next to ‘Connected Servers’
  • Close Finder Preferences

Selecting the checkbox next to Connected Servers ensures that you’ll see the icon on your Mac Desktop, otherwise it will only be visible in the Finder window sidebars and Open/Save dialogues.

Remount mapped network drive with a click

A great additional step for either method is to create an alias of the mapped network drive. This allows you to reconnect to the share with just a click. Here’s how to do this:

  • Right-click on the mapped network drive on the Mac OS desktop
  • Select “Make Alias”

Now you can double-click that alias to reconnect to the network drive instantly.

How to Enable Telnet Client on Windows 7

Friday, 25 June 2010 19:22 by michael

Telnet is a protocol that allows you to connect to remote computers (called hosts) over TCP/IP network. Telnet client should be installed on the computer to make a connection to a telnet server (i.e. remote host). After establishing the connection telnet client becomes a virtual terminal, allowing to communicate with the remote host. password and login name may be required to login to remote host, or guest account can be enabled optionally. Telnet clients are available for most OS.

Besides, SSH is similar to telnet, but the last one provides better security.

By default, Telnet client is disabled in Windows 7.

How to Enable Telnet Client on Windows 7:

1. Start > Control Panel > Programs and Features.

2. On the left pane with options, choose "Turn Windows Features On or Off".

3. In the opened window in the list of components, find Telnet Client and select the check-box. Press O.k. to confirm changes.

Telnet Client.png

Tags:   , ,
Categories:   Remote Services | Security

How to Change Windows XP Remote Desktop Port Number

Thursday, 24 June 2010 10:53 by michael

Remote Desktop Protocol (RDP) allows remote connections to the PC using remote computer's IP-address or name. It has a great variety of settings which can help with configuring RDP for slow connections or to make it more secure. By default, the server listens on TCP port 3389. That's why the basic info to connect to the remote PC is its IP-address(name). To provide stronger security you may want to change the default port, so that attackers will not be able to connect via default port.

To change port number for RDP in Windows XP:

1. Navigate to the following key in the registry from left pane:

1.1. Start > Run > type in: regedit - press Enter.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber

RDP port settings.PNG

2. Double click on PortNumber entry, then click on Decimal, type the new port number and then click Ok. Close Registry Editor.

NOTE: When you try to connect to the remote computer using Remote Desktop Connection, you'll need to specify new port number.

Make sure the firewall is opened for this new port.

Change port.PNG

Updating your software on Mac OS

Thursday, 13 May 2010 14:25 by Davian

Summary

Apple frequently releases software updates that you can download. The Software Update feature in Mac OS X makes it very easy to determine and get exactly what you need.

 

Getting updates immediately (Mac OS X v10.3 or later)

  1. From the Apple () menu, choose Software Update.

HT1338c.png

  1. Software Update checks for available updates. In the Software Update window, select the items you want to install, then click Install. Usually, you should install all available updates. (Mac OS X v10.3 only: Click the Check Now button.)
  2. Enter an administrator account name and password.
  3. After installation is complete, restart the computer if required.

You can repeat these steps to see if more updates are now available. Because some software updates are prerequisites for others, you may need to repeat these steps several times to complete the software update sequence.

Note: Mac OS X v10.5 and later can automatically run Software Update checks in the background and let you know when an update is available for your computer.

Getting updates immediately (Mac OS X v10.2.8 or earlier)

  1. From the Apple () menu, choose System Preferences.
  2. From the View menu, choose Software Update.
  3. Click Update Now.
  4. In the Software Update window, select the items you want to install, then click Install.
  5. Enter an administrator account name and password.
  6. After the update is complete, restart the computer if a restart is required.

You can repeat these steps to see if more updates are now available. Because some software updates are prerequisites for others, you may need to repeat these steps several times to complete the software update sequence.

Using Remote Assistance feature in Vista

Sunday, 22 November 2009 16:11 by Tom

Windows Remote Assistance is a tool that allows to connect remotely and control the other operating system. Remote Assistance is a very useful tool for providing assistance when users need help. Remote Assistance sessions require password authentication. In addition, Windows Remote Assistance sessions are secured and encrypted.

You can launch Windows Remote Assistance by clicking the Start menu and typing Windows Remote Assistance and clicking Enter. Windows Vista will automatically launch Windows Remote Assistance. Click Invite someone you trust to help you.

 

Remote-Assistance-1.png

You can send invitation through instant messaging or through email.

 

Remote-Assistance-2.png

Then you must setup a password for your guest user. Please note that the password will not be included in the email invitation. You must manually send the password to the invitee. Enter a password twice and click Next.

 

Remote-Assistance-3.png

Windows Vista will draft the following email:

 

Remote-Assistance-4.png

"Hi, I need help with my computer. Would you please use Windows Remote Assistance to connect to my computer so you can help me? After you connect, you can view my screen and we can chat online. To accept this invitation, double-click the file attached to this message. (If you are running Windows Vista, you can also save the file to a location on your computer. Then you can open Remote Assistance, click Offer to help someone, and then open this file.) Thanks. Note: Do not accept this invitation unless you know and trust the person who sent it."

After your email has been sent, the Windows Remote Assistance dialog will wait for an incoming connection.

You must keep Windows Remote Assistance open or your invitee will be unable to connect.

 

Remote-Assistance-5.png

When your invitee double-clicks the file attached to the message and enters the password they will be able to remotely control your computer.

 

Remote-Assistance-6.png

Setting Up Remote Desktop

Wednesday, 28 October 2009 09:43 by Tom

Remote Desktop enables you to connect to your computer across the Internet from virtually any computer, Pocket PC, or Smartphone. Once connected, Remote Desktop gives you mouse and keyboard control over your computer while showing you everything that's happening on the screen.

Remote Desktop requirements :

1.

Microsoft Windows XP Professional or later must be installed on the computer containing the files and programs that you want to access from a remote computer. The computer must also be part of a corporate network in which Remote Desktop connections are permitted. This computer is known as the host.

2.

The remote computer must be running Windows 95 or later. This computer must also have the Remote Desktop Connection client software installed. The remote computer is known as the client.

3.

Both computers must be connected to the Internet through a VPN connection.

Note: If you're not connecting to the host computer through a VPN, you'll need to use the actual IP address of the host computer instead of the computer name.

To set up the Remote Desktop, start with the host computer.

1.

Verify that you are signed in as the administrator.

2.

Click Start, click Control Panel, and then click Performance and Maintenance.

 

 

remote-desktop_01.jpg

3. Click System.

 

remote-desktop_02.jpg

4. Click the Remote tab, select the Allow users to connect remotely to this computer check box, and then click OK.

 

remote-desktop_03.jpg

Connect your remote computer to the host computer

To connect your client (or remote) computer to your host computer, follow these steps:

1.

On your home computer, click Start, point to All Programs, and then point to Accessories.

2.

In the Accessories menu, point to Communications, and then click Remote Desktop Connection.

3.

In the Computer box, type the computer name of your host computer, which you wrote down earlier.

 

remote-desktop_09.jpg

4.

Click Connect.

5.

When the Log On to Windows dialog box appears, type your user name, password, and domain (if required), and then click OK.

remote-desktop_10.jpg

The Remote Desktop window opens, and you see the desktop settings, files, and programs that are on your host computer, which in this example is your work computer. Your host computer remains locked, and nobody can access it without a password. Also, no one will be able to see the work you are doing remotely.

To end your Remote Desktop session:

1.

Click Start, and then click Log Off at the bottom of the Start menu.

2.

When prompted, click Log Off.

 

remote-desktop_11.jpg


Sign up now - $98.00 annual plan
Also available plans: 15 day money back guarantee
per-incident $37.00
month to month* $47.00
* Plans include unlimited number of support incidents

A “must-have” service


Using Ask Dr. Tech is like having your personal technician always at hand *
* for only 26 cents per day