Hello Friends,
U wanna change the Port of TELNET (By Default Port of Telnet is - 23).
Changing the Port of TELNET is most defensive way to protect yourself from hacking, bcz if somebody want to hack your PC via TELNET thn its difficult to find out your specified port.
So, lets begin and protect your PC from TELNETting...
Its very easy...
There are two ways to changing the Port.
1st WAY
In this way, we change the port directly from Registry.
- Click on START - RUN
- Press 'Windows + R'
- Type 'REGEDIT' (Without Quote)
- Thn GoTo
"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0]"
- Find "TelnetPort" and Double Click on it.
- Select "Decimal" and type your specific Port in "Value Data".
- Click OK
- Close Registry Editor
- HURRRAAAAYYYY YOUR TELNET PORT IS CHANGED
2nd WAY
- Open NOTEPAD
- Copy the CODE section (below) and Paste into NOTEPAD
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\TelnetServer\1.0]
"TelnetPort"=dword:0000157c
This Registry change the Port : 23 to 5500
BEFORE MERGING THIS REGISTRY FILE INTO YOUR MACHINE REGISTRY, PLZ CHANGE THE dword VALUE 0000157c TO YOUR SPECIFIC PORT VALUE.
But remember that U MUST ENTER HEXADECIMAL VALUE.
0 comments:
Post a Comment