Thursday 10 October 2013

How to analyse / find your network ip address

How to see all network available on your devices using FING software.

Free software to discover / analyse your network computer name and ip address using free software.
By using this software you can trace or check your network ip address, computer name / device name, open services, and wake on lan software.

Yes, you can wake up your computer by using wake on lan. Of course you need a computer or motherboard that can support wake on lan function and enable it. You can turn on your computer with clicking your cellphone and any device that support overlook Fing software.

Here is the image from Overlook Fing Website,



You can watch how is the function for Fingbox video via this youtube website,
Fingbox Overlook Video

Windows OS ( Download ) - Freeware
( Compatible with Windows 2000 / XP/ Vista / 7 )

Amazon App Store ( Download ) - Freeware
Google Play ( Download ) - Freeware 
( Compatible with Android 2.1+ for Android Mobiles, Tablets and Kindle Fire. )

App Store ( Download ) - Freeware
( Compatible with iOS 4.3+ for iPhone, iPad and iPod Touch. )

OS X ( Download ) - Freeware
( Compatible with Mac OS X Snow Leopard, Lion and Mountain Lion. )

Debian 5.0, Ubuntu 8.x, CentOS 5.0, Fedora 10, Slackware and Gentoo,
RPM 32-bit ( Download ) , 64-bit ( Download ) - Freeware
DEB 32-bit ( Download ) , 64-bit ( Download ) - Freeware
TGZ 32-bit ( Download ) , 64-bit ( Download ) - Freeware
( Compatible with Debian 5.0, Ubuntu 8.x, CentOS 5.0, Fedora 10, Slackware and Gentoo, both 32 and 64 bit platforms. )

Raspberry Pi DEB ( Download ) - Freeware
( Compatible with Raspbian. )

- You can get more details from their main website http://www.overlooksoft.com/ -

Tuesday 27 December 2011

Change your Windows 7 password

Simple way to change your windows 7 password.


1. Login to your user account.
2. Press Ctrl+Alt+Delete, and then click Change a password.
3. Type your old password, type your new password, type your new password again to confirm it, and then press Enter.



Your Windows password is the password you use to log on to your computer. You can help keep your computer more secure by changing your Windows password regularly and by using a strong password.


Note

If you are logged on as an administrator, you can create and change passwords for all user accounts on the computer.

Change your Windows XP password


To change your password for Windows XP

Use this procedure to change the password you use when you log on to Windows.
1.
Open User Accounts in Control Panel.
2.
Under or pick an account to change, click your account.
3.
Click Change my password.
4.
Type your current password in Type your current password.
5.
Type your new password in Type a new password and Type the new password again to confirm.
6.
You can type a word or phrase to use as a memory aid for the new password in Type a word or phrase to use as a password hint.
7.
Click Change Password.

Note
To open User Accounts, click Start, click Control Panel, and then click User Accounts

How to see all drives available on my computer using command prompt?

How to see all drives available on my computer using command prompt?

Available for Windows 7, Vista  & XP users.

If you're using Windows 7, Vista or XP, use the wmic logicaldisk get name command at the command prompt to view available drives on the computer.




Sunday 20 November 2011

Step To Reset Windows XP/VISTA & WINDOWS 7 Password

How to Reset XP / VISTA / Windows 7 Admin Password

*** To do this you would need Windows Vista or Windows 7 setup DVD ***
  1. Start Windows RE by booting the Windows Vista or Windows 7 setup DVD and then selecting “Repair” instead of “Install Windows.”
  2. Click on the Command Prompt.
  3. Type C: (or D: for your Windows OS) .
  4. Type the following command ( replace “c:” with the correct drive letter ) :                                                          copy c:\windows\system32\sethc.exe c:\
  5. Type this command to replace sethc.exe with cmd.exe :                                                                                 copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe
  6. Reboot your computer and start the Windows installation where you forgot the administrator password.
  7. After you see the logon screen, press the “SHIFT” key five times.
  8. You should see a command prompt where you can enter the following command to reset the Windows password : net user you_user_name new_password 
  9. If you don’t know your user name, just type net user to list the available user names.
  10. You can now log on with the new password.

Then reboot your system. Done

Monday 19 September 2011

How to check iphone firmware version

 Check iPhone 4/3g/3gs firmware version
  1.     Tap “Settings”
  2.     Tap “General”
  3.     Select “About”
  4.     Look for “Version” numbers will be your firmware.

Monday 20 June 2011

Net Sessions

Information About Active Sessions on the Computer That Is Running the Server Service

Examples

To display a list of session information for the local server, type:
net session
To display session information for a client with the computer name Shepherd, type:
net session \\shepherd
To end all sessions between the server and the clients connected to it, type:
net session /delete

To receive information about active sessions on the computer that is running the server service, type the following command:
net session
Count the number of open sessions to see if the session limit of 10, or 5 in the case of Windows XP Home Edition / Professional, is already reached. Typically there is only one session per remote client.

The information appears in a format similar to the following:
Computer      User name        Client type  Opens   Idle time
------------------------------------------------------------------------
\\BASSETT     CHRISDR          Windows 2000   1     00:00:13 
\\SHARONCA Administrator DOS LM 2.1 0 01:05:13

If there is more than one session from a remote client, view the User name context on the remote client that has set up more than one session:
  • View all the services that are running, and find out if one is running under the user context of the username shown in the session table.
  • Look for scheduled tasks that are running in a logon script and are using a different user account then the one logging in.
  • Look for rows where the User name column is empty and examine the idle time.
A session that has an empty user context is a null session.

Temporary null sessions are usually caused by IPC$ connections as the first step in establishing a connection. They stay active for 30 seconds to 90 seconds.

Note To disconnect client computer sessions, use the following command:
net session /delete \\computername

This command disconnects all sessions from that computer and closes all open files. This command may cause data loss if open files that have not been saved are closed.

To set how long a session can remain idle before being automatically disconnected, set the autodisconnect feature by using net config server /autodisconnect. For more information about net config server, see Related Topics. An automatic disconnection is transparent to the user because the session is automatically reconnected when the user accesses the resource again.