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 .


Warning: fsockopen() [function.fsockopen]: unable to connect to twitter.com:80 (Connection timed out) in /home/windows/domains/windowshowtodo.com/public_html/wp-includes/class-snoopy.php on line 1142