نقل قول نوشته اصلی توسط MahanDev نمایش پست ها
سلام
روی یک سرور vmware دو سرورمجازی دارم یکی centos و دیگری win 2008 رمز هر 2 فراموش شده
چگونه باید رمز این ها رو ریکاوری کنم ؟
برای ویندوز که یکسری شرایط باید از قبل مهیا بشه اما روشهایی هست برای بازیابی رمز که در انجمن هست
اما برای سنتوس کار راحت تر هست و اون ریست سنتوس ، فشردن کلید e و.... آموزش:


Press e in order to edit commands before booting.

3. Highlight the list item with vmlinuz in it by using the arrow keys and press e.

4. Now type single or init 1 at the end of the line.

5. Then press enter and b to boot the system with the new argument. (The system will boot into single user mode and you will see bash prompt)

Now it's time to change the password:
6. Type passwd
view source
print?
1.### Shell Commands ###
2.passwd
3.Enter new UNIX password:
4.Retype new UNIX password:
5.passwd: password updated successfully
7. Type reboot to restart the system.