Windows XP and Windows server 2003 – How to reinstall Internet Explorer

Posted by aidas | Posted in Windows 2003, Windows XP | Posted on 26-05-2009

0

This post will show you how to reinstall Internet Explorer on your Windows computer.  Note that you will need Windows install CD or Windows install files on your disk to reinstall internet explorer.

To perform reinstal press “Start” > “Run” and type:

rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\ie.inf

explorer_reinstall

Press “OK” and browse to Windows install CD or files on your disk to start reinstall.

Windows RUN commands – How to start Event Viewer

Posted by aidas | Posted in Windows 2003, Windows XP | Posted on 26-05-2009

0

This post will show you how to start “Event Viewer” via Run on your Windows computer. To start Event Viewer press “Start” > “Run” and type:

eventvwr.msc

windows event viewer

Press “OK” and you are Done!

Windows XP – How to block unwanted web sites on your Windows computer

Posted by aidas | Posted in Windows 2003, Windows XP | Posted on 25-05-2009

0

This post will show you how to block unwanted web sites by editing hosts file on your Windows computer. Lets say you want that all computer users were unable to browse web site named www.badsite.com .

To block web site click “Start” > “Run” and type:

notepad c:\windows\system32\drivers\etc\hosts

Note that there is space between notepad and c:\windows…

In “hosts” file select empty row and type:

127.0.0.1 www.badsite.com

windows server hosts

On “hosts” file menu click “File” and and select “Save” to save changes you just made.

After saving changes you can close file and you are done!

Windows XP and Windows server 2003 – How to disable Windows auto restart on system failure

Posted by aidas | Posted in Windows 2003, Windows Vista, Windows XP | Posted on 25-05-2009

0

This post will show you how to disable automatic restart when system error occurs on your Windows computer. If this option is enabled you are unable to view Blue Screen of Death (BSOD) output and to check system error code for further investigation.

To disable auto restart right click mouse on “My Computer” icon and choose “Properties”. In “System properties” window select “Advanced” tab.

windows system

In “Advanced” tab click “Settings” under “Startup and Recovery” section. In “Startup and Recovery” window uncheck “Automatically restart” option.

windows system 2

Press “OK” and You are done!

Windows server 2008 – How to list IIS websites on Windows 2008

Posted by aidas | Posted in Command line, Windows 2008 | Posted on 20-05-2009

0

This post will show you how to list IIS 7.0 websites on your Windows server 2008 using command line tool appcmd .

Appcmd tool is used to query, create and configure IIS 7.0 server properties, web sites and application pools.

To list all web sites on IIS 7.0 open command line and type:

appcmd list sites

Done!

Windows server 2008 – How to open secure command line on remote server

Posted by aidas | Posted in Command line, Windows 2008 | Posted on 19-05-2009

0

This post will show you how to open secure command line on remote Windows server 2008. All communications between client and remote host will be encrypted by Kerberos or NTLM keys. Lets say we want to connect to server named “testserver”. To do it open command line on your Windows server 2008 and type:

winrs -r:testserver cmd

Windows server 2003 and Windows XP – How to reset winsock catalog

Posted by aidas | Posted in Command line, Networking, Windows 2003, Windows XP | Posted on 19-05-2009

0

This post will show you how to clear up Winsock Catalog on your Windows server 2003 or Windows XP machine. To do it open command line and type:

netsh winsock reset

Restart your computer after this.

Note that you might need to run IP reset afterwards to completely rebuild your IP stack.

? Winsock catalog – is the interface between your applications and internet. Many spyware reside there when they infect your OS.

Windows server 2008 – How to perform full system backup via command line

Posted by aidas | Posted in Command line, Windows 2008 | Posted on 19-05-2009

0

This post will show you how to create full system backup of your Windows server 2008 using command line. Lets say we want to create full system backup and place it to network share \\Backupserver\Data . Open command line and type:

wbadmin start backup -backuptarget \\Backupserver\Data -allCritical -vssFull

Windows Vista – How to renew certificate in Windows Vista

Posted by aidas | Posted in Windows Vista | Posted on 19-05-2009

0

This post will show you how to renew certificate in Windows Vista OS. To renew certificate:

Press Start > Run, type certmgr.msc and click OK

Select certificate you want to renew

On menu click Actions > All Tasks

Select:

* Renew certificate with New Key
or
* Advanced Operations > Renew this certificate with the same key

Follow wizard to complete renew process

Windows server 2003 and Windows XP – How to get remote system information

Posted by aidas | Posted in Tools, Windows 2003, Windows XP | Posted on 19-05-2009

0

If you are looking for quick way to get information about remote system this how to is for you. I present you network scan tool – Winfingerprint. This tool is designed to gather information about Microsoft systems and applications. It can use RPC, ICMP, SMB, SNMP, TCP and UDP to obtain various information. You can quickly get information about remote OS version, users, groups, SID, password policies, services, shares, disks and much more.

You can read more about this tool here .

Tool can be downloaded from this location .

Windows server 2003 and Windows XP – How to reset IP stack

Posted by aidas | Posted in Command line, Networking, Windows 2003, Windows XP | Posted on 18-05-2009

0

This post will show you the way how to reset IP stack on your Windows server 2003 or Windows XP machine. Lets say we want to reset IP stack and write log to C:\resetlog.txt file. Note that log file is not optional parameter. To perform reset open command line and type:

netsh int ip reset C:\resetlog.txt

Windows XP – How to run Network Diagnostics scan

Posted by aidas | Posted in Networking, Tools, Windows XP | Posted on 18-05-2009

0

This post will show you how to run Network Diagnostics scan to test your network connectivity and troubleshoot related issues. I personally run this tool first thing every time i troubleshoot network related issues on client system. To run scan open command line on your Windows XP and type:

netsh diag gui

In “Network Diagnostics” windows select “Set scanning options” to set or unset various scanning objects that will be tested during scan.

To start scan press “Scan your system” button.