Système
Système - Un Système d'exploitation
DISCLAIMER : Cette page est en cours de rédaction et son contenu peut être faux ou inexact. Merci de lire cette page avec toutes les précautions nécessaires.
Titre de la page : <Techno> - <Titre de la procédure / du cours> (à supprimer une fois le titre placé)
| Difficulté* |
Difficulté : Notions : |
*placer l'icône correspondant à la difficulté. supprimer cet encarts et le tableau.
| Débutant |
Novice |
Intermédiaire |
Confirmé |
Expert |
I. Introduction
Indications de mise en page (peut être supprimé)
Ceci est une citation.
- par *****
Ceci est une information.
Ceci est une astuce ou optimisation.
Ceci est est un avertissement.
Ceci est un prérequis.
Ceci est un bloc de code
une série de commandes
Ceci est une section repliable pour une étape optionnelle ou un fichier de configuration
Ceci
est
un
fichier
de
configuration
| colonne 1 |
Colonne 2 |
Colonne 3 |
| ceci | est |
un tableau |
| Prérequis Matériels | |
| core | GUI |
|
|
II. Chapitre1
2.1 Section 1
2.1.1 Sous-section
Windows - Réinitialiser mot de passe admin perdu
Part 1: Reset lost Windows 2019 server password with installation DVD
Microsoft understands how important your computer is, and provides you with Installation DVD disk to bypass the lost password and regain access to Windows Server 2019. If you have such a disk at hand, you're lucky enough.
Here's everything you need to know about resetting forgotten Windows 2019 Server password using installation CD.
- Insert the installation DVD into your Windows Server 2019 computer.
- Start the machine and press key (F2, F1, ESC, etc) to enter BIOS SETUP utility. Use the arrow key to select the DVD as first boot order and hit Enter.
- After your computer boots from the disc, select your language and keyboard and then Next.
- Select Repair your computer at the lower left corner.
- Select Troubleshoot and then choose Command Prompt.
- Execute the following two commands, and press Enter after each.
move c:\windows\system32\utilman.exe c:\windows\system32\utilman.exe.bak
copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe
- Remove the disc and run command
wpeutil rebootto restart your computer. - When login screen appears, click Ease of Access icon at the lower right corner (or Windows Key + U) to open a Command Prompt.
- Execute the net user command as shown to reset the Windows Server 2019 Administrator password. Replace Appgeeker with whatever new password you want.
- Remove the disc and run command
net user Administrator Appgeeker
- Close the Command Prompt window.
- Log in to Windows 2019 server with your new password!
Don't forget to reverse the changes you've made, you can access to Command Prompt again and execute the following:
copy c:\utilman.exe c:\windows\system32\utilman.exe
If you don't have a installation DVD or can't access the command prompts to reset Administrator password from Windows 2019 Server, you may have to turn to a professional password reset service.