Popular Posts


Gnome 3

Get your 'Delete' button back!

Fedora 15 + Eclipse = Android SDK

Setup Android SDK with Eclipse on your Fedora 15

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

20 April 2009

Windows Command Line

User Management

Add User

net user Admin adm1n /add
--> add user 'Admin' with password 'adm1n'

net localgroup Administrators Admin /add
--> add user 'Admin' to Administrators group

Windows Firewall

Open port

netsh firewall add portopening TCP 23 telnet
-->open TCP port 23 and label it as telnet

Services

Auto start services

sc config TlntSvr start= auto
--> auto start Telnet

sc config DComLaunch start= auto
--> auto start Remote Desktop

sc start TlntSvr
sc start DComLaunch
--> start Telnet and Remote Desktop

18 April 2009

Conky


Conky rawks~

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More