Free Tool : KiTTy

What is KiTTY ?
KiTTY is a fork from version 0.60 of PuTTY, the best telnet / SSH client in the world.
KiTTY is only designed for the Microsoft Windows platform. For more information about the original software, or pre-compiled binaries on other systems, you can go to the Simon Tatham PuTTY page.

More About kitty :

KiTTY is a [...]

Windows Script : Enables Remote Desktop on Remote computers

Enables Remote Desktop on any computer (including a remote computer)

Note : I tested in my Windows Xp and Windows 7 .Work great !!!
Save as .vbs and execute.

Dim strPC
strPC = InputBox(“What machine would you like to connect to and enable remote desktop?”, _
“Connect to Server”)
set oRD = GetObject(“winmgmts:{impersonationLevel=impersonate}!//”& strPC & _
“/root/cimv2″).InstancesOf(“Win32_TerminalServiceSetting”)
For each srv in oRD
If srv.AllowTSConnections <> [...]

Server CORE : Use the Sconfig Utility to Install Windows PowerShell on Server Core ?

Server CORE : Use the Sconfig Utility to Install Windows PowerShell on Server Core ?

The Server Configuration utility (Sconfig) provides a text-based menu system that makes it easy to do the following:

* Configure domain or workgroup membership
* Change a server’s name
* Add a local Administrator account
* Configure remote management features
* Configure Windows Update settings
* Download and [...]

Win 2008 SRv core -Reducing the Server Core disk footprint

In the Server Core installation option, there is a way to remove the server roles and optional features from the disk, to free up more space. In addition to reducing disk usage, this could be used to ensure an administrator doesn’t add a role or feature to a server that is supposed to perform a fixed [...]

App :Digital WhiteBoard

WhiteBoard
- Draw with the four colored markers WhiteBoard – Draw with red, green, blue, and black markers. Use the eraser to clean up the whiteboard. Right-click on the board to set a start point and then start typing. Markings on the whiteboard are automatically saved when the program is closed.. . Provider of hand-crafted software built [...]

User Account Control (UAC) and Server Core

User Account Control (UAC) and Server Core

A slight detour from the Windows Server 2008 R2 posts this time around to cover a topic that has been coming up recently: UAC on Server Core.

UAC is not available in Server Core, since it is a command line only interface, doesn’t have IE, or support for user applications. In [...]

How to Hack / Reset Win NT/2k/XP/Vista Password Using Ubuntu Live CD

You can easily hack Windows Password with Ubuntu. You may need to reset an admin password in windows (NT/2000/XT/Vista) for many reasons, such as you have forgotten it or you need to repair and don’t have access to the admin password. You can Easily Reset Windows password with Ubuntu.

Requirements

A little knowledge in Command Line [...]

Windows Activation : Bring up Activation through RUN Command

Bring up Activation
If Windows isn’t already prompting you to activate your software, or if you’re unsure if you need to, you can easily bring up the activation wizard by going to Start, Run, and running the following command:

oobe/msoobe /a

Possibly Related Posts:

Linux tool :Fdupes
Linux : How to find the installed version JAVA on ubuntu ?
How ot install [...]

Reset TCP/IP networking stack in Windows 7 and Vista

Sometimesour  DHCP service is not able to pull an IP addresse from DHCP server , that means the network stack on Windows.If need  to reset the stack on windows . open command prompt with administrator privilege (click on Start -> type in “cmd” -> right click on the command prompt and choose “Run as Administrator”) and [...]

Win Vista : Network Troubleshooting Tools in Windows Vista

Network Troubleshooting Tools in Windows Vista

Windows Vista contains an assortment of utilities you can use to diagnose, monitor, and repair network connections. Here’s an overview of the key tools you’ll find in Windows Vista and what they’re used for.

Get MAC Address (Getmac.exe)
Discovers the Media Access Control (MAC) address, and lists associated network protocols for all network [...]