This post will explain how to change the default remote desktop port to custom port.
1. Start regedit.exe by enter "regedit" in the Start and hit enter. Click on Yes if UAC window come up.
2. Locate the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
3. Double click it or click Modify on the edit menu. In opened menu, choose Decimal and type the new port number, and then click OK button.
4. Quit Registry Editor and restart the computer.
5. Make sure the new port is open in firewall. You won't be able to access via remote desktop if don't have set access enable for the custom port. How to open new port in Firewall?
Tuesday, June 28, 2011
Monday, June 27, 2011
M&M’s Global Election has reached Malaysia
You know how you pick and choose which color M&M's to eat first because it's your favourite? There is a M&M's Election going on, so vote for your favorite candydate and you might just win a trip to New York!
http://goo.gl/4nRSw
How Different Smartphones Reflects Your Personality
Heard of many different cool Smartphones but still don't know which fits your requirements best? Celcom provides 5 types of Smartphones to enrich the lives of different users. Workaholic? Stylish? Gadget freak? Find out which Celcom SmartPhone best reflects your identity and style.
http://goo.gl/0aNXi
Draw your own laptop cover and win a DELL laptop
Think you're different from the rest? Here's your chance to express yourself on how you would decorate your laptop. The coolest part is that the most creative design will win a DELL laptop every week. Submit your design now!
http://goo.gl/jGGws
Asmidar Storms into Fly FM, Hot FM, One FM
Asmidar pays a surprise visit to share some love with the people behind the scenes of Fly FM, Hot FM and One FM. These people behind the limelight really deserve some appreciation. Find out more about Share The Love movement here and share some love.
http://goo.gl/a3rVV
MAS Global Deals , Dream Getaway
Made those calls to your travel group yet? Don't take too long! Here is the last call to these Global & Domestic Deals from MAS. Check the deals available, make that call, and don't miss these deals.
http://goo.gl/2w7xz
International & Domestic Flights Deals For Your Dream Getaway
MAS Global Deals, Dreams Getaways is still going on. There's still time to rally your travel bunch and plan for a global getaway. There are deals to Europe, Japan, Australia and even to various locations in Malaysia. Which would be your pick?
http://goo.gl/DDtsB
Add static route in Smoothwall
Firstly, edit the file /etc/rc.d/rc.netaddress.up
Above the 'echo "setting up firewall ......."', add:
/sbin route add -net destination netmask subnetmask gw gateway dev deviceinterface
Which destination Specified the IP address for the network
subnetmask Subnet mask to be associated with this route entry
gateway Gateway
deviceinterface Device interface with connected to this network
Above the 'echo "setting up firewall ......."', add:
/sbin route add -net destination netmask subnetmask gw gateway dev deviceinterface
Which destination Specified the IP address for the network
subnetmask Subnet mask to be associated with this route entry
gateway Gateway
deviceinterface Device interface with connected to this network
Tuesday, June 14, 2011
Window 98 clients to access Zentyal file server
Windows 98 uses the username and password at the logon window in order to login into the Samba server of Zentyal. In this case, win98 password has to be same as the Samba password of the user.
However, the window98 clients access to Samba servers will fail. The symptoms look like need password for IPC$.
Whether you put any password in the box but you also get the "No permission to access resource" message box as below.
In this case, we just simply put the following three lines in the [global] section of /etc/samba/smb.conf:
lanman auth = Yes
client lanman auth = Yes
client plaintext auth = Yes
Noted: These setting will gone when samba module restart. It needed to apply those changes in /usr/share/ebox/stubs/samba/smb.conf.mas to make them stick.
However, the window98 clients access to Samba servers will fail. The symptoms look like need password for IPC$.
Whether you put any password in the box but you also get the "No permission to access resource" message box as below.
In this case, we just simply put the following three lines in the [global] section of /etc/samba/smb.conf:
lanman auth = Yes
client lanman auth = Yes
client plaintext auth = Yes
Noted: These setting will gone when samba module restart. It needed to apply those changes in /usr/share/ebox/stubs/samba/smb.conf.mas to make them stick.
Sunday, June 12, 2011
Window XP - Logon automatically and skip welcome screen
1. Opening the Run box and enter the following command.
control userpasswords
2. Uncheck the box which states "users must enter a user name and password to user this computer".
3. Apply this setting and will be asked for the username and password to verify the account which to automatically logon window.
4. Reboot computer and will be automatically logged without classic prompt or welcome screen.
Subscribe to:
Posts (Atom)