Archive for the ‘Windows’ Category

Find System Up Time on Windows

Posted: 09/30/2011 in Windows
Tags: , , ,

To see the system up time, follow the steps below.

Step 1: Type cmd on run.

Step 2: Enter the following command at the command prompt:

systeminfo|find "Time:"

But it is easier to see the system up time in Windows 7. Here are the steps.

Step 1: Lunch Task Manager.

Ctrl+Alt+Delete
Right Click and select Task Manager
Ctrl+Shift+Escape

Step 2: Click on the Performance Tab.

The system’s up-time is displayed next to Up Time in the format of Days:Hours:Minutes:Seconds.

Step one:
Turn the computer on, boot from either Windows 7 Installation DVD or Windows 7 System Recovery Disc.

Step two:
Select language settings and continue. For the installation DVD, select Repair your computer.

Step three:
Select the appropriate Windows installation from the list and then continue, after scanning any Windows installations.

Step four:
Select the Command Prompt option from the System Recovery Options screen.

Step five:
On the command prompt, enter the following commands:
x: – to go to the cd drive’s directory (replace x with the correct cd drive).
cd boot – go to boot directory
bootrec.exe /FixMbr – to repair the Master Boot Record
bootrec.exe /FixBoot – to write a new boot sector (if another OS was installed).
bootrec.exe /RebuildBcd – to rebuild Boot Configuration Data (BCD)

Do you experience wireless network connection problems from home? I saw a great step by step diagram that may help ypu solve your problem. You can troubleshoot wireless network connection issues by yourself with the help of this flow chart.

In case you do not have that technical person around, you could probably make your wireless connection work! 🙂

netstat (network statistics) is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics. It is available on Unix, Unix-like, and Windows NT-based operating systems.
It is used for finding problems in the network and to determine the amount of traffic on the network as a performance measurement. [wikipedia.com]

Parameters used with netstat command are:

netstat /? Output

In case you want to kill a process without knowing its name and the only information you’ve got is a port number; there’s no need to worry about it. Here are the six simple steps in KILLING A PROCESS BASED ON A SPECIFIC PORT NUMBER.

1. Go to RUN and type cmd
2. Use netstat -aon | find ":port number" command to view a specific network port if it is in use or not. 
3. Go to Task Manager (Alt+Ctrl+Del)
4. Select Processes Tab
5. Check PID on view menu
6. Kill the process base on PID

If you want to change a port number, you may edit services file located on C:\WINDOWS\system32\drivers\etc

ipconfig

Posted: 08/17/2011 in Windows
Tags: , ,

ipconfig is a commmand line utility available on Windows machines.
This utility displays the current network connection details of a Windows computer.

Options used with ipconfig command are:

/? 		-- To display help message
/all 		-- To display full configuration information
/release	-- To release the IP address for the specified adapter
/renew		-- To renew the IP address for the specified adapter
/flushdns	-- To purge the DNS Resolver cache
/registerdns	-- To refresh all DHCP leases and re-register DNS names
/displaydns	-- To display the contents of the DNS Resolver Cache
/showclassid	-- To display all the DHCP class IDs allowed for adapter
/setclassid 	-- To modify the dhcp class id

The wild card character used by ipconfig is the asterisk (*) symbol.
E.g.: pconfig /release *Con*