<?xml version="1.0"?>
<rss version="2.0"><channel><title/><link>https://community.lecrabeinfo.net/blogs/blog/1-blog-de-calisto06/</link><description/><language>fr</language><item><title>R&#xE9;cr&#xE9;er les partition MSR et EFI sous Windows 10/11</title><link>https://community.lecrabeinfo.net/blogs/entry/441-r%C3%A9cr%C3%A9er-les-partition-msr-et-efi-sous-windows-1011/</link><description><![CDATA[<p>
	Bonjour 
</p>

<p>
	Afin de recréer les partitions systèmes msr et efi qui sont soit corrompues soit sur un disque secondaire je propose ce tutoriel 
</p>

<p>
	Pour le cas ou ces partitions n'existent pas puisque sur le disque secondaire il est nécessaire de créer un espace non alloué du même volume que les partitions qu'on souhaite créer au préalable 
</p>

<p>
	Le déplacement vers la droite du système peut se faire uniquement depuis un outil bootable comme GParted Live (gratuit)  ou un autre partitionneur bootable ou outil bootable gérant le partitionnement 
</p>

<h2>
	Prérequis
</h2>

<ul>
	<li>
		<p>
			<span>Clé USB ou DVD d’installation de Windows</span>
		</p>
	</li>
	<li>
		<p>
			<span>PC configuré en mode UEFI avec disque GPT</span>
		</p>
	</li>
	<li>
		<span>Savoir identifier le disque contenant Windows</span>
	</li>
</ul>

<p>
	 
</p>

<h3>
	1. Démarrer sur le support d’installation
</h3>

<ul>
	<li>
		<p>
			<span>Insérer la clé USB ou le DVD Windows</span>
		</p>
	</li>
	<li>
		<p>
			<span>Démarrer le PC dessus</span>
		</p>
	</li>
	<li>
		<p>
			<span>Choisir <strong>Réparer l’ordinateur</strong> &gt; <strong>Options avancées</strong> &gt; <strong>Invite de commande</strong></span>
		</p>
	</li>
</ul>

<p>
	 
</p>

<h3>
	2. Créer les partitions MSR et UEFI
</h3>

<p>
	(Cliquer sur <strong>enter </strong>après chaque commande) 
</p>

<p>
	Ouvrir diskpart 
</p>

<p>
	<strong>diskpart <br>
	list disk<br>
	select disk n              # n = numéro du disque contenant Windows</strong>
</p>

<p>
	<strong>list volume noter  ou le système est installé</strong>
</p>

<p>
	<strong>select volume choisir celui ou le système est installé (noter la lettre)</strong>
</p>

<p>
	<br>
	<strong>create partition msr size=200<br>
	create partition efi size=300<br>
	<br>
	select partition m         # m = numéro de la partition EFI (~300 Mo)<br>
	format quick fs=fat32 label="system"</strong>
</p>

<p>
	<strong style="background-color:#ffffff; color:#353c41; font-size:15.2px; text-align:start">assign letter = R</strong>
</p>

<p>
	<strong style="background-color:#ffffff; color:#353c41; font-size:15.2px; text-align:start">Exit </strong>
</p>

<p>
	3. Préparez les fichiers de démarrage à copier dans la partition efi R
</p>

<p>
	<strong>bcdboot C:\Windows /l fr-fr /s R: /f UEFI</strong> vérifier la lettre attribuée à C dans list volume à modifier en fonction du résultat précédent 
</p>

<p>
	<strong><span lang="EN-US">exit</span></strong>
</p>

<p>
	<span lang="EN-US">Redémarrez le PC et ôtez la clé USB avant le premier redémarrage pour éviter un reboot sur la clé USB </span>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">441</guid><pubDate>Sat, 06 Sep 2025 12:41:06 +0000</pubDate></item><item><title>Solution de contournement pour les crash li&#xE9;s a OpenSSL sur les processeurs Intel 1xxxx</title><link>https://community.lecrabeinfo.net/blogs/entry/439-solution-de-contournement-pour-les-crash-li%C3%A9s-a-openssl-sur-les-processeurs-intel-1xxxx/</link><description><![CDATA[<p>
	Bonjour à tous 
</p>

<p>
	Ayant voulu rejouer à un ancien jeu sur mon PC actuel j'ai été confrontée à un crash de l'application dès l'écran d'accueil du jeu 
</p>

<p>
	<span>Après quelques recherches, j’ai découvert que c’est un <strong>bug connu lié aux instructions OpenSSL</strong> sur ces processeurs.</span>
</p>

<p>
	<span><span class="ipsEmoji">🔍</span> Intel a confirmé le souci : une erreur dans le calcul des instructions SHA provoque des crashs ou des blocages au démarrage. En attendant un correctif officiel, GOG propose une <strong>solution de contournement</strong> qui fonctionne pour pas mal de monde :</span>
</p>

<h3>
	<span class="ipsEmoji">✅</span> Étapes à suivre :
</h3>

<ol start="1">
	<li>
		<p>
			<span>Appuie sur <code>Windows + R</code>, tape <code>SystemPropertiesAdvanced</code>, puis OK.</span>
		</p>
	</li>
	<li>
		<p>
			<span>Clique sur <strong>Variables d’environnement</strong>.</span>
		</p>
	</li>
	<li>
		<p>
			<span>Dans la section <strong>Variables système</strong>, clique sur <strong>Nouveau</strong>.</span>
		</p>
	</li>
	<li>
		<p>
			<span>Renseigne :</span>
		</p>

		<ul>
			<li>
				<p>
					<span><strong>Nom de la variable</strong> : <code>OPENSSL_ia32cap</code></span>
				</p>
			</li>
			<li>
				<p>
					<span><strong>Valeur de la variable</strong> : <code>~0x20000000</code></span>
				</p>
			</li>
		</ul>
	</li>
	<li>
		<p>
			<span>Valide, ferme les fenêtres, puis <strong>redémarre ton PC</strong>.</span>
		</p>
	</li>
</ol>

<p>
	<span><span class="ipsEmoji">🎮</span> Essaie ensuite de relancer ton jeu. Pour moi, ça a débloqué la situation !</span>
</p>

<p>
	<span><span class="ipsEmoji">📎</span> Source officielle : <a href="https://support.gog.com/hc/fr/articles/360019775837-Le-jeu-ne-se-lance-pas-Processeur-Intel-10eme-g%C3%A9n%C3%A9ration-ou-plus-r%C3%A9cent?product=gog" ipsnoembed="true" rel="external nofollow">https://support.gog.com/hc/fr/articles/360019775837-Le-jeu-ne-se-lance-pas-Processeur-Intel-10eme-génération-ou-plus-récent?product=gog</a></span>
</p>

<div>
	 
</div>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">439</guid><pubDate>Fri, 22 Aug 2025 10:39:02 +0000</pubDate></item><item><title>MISE A NIVEAU D'UN PC NON COMPATIBLE EN UTILISANT LE PARAMETRE PRODUCT SERVER</title><link>https://community.lecrabeinfo.net/blogs/entry/437-mise-a-niveau-dun-pc-non-compatible-en-utilisant-le-parametre-product-server/</link><description><![CDATA[<p>
	Bonjour à tous 
</p>

<p>
	Largement inspiré du tutoriel du crabe 
</p>

<p>
	Pour installer sans perte de données la version 24H2 sur un PC non compatible 
</p>

<p>
	Monter un iso Windows 11 24H2 
</p>

<p>
	Ouvrir une invite de commande administrateur 
</p>

<p>
	Repérer la lettre du lecteur ou l'iso est monté 
</p>

<p>
	Se placer sur ce lecteur dans l'invite de commande en tapant <span style="color:#3498db;"><strong> : lettre lecteur </strong></span>exemple <span>:D pour obtenir ceci D:\&gt; puis cliquer sur enter </span>
</p>

<p>
	<span>Sans refermer l'invite tapez<strong> \setup.exe /product server </strong>puis cliquer sur enter </span>
</p>

<p>
	<span>L'installation démarre il suffit de cocher les cases tout conserver au moment adéquat et Windows 11 va s'installer selon l'édition présente (pro ou home) en conservant les données logiciels et fichiers </span>
</p>
]]></description><guid isPermaLink="false">437</guid><pubDate>Thu, 27 Feb 2025 15:45:14 +0000</pubDate></item><item><title>Creer un support d'installation compatible avec les PC non admis &#xE0; la migration vers windows 11</title><link>https://community.lecrabeinfo.net/blogs/entry/415-creer-un-support-dinstallation-compatible-avec-les-pc-non-admis-%C3%A0-la-migration-vers-windows-11/</link><description><![CDATA[<p>
	Bonjour à tous, 
</p>

<p>
	Les scripts et autres astuces ne fonctionnent pas toujours pour installer windows 11 donc je mets ici ma solution qui a toujours fonctionné pour installer windows 11 en clean install  
</p>

<p style="background-color:#ffffff; color:#353c41; font-size:15.2px; text-align:start">
	Prenez un iso <a href="https://lecrabeinfo.net/telecharger/windows-10-22h2-x64" rel="external" style="background-color:transparent; color:rgb( var(--theme-link) )" target="_blank">windows 10</a><span> </span>sur le site du crabe (voir section téléchargement) puis le dernier <a href="https://lecrabeinfo.net/telecharger/windows-11-23h2-64-bits" rel="external">Windows 11</a>
</p>

<p style="background-color:#ffffff; color:#353c41; font-size:15.2px; text-align:start">
	Montez l'iso Windows 10 et copiez les fichiers dans un dossier Fichiers w10 , pareil pour Windows 11
</p>

<p style="background-color:#ffffff; color:#353c41; font-size:15.2px; text-align:start">
	Ensuite supprimez le fichier install.wim du dossier Fichiers w10 ou le fichier install.esd et copiez celui contenu dans le dossier Fichier windows 11
</p>

<p style="background-color:#ffffff; color:#353c41; font-size:15.2px; text-align:start">
	Ensuite utilisez les informations de ce tutoriel pour créer votre clé bootable à l'aide de diskpart et du contenu fichiers Windows 10 modifié 
</p>

<p style="background-color:#ffffff; color:#353c41; font-size:15.2px; text-align:start">
	Edit : les nouvelles versions de Rufus permettent la création de la clé rétro compatible 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-embedauthorid="17966" data-embedcontent="" data-embedid="embed8929905234" id="ips_uid_3446_28" src="https://community.lecrabeinfo.net/applications/core/interface/index.html" style="background-color: rgb( var(--theme-page_background) ); border-radius: var(--radius-1); border: 1px solid rgba( var(--theme-text_dark), 0.1 ); color: rgb(53, 60, 65); font-size: 15.2px; text-align: start; overflow: hidden; height: 421px; max-width: 500px;" data-embed-src="https://community.lecrabeinfo.net/blogs/entry/15-cr%C3%A9ation-dune-cl%C3%A9-usb-bootable-universelle-de-windows-10-version1809-et-ult%C3%A9rieures-avec-diskpart-en-utilisant-liso-rtm/?do=embed"></iframe>]]></description><guid isPermaLink="false">415</guid><pubDate>Tue, 04 Jun 2024 10:42:24 +0000</pubDate></item><item><title>R&#xE9;solution d'un probl&#xE8;me de d&#xE9;bit Ethernet apr&#xE8;s passage &#xE0; la fibre</title><link>https://community.lecrabeinfo.net/blogs/entry/378-r%C3%A9solution-dun-probl%C3%A8me-de-d%C3%A9bit-ethernet-apr%C3%A8s-passage-%C3%A0-la-fibre/</link><description><![CDATA[<p>
	Bonjour à tous , 
</p>

<p>
	Ca y est hier je suis passée en FFTH <img alt=":allthethings:" data-emoticon="true" height="70" loading="lazy" src="https://community.lecrabeinfo.net/uploads/emoticons/allthethings.png" srcset="https://community.lecrabeinfo.net/uploads/emoticons/allthethings@2x.png 2x" title=":allthethings:" width="99">
</p>

<p>
	Evidemment comme tout le monde pour vérifier la qualité du réseau j'ai effectué des tests de débit
</p>

<p>
	Or hier soir à ma grande déception sur ma tour j'avais 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="PNG" data-fileid="28780" href="https://community.lecrabeinfo.net/uploads/monthly_2023_10/Fibrehier.PNG.13eda990ed4b2514c4e941265761ea0d.PNG" rel=""><img alt="Fibre hier.PNG" class="ipsImage ipsImage_thumbnailed" data-fileid="28780" data-ratio="22.00" data-unique="nzbq0kjyo" style="width: 500px; height: auto;" width="1000" data-src="https://community.lecrabeinfo.net/uploads/monthly_2023_10/Fibrehier.thumb.PNG.fbbefb71e1781555f74386f4722242aa.PNG" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	Sur mon smartphone donc en wifi les débits étaient meilleurs ainsi que sur mon Acer Prédator en Ethernet 
</p>

<p>
	Ce matin j'ai réalisé sur ma tour MSI un test en mode sans échec avec prise en charge réseau qui lui annonçait enfin les débits auxquels je pouvais prétendre <img alt=":biggrin:" data-emoticon="true" height="20" loading="lazy" src="https://community.lecrabeinfo.net/uploads/emoticons/biggrin.png" srcset="https://community.lecrabeinfo.net/uploads/emoticons/biggrin@2x.png 2x" title=":biggrin:" width="20">
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="PNG" data-fileid="28781" href="https://community.lecrabeinfo.net/uploads/monthly_2023_10/dbitmodesansechecrseau.PNG.231c2230dc7e9b8b136b4175fe56f0e7.PNG" rel=""><img alt="débit mode sans echec réseau.PNG" class="ipsImage ipsImage_thumbnailed" data-fileid="28781" data-ratio="46.40" data-unique="syckvewu0" style="width: 500px; height: auto;" width="1000" data-src="https://community.lecrabeinfo.net/uploads/monthly_2023_10/dbitmodesansechecrseau.thumb.PNG.9896ed6df0ab2f9ef0031a2a559a10cc.PNG" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	Donc il y avait un logiciel qui bloquait la gestion de la carte réseau Ethernet 
</p>

<p>
	Dans mon cas dans le MSI center il a suffit de désactiver LAN Manager comme ci dessous pour enfin obtenir en mode normal ce très haut débit tant espéré <img alt=":wub:" data-emoticon="true" height="29" loading="lazy" src="https://community.lecrabeinfo.net/uploads/emoticons/wub.png" srcset="https://community.lecrabeinfo.net/uploads/emoticons/wub@2x.png 2x" title=":wub:" width="20">
</p>

<p>
	 
</p>

<p>
	Certains doivent supprimer ou désactiver d'autres logiciels de management comme Qualcomm Atheros Killer Network Manager qui ne sont plus adaptés à la gestion des hauts débits puisqu'ils constituent un point bloquant 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="PNG" data-fileid="28782" href="https://community.lecrabeinfo.net/uploads/monthly_2023_10/lanmanagermsi.PNG.73272fc627a5e54860e7dc6b29d031a6.PNG" rel=""><img alt="lan manager msi.PNG" class="ipsImage ipsImage_thumbnailed" data-fileid="28782" data-ratio="19.80" data-unique="788k6r968" style="width: 500px; height: auto;" width="1000" data-src="https://community.lecrabeinfo.net/uploads/monthly_2023_10/lanmanagermsi.thumb.PNG.3f19d4626fee023f374f213c9cac7e88.PNG" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	Et voila le débit en mode normal après désactivation de LAN manager MSI 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="PNG" data-fileid="28784" href="https://community.lecrabeinfo.net/uploads/monthly_2023_10/dbitaveclanmanagerdsactiv.PNG.628a02722c94275a0a4aa25fca3822f9.PNG" rel=""><img alt="débit avec lan manager désactivé.PNG" class="ipsImage ipsImage_thumbnailed" data-fileid="28784" data-ratio="26.00" data-unique="cjxnuk100" style="width: 500px; height: auto;" width="1000" data-src="https://community.lecrabeinfo.net/uploads/monthly_2023_10/dbitaveclanmanagerdsactiv.thumb.PNG.cb2d7be10285bd64ce801f6175ddb471.PNG" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	Et après la désinstallation de cFosspeed v2 débit revenu au même niveau qu'en mode sans échec 
</p>

<p>
	Edit : ce logiciel se réinstalle automatiquement il faut donc arrêter le service correspondant dans services du gestionnaire des taches puis utiliser le uninstall contenu dans le dossier Programmes Files 86 /MSI/ MSI Center /LAN Manager 
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="PNG" data-fileid="28787" href="https://community.lecrabeinfo.net/uploads/monthly_2023_10/debitavecLanmanageretcfosspeeddsinstalls.PNG.97d3537dcd76087a16db7affcacc808c.PNG" rel=""><img alt="debit avec Lan manager et cfosspeed désinstallés.PNG" class="ipsImage ipsImage_thumbnailed" data-fileid="28787" data-ratio="30.00" data-unique="7hjivyym5" style="width: 500px; height: auto;" width="1000" data-src="https://community.lecrabeinfo.net/uploads/monthly_2023_10/debitavecLanmanageretcfosspeeddsinstalls.thumb.PNG.2fdb4ebf5efa8756ec3432383295c90b.PNG" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png"></a>
</p>

<p>
	Il est donc important de savoir que certains logiciels de gestion des cartes réseaux peuvent brider les débits des connexions d'une manière extrêmement drastique 
</p>

<p>
	Par exemple Killer control manager que j'ai également désinstallé sur le Acer Prédator bridait la connexion également 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">378</guid><pubDate>Tue, 10 Oct 2023 10:41:07 +0000</pubDate></item><item><title>REMPLACEMENT D'UNE EDITION WINDOWS 10 SANS REINSTALLER LE SYSTEME</title><link>https://community.lecrabeinfo.net/blogs/entry/368-remplacement-dune-edition-windows-10-sans-reinstaller-le-systeme/</link><description><![CDATA[<p>
	Remerciements à Abdelhafid Zekri po
</p>

<p>
	- Introduction
</p>

<p>
	Sans rentrer dans les détails, on peut avoir besoin pour une raison ou une autre de changer l'édition de Windows 10 sans devoir réinstaller complètement Windows.
</p>

<p>
	Pour cela, la réinstallation de Windows est normalement nécessaire car lorsqu'on veut mettre à niveau Windows 10, que ce soit pour passer à une version supérieure ou pour le réparer en utilisant la même version que celle installée, en utilisant Windows update, l'assistant de mise à jour de Windows 10 ou même l'ISO de Windows 10 (qui comporte 11 éditions), le programme d'installation lance automatiquement la mise à niveau de la même édition que celle en place et ce, sans perte de données, programmes et paramètres.
</p>

<p>
	Cependant, il est possible de forcer la mise à niveau d'une autre édition (sauf à partir de Windows 10 S) en utilisant l'ISO de Windows 10 et ce, sans perte de données, programmes et paramètres.
</p>

<p>
	Pour cela, il existe plusieurs méthodes, elles sont expliquées ci-après.
</p>

<p>
	II- Mise à niveau d'une édition de Windows 10 vers une édition différente sans perte de données, programmes et paramètres
</p>

<p>
	Ce tutoriel va traiter les cas suivants :
</p>

<p>
	A-Passage d'une édition quelconque à une édition donnée en utilisant un fichier ISO modifié de Windows 10.
</p>

<p>
	B- Passage vers l'édition Famille à partir d'une édition installée différente en modifiant le registre et en utilisant l'ISO d'origine de Windows 10.
</p>

<p>
	C- Passage vers l'édition Professionnelle à partir d'une édition installée différente en modifiant le registre et en utilisant l'ISO d'origine de Windows 10.
</p>

<p>
	D-Cas spécifique de la mise à niveau vers l'édition professionnelle à partir de Windows 10 Famille.
</p>

<p>
	A- passage d'une édition quelconque a une édition donnée en utilisant un fichier iso modifié de Windows 10
</p>

<p>
	Commençons d'abord par voir la liste et les numéros d'index des éditions contenues dans l'ISO de Windows 10.
</p>

<p>
	L'ISO téléchargé avec l'outil "mediacreationtool" comporte les 9 éditions suivantes :
</p>

<p>
	- Windows 10 Famille (index 1).
</p>

<p>
	- Windows 10 Famille N (index 2).
</p>

<p>
	- Windows 10 Famille Langue unique (index 3).
</p>

<p>
	- Windows 10 Education (index 4).
</p>

<p>
	- Windows 10 Education N (index 5).
</p>

<p>
	- Windows 10 Professionnel (index 6).
</p>

<p>
	- Windows 10 Professionnel N (index 7).
</p>

<p>
	- Windows 10 Professionnel Education (index 8).
</p>

<p>
	- Windows 10 Professionnel Education N (index 9).
</p>

<p>
	L'ISO RTM contient les 11 éditions suivantes :
</p>

<p>
	- Windows 10 Famille (index 1).
</p>

<p>
	- Windows 10 Famille N (index 2).
</p>

<p>
	- Windows 10 Famille Langue unique (index 3).
</p>

<p>
	- Windows 10 Education (index 4).
</p>

<p>
	- Windows 10 Education N (index 5).
</p>

<p>
	- Windows 10 Professionnel (index 6).
</p>

<p>
	- Windows 10 Professionnel N (index 7).
</p>

<p>
	- Windows 10 Professionnel Education (index 8).
</p>

<p>
	- Windows 10 Professionnel Education N (index 9).
</p>

<p>
	- Windows 10 Professionnel pour les stations de travail (index 10).
</p>

<p>
	- Windows 10 Professionnel N pour les stations de travail (index 11).
</p>

<p>
	Pour vérifier les éditions et les index d'un ISO, il suffit de suivre le point 3 du paragraphe Extraire l’index/l’édition requis à partir du fichier install.wim d’origine pour en obtenir un plus petitde ce tutoriel :
</p>

<p>
	<a href="https://www.dell.com/support/article/fr-dz/sln313422/l-iso-windows-10-contient-un-fichier-wim-trop-volumineux-pour-le-syst%C3%A8me-de-fichiers-fat32?lang=fr" ipsnoembed="false" rel="external nofollow">https://www.dell.com/support/article/fr-dz/sln313422/l-iso-windows-10-contient-un-fichier-wim-trop-volumineux-pour-le-système-de-fichiers-fat32?lang=fr</a>
</p>

<p>
	en inscrivant selon le type d'ISO install.wim ou install.esd.
</p>

<p>
	C'est ce même tutoriel qui sert à créer l'ISO uni édition de Windows 10.
</p>

<p>
	Maintenant, supposant que l'édition donnée que l'on veut obtenir est l'édition professionnelle, c’est-à-dire qu'on veut passer d'une édition quelconque vers une édition Pro sans perte de données, programmes et paramètres.
</p>

<p>
	Pour cela, il va falloir créer un ISO de Windows 10 contenant une seule édition, donc l'édition Pro dans ce cas, ayant l'index 6.
</p>

<p>
	La procédure est expliquée dans le tutoriel indiqué juste ci-avant.
</p>

<p>
	Une fois le fichier install.wim ou install.esd modifié, il suffit de le mettre dans le dossier sources dans un dossier où le contenu de l'ISO d'origine peut être extrait ou bien dans la clé USB Bootable de Windows 10 multi-éditions et ce, en remplacement du fichier d'origine.
</p>

<p>
	Remarque:
</p>

<p>
	Cette opération mérite de faire l'objet d'un tutoriel à part mais je n'ai pas le temps de faire, cependant elle est très facile à effectuer, il suffit de faire très attention à la syntaxe de chaque commande et surtout aux espaces entre les caractères.
</p>

<p>
	Pour terminer, voilà que nous disposons d'un ISO sur clé USB ou extrait dans un dossier quelconque sur le disque dur interne, un disque dur externe ou une clé USB même non Bootable, on peut effectuer une réparation du système par mise à niveau en exécutant le fichier setup.exe et quel que soit l'édition installée, c'est l'édition Pro qui sera mise à niveau sans perte de données, programmes et paramètres, sauf que pendant l'installation, une clé de produit est requise et à défaut de clé de produit (si on dispose par exemple d'une licence numérique de Windows 10 Pro, si on projette d'acheter une licence de Windows Pro etc… ), on peut utiliser l'une des clés génériques suivantes de Windows 10 Pro pour effectuer l'installation :
</p>

<p>
	VK7JG-NPHTM-C97JM-9MPGT-3V66T
</p>

<p>
	W269N-WFGWX-YVC9B-4J6C9-T83GX
</p>

<p>
	Une clé de produit valide de Windows 10 Pro peut être utilisée par la suite pour activer Windows.
</p>

<p>
	S'il s'agit d'une autre édition, on peut trouver sa clé générique ici par exemple : <a href="https://www.tech2tech.fr/cles-de-licence-generiques-pour-linstallation-de-windows" ipsnoembed="false" rel="external nofollow">https://www.tech2tech.fr/cles-de-licence-generiques-pour-linstallation-de-windows</a>
</p>

<p>
	B- Passage vers l'édition famille à partir d'une édition installée différente en modifiant le registre et en utilisant l'iso d'origine de Windows 10
</p>

<p>
	1-Créer par précaution un point de restauration système :
</p>

<p>
	<a href="http://windows.microsoft.com/fr-fr/windows-10/create-a-system-restore-point" ipsnoembed="false" rel="external nofollow">http://windows.microsoft.com/fr-fr/windows-10/create-a-system-restore-point</a>
</p>

<p>
	- Si la protection du système n'est pas activée, dans l'onglet Protection du système de la fenêtre Propriétés système, cliquer en bas sur le bouton Configurer, puis :
</p>

<p>
	*Sélectionner la partition système C: &gt;&gt; Configurer &gt;&gt; Activer la protection du système &gt;&gt; régler l'utilisation de l'espace disque de 10 Go à 20 Go (par défaut: 5%).
</p>

<p>
	- Créer alors manuellement un point de restauration.
</p>

<p>
	- Remarque :
</p>

<p>
	Pour accéder à la fenêtre "Propriétés système", le plus simple est de lancer la fenêtre "Exécuter" en appuyant simultanément sur les touches clavier Windows et R et saisir la commande Sysdm.cplpuis cliquer sur OK.
</p>

<p>
	- Recommandation supplémentaire :
</p>

<p>
	Planifier la création de points de restauration système en utilisant un script vbs : <a href="https://answers.microsoft.com/fr-fr/windows/forum/windows_10-update/planifier-la-creation-de-points-de-restauration/bcb998c6-9fd6-434a-b6a1-a6b538c967d6" ipsnoembed="false" rel="external nofollow">https://answers.microsoft.com/fr-fr/windows/forum/windows_10-update/planifier-la-creation-de-points-de-restauration/bcb998c6-9fd6-434a-b6a1-a6b538c967d6</a>
</p>

<p>
	2- Exécuter Regedit.exe et :
</p>

<p>
	- Se rendre à l'emplacement HKLM\Software\Microsoft\Windows NT\CurrentVersion
</p>

<p>
	* Changer la valeur de ProductName en mettant Windows 10 Home
</p>

<p>
	* Changer la valeur EditionID en mettant Core
</p>

<p>
	- Se rendre à l'emplacement HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion
</p>

<p>
	* Changer la valeur de ProductName en mettant Windows 10 Home
</p>

<p>
	* Changer la valeur EditionID en mettant Core
</p>

<p>
	3- Important : Il ne faut pas redémarrer et passer directement au point 4 ci-dessus.
</p>

<p>
	4- Effectuer une mise à niveau en utilisant le dernier ISO de Windows 10 en suivant cette procédure :
</p>

<p>
	Tutoriel mise à niveau Windows 10, sans pertes de données, programmes et paramètres
</p>

<p>
	Remarques :
</p>

<p>
	- Inutile de s'attarder sur l'introduction.
</p>

<p>
	- Respecter à la lettre les recommandations du paragraphe III- PREPARATION, sauf le point 3, c’est-à-dire qu'il ne faut pas démarrer en mode minimal car le redémarrage annule la modification de la première clé de registre qui a été modifiée.
</p>

<p>
	Remarque importante : Le programme d'installation va automatiquement effectuer la mise à niveau vers l'édition Famille (sans perte de données, programmes et paramètres) mais si une édition autre que l'édition famille de Windows 10, 8.1 ou 8 était préinstallée en usine, dans ce cas il faudra ajouter le fichier ei.cfg concernant l'édition famille dont les explications ont été données dans le paragraphe I- INTRODUCTION ci-dessus.
</p>

<p>
	5-Activer Windows 10 en utilisant sa licence de Windows 10 Famille.
</p>

<p>
	C- Passage vers l'édition professionnelle à partir d'une édition installée différente en modifiant le registre et en utilisant l'iso d'origine de Windows 10
</p>

<p>
	1- Créer par précaution un point de restauration système :
</p>

<p>
	<a href="http://windows.microsoft.com/fr-fr/windows-10/create-a-system-restore-point" ipsnoembed="false" rel="external nofollow">http://windows.microsoft.com/fr-fr/windows-10/create-a-system-restore-point</a>
</p>

<p>
	- Si la protection du système n'est pas activée, dans l'onglet Protection du système de la fenêtre Propriétés système, cliquer en bas sur le bouton Configurer, puis :
</p>

<p>
	*Sélectionner la partition système C: &gt;&gt; Configurer &gt;&gt; Activer la protection du système &gt;&gt; régler l'utilisation de l'espace disque de 10 Go à 20 Go (par défaut: 5%).
</p>

<p>
	- Créer alors manuellement un point de restauration.
</p>

<p>
	- Remarque :
</p>

<p>
	Pour accéder à la fenêtre "Propriétés système", le plus simple est de lancer la fenêtre "Exécuter" en appuyant simultanément sur les touches clavier Windows et R et saisir la commande Sysdm.cpl puis cliquer sur OK.
</p>

<p>
	- Recommandation supplémentaire :
</p>

<p>
	Planifier la création de points de restauration système en utilisant un script vbs :
</p>

<p>
	<a href="https://answers.microsoft.com/fr-fr/windows/forum/windows_10-update/planifier-la-creation-de-points-de-restauration/bcb998c6-9fd6-434a-b6a1-a6b538c967d6" ipsnoembed="false" rel="external nofollow">https://answers.microsoft.com/fr-fr/windows/forum/windows_10-update/planifier-la-creation-de-points-de-restauration/bcb998c6-9fd6-434a-b6a1-a6b538c967d6</a>
</p>

<p>
	2- Exécuter Regedit.exe et :
</p>

<p>
	- Se rendre à l'emplacement HKLM\Software\Microsoft\Windows NT\CurrentVersion
</p>

<p>
	* Changer la valeur EditionID en mettant Professional
</p>

<p>
	* Changer la valeur de ProductName en mettant Windows 10 Pro
</p>

<p>
	- Se rendre à l'emplacement HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion
</p>

<p>
	* Changer la valeur EditionID en mettant Professional
</p>

<p>
	* Changer la valeur de ProductName en mettant Windows 10 Pro
</p>

<p>
	3- Important : Il ne faut pas redémarrer et passer directement au point 4 ci-dessus.
</p>

<p>
	4- Effectuer une mise à niveau en utilisant le dernier ISO de Windows 10 en suivant cette procédure :
</p>

<p>
	Tutoriel mise à niveau Windows 10, sans pertes de données, programmes et paramètres
</p>

<p>
	Remarques :
</p>

<p>
	- Inutile de s'attarder sur l'introduction.
</p>

<p>
	- Respecter à la lettre les recommandations du paragraphe III- PREPARATION, sauf le point 3, c’est-à-dire qu'il ne faut pas démarrer en mode minimal car le redémarrage annule la modification de la première clé de registre qui a été modifiée.
</p>

<p>
	Remarque importante : Le programme d'installation va automatiquement effectuer la mise à niveau vers l'édition Professionnelle (sans perte de données, programmes et paramètres) mais si une édition autre que l'édition Professionnelle de Windows 10, 8.1 ou 8 était préinstallée en usine, dans ce cas il faudra ajouter le fichier ei.cfg concernant l'édition Professionnelle dont les explications ont été données dans le paragraphe I- INTRODUCTION ci-dessus.
</p>

<p>
	5- Activer Windows 10 en utilisant sa licence de Windows 10 Professionnel.
</p>

<p>
	D- Cas spécifique de la mise à niveau vers l'édition professionnelle à partir de Windows 10 famille
</p>

<p>
	Dans ce cas précis, au lieu d'utiliser la méthode du point B ci-dessus, il est préférable d'utiliser l'une des méthodes ci-après le cas qui se présente car le passage s'effectue par conversion de l'édition sans perte de données, programmes et paramètres et sans mise à niveau proprement dite, c’est-à-dire la réinstallation de Windows (le processus devant prendre seulement une dizaine de minutes.
</p>

<p>
	a- CAS D'UNE MISE A NIVEAU DE WINDOWS 10 FAMILLE VERS WINDOWS 10 PRO EN UTILISANT UNE LICENCE NUMERTIQUE DE WINDOWS 10 EN SA POSSESSION OU EN ACHETANT UNE LICENCE NUMERIQUE DE MISE A NIVEAU EN PASSANT PAR PARAMETRES, FENETRE ACTIVATION
</p>

<p>
	Ce cas est expliqué dans le paragraphe :
</p>

<p>
	Effectuer la mise à niveau à l’aide de votre licence numérique pour Windows 10 Professionnel
</p>

<p>
	De cet article de Microsoft :
</p>

<p>
	<a href="https://support.microsoft.com/fr-dz/help/12384/windows-10-upgrading-home-to-pro" ipsnoembed="false" rel="external nofollow">https://support.microsoft.com/fr-dz/help/12384/windows-10-upgrading-home-to-pro</a>
</p>

<p>
	Donc, si on dispose d'une licence numérique de Windows Pro qu'on veut utiliser pour mettre à niveau Windows 10 Famille, la procédure est expliquée dans ce paragraphe.
</p>

<p>
	Le passage vers Windows 10 Pro se fait par simple conversion d'édition, sans perte de données, programmes et paramètres.
</p>

<p>
	Il suffit de suivre les instructions. L'opération devant prendre une dizaine de minutes.
</p>

<p>
	b- CAS D'UNE MISE A NIVEAU DE WINDOWS 10 FAMILLE VERS WINDOWS 10 PRO EN UTILISANT UNE LICENCE COMPLETE DE WINDOWS 10 PRO ACHETEE A PARTIR DU MICROSOFT STORE OU D'AILLEURS, QUEL QUE SOIT LE TYPE DE CETTE LICENCE (RETAIL, OEM, VL ETC…)
</p>

<p>
	Dans ce cas, il faut utiliser la méthode du paragraphe :
</p>

<p>
	Effectuer la mise à niveau à l’aide d’une clé de produit Windows 10 Professionnel
</p>

<p>
	De cet article de Microsoft :
</p>

<p>
	<a href="https://support.microsoft.com/fr-dz/help/12384/windows-10-upgrading-home-to-pro" ipsnoembed="false" rel="external nofollow">https://support.microsoft.com/fr-dz/help/12384/windows-10-upgrading-home-to-pro</a>
</p>

<p>
	Cependant, cette méthode n'est pas complète et ne fonctionne pas ainsi.
</p>

<p>
	En effet, avec une clé de produit concernant une licence complète de Windows 10 Pro, on ne peut pas mettre à niveau sans perte de données, programmes et paramètres Windows 10 Famille vers Windows 10 Pro et ce, que ce soit :
</p>

<p>
	- En effectuant une mise à niveau en utilisant l'ISO de Windows 10 Pro.
</p>

<p>
	- En passant par : Bouton démarrer-Paramètres-Mise à jour et sécurité-Activation et en accédant au store à partir de là afin d'effectuer la conversion en utilisant la clé de produit de la licence complète, seule une licence numérique ou une clé de mise à niveau peut fonctionner.
</p>

<p>
	La solution est donc d'effectuer une installation propre de Windows 10 ou d'utiliser la méthode du point B ci-dessus.
</p>

<p>
	Ceci dit, toujours est-il qu'il existe une astuce devant permettre d'effectuer cette conversion sans pertes et sans utilisation de l'ISO ou du support d'installation de Windows 10, comme dans le cas du point a ci-dessus elle consiste à utiliser une clé générique de Windows 10 pro (provisoire) pour effectuer la conversion, puis utiliser la clé de produit achetée pour activer Windows 10 professionnel.
</p>

<p>
	La procédure est la suivante :
</p>

<p>
	Couper la connexion internet (Ethernet et WIFI), puis :
</p>

<p>
	Dans : Bouton démarrer-Paramètres-Mise à jour et sécurité-Activation
</p>

<p>
	Cliquer sur le bouton Modifier la clé de produit
</p>

<p>
	Entrer la clé générique :
</p>

<p>
	VK7JG-NPHTM-C97JM-9MPGT-3V66T
</p>

<p>
	Cliquer sur "Suivant".
</p>

<p>
	Et suivre les instructions.
</p>

<p>
	Le processus de conversion de Windows 10 Famille vers Windows 10 Professionnel prend une dizaine de minutes, suivi d’un redémarrage automatique et c’est Windows 10 professionnel qui est installé.
</p>

<p>
	Il suffit alors de rétablir la connexion internet et d’utiliser la clé de produit de Windows 10 professionnel achetée pour activer Windows.<br>
	 
</p>

<p>
	ur la création de ce tutoriel 
</p>
]]></description><guid isPermaLink="false">368</guid><pubDate>Tue, 27 Jun 2023 09:15:11 +0000</pubDate></item><item><title>UPGRADE D&#x2019;UNE EDITION WINDOWS 10 HOME VERS PRO A L&#x2019;AIDE D&#x2019;UNE CLE AUTRE QUE CELLE DE MISE A NIVEAU DU STORE SANS PERTE DE DONNEE</title><link>https://community.lecrabeinfo.net/blogs/entry/151-upgrade-d%E2%80%99une-edition-windows-10-home-vers-pro-a-l%E2%80%99aide-d%E2%80%99une-cle-autre-que-celle-de-mise-a-niveau-du-store-sans-perte-de-donnee/</link><description><![CDATA[<p>
	<b><span style="color:#ffc000;">UPGRADE D’UNE EDITION WINDOWS 10 HOME VERS PRO A L’AIDE D’UNE CLE AUTRE QUE CELLE DE MISE A NIVEAU DU STORE SANS PERTE DE DONNEE</span></b>
</p>

<p>
	<b><span style="color:#ffc000;"> </span></b>
</p>

<p>
	<i><span>Bonjour </span></i>
</p>

<p>
	<i><span>Certains utilisateurs sont confrontés à ce problème : passer leur version Windows 10 home vers une version Pro à l’aide d’une clé de licence sans être obligé de réinstaller leur système </span></i>
</p>

<p>
	<i><span>Seule la clé de mise à niveau du store permettrait d’effectuer l’opération sans perte de données </span></i>
</p>

<p>
	<i><span>Mais on peut contourner le problème </span></i>
</p>

<p>
	<i><span>Pour effectuer l’upgrade sans perte de données il suffit d’appliquer la procédure décrite</span></i><span> </span>
</p>

<p>
	<span><a href="https://answers.microsoft.com/en-us/windows/forum/windows_10-win_licensing/windows-10-pro-activation-error-0xc004f050/98ad5a61-f007-455b-9a5b-3dba8735226e" rel="external nofollow">Windows 10 Pro Activation Error 0xc004f050 - Microsoft Community</a></span>
</p>

<p>
	<i><span>En Français </span></i>
</p>

<p>
	<span><span>1-<span>     </span></span></span><span>Se déconnecter d’internet </span>
</p>

<p>
	<span><span>2-<span>     </span></span></span><span>Ouvrir Paramètres, Mise à jour et sécurité, Activation </span><span><span>                  </span></span>
</p>

<p>
	<span><span>3-<span>     </span></span></span><span>Cliquer sur modifier la clé de produit et entrez la clé générique qui permet l’installation d’une version Pro <b>VK7JG-NPHTM-C97JM-9MPGT-3V66T</b></span>
</p>

<p>
	<span><span>4-<span>     </span></span></span><span>Redémarrez le PC reconnectez vous à internet </span>
</p>

<p>
	<span>La version Pro doit s’installer vérifiez le : </span>
</p>

<p>
	<span>En invite de commande administrateur tapez : <b>winver</b> et vérifier qu’il est bien indiqué Windows 10 Pro dans la fenêtre qui s’ouvre.</span>
</p>

<p>
	<span>Retournez à Paramètres, Mise à jour et sécurité, Activation et rentrez votre clé d’activation achetée </span>
</p>

<p>
	<span>Vérifiez l’activation toujours dans Mise à jour et sécurité, Activation</span>
</p>
]]></description><guid isPermaLink="false">151</guid><pubDate>Thu, 04 Feb 2021 12:44:04 +0000</pubDate></item><item><title>Utiliser Edge L&#xE9;gacy et Edge Chromium c&#xF4;te &#xE0; c&#xF4;te</title><link>https://community.lecrabeinfo.net/blogs/entry/121-utiliser-edge-l%C3%A9gacy-et-edge-chromium-c%C3%B4te-%C3%A0-c%C3%B4te/</link><description><![CDATA[<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;margin-top:0px;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Bonjour à tous , 
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Je poste une astuce qui permet d'utiliser les deux versions de Edge en meme temps (astuce testée) 
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Si on a installé Edge Chromium et qu'on ne trouve plus Edge Légacy il faut le désinstaller depuis le panneau de configuration ou le menu démarrer Edge Chromium pour retrouver Edge Légacy 
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Ou <a href="https://lecrabeinfo.net/desinstaller-supprimer-microsoft-edge-chromium-de-windows-10-8-7.html" rel="external" style="background-color:transparent;text-decoration:underline;">https://lecrabeinfo.net/desinstaller-supprimer-microsoft-edge-chromium-de-windows-10-8-7.html</a>
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Si on est encore avec Edge Légacy on passe directement à la suite tirée du site <a href="https://geekob.com/comment-utiliser-microsoft-edge-et-edge-chromium-en-meme-temps/" rel="external nofollow" style="background-color:transparent;text-decoration:underline;">https://geekob.com/comment-utiliser-microsoft-edge-et-edge-chromium-en-meme-temps/</a> Merci 
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	On doit passer par l'éditeur de la base de registre pour créer une clé 
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Touche Windows + R dans exécuter taper<strong style="font-weight:bolder;"> regedit </strong>
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Trouver le chemin <strong style="font-weight:bolder;">HKEY_LOCAL_MACHINE/SOFTWARE/POLICIES/MICROSOFT </strong>
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	clic droit sur la clé Microsoft et sélectionnez “nouveau” ou “new” puis nommez cette clé “EdgeUpdate”
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	clic droit sur  “<strong style="font-weight:bolder;">Edgeupdate</strong>” et sélectionnez nouveau puis valeur “<strong style="font-weight:bolder;">DWORD” (32bits)</strong> dans le menu contextuel et donnez à cette valeur le nom suivant:<br />
	<strong style="font-weight:bolder;">Allowsxs</strong>
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	double clic dessus et définissez la valeur sur “<strong style="font-weight:bolder;">1</strong>”
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Télécharger et installez Edge Chromium <a href="https://support.microsoft.com/fr-fr/help/4501095/download-the-new-microsoft-edge-based-on-chromium" rel="external nofollow" style="background-color:transparent;text-decoration:underline;">https://support.microsoft.com/fr-fr/help/4501095/download-the-new-microsoft-edge-based-on-chromium</a> 
</p>

<p style="color:rgb(53,60,65);font-size:14.7px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;margin-bottom:0px;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	Vous pouvez utiliser les deux navigateurs en meme temps 
</p>
]]></description><guid isPermaLink="false">121</guid><pubDate>Sat, 21 Nov 2020 12:39:00 +0000</pubDate></item><item><title>Activer le mode sombre sur tous les onglets sous Edge Chromium</title><link>https://community.lecrabeinfo.net/blogs/entry/117-activer-le-mode-sombre-sur-tous-les-onglets-sous-edge-chromium/</link><description><![CDATA[<p>
	Bonjour , 
</p>

<p>
	Pour tous ceux dont les yeux sont fatigués par les écrans fonds blancs 
</p>

<p>
	Il y a un réglage pour Edge Chromium qui permet d'avoir tous les onglets et donc les sites en mode sombre 
</p>

<p>
	Ouvrir un Onglet 
</p>

<p>
	Taper <span data-darkreader-inline-color="" style="color: rgb(52, 152, 219); --darkreader-inline-color: #46a1de;">edge://flags</span>
</p>

<p>
	Dans Indicateur de Recherche taper <span data-darkreader-inline-color="" style="color: rgb(52, 152, 219); --darkreader-inline-color: #46a1de;">dark </span>
</p>

<p>
	<span style="font-size:11pt;">dans le menu Force Dark Mode for Web Contents passez sur <span data-darkreader-inline-color="" style="color: rgb(52, 152, 219); --darkreader-inline-color: #46a1de;">Enabled</span> </span>
</p>

<p>
	<span style="font-size:11pt;">Voila et vous avez vos sites en mode dark sur Edge Chromium .</span>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">117</guid><pubDate>Fri, 23 Oct 2020 09:35:00 +0000</pubDate></item><item><title>Cr&#xE9;ation d'un nouveau COMPTE D'UTILISATEUR LOCAL avec DROITS D'ADMINISTRATEUR</title><link>https://community.lecrabeinfo.net/blogs/entry/79-cr%C3%A9ation-dun-nouveau-compte-dutilisateur-local-avec-droits-dadministrateur/</link><description><![CDATA[<p>
	Bonjour à tous , 
</p>

<p>
	Je vous présente un autre tutoriel qu'Abdelhafid m'a autorisé à publier sur le forum . Merci à lui pour son travail qui nous aide beaucoup à rendre compréhensibles et applicables par le plus grand nombre certaines manipulations de réparation de Windows . 
</p>

<p style="line-height:106%;">
	 
</p>

<p style="line-height:106%;">
	<strong><u><span style="font-size:18pt;line-height:106%;color:#ED7D31;">Tutoriel sur </span><span style="line-height:106%;font-size:18pt;"><a rel=""><span style="color:#e67e22;">la création d'un nouveau compte d'utilisateur local avec droits d'administrateur quand le mot de passe ou les droits d'administrateur ont été perdus</span></a></span></u></strong><b><span style="font-size:18pt;line-height:106%;color:#ED7D31;"></span></b></p><p><b></b></p><b></b>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">Ce tutoriel explique comment créer un nouveau compte d'utilisateur local avec droits d'administrateur depuis l'écran de connexion, c’est-à-dire sans ouvrir une session.</span>
</p>

<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">Cette opération peut être utile dans les cas suivants :</span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">- Le système est inaccessible car le mot de passe Windows (compte d'utilisateur local) a été perdu et sa réinitialisation s'avère impossible ou bien la réinitialisation du PC ne convient pas comme solution, comme expliqué dans cet article :</span></p><p></p>


<p style="line-height:106%;">
	<a href="https://support.microsoft.com/fr-dz/help/4028457/windows-10-reset-your-local-account-password" rel="external nofollow"><span style="font-size:12pt;line-height:106%;">https://support.microsoft.com/fr-dz/help/4028457/windows-10-reset-your-local-account-password</span></a><span style="font-size:12pt;line-height:106%;color:#363636;"></span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">- Le système est inaccessible car le mot de passe Windows (compte Microsoft) a été perdu ou ne fonctionne plus et sa réinitialisation</span> <span style="font-size:12pt;line-height:106%;color:#363636;">s'avère impossible, comme expliqué par exemple dans ce tutoriel :</span></p><p></p>


<p style="line-height:106%;">
	<a class="ipsType_noLinkStyling"><span style="font-size:12pt;line-height:106%;">https://www.98ffe08d.com/reinitialiser-mot-de-passe-perdu-compte-microsoft/</span></a><span><span style="font-size:12pt;line-height:106%;"></span></span></p><p></p>


<p style="line-height:106%;">
	<span style="color:#363636;">ou dans cet article :</span></p><p></p>


<p style="line-height:106%;">
	<a href="https://support.microsoft.com/fr-fr/help/4026971/microsoft-account-how-to-reset-your-password" rel="external nofollow"><span style="font-size:12pt;line-height:106%;">https://support.microsoft.com/fr-fr/help/4026971/microsoft-account-how-to-reset-your-password</span></a><span style="font-size:12pt;line-height:106%;color:#363636;"></span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">qui explique comment tenter cette réinitialisation même depuis un autre PC.</span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">ou que</span> <span style="font-size:12pt;line-height:106%;color:#363636;">la réinitialisation du PC ne convient pas comme solution.</span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">- Le système est accessible mais seulement sous un compte d'utilisateur standard (sans droits d'administrateur) alors que ce compte est le seul compte disponible sur le PC ou que le mot de passe du compte avec droits d'administrateur a été perdu ou qu'il est inconnu et sa réinitialisation s'avère impossible ou bien la réinitialisation du PC ne convient pas comme solution, comme expliqué dans cet article :</span></p><p></p>


<p style="line-height:106%;">
	<a href="https://support.microsoft.com/fr-dz/help/4028457/windows-10-reset-your-local-account-password" rel="external nofollow"><span style="font-size:12pt;line-height:106%;">https://support.microsoft.com/fr-dz/help/4028457/windows-10-reset-your-local-account-password</span></a><span style="font-size:12pt;line-height:106%;color:#363636;"></span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">- Le seul compte d'utilisateur disponible sur le PC est corrompu, ce qui empêche l'accès à la session ou bien la réparation ou la récupération de ce compte s'avère impossible.</span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">- L'activation du compte administrateur intégré est impossible.</span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">- Etc…</span>
</p>

<p style="line-height:18pt;">
	<b><i><span style="font-size:14pt;color:#002060;">I- DEMARRER EN ENVIRONNEMENT DE RECUPERATION ET ACCEDER A L'INVITE DE COMMANDE.</span></i></b>
</p>

<p style="margin-bottom:8pt;">
	<b><span style="font-family:Calibri, sans-serif;color:#7030A0;">1- Créer un support d'installation de Windows 10</span></b></p><p><b></b></p><b></b>


<p style="margin-bottom:8pt;">
	<span style="font-family:Calibri, sans-serif;color:#363636;">Il faut signaler qu'en lançant l'environnement de récupération installé sur le disque dur, l'accès à l'invite de commande est impossible sans le mot de passe Windows, donc, il est indispensable de lancer l'environnement de récupération à partir d'une clé de récupération/réparation ou d'un support d'installation de Windows 10.</span>
</p>

<p style="margin-bottom:8pt;">
	<span style="font-family:Calibri, sans-serif;color:#363636;">Pour créer un support d'installation de Windows 10, suivre par exemple le paragraphe :</span></p><p></p>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<b><span style="font-size:8pt;font-family:'Segoe UI', sans-serif;color:#00B0F0;">II- CREATION DU SUPPORT D'INSTALLATION UNIVERSEL DE WINDOWS 10.</span></b></p><p><b></b></p><b></b>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<span style="font-size:12pt;color:#363636;">De ce tutoriel :</span></p><p></p>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<a href="https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-complet-de-recuperation-et-dinstallation/d9f85b18-002b-429c-893e-ee89ab10f472" rel="external nofollow"><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;">https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-complet-de-recuperation-et-dinstallation/d9f85b18-002b-429c-893e-ee89ab10f472</span></a>
</p>

<p style="margin-bottom:8pt;">
	<span style="font-family:Calibri, sans-serif;color:#363636;">Utiliser l'une des deux premières méthodes pour créer un support d'installation <u>universel</u> de Windows 10 avec la dernière version de Windows 10, ce qui permet de démarrer avec ce support en Legacy et en UEFI. </span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-family:Calibri, sans-serif;color:#363636;">Même si la version installée de Windows 10 ne correspond pas à la dernière version, ce support d'installation peut convenir à appliquer ce présent tutoriel.</span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-family:Calibri, sans-serif;color:#363636;">Aussi, si on dispose d'un support d'installation ou de récupération/réparation avec une version plus ancienne que celle installée, il convient aussi pour appliquer ce tutoriel. </span>
</p>

<p style="margin-bottom:8pt;">
	<b><span style="font-family:Calibri, sans-serif;color:#7030A0;">2- Démarrer le PC avec le support d'installation de Windows 10 et accéder à l'invite de commande sous l'environnement de récupération.</span></b></p><p><b></b></p><b></b>


<p style="margin-bottom:8pt;">
	<span style="font-family:Calibri, sans-serif;color:#363636;">- Il n'est pas nécessaire d'apporter des modifications dans le BIOS pour démarrer avec ce support, pour cela, suivre par exemple ce qui est expliqué au paragraphe :</span></p><p></p>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<b><span style="font-size:8pt;font-family:'Segoe UI', sans-serif;color:#00B0F0;">III- DEMARRAGE AVEC LE SUPPORT UNIVERSEL DE WINDOWS 10</span></b></p><p><b></b></p><b></b>


<p style="margin-bottom:8pt;">
	<span style="font-family:Calibri, sans-serif;color:#363636;">De ce tutoriel :</span></p><p></p>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<a href="https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-complet-de-recuperation-et-dinstallation/d9f85b18-002b-429c-893e-ee89ab10f472" rel="external nofollow"><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;">https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-complet-de-recuperation-et-dinstallation/d9f85b18-002b-429c-893e-ee89ab10f472</span></a>
</p>

<p style="margin-bottom:.0001pt;line-height:normal;">
	<span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">- Après chargement, une première fenêtre sera affichée : "</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#00B050;">Installation de Windows</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">", </span><b><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#C45911;">sélectionner Français (France)</span></b><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;"> dans toutes les cases et cliquer sur </span><b><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#C45911;">Suivant.</span></b><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;"></span></p><p></p>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">- Dans la fenêtre qui s'ouvre, cliquer sur : </span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#C45911;">Réparer l'ordinateur </span></p><p></p>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<span style="font-size:12pt;color:#363636;">- Dans la fenêtre "</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#00B050;">Choisir une option</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">", cliquer sur la tuile "</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#C45911;">Dépannage</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">"</span></p><p></p>


<p style="margin-bottom:.0001pt;line-height:normal;">
	<span style="font-size:12pt;color:#363636;">- Dans la fenêtre "</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#00B050;">Options avançées</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">", cliquer sur la tuile "</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#C45911;">Invite de commandes</span><span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">"</span>
</p>

<p style="margin-bottom:.0001pt;line-height:normal;">
	<span style="font-size:11.5pt;font-family:'Segoe UI', sans-serif;color:#000000;">L'invite de commande s'ouvre sous <b>X:\Sources&gt;</b></span>
</p>

<p style="line-height:18pt;">
	<b><i><span style="font-size:14pt;color:#002060;">II- CREATION DU COMPTE UTILISATEUR AVEC DROITS D’ADMINISTRATEUR.</span></i></b>
</p>

<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#BF0000;">Important </span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">: </span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#0000BF;">Pour les utilisateurs non avertis, ne rien modifier sur le registre à part ce qui est indiqué ci-dessous</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13435" data-ratio="40.41" width="688" alt="image.png.7e44935c11d4cdf8c4933785c127b809.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.7e44935c11d4cdf8c4933785c127b809.png">
</p>

<p>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;">a-</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Une fois l’invite de commande lancée, après <b>X:\Sources&gt;, </b>saisir <b>regedit</b> et valider en appuyant sur clavier <b>ENTREE</b> </span>
</p>

<p>
	<br>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;">b-</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"> Dans Editeur de Registre, <u>sélectionner</u> : <b>HKEY_LOCAL_MACHINE</b> </span>
</p>

<p>
	<br>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13436" data-ratio="38.79" width="696" alt="image.png.7ef79bb4f7a2ceac43acf27ad262c63c.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.7ef79bb4f7a2ceac43acf27ad262c63c.png">
</p>

<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">et dans le menu <b>Fichier</b>, cliquer sur : <b>Charger la ruche</b> :</span></p><p></p>


<p>
	    <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><img class="ipsImage ipsImage_thumbnailed" data-fileid="13437" data-ratio="40.35" width="694" alt="image.png.84986790807fc6602534b5b554896dee.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.84986790807fc6602534b5b554896dee.png"><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span><p></p>


<p>
	    <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Dans le champ : <b>Regarder dans</b>, bien repérer la lettre de la partition de l’OS concerné (supposant que cette lettre est <b>E</b>) et parcourir jusqu’au répertoire : <b>E:\Windows\System32\config </b>et sélectionner le fichier<b> SYSTEM </b>(<b>fichier, non document texte</b>) puis cliquer sur<b> Ouvrir</b> :</span></p><p></p>


<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13438" data-ratio="39.33" width="689" alt="image.png.05d3cd6cf970fcc2a0d4c2e3cdd6f4a0.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.05d3cd6cf970fcc2a0d4c2e3cdd6f4a0.png"><br>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Une petite fenêtre sera affichée : <b>Chargement de la ruche</b>, donner alors un <b>nom</b> quelconque comme nom de la clé, dans notre exemple on prend <b>test</b> et cliquer sur <b>OK</b></span>
</p>

<p>
	<br>
	<br>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13439" data-ratio="46.74" width="691" alt="image.png.95c1abb78cdb2401902a11f32a4a930a.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.95c1abb78cdb2401902a11f32a4a930a.png">
</p>

<p>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;">c-</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Dérouler <b>HKEY_LOCAL_MACHINE</b> et rechercher la clé <b>Setup</b> qui se trouve dans :<br>
	“HKEY_LOCAL_MACHINE\<b>test</b> ”.<br>
	Et dans la fenêtre droite, faire un <b>clic droit</b> sur <b>SetupType</b> et cliquer sur <b>Modifier</b>, puis dans la case "données de la valeur", remplacer 0 par </span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#BF0000;">2 </span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">et cliquer sur <b>OK</b> :</span></p><p></p>


<p>
	   <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><img class="ipsImage ipsImage_thumbnailed" data-fileid="13440" data-ratio="38.35" width="704" alt="image.png.eee7d1a9d531364e822a359f61fb5f7e.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.eee7d1a9d531364e822a359f61fb5f7e.png"><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Ensuite toujours dans la fenêtre droite, faire un <b>clic droit</b> sur <b>CmdLine</b> et cliquer sur <b>Modifier</b>, puis dans la case "données de la valeur, inscrire </span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#BF0000;">cmd.exe </span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">et cliquer sur <b>OK</b> :</span></p><p></p>


<p>
	<br>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13441" data-ratio="38.4" width="711" alt="image.png.6dc65975c70013c7bff79cf99516811d.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.6dc65975c70013c7bff79cf99516811d.png">
</p>

<p>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;">d-</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Juste par précaution, <b>fermer </b>Editeur de Registre puis <b>saisir à nouveau</b> dans l’invite de commande : <b>regedit</b> après X:\Sources&gt; et valider en appuyant sur la touche clavier <b>ENTREE</b>.</span><br>
	<br>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;">e-</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Dans Editeur de Registre, <b>sélectionner</b> le nom que vous avez donné, dans notre exemple <b>test </b>et dans le menu <b>Fichier</b>, <b>cliquer </b>sur <b>Décharger la ruche :</b></span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13442" data-ratio="41.74" width="726" alt="image.png.c5eb8a223741fb5a82de5559634ab5d4.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.c5eb8a223741fb5a82de5559634ab5d4.png">
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13443" data-ratio="41.37" width="776" alt="image.png.0e8ac1c0ae1dd281cb1c883a5cbadb5a.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.0e8ac1c0ae1dd281cb1c883a5cbadb5a.png">
</p>

<p>
	<br>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Puis dans la fenêtre : <b>Confirmer le déchargement de la ruche</b>, cliquer sur <b>OUI</b> </span>
</p>

<p>
	<br>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13444" data-ratio="38.93" width="768" alt="image.png.fa2100171469542a6b535fd7fecb6cfa.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.fa2100171469542a6b535fd7fecb6cfa.png">
</p>

<p>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;">f-</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Fermer </span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Editeur de Registre et Invite de commandes puis cliquer sur <b>Continuer</b> et <b>retirer</b> le Média d’installation :</span>
</p>

<p>
	<br>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="13445" data-ratio="41.94" width="751" alt="image.png.1ead47007a92a4614c2e413d341f08e2.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.1ead47007a92a4614c2e413d341f08e2.png">
</p>

<p>
	   <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;">g-</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Quand le PC démarre, dans l’invite de commande qui sera affichée :</span><p></p><p></p><br>
	<br>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"><b>A/ </b>Saisir la commande :</span><br>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#000080;">net user /add Pierre MDP</span></b><br>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">- En respectant les espaces<br>
	- <b>Pierre </b>: c’est le Nom exact du compte qui sera créée, remplacer ce nom par le nom définitif désiré.<br>
	Si ce nom comporte des espaces il faut le mettre entre guillemets.<br>
	- <b>MDP</b> étant le mot de passe que vous voulez utiliser pour ce nouveau compte, remplacer MDP par le mot de passe que vous voulez attribuer à ce compte.<br>
	- Si vous ne voulez pas attribuer de mot de passe, la commande devra être : </span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#000080;">net user /add Pierre</span></b><br>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">- Appuyer sur la touche clavier <b>ENTREE</b>.<br>
	Le message suivant doit s’afficher : <b>La commande s’est terminée correctement</b>.<br>
	<br>
	<u>EXEMPLE 1</u> (nom simple) :<br>
	Nom du compte : Pierre<br>
	Mot de passe : alibaba<br>
	La commande à saisir est :<b> </b></span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#000080;">Net user /add Pierre alibaba</span></b><p><b></b></p><b></b>


<p>
	<u><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">EXEMPLE 2</span></u><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"> (nom composé) :<br>
	Nom du compte : Pierre Jaques<br>
	Mot de passe : alibaba<br>
	La commande à saisir est : </span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#000080;">Net user /add " Pierre Jaques " alibaba</span></b><br>
	<br>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"><b>B/ </b>Saisir la commande :</span><br>
	<b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#000080;">net localgroup administrateurs Pierre /add</span></b><br>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">- En respectant les espaces<br>
	- Remplacer <b>Pierre</b> par le <b>nom définitif </b>que vous avez adonné.<br>
	- Si la commande ne passe pas, saisir : <b>administrators</b> au lieu de : <b>administrateurs</b>.<br>
	- Appuyer sur la touche clavier <b>ENTREE</b>.<br>
	Le message suivant doit s’afficher : <b>La commande s’est terminée correctement</b>.<br>
	Fermer alors la fenêtre en saisissant<b> EXIT </b>puis en appuyant sur la touche clavier <b>ENTREE</b>.</span>
</p>

<p>
	<u><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Dans notre exemple, les commandes exécutées sont les suivantes </span></u><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">:</span>
</p>

<p>
	   <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><img class="ipsImage ipsImage_thumbnailed" data-fileid="13429" data-ratio="45.71" width="652" alt="image.png.6860bfc8b51671d13a564ac0f2aba6a7.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.6860bfc8b51671d13a564ac0f2aba6a7.png">


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#9A470E;"></span></b></p><p><b></b></p><b>h-</b><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Sélectionner le nouveau compte qui vient d'être créé et affiché dans l'écran de<span>  </span>connexion (<b>Pierre</b> dans notre exemple)</span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#C45911;"> </span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">et saisir le mot de passe qui lui a été attribué (<b>alibaba</b> dans cet exemple) puis appuyer sur la touche clavier <b>Entrée</b> :</span>


<p>
	   <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><img class="ipsImage ipsImage_thumbnailed" data-fileid="13430" data-ratio="46.59" width="674" alt="image.png.4c0747d08d557db72128b92bdd3e3a10.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.4c0747d08d557db72128b92bdd3e3a10.png">


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Attendre quelques minutes et effectuer la configuration du compte pour voir le bureau du nouveau compte d'utilisateur local avec droits d'administrateur s'afficher :</span></p><p></p>


<p>
	   <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><img class="ipsImage ipsImage_thumbnailed" data-fileid="13431" data-ratio="54.38" width="673" alt="image.png.9a877aca1883aae5215378aab6eb7078.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.9a877aca1883aae5215378aab6eb7078.png">


<p style="line-height:18pt;">
	<b><i><span style="font-size:14pt;color:#002060;">III- TENTER DE RECUPERER L'ANCIEN COMPTE SINON LE SUPPRIMER APRES SAUVEGARDE DES DONNEES DE CE COMPTE.</span></i></b>
</p>

<p>
	
</p>

<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Après avoir démarré sous le nouveau compte d'utilisateur local avec droits d'administrateur, les solutions suivantes peuvent être envisagées concernant l'ancien compte :</span>
</p>

<p style="margin-bottom:8pt;">
	<b><span style="font-family:Calibri, sans-serif;color:#7030A0;">1- Dans le cas où l'ancien compte qui est inaccessible, sans droits d'administrateur ou non fonctionnel est un compte local.</span></b>
</p>

<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#0070C0;">A- Compte local inaccessible par faute de perte de mot de passe ou compte sans droits d'administrateur.</span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;">- Appuyer simultanément sur les touches clavier <b>Windows + R</b> et exécuter la commande </span><b><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#002060;">netplwiz </span></b><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;">et dans la fenêtre "<b>Comptes d'utilisateurs</b>" qui s'affiche, sélectionner l'ancien compte.</span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;">Prenant cet exemple où le nouveau compte sous lequel on est connecté est nommé "</span><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#00B050;">test</span><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;">" et l'ancien compte problématique est le compte nommé "</span><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#00B050;">Micro"</span>
</p>

<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><img class="ipsImage ipsImage_thumbnailed" data-fileid="13432" data-ratio="49.5" width="699" alt="image.png.bc9c3e57dd6ba1b0306bbc121ed1cc1f.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.bc9c3e57dd6ba1b0306bbc121ed1cc1f.png">


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Après avoir sélectionné l'ancien compte (</span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#00B050;">Micro</span><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"> dans cet exemple), cliquer sur le bouton "</span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#7030A0;">Réinitialiser le mot de passe</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">".</span>
</p>

<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">- Dans cette fenêtre, entrer un nouveau mot de passe pour ce compte dans les deux champs ou bien laisser ces deux champs vides sinon ne veut pas attribuer un mot de passe à ce compte puis cliquer sur le bouton </span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#7030A0;">OK</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"> :</span></p><p></p>


<p>
	   <span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p> </p><img class="ipsImage ipsImage_thumbnailed" data-fileid="13446" data-ratio="32.43" width="666" alt="image.png.0844c76142343eaae06a9adca18fd554.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_04/image.png.0844c76142343eaae06a9adca18fd554.png"><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">Cliquer ensuite sur le bouton </span><b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#7030A0;">OK</span></b><span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;"> de la fenêtre "<b>Comptes d'utilisateurs"</b> pour valider les changements et fermer cette fenêtre.</span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">- Se déconnecter et se connecter sur l'ancien compte en saisissant le nouveau mot de passe ou bien directement si aucun nouveau mot de passe n'a été attribué.</span></p><p></p>


<p>
	<span style="font-size:10pt;line-height:107%;font-family:'Trebuchet MS', sans-serif;color:#333333;">- Une fois sous l'ancien compte, vérifier si tout va bien et si nécessaire, supprimer le nouveau compte avec l'option "suppression des fichiers", sinon le garder comme compte de secours, ce que nous recommandons quotidiennement sur ce forum.</span>
</p>

<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#0070C0;">B- Compte local non fonctionnel, corrompu ect…</span>
</p>

<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;">Dans ce cas, la solution est de transférer les données, favoris internet etc… depuis le répertoire utilisateur de l'ancien compte qui se trouve dans le dossier C:\Utilisateurs vers le nouveau compte puis supprimer l'ancien compte avec l'option "suppression des fichiers".</span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;">Le transfert s'effectue par copier-coller, sinon, il est possible d'utiliser cette procédure pour transférer les données, paramètres etc… de façon automatique en créant un deuxième nouveau compte d'utilisateur local avec droits d'administrateur :</span></p><p></p>


<p style="margin-bottom:8pt;">
	<a href="https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-sur-le-remplacement-dun-compte/9d628c2a-ac11-4028-a24b-27406d134bbe" rel="external nofollow"><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;">https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-sur-le-remplacement-dun-compte/9d628c2a-ac11-4028-a24b-27406d134bbe</span></a><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;"></span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#333333;">Puis garder le premier nouveau compte comme compte de secours et supprimer l'ancien compte avec l'option suppression des fichiers. Il est possible bien entendu de supprimer même le premier nouveau compte avec l'option "suppression des fichiers".</span>
</p>

<p style="margin-bottom:8pt;">
	<b><span style="font-family:Calibri, sans-serif;color:#7030A0;">2- Dans le cas où l'ancien compte qui est inaccessible, ou non fonctionnel est un Microsoft.</span></b>
</p>

<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#0070C0;">A- Compte Microsoft inaccessible par faute de perte de mot de passe.</span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;">Tenter de réinitialiser le mot de passe du compte Microsoft en suivant les explications de ce tutoriel :</span></p><p></p>


<p style="line-height:106%;">
	<a class="ipsType_noLinkStyling"><span style="font-size:12pt;line-height:106%;">https://www.98ffe08d.com/reinitialiser-mot-de-passe-perdu-compte-microsoft/</span></a><span><span style="font-size:12pt;line-height:106%;"></span></span></p><p></p>


<p style="line-height:106%;">
	<span style="color:#363636;">ou de cet article :</span></p><p></p>


<p style="line-height:106%;">
	<a href="https://support.microsoft.com/fr-fr/help/4026971/microsoft-account-how-to-reset-your-password" rel="external nofollow"><span style="font-size:12pt;line-height:106%;">https://support.microsoft.com/fr-fr/help/4026971/microsoft-account-how-to-reset-your-password</span></a><span style="font-size:12pt;line-height:106%;color:#363636;"></span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="color:#363636;">Si la tâche s'avère impossible à réaliser, il faudra appliquer la même solution qu'au point : </span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;">B- Compte local non fonctionnel, corrompu ect<span style="color:#0070C0;">… </span></span><span style="color:#363636;">ci-dessus.</span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="color:#363636;">Cependant, dans ce cas, il faut créer un nouveau compte Microsoft (adresse mail différente du premier) <b>mais l'inconvénient est qu'il ne sera pas possible de lier la licence numérique de Windows 10 à ce nouveau compte, si on dispose d'une licence numérique……</b></span>
</p>

<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#0070C0;">B- Compte Microsoft non fonctionnel, corrompu ect…</span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="color:#363636;">Là aussi la solution est la même qu'au point : </span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;">B- Compte local non fonctionnel, corrompu ect<span style="color:#0070C0;">… </span></span><span style="color:#363636;">ci-dessus.</span></p><p></p>


<p style="margin-bottom:8pt;">
	<span style="color:#363636;">Cependant, dans ce cas aussi, il faut créer un nouveau compte Microsoft (adresse mail différente du premier) <b>mais l'inconvénient est qu'il ne sera pas possible de lier la licence numérique de Windows 10 à ce nouveau compte, si on dispose d'une licence numérique……</b></span><span style="font-size:10pt;font-family:'Trebuchet MS', sans-serif;color:#0070C0;"></span></p><p></p>


<p style="line-height:106%;">
	<span style="font-size:12pt;line-height:106%;color:#363636;"></span></p><p> </p>

]]></description><guid isPermaLink="false">79</guid><pubDate>Tue, 28 Apr 2020 11:54:29 +0000</pubDate></item><item><title>Tutoriel sur l'affichage de l'option "mode sans &#xE9;chec" et "mode sans &#xE9;chec avec prise en charge du r&#xE9;seau" au d&#xE9;marrage de Windows 10</title><link>https://community.lecrabeinfo.net/blogs/entry/72-tutoriel-sur-laffichage-de-loption-mode-sans-%C3%A9chec-et-mode-sans-%C3%A9chec-avec-prise-en-charge-du-r%C3%A9seau-au-d%C3%A9marrage-de-windows-10/</link><description><![CDATA[<p>
	Bonjour à tous , je publie un tutoriel d'Abdelhafid sur l'ajout d'une entrée dans le bootloader Windows : le mode sans echec avec ou sans prise en charge réseau .
</p>

<p>
	<b><span style="color:#ed7d31;font-size:18pt;">Tutoriel sur l'affichage de l'option "mode sans échec" et "mode sans échec avec prise en charge du réseau" au démarrage de Windows 10</span></b>
</p>

<p>
	<span style="font-size:12pt;">Ce tutoriel explique comment rendre permanent l'affichage du gestionnaire du démarrage de Windows 10 sous la fenêtre qui permet de choisir un système d'exploitation à démarrer en ajoutant à ce gestionnaire et en configurant les entrées qui permettent d'accéder au mode sans échec et au mode sans échec avec prose en charge du réseau. Ces entrées étant considérées comme systèmes d'exploitation mais en en fait elles ne font qu'ajouter les modes configurés au même système d'exploitation.</span>
</p>

<p>
	<span style="font-size:12pt;">Ce tutoriel s'applique sous Windows et ne peut pas s'appliquer en environnement de récupération.</span>
</p>

<p>
	<b><span style="color:#002060;font-size:12pt;">A- <a rel="">AJOUTER LES ENTREES : "MODE SANS ECHEC" ET "MODE SANS ECHEC AVEC PRISE EN CHARGE DU RESEAU" AU GESTIONNAIRE DE DEMARRAGE</a>.</span></b>
</p>

<p>
	<b><span style="color:#7030a0;">1- Lancer l'invite de command (admin).</span></b>
</p>

<p>
	<span>Pour accéder à <b>l'invite de commande (admin),</b> taper le mot<b> cmd</b> dans la zone de recherche de la barre des tâches et faire un <b>clic-droit sur</b> l'icône <b>Command prompt </b><span style="color:#000000;">ou bien<b> Invite de commande </b></span>qui sera affichée dans les résultats de recherche et cliquer sur : <b>Exécuter en tant qu'administrateur.</b></span>
</p>

<p>
	<span style="font-size:11.5pt;">Sinon, <span style="color:#0070c0;">l'invite de commande</span><strong><span> </span></strong>se trouve dans le menu démarrer, lettre <span style="color:#0070c0;">S</span><strong><span>,</span></strong> dossier "<span style="color:#0070c0;">Système Windows</span>".</span>
</p>

<p>
	<span style="font-size:11.5pt;">Mais là, il faut <span style="color:#00b050;">sélectionner</span> <span style="color:#0070c0;">Invite de commande</span><strong><span> </span></strong>et faire un <span style="color:#00b050;">clic droit</span> dessus puis<span style="color:#00b050;"> sélectionner</span> <span style="color:#0070c0;">Plus</span> et cliquer sur <span style="color:#0070c0;">Exécuter en tant qu'administrateur</span>.</span>
</p>

<p>
	<b><span style="color:#7030a0;">2- Ajouter les entrées : "mode sans échec" et "mode sans échec avec prise en charge du réseau" au gestionnaire de démarrage</span></b>
</p>

<p>
	<span style="font-size:11.5pt;">- Exécuter l'une après l'autre les commandes suivantes :</span>
</p>

<p>
	<b><span style="color:#002060;font-size:14pt;">bcdedit /copy {current} /d “Mode sans échec”</span></b>
</p>

<p>
	<b><span style="color:#002060;font-size:14pt;">bcdedit /copy {current} /d “Mode sans échec avec prise en charge du réseau”</span></b>
</p>

<p>
	<span style="font-size:11.5pt;">Les messages indiquant que les entrées ont été correctement copiées doivent s'afficher, comme ceci <span>:</span></span>
</p>

<p>
	<b><span style="color:#002060;font-size:14pt;"> </span></b><img class="ipsImage ipsImage_thumbnailed" data-fileid="12330" data-ratio="39.24" width="604" alt="image.png.29bce62cfecef5daca6b0086bef7ca3a.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.29bce62cfecef5daca6b0086bef7ca3a.png">
</p>

<p>
	<span style="font-size:11.5pt;">- Fermer alors l'invite de commande.</span>
</p>

<p>
	<b><span style="color:#7030a0;">3- Configurer les entrées ajoutées pour démarrer chacune de ces entrées dans le mode correspondant.</span></b>
</p>

<p>
	<span style="font-size:11.5pt;">- Faire un <u>clic droit</u> sur le bouton démarrer et sélectionner "<span style="color:#002060;">Exécuter" </span>puis entrer <b><span style="color:#002060;">msconfig </span></b>dans le champ "<span style="color:#002060;">Ouvrir" </span>et cliquer sur <b><span style="color:#002060;">OK.</span></b></span>
</p>

<p>
	<span style="font-size:11.5pt;">- Dans la fenêtre <b><span style="color:#002060;">msconfig</span></b>, sélectionner l'onglet <span style="color:#002060;">"Démarrer".</span></span>
</p>

<p>
	<span style="font-size:11.5pt;">- <u>Sélectionner</u> l'entrée <a rel=""></a><a rel=""><span><span style="color:#c45911;">"Mode sans échec (C:\windows)"</span></span></a><span><span style="color:#c45911;"> </span></span><a rel="">puis <span style="color:#00b050;">cocher </span>la case "<span style="color:#002060;">Démarrage sécurisé</span>" et vérifier si le bouton "<span style="color:#002060;">Minimal</span>" est bien <span style="color:#00b050;">coché</span><span style="color:#0070c0;">,</span> comme sur cette image </a>:</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12331" data-ratio="43.64" width="605" alt="image.png.fa674f0065daf375ebfc4981385548c5.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.fa674f0065daf375ebfc4981385548c5.png">
</p>

<p>
	<span style="font-size:12pt;">- <b>Sans fermer</b> la fenêtre</span><b><span style="color:#002060;font-size:11.5pt;"> msconfig</span></b><span style="font-size:12pt;">, sélectionner l'entrée </span><a rel=""><span style="color:#c45911;font-size:11.5pt;">"Mode sans échec avec prise en charge du réseau (C:\windows)"</span></a><span><span style="color:#002060;font-size:11.5pt;"> </span></span><span style="font-size:11.5pt;">puis </span><span style="color:#00b050;font-size:11.5pt;">cocher</span><span style="color:#0070c0;font-size:11.5pt;"> </span><span style="font-size:11.5pt;">la case <a rel="">"<span style="color:#002060;">Démarrage sécurisé</span>" </a>et <span style="color:#0070c0;">c</span></span><span style="color:#00b050;font-size:11.5pt;">ocher </span><span style="font-size:11.5pt;">la case "<span style="color:#002060;">Réseau</span>", comme sur cette image :</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12332" data-ratio="43.64" width="605" alt="image.png.42f14c0a51482ba019020c933c7b9a11.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.42f14c0a51482ba019020c933c7b9a11.png">
</p>

<p>
	<b><span style="font-size:12pt;">Remarques :</span></b>
</p>

<p>
	<b><span style="font-size:12pt;">a </span></b><span style="font-size:12pt;">: En <span style="color:#00b050;">cochant</span> la case "</span><span style="color:#002060;font-size:11.5pt;">Réseau</span><span style="font-size:12pt;">", la case</span><span style="color:#002060;font-size:11.5pt;"> "Minimal" </span><span style="font-size:12pt;">se <span style="color:#00b050;">décoche </span>automatiquement.</span>
</p>

<p>
	<b><span style="font-size:12pt;">b</span></b><span style="font-size:12pt;"> : Dans les entrées :</span>
</p>

<p>
	<a rel=""><span style="color:#c45911;font-size:11.5pt;">"Mode sans échec (<b>C</b>:\windows)" </span></a><span><span style="font-size:12pt;">et </span></span><span><span style="color:#c45911;font-size:11.5pt;">"Mode sans échec avec prise en charge du réseau </span></span><span style="color:#c45911;font-size:11.5pt;">(<b>C</b>:\windows)"</span>
</p>

<p>
	<span style="font-size:12pt;">La lettre </span><b><span style="color:#c45911;font-size:11.5pt;">C </span></b><span style="font-size:12pt;">représente la lettre attribuée sous Windows à la partition sur laquelle est installé le système. Cette lettre peut donc être différente chez un autre utilisateur.</span>
</p>

<p>
	<b><span style="font-size:12pt;">c : </span></b><span style="font-size:12pt;">Dans l'entrée </span><span style="color:#c45911;font-size:11.5pt;">"Windows 10 (<b>C</b>:\windows)", </span><span style="font-size:12pt;">il faut s'assurer que la case</span><span style="color:#c45911;font-size:11.5pt;"> </span><span style="font-size:11.5pt;">"<span style="color:#002060;">Démarrage sécurisé</span>" <span style="color:#c00000;">ne soit pas cochée</span></span><span style="font-size:12pt;">, comme sur cette image :</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12333" data-ratio="43.8" width="605" alt="image.png.7c6b37d8b080761137013f7cd0407bae.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.7c6b37d8b080761137013f7cd0407bae.png">
</p>

<p>
	<b><span style="font-size:12pt;">d : </span></b><span style="color:#c00000;font-size:12pt;">Important</span><span style="font-size:12pt;"> : ne pas toucher aux autres réglages dans la fenêtre </span><b><span style="color:#002060;font-size:11.5pt;">msconfig.</span></b>
</p>

<p>
	<span style="font-size:12pt;">- Cliquer sur le bouton <b><span style="color:#00b050;">OK, </span></b>la fenêtre </span><b><span style="color:#002060;font-size:11.5pt;">msconfig </span></b><span style="font-size:12pt;">se ferme et affiche le message suivant :</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12334" data-ratio="42.31" width="338" alt="image.png.9b391560bbfa3a6455b6b69560de9fb0.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.9b391560bbfa3a6455b6b69560de9fb0.png">
</p>

<p>
	<span style="font-size:12pt;">Cliquer alors sur : <b><span style="color:#00b050;">Redémarrer</span></b>.</span>
</p>

<p>
	<span style="font-size:12pt;">- Le PC démarre alors sur la <span style="color:#833c0b;">fenêtre A </span>: <a rel=""><span style="color:#0070c0;">Gestionnaire de démarrage de Windows </span>(affichage classique) :</a></span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12335" data-ratio="43.87" width="604" alt="image.png.07603266fd470a0aeef978f344643e8c.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.07603266fd470a0aeef978f344643e8c.png">
</p>

<p>
	<span style="font-size:12pt;">Ou bien sur la <span style="color:#833c0b;">fenêtre B</span> : <span style="color:#0070c0;">Choisir un système d'exploitation </span>(affichage dit métro ou modernUI) :</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12336" data-ratio="43.64" width="605" alt="image.png.0266483592cd7096d578fa173bec44cc.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.0266483592cd7096d578fa173bec44cc.png">
</p>

<p>
	<span style="font-size:12pt;">* Si on a la <span style="color:#833c0b;">fenêtre A </span>et qu'on veut avoir la<span style="color:#833c0b;"> fenêtre B, </span>il suffit de lancer <b>l'invite de commande (admin)</b> et exécuter la commande : </span><b><span style="color:#002060;font-size:14pt;">bcdedit /set {default} bootmenupolicy standard</span></b>
</p>

<p>
	<span style="font-size:12pt;">* Si on a la <span style="color:#833c0b;">fenêtre B </span>et qu'on veut avoir la<span style="color:#833c0b;"> fenêtre A, </span>il suffit de lancer <b>l'invite de commande (admin)</b> et exécuter la commande : </span><b><span style="color:#002060;font-size:14pt;">bcdedit /set {default} bootmenupolicy legacy</span></b>
</p>

<p>
	<span style="font-size:12pt;">Le PC démarre par défaut avec la sélection du système d'exploitation normal, le temps d'attente par default pour le démarrage est de 30 secondes.</span>
</p>

<p>
	<span style="font-size:12pt;">Pour démarrer en </span><span style="color:#c45911;font-size:11.5pt;">"Mode sans échec" </span><span style="font-size:12pt;">ou bien en </span><span style="color:#c45911;font-size:11.5pt;">"Mode sans échec avec prise en charge du réseau </span><span style="font-size:12pt;">il suffit de sélectionner l'entrée correspondante en utilisant les flèches "Haut" et "Bas" du clavier puis appuyer sur la touche clavier<b> Entrée</b>.</span>
</p>

<p>
	<span style="font-size:12pt;">Pour accélérer le démarrage du système en mode normal sans attendre 30 secondes, il est possible de réduire ce délai jusqu'à 3 secondes, pour cela, exécuter <b>msconfig</b> et dans l'onglet </span><span style="color:#002060;font-size:11.5pt;">"Démarrer", </span><span style="font-size:12pt;">mettre dans la case "D</span><span style="color:#002060;font-size:11.5pt;">élai</span><span style="font-size:12pt;">", le chiffre 3 à la place de 30, comme ceci :</span>
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="12337" data-ratio="43.8" width="605" alt="image.png.d2a73d445a03f977ccc618bb3db37d72.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.d2a73d445a03f977ccc618bb3db37d72.png">
</p>

<p>
	<span style="font-size:12pt;">Puis cliquer sur le bouton <b><span style="color:#00b050;">OK </span></b>et <b>redémarrer</b>.</span>
</p>

<p>
	 
</p>

<p><a href="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.536ae6a874c1bb9147a04c744f929841.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="12329" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-ratio="39.24" width="604" class="ipsImage ipsImage_thumbnailed" alt="image.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_02/image.png.536ae6a874c1bb9147a04c744f929841.png"></a></p>]]></description><guid isPermaLink="false">72</guid><pubDate>Sat, 29 Feb 2020 15:55:05 +0000</pubDate></item><item><title>Retrouver un Pr&#xE9;dator Sense fonctionnel apr&#xE8;s Clean Install sur Pr&#xE9;dator G9 793</title><link>https://community.lecrabeinfo.net/blogs/entry/19-retrouver-un-pr%C3%A9dator-sense-fonctionnel-apr%C3%A8s-clean-install-sur-pr%C3%A9dator-g9-793/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Bonjour à tous , 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Je tenais à vous faire partager l'astuce qui m'a permit de retrouver l'usage du logiciel Prédator Sense sur mon ACER Prédator G9793 après une clean install  (valable à mon avis sur d'autre appareils) 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	En effet j'ai changé le SSD pour un plus grand et donc réinstallé le système Windows 10 une première fois . Suite à cette réinstallation je me suis rendue compte que le logiciel d'overcloking ne fonctionnait plus , donc comme j'avais pris la précaution de créer le support de réinstallation j'ai remis l'image Acer et là tout fonctionnait normalement .
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Donc à ce moment j'ai repartitionné le SSD pour réinstaller une deuxième version de w10 et là rebelote avec le logiciel .
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Apres quelques recherches je vous donne la solution trouvée ici (merci à HStarck 666) 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span> </span><a href="https://www.reddit.com/r/AcerOfficial/comments/aae6ix/how_to_get_oem_overclocking_back_on_your/" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://www.reddit.com/r/AcerOfficial/comments/aae6ix/how_to_get_oem_overclocking_back_on_your/</a><span> </span>qui consiste en un changement d'une clé de registre , personnellement j'ai fait une copie de la clé en question 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	"Model_Name_1st" sous HKEY_LOCAL_MACHINE-SOFTWARE-WOW6432Node-OEM-PredatorSense puis fusionnée au registre de la nouvelle installation et le logiciel fonctionne comme il faut .
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	La clé model name st1 dans le registre comme elle doit se présenter 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="11180" href="https://community.lecrabeinfo.net/uploads/monthly_2019_12/psense.PNG.1ec83fd9b63d5df767d6a70ad6dd0bd0.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="psense.PNG.1ec83fd9b63d5df767d6a70ad6dd0bd0.PNG" data-fileid="11180" data-ratio="24.49" style="border: 1px solid rgb(238, 238, 238); vertical-align: middle; height: auto;" width="543" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_12/psense.PNG.1ec83fd9b63d5df767d6a70ad6dd0bd0.PNG" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Remarque : la mise à jour 21h1 peut faire disparaitre le choix de l'overclock (oui chez moi) 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Dans ce cas réinscrire les clés reg , et réinstaller le logiciel Prédator Sense pour retrouver un logiciel fonctionnel 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a href="https://www.acer.com/ac/en/US/content/support-product/6965?b=1" rel="external nofollow">Product Support | Acer United States</a> 
</p>
]]></description><guid isPermaLink="false">19</guid><pubDate>Fri, 24 Jan 2020 11:43:00 +0000</pubDate></item><item><title>Entrer dans UEFI malgr&#xE9; le FastBoot</title><link>https://community.lecrabeinfo.net/blogs/entry/18-entrer-dans-uefi-malgr%C3%A9-le-fastboot/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Bonjour à tous ,
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Je voudrais faire partager cette astuce qui rendra surement service : 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Avec le <span style="color:#e74c3c;">Fastboot ou demarrage rapide  </span>il est devenu difficile d'entrer dans <span style="color:#e74c3c;">l'UEFI</span> avec un clavier USB   puisque le PC démarre uniquement sur l'OS pour aller plus vite en faisant l'impasse sur les options USB ( pas d'initialisation de l'USB) .
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	On peut contourner le problème avec un clavier PS/2 mais tous les PC n'ont pas forcément cette prise.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Suivant les carte mères il y a des logiciels prévu pour. L'astuce est d'éteindre le PC en laissant la touche majuscule enfoncée et au redémarrage le <span style="color:#e74c3c;">fastboot</span> devrait avoir été désactivé et vous aurez accès à <span style="color:#e74c3c;">l'UEFI</span>.
</p>
]]></description><guid isPermaLink="false">18</guid><pubDate>Fri, 24 Jan 2020 11:38:00 +0000</pubDate></item><item><title>Tutoriel sur la VERIFICATION et REPARATION de L&#x2019;IMAGEet des FICHIERS SYSTEME DE WINDOWS 10 en environnement de RECUPERATION</title><link>https://community.lecrabeinfo.net/blogs/entry/16-tutoriel-sur-la-verification-et-reparation-de-l%E2%80%99imageet-des-fichiers-systeme-de-windows-10-en-environnement-de-recuperation/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Bonjour à tous , 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Je vous présente un autre tutoriel qu'Abdelhafid m'a autorisé à publier sur le forum . Merci à lui pour son travail qui nous aide beaucoup à rendre compréhensibles et applicables par le plus grand nombre certaines manipulations de réparation de Windows . 
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#e67e22">TUTORIEL SUR LA VÉRIFICATION ET RÉPARATION DE L’IMAGE ET DES FICHIERS SYSTÈME DE WINDOWS 10 EN ENVIRONNEMENT DE RECUPERATION.</font>
</p>

<p style="background-color:rgb(255,255,255);">
	<b>VÉRIFICATION</b><b style="color:rgb(53,60,65);font-size:16px;"> ET </b><b>RÉPARATION</b><b style="color:rgb(53,60,65);font-size:16px;"> DE L’IMAGE ET DES FICHIERS </b><b>SYSTÈME</b><b style="color:rgb(53,60,65);font-size:16px;"> DE WINDOWS 10 EN ENVIRONNEMENT DE RECUPERATION</b>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Ces opérations sont utiles surtout quand le système n'arrive pas à démarrer, ce qui permet dans certaines situations de récupérer le système quand les autres options de récupérations ne fonctionnent pas.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	On peut cependant effectuer ces opérations en environnement de récupération même quand le système arrive quand même à démarrer, d'ailleurs elles s'effectuent dans cette situation avec le maximum de chances de leur réussite.
</p>

<p style="background-color:rgb(255,255,255);">
	<b style="color:rgb(0,0,102);font-size:16px;">I- </b><font color="#000066"><b>RÉPARER</b></font><b style="color:rgb(0,0,102);font-size:16px;"> L’IMAGE DE WINDOWS 10.</b>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	1- Démarrer le PC avec la clé USB de Windows 10 en s'assurant que la version de cette clé correspond bien à la version de Windows 10 installée à vouloir réparer, pour cela, tapoter au démarrage sur la touche clavier correspondant au PC concerné dans la colonne Boot menu de ce tableau :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a href="https://forum.pcastuces.com/comment_acceder_au_boot_menu_ou_et_au_bios_uefi_differentes_marques_de_pc-f4s85637.htm" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://forum.pcastuces.com/comment_acceder_au_boot_menu_ou_et_au_bios_uefi_differentes_marques_de_pc-f4s85637.htm</a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	2- - Après chargement, une première fenêtre sera affichée : "Installation de Windows", sélectionner<span> </span><strong>Français</strong><span> </span>dans toutes les cases et cliquer sur Suivant.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Cliquer sur "<strong>Réparer l’ordinateur"</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Dans la fenêtre<span> </span><strong>Choisir une option</strong>, cliquer sur<span> </span><strong>Dépannage</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Dans la fenêtre<span> </span><strong>Options avancées</strong>, cliquer sur <span style="color:#3498db;">Invite de commande</span>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	3- Taper<span> </span><span style="color:#3498db;">notepad</span><span> </span>dans l'invite de commande et appuyer sur la touche clavier<strong><span> </span>Entrée.</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Puis dans le menu<span> </span><span style="color:#3498db;">Fichier<span> </span></span>du bloc-notes, sélectionner<span> </span><span style="color:#3498db;">Ouvrir</span><span> </span>et aller noter les lettres de :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- La partition contenant le système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- La clé USB de Windows 10.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Supposant que ces lettres sont respectivement<span> </span><strong>C</strong><span> </span>et<span> </span><strong>D</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Après avoir noté ces lettres, fermer le bloc-notes.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	4- Entrer la commande :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#2980b9;">DISM /Image:</span><span style="color:#e74c3c;">C</span><span style="color:#2980b9;">:\ /Cleanup-Image /RestoreHealth /Source:WIM:</span><span style="color:#e74c3c;">D</span><span style="color:#2980b9;">:\sources\install.wim:</span><span style="color:#e74c3c;">1</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Et appuyer sur la touche clavier<span> </span><strong>Entrée</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	La réparation démarre
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong>Remarques :</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Si le message : "<span style="color:#9b59b6;">La taille du répertoire de travail peut être insuffisante pour effectuer cette opération</span>…" s'affiche, ne pas en tenir compte
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Remplacer les lettre<span> </span><span style="color:#e74c3c;">C<span> </span></span>et<span> </span><span style="color:#e74c3c;">D</span><span> </span>par les lettres notées au point<span> </span><strong>3</strong><span> </span>ci-dessus.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- l'index<span> </span><span style="color:#e74c3c;">1</span><span> </span>correspond à Windows 10 professionnel, s'il s'agit de Windows 10 Famille, inscrire le chiffre<span> </span><span style="color:#e74c3c;">2</span>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Sachant que par exemple l'ISO de Windows 10 est multi-éditions et qu'il contient 11 éditions, s'il s'agit 'une autre édition que Windows professionnel ou famille, pour savoir quel index il faut prendre, il faut utiliser cette procédure :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a href="https://winaero.com/blog/how-to-see-which-build-and-edition-of-windows-10-the-iso-file-contains/" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://winaero.com/blog/how-to-see-which-build-and-edition-of-windows-10-the-iso-file-contains/</a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Faire attention à respecter minutieusement les espaces dans la commande.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Si la clé USB a été créée par l'outil "mediacreationtool" ou bien avec l'ISO téléchargé par cet outil, il faut remplacer<span> </span><span style="color:#000066;">WIM</span><span> </span>par<span> </span><span style="color:#2ecc71;">ESD</span><span> </span>et<span> </span><span style="color:#000066;">install.wim</span><span> </span>par<span> </span><span style="color:#2ecc71;">install.esd</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	La commande sera alors :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#2980b9;">DISM /Image:</span><span style="color:#e74c3c;">C</span><span style="color:#2980b9;">:\ /Cleanup-Image /RestoreHealth /Source:</span><span style="color:#2ecc71;">ESD</span><span style="color:#2980b9;">:</span><span style="color:#e74c3c;">D</span><span style="color:#2980b9;">:\sources\install.esd:</span><span style="color:#e74c3c;">1</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Si l'opération échoue, il sera difficile de résoudre le problème afin de tenter une autre fois d'exécuter la commande du point 4 ci-dessus et dans ce cas, si le système est accessible, il est recommandé de réparer le système par mise à niveau, sinon, recherche d'autres solutions.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	5- Une fois l'opération terminée (elle dure environ 20 à 30 minutes), sans fermer l'invite de commande, continuer avec le paragraphe<span> </span><strong>II</strong><span> </span>ci-après.
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#000066" style="color:rgb(53,60,65);font-size:16px;"><b>II- </b></font><font color="#000066"><b>VÉRIFIER</b></font><font><b style="color:rgb(53,60,65);font-size:16px;"> ET </b><b>RÉPARER</b><b style="color:rgb(53,60,65);font-size:16px;"> LES FICHIERS </b><b>SYSTÈME</b><b style="color:rgb(53,60,65);font-size:16px;"> DE WINDOWS 10.</b></font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	1- Taper<span> </span><span style="color:#3498db;">notepad</span><span> </span>dans l'invite de commande et appuyer sur la touche clavier<span> </span><strong>Entrée</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Puis dans le menu<span> </span><span style="color:#3498db;">Fichier</span><span> </span>du bloc-notes, sélectionner<span> </span><span style="color:#3498db;">Ouvrir<span> </span></span>et aller noter les lettres de :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- La partition réservée du système qui contient les fichiers de démarrage.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- La partition contenant le système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Supposant que ces lettres sont :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong>D<span> </span></strong>pour la partition réservée du système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong>C</strong><span> </span>pour la partition contenant le système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Après avoir noté ces lettres, fermer le bloc-notes.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#e74c3c;">Remarques :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	a- En mode UEFI/GPT, la partition réservée du système est la partition cachée EFI au format Fat32 (ayant généralement 100 Mo de capacité).
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	b-  En mode BIOS/MBR, la partition réservée du système est la partition active qui peut être une partition cachée au format NTFS ou bien la partition contenant le système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong>2-<span> </span></strong>Entrer la commande :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#000066;"><strong>sfc /scannow /offbootdir=</strong></span><span style="color:#e74c3c;"><strong>D</strong></span><span style="color:#000066;"><strong>:\ /offwindir=</strong></span><span style="color:#e74c3c;"><strong>C</strong></span><span style="color:#000066;"><strong>:\Windows</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Et appuyer sur la touche clavier<span> </span><strong>Entrée.</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	3- La commande s'exécute mais l'état d'avancement de l'opération ne s'affiche pas, on dirait que rien ne se passe mais en réalité le scan est en train de s'effectuer,<span> </span><span style="color:#3498db;">il ne faut donc pas fermer l'invite de commande et attendre jusqu'à ce que le message informant sur la réussite de l'opération s'affiche.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Fermer alors l'invite de commande et cliquer sur "<strong>Eteindre le PC</strong>" puis<span> </span><strong>démarrer</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#d35400;">Remarque :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Si on s'est trompé sur les lettres de la partition réservée du système et de la partition contenant le système, il n'y a pas de risque, la commande ne s'exécute pas et un message d'erreur sera affiché.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 Il se suffit alors dans ce cas de relancer le bloc-notes et de revérifier ces lettres.
</p>
]]></description><guid isPermaLink="false">16</guid><pubDate>Fri, 24 Jan 2020 11:29:00 +0000</pubDate></item><item><title>Cr&#xE9;ation d'une cl&#xE9; USB bootable UNIVERSELLE de WINDOWS 10 version1809 et ult&#xE9;rieures avec DISKPART en utilisant  L'ISO RTM</title><link>https://community.lecrabeinfo.net/blogs/entry/15-cr%C3%A9ation-dune-cl%C3%A9-usb-bootable-universelle-de-windows-10-version1809-et-ult%C3%A9rieures-avec-diskpart-en-utilisant-liso-rtm/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Bonjour à tous,
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Le logiciel rufus n’étant plus en mesure de créer une clé bootable d’installation de Windows 10 1809 sans que certains PC UEFI ne soient obligés de désactiver le secure boot il m’a semblé intéressant d’évoquer le sujet sur Microsoft community . Des tests ont étés réalisés et avec l’aide de certaines personnes un tutoriel de création de clé bootable universelle avec diskpart a été écrit par<span> </span><strong>Abdelhafid Zekri<span> </span></strong>(tutoriel s’inspirant de celui-ci<span> </span><a href="http://www.msnloop.com/installer-windows-10-cle-usb-uefi-wim-4-go/)" rel="external nofollow" style="background-color:transparent;color:#3d6594;">http://www.msnloop.com/installer-windows-10-cle-usb-uefi-wim-4-go/</a>mais considérablement enrichi)
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Les résultats des tests du sujet initial<span> </span><a href="https://answers.microsoft.com/fr-fr/windows/forum/all/media-bootable-avec-rufus-pour-la-derni%C3%A8re/f6ed7713-9509-4e4a-aba2-8a8c94ac58ce" rel="external nofollow" style="background-color:transparent;color:#3d6594;">ici</a><span> </span>ont été inscrits dans un tableau sur le tutoriel suivant<span> </span><span>:</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<b>CREER UNE CLE USB BOOTABLE UNIVERSELLE DE WINDOWS 10 VERSION 1809 ET ULTERIEURES AVEC DISKPART ET EN UTILISANT L'ISO RTM.</b>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong><span style="color:#16a085;"><em>Préalable :</em></span></strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong><span style="color:#16a085;"><em> </em></span></strong><strong><span style="color:#16a085;"><em>Ce support ne peut pas être créé sur un PC sous une version de W10 antérieure à 1703 et sur les PC sous W7 8 et 8.1.</em></span></strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong><span style="color:#16a085;"><em> D</em></span></strong><strong><span style="color:#16a085;"><em>ans ce cas utiliser l'outil MCT qui permet de créer ce support universel sur n'importe quel PC et sous n'importe quel système d'exploitation, sauf Windows Vista et Windows XP.</em></span></strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong><span style="color:#16a085;"><em> </em></span></strong><strong><span style="color:#16a085;"><em>Il faut cependant préciser que dans la mesure du possible, nous recommandons de privilégier la méthode Diskpart à celle de l'outil MCT  sans expliquer les raisons car  c'est très long  à faire ici.</em></span></strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a rel="" style="background-color:transparent;color:#3d6594;"><b><span style="color:#002060;">I</span></b></a><b><span style="color:#002060;">- INTRODUCTION.</span></b>
</p>

<div style="background-color:rgb(255,255,255);">
	<p style="color:rgb(53,60,65);font-size:16px;">
		Tout d'abord il n'est pas nécessaire de préciser si cette clé est une clé<span> </span><span style="color:#002060;">UEFI</span>/GPT ou bien<span> </span><span style="color:#002060;">BIOS</span>/MBR car il s'agit d'une clé universelle qui fonctionne dans les deux cas.
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Cette méthode de<span> </span><b>Diskpart</b><span> </span>et ISO RTM, nécessite la création de deux partitions sur la clé USB, l'une au format NTFS destinée à contenir les fichiers d'installation et l'autre (d'une toute petite taille), au format FAT32 et destinée à recevoir les fichiers de démarrage (Boot) devant permettre le démarrage de n'importe quel PC sur cette clé dite universelle.
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Ensuite, il faut préciser qu'il existe plusieurs méthodes pour créer cette clé universelle ou une clé non universelle, que ce soit avec l'ISO RTM ou bien avec l'ISO téléchargé par l'outil "médiacréationtool" mais le présent tutoriel se limite à la méthode<span> </span><b>Diskpart</b><span> </span>et l'utilisation de l'ISO RTM.
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Concernant ces différentes méthodes et les la nature de la clé obtenue par chaque méthode, les tests effectués et confirmés sont les suivants
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a data-fileext="PNG" data-fileid="7383" href="https://community.lecrabeinfo.net/uploads/monthly_2018_12/tableau.PNG.dc52b35380cb90d153c4d68f44d4b8cd.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="tableau.PNG.dc52b35380cb90d153c4d68f44d4b8cd.PNG" data-fileid="7383" data-ratio="70.3" style="border:1px solid rgb(238,238,238);vertical-align:middle;height:auto;" width="623" data-src="https://community.lecrabeinfo.net/uploads/monthly_2018_12/tableau.PNG.dc52b35380cb90d153c4d68f44d4b8cd.PNG" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" /></a>
	</p>

	<p>
		<a rel="" style="color:rgb(61,101,148);font-size:16px;background-color:transparent;"><b><span style="color:#002060;">II</span></b></a><font color="#002060" style="color:rgb(53,60,65);font-size:16px;"><b>- </b></font><font color="#002060"><b>TÉLÉCHARGEMENT</b></font><font><b style="color:rgb(53,60,65);font-size:16px;"> ET </b><b>CONTRÔLE</b><b style="color:rgb(53,60,65);font-size:16px;"> DE l'ISO RTM.</b></font>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		On va prendre comme exemple l'ISO RTM de Windows 10 1809 Français en<span> </span><b>64 Bits</b>.
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<u>Pour cela</u><span> </span><span>:</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b>1-</b><span> </span>Télécharger ici l'ISO et l'enregistrer par exemple dans le dossier Téléchargements :
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a href="https://tb.rg-adguard.net/index.php" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://tb.rg-adguard.net/index.php</a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		en faisant cette sélection :
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a data-fileext="png" data-fileid="7384" href="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.085d3ccc70a1eeb2edae5439afaf331e.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.085d3ccc70a1eeb2edae5439afaf331e.png" data-fileid="7384" data-ratio="51.25" style="border:1px solid rgb(238,238,238);vertical-align:middle;height:auto;" width="599" data-src="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.085d3ccc70a1eeb2edae5439afaf331e.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" /></a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;font-size:11.5pt;">2-<span> </span></span></b><span style="color:#000000;">Vérifier le Hash de l'ISO</span><span style="color:#000000;font-size:11.5pt;"><span> </span><span>:</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;font-size:11.5pt;">Important<span> </span></span></b><span style="color:#000000;font-size:11.5pt;">:</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="color:#000000;font-size:11.5pt;">-<span> </span></span><span style="color:#000000;">L'ISO doit être nommé par défaut</span><span style="color:#000000;font-size:11.5pt;"><span> </span>:<span> </span></span><span style="color:#0070c0;font-size:11.5pt;">Win10_1809Oct_French_x64.iso</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="color:#000000;font-size:11.5pt;">-<span> </span></span><span style="color:#000000;">Le Hash de l'ISO téléchargé doit être contrôlé, son<span> </span><b>sha1</b><span> </span>doit être</span><span style="color:#000000;font-size:11.5pt;"><span> </span>:</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#0070c0;font-size:11.5pt;">sha1<span> </span></span></b><b><span style="color:#002060;font-size:11.5pt;">= 9C0CC504CCF1412A124C46863CC2D46C36327666</span></b>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<u><span style="color:#000000;">Pour contrôler le Hash</span></u><span style="color:#000000;"><span> </span>:</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="color:#000000;">- Télécharger et installer "HashTab" :</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a href="http://www.gratilog.net/xoops/modules/mydownloads/singlefile.php?cid=194&amp;lid=1412" rel="external nofollow" style="background-color:transparent;color:#3d6594;"><span style="border:none;color:#0563c1;font-size:11.5pt;padding:0cm;">http://www.gratilog.net/xoops/modules/mydownloads/singlefile.php?cid=194&amp;lid=1412</span></a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="color:#000000;"> Pour lire le Hash, faire un clic droit sur le fichier ISO et cliquer sur Propriétés puis sur l’onglet "Hashages" qui sera disponible après installation de "HashTab".</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;font-size:11.5pt;">Remarque :</span></b>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="color:#000000;">Pour ce qui est de l'ISO RTM de Windows 10 1809 Français en<span> </span><b>32 Bits</b>.</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="color:#000000;">Il est nommé par défaut :</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span lang="en-us" xml:lang="en-us">Win10_1809Oct_French_x32.iso</span></b>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span lang="en-us" xml:lang="en-us">Et son Hash est :</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span lang="en-us" style="color:#0070c0;font-size:11.5pt;" xml:lang="en-us">SHA1=</span></b><span lang="en-us" style="color:#002060;" xml:lang="en-us"><span> </span></span><b><span lang="en-us" style="color:#002060;font-size:11.5pt;" xml:lang="en-us">d363480055eb103a8347393849659f39ef930bcd</span></b>
	</p>

	<p>
		<font color="#002060" style="color:rgb(53,60,65);font-size:16px;"><b>III - </b></font><font color="#002060"><b>PRÉPARATION</b></font><font color="#002060" style="color:rgb(53,60,65);font-size:16px;"><b> DE LA CLE USB.</b></font>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;">1-</span></b><span style="color:#000000;"><span> </span>La clé USB à utiliser doit avoir une capacité minimale de 8 Go.</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;">2-</span></b><span style="color:#000000;"><span> </span>Il faut sauvegarder les données contenues dans cette clé car elle sera formatée.</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;">3-</span></b><span style="color:#000000;"><span> </span>Il n'est pas nécessaire de formater au préalable cette clé, ni de la repartitionner si elle contient plus d'une partition ni la reconvertir en MBR ou en GPT….</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;">4- Important :</span></b><span style="color:#000000;"><span> </span>Avant de commencer le processus de création de la clé universelle de Windows 10, il faut<span> </span><b>débrancher</b><span> </span>tout disque dur externe, toute autre clé USB, carte SD etc… car les risques d'effacement par erreur d'un autre disque sont grands, beaucoup d'utilisateurs font des erreurs graves dans l'utilisation de Diskpart ou de Rufus ou tout autre outil de gravure sur USB et perdent leurs données par effacement de disque.</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;">5-</span></b><span style="color:#000000;"><span> </span>Brancher la clé USB sur un port USB et vérifier que cette clé a été bien détectée dans le poste de travail et quelle<span> </span><u>fonctionne</u>.</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#002060;">IV- CREATION DE LA CLE UNIVERSELLE DE WINDOWS 10.</span></b>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b><span style="color:#000000;font-size:11.5pt;">1-</span></b><span style="color:#000000;font-size:11.5pt;"><span> </span></span><span style="color:#000000;">La clé USB étant branchée, lancer<span> </span><b>l'invite de commande (admin).</b></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span>Pour accéder à<span> </span><b>l'invite de commande (admin),</b><span> </span>taper le mot<b><span> </span>cmd</b><span> </span>dans la zone de recherche de la barre des tâches et faire un<span> </span><b>clic-droit sur</b><span> </span>l'icône<span> </span><b>Command prompt<span> </span></b><span style="color:#000000;">ou bien<b><span> </span>Invite de commande<span> </span></b></span>qui sera affichée dans les résultats de<span> </span></span><span>recherche et cliquer sur :<span> </span><b>Exécuter en tant qu'administrateur</b></span><b><span>.</span></b></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span>Sinon,<span> </span><span style="color:#0070c0;">l'invite de commande</span><strong><span><span> </span></span></strong>se trouve dans le menu démarrer, lettre<span> </span><span style="color:#0070c0;">S</span><strong><span>,</span></strong><span> </span>dossier "<span style="color:#0070c0;">Système Windows</span>".</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span>Mais là, il faut<span> </span><span style="color:#00b050;">sélectionner</span><span> </span><span style="color:#0070c0;">Invite de commande</span><strong><span><span> </span></span></strong>et faire un <span style="color:#00b050;">clic droit</span><span> </span>dessus puis<span style="color:#00b050;"><span> </span>sélectionner</span><span> </span><span style="color:#0070c0;">Plus</span><span> </span>et cliquer sur<span> </span><span style="color:#0070c0;">Exécuter en tant qu'administrateur</span>.</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span>La fenêtre de<span> </span><b>l'invite de commande (admin)</b><span> </span>doit s'ouvrir sur :</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><a rel="" style="background-color:transparent;color:#3d6594;"><b><span style="color:#00b0f0;">C</span></b></a><span style="color:#00b0f0;">:\WINDOWS\System32&gt;</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span style="color:#000000;">En supposant que<span> </span></span><b><span style="color:#00b0f0;">C:</span></b><span style="color:#000000;"><span> </span>soit la lettre de la partition du système d'installation.</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><b><span>2</span></b><b><span>-</span></b><span><span> </span>Passer à la fenêtre<span> </span><b>Diskpart.</b></span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span>Pour cela,<span style="color:#002060;"><span> </span>taper<span> </span></span>le mot<span> </span><b>Diskpart<span> </span></b>dans la fenêtre de<b><span> </span>l'invite de commande (admin),<span> </span></b>après</span><b><span><span> </span><a rel="" style="background-color:transparent;color:#3d6594;"><span style="color:#00b0f0;">C</span></a></span></b><span style="color:#00b0f0;">:\WINDOWS\System32&gt;</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span>C’est-à-dire avoir :<span> </span><b><span style="color:#00b0f0;">C</span></b><span style="color:#00b0f0;">:\WINDOWS\System32&gt;</span><span style="color:#7030a0;">Diskpart</span></span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><a rel="" style="background-color:transparent;color:#3d6594;"><span>Puis appuyer sur la touche clavier<span> </span><b><span style="color:#00b050;">Entrée</span></b></span></a><span>.</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><span>La fenêtre Diskpart sera comme ceci :</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a data-fileext="png" data-fileid="7385" href="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.8cb87fce017a808eb399091c1c85f215.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.8cb87fce017a808eb399091c1c85f215.png" data-fileid="7385" data-ratio="39.21" style="border:1px solid rgb(238,238,238);vertical-align:middle;height:auto;" width="533" data-src="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.8cb87fce017a808eb399091c1c85f215.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" /></a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b>3-</b><span> </span><b>Repérer le chiffre attribué à la clé USB</b><span> </span>par<span> </span><b>Diskpart :<span> </span></b><span style="color:#c00000;">cette opération est d'une très grande importance car si on se trompe de chiffre, donc de disque, il y aura effacement d'un autre disque avec toutes les conséquences qui en découlent.</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Pour cela, dans la fenêtre Diskpart, taper<span> </span><a rel="" style="background-color:transparent;color:#3d6594;"><span style="color:#7030a0;">list disk</span></a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Pour avoir<span> </span><span style="color:#00b0f0;font-size:11.5pt;">DISKPART&gt;</span><span style="color:#7030a0;"><span> </span>list disk</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span>Puis<span> </span><a rel="" style="background-color:transparent;color:#3d6594;">appuyer sur la touche clavier<span> </span><b><span style="color:#00b050;">Entrée</span></b></a><b><span style="color:#00b050;">.</span></b></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Dans mon exemple, ma clé est une clé de 16 Go, j'ai un seul disque dur interne et pas autre chose de branché en USB, ni carte SD et voilà ce qui s'affiche<span> </span><span>:</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a data-fileext="png" data-fileid="7386" href="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.6d9644253053777f2cce807607221370.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.6d9644253053777f2cce807607221370.png" data-fileid="7386" data-ratio="60.6" style="border:1px solid rgb(238,238,238);vertical-align:middle;height:auto;" width="533" data-src="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.6d9644253053777f2cce807607221370.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" /></a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Donc, ma clé USB est celle qui est affichée avec une taille de 14 G, le chiffre attribué à cette clé est<span> </span><b><span style="color:#7030a0;">1</span></b><span> </span>et par conséquent la clé est le<span> </span><span style="color:#0070c0;">Disque 1<span> </span></span>qui correspond en Anglais à<span> </span><b><span style="color:#7030a0;">Disk 1</span></b>.
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<b>4-</b><span> </span>Création des 2 partions sur la clé USB :
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		En supposant que la clé USB a été repérée comme étant le<span> </span><a rel="" style="background-color:transparent;color:#3d6594;"><span style="color:#0070c0;">Disque 1<span> </span></span></a>(ça peut être chez d'autres utilisateurs :<span> </span><span style="color:#0070c0;">Disque 2, Disque 3<span> </span></span>etc…), exécuter dans l'ordre précis dans la fenêtre<span> </span><b>Diskpart</b><span> </span>les commandes suivantes :
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Select disk 1</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Clean</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Convert mbr</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Create partition primary size=800</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Format fs=fat32 quick Label="Boot"</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Active</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Assign</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Create partition primary</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span lang="en-us" style="color:#7030a0;font-size:11pt;" xml:lang="en-us">Format fs=ntfs quick Label="Install"</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;vertical-align:top;">
		<span style="color:#7030a0;font-size:11pt;">Assign</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Il est bien entendu qu'après avoir tapé chaque commande ou bien l'avoir inscrite en faisant un<span> </span><u>copier-coller</u><span> </span>à partir de ce tutoriel (ce qui est d'ailleurs plus s<span>û</span>r), il faut<span> </span><span style="font-size:11.5pt;">appuyer sur la touche clavier<span> </span><b><span style="color:#00b050;">Entrée.</span></b></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		 
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Une fois toutes ces commandes exécutées, ouvrir le poste de travail et vérifier si les 2 partions ont bien été affichées dans le poste de travail, la première nommée<span> </span><strong><span style="color:#c00000;font-size:11.5pt;">Boot<span> </span></span></strong>et la deuxième nommée<strong><span style="color:#c00000;font-size:11.5pt;"><span> </span>Install.</span></strong>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		Puis<span> </span><span style="color:#7030a0;">fermer</span><span> </span>la fenêtre<b><span> </span>Diskpart</b><span> </span>(ou tapez deux fois la commande « exit »).
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><b>5-<span> </span></b>Copie des fichiers de démarrage sur partition<span> </span><b>FAT32</b><span> </span>nommée<span> </span><strong><span style="color:#c00000;">Boot<span> </span></span></strong>:</span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><b><span>a-</span></b><span><span> </span></span><span>Copier à la racine de cette partition les dossiers boot et efi<span> </span><span>et les fichiers bootmgr et bootmgr.efi à partir de la racine de l'ISO de Windows 10.</span></span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><b><span>b-</span></b><span><span> </span></span><span>Créer à la racine de cette partition un dossier nommé sources  puis copier dans ce dossier le fichier nommé boot.wim qui se trouve à la racine du dossier</span><span><span> </span><strong><span>sources</span></strong><span> </span></span><span>de l’ISO de Windows 10 qui a été téléchargé et</span><span><span> </span>contrôlé au<span> </span></span><span>point</span><span><span> </span></span><b>II<span> </span></b><span>de ce tutoriel.</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><span>Le fichier ISO peut être ouvert avec l'explorateur</span><span>.</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><a rel="" style="background-color:transparent;color:#3d6594;"><span>Voici ce que doit contenir la partition</span></a><span><span> </span></span><strong>Boot<span> </span></strong><span><span>:</span></span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a data-fileext="png" data-fileid="7387" href="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.e2246aacd171e17d22e868b25195abdc.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.e2246aacd171e17d22e868b25195abdc.png" data-fileid="7387" data-ratio="124.81" style="border:1px solid rgb(238,238,238);vertical-align:middle;height:auto;" width="258" data-src="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.e2246aacd171e17d22e868b25195abdc.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" /></a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:18px;"><strong><span style="color:#000000;">6</span></strong></span><span style="font-size:16px;"><strong><span style="color:#000000;">- Copie des fichiers d’installation sur partition NTFS nommée<span> </span></span></strong><strong><span style="color:#c00000;">Install<span> </span></span><span style="color:#000000;">:</span></strong></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><span style="color:#000000;">Copier à la racine de cette partition les dossiers<span> </span></span><span style="color:#0070c0;">Sources</span><span style="color:#000000;"><span> </span>et<span> </span></span><span style="color:#0070c0;">support<span> </span></span><span style="color:#000000;">et le fichier<span> </span></span><span style="color:#00b050;">setup.exe</span><span style="color:#000000;"><span> </span>à partir de la racine de l'ISO de Windows 10.</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><span style="color:#000000;">(On peut aussi copier tout le contenu de l'ISO mais ces 2 dossiers et ce fichier sont suffisants).</span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<span style="font-size:16px;"><span style="color:#000000;">Voici ce que doit contenir la partition<span> </span></span><strong><span style="color:#c00000;">Install<span> </span></span></strong><span style="color:#000000;"><span>:</span></span></span>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		<a data-fileext="png" data-fileid="7388" href="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.e0c7ea8e2830fbd4e803aa26bc43f2f4.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.e0c7ea8e2830fbd4e803aa26bc43f2f4.png" data-fileid="7388" data-ratio="169.27" style="border:1px solid rgb(238,238,238);vertical-align:middle;height:auto;" width="179" data-src="https://community.lecrabeinfo.net/uploads/monthly_2018_12/image.png.e0c7ea8e2830fbd4e803aa26bc43f2f4.png" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" /></a>
	</p>

	<p style="color:rgb(53,60,65);font-size:16px;">
		La clé crée est universelle et permet de booter sans désactiver le sécureboot sur un PC UEFI ou sur un PC Légacy .
	</p>
	<span style="color:rgb(141,154,166);font-size:14px;"><strong>Modifié<span> </span>2 février 2019<span> </span>par Delta</strong><br />
	Ajout de la commande "exit" cf. réponses ci-dessous</span>
</div>

<div style="background-color:#ffffff;border-top:1px solid rgba(0,0,0,.075);color:#353c41;font-size:14px;">
	<div>
		<div style="font-size:12px;">
			<div style="text-align:right;">
				<ul style="padding:0px;">
					<li style="border:1px solid rgba(0,0,0,.1);">
						 
					</li>
				</ul>
			</div>
		</div>
	</div>
</div>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>
]]></description><guid isPermaLink="false">15</guid><pubDate>Fri, 24 Jan 2020 11:25:00 +0000</pubDate></item><item><title>R&#xE9;paration du  D&#xC9;MARRAGE sous WINDOWS 10</title><link>https://community.lecrabeinfo.net/blogs/entry/14-r%C3%A9paration-du-d%C3%A9marrage-sous-windows-10/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Bonjour à tous je poste une fois encore un tutoriel qu'Abelhafid Zekri a composé à l'attention des utilisateurs novices qui seraient pris au dépourvu avec un système Windows 10 qui présente un message d'erreur concernant le démarrage de leur système Windows 10.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#e67e22;"><strong><span style="font-size:20px;">Tutoriel sur la réparation du boot sous Windows 10</span></strong></span>
</p>

<p style="background-color:rgb(255,255,255);">
	<b>RÉPARATION</b><strong style="color:rgb(53,60,65);font-size:16px;"> DU BOOT SOUS WINDOWS 10</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Au démarrage de Windows, il peut arriver pour une raison ou une autre que le système que le système n'arrive pas à démarrer en affichant un message d'erreur concernant le BCD (Boot Configuration Data) de Windows qui contient les informations de démarrage.<br>
	Si ce dernier est mal configuré ou endommagé, il empêchera Windows de démarrer.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Le message d'erreur est généralement accompagné d'un code d'erreur comme :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- 0xc000000f</span><br>
	<span style="font-size:16px;">- 0x0000225</span><br>
	<span style="font-size:16px;">- 0x0c0000034</span><br>
	<span style="font-size:16px;">- 0x0000098</span><br>
	<span style="font-size:16px;">- 0xc0000605</span><br>
	<span style="font-size:16px;">- 0xc0000428</span><br>
	<span style="font-size:16px;">-Etc….</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Dans ce cas, le PC est bloqué sur cette page bleu "Recovery" ou "Récupération" ou bien il<span> </span>redémarre en boucle sur la réparation automatique.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;text-align:center;">
	<span style="font-size:16px;">Dans cette situation, ce présent tutoriel, explique comment réparer le Boot afin de tenter de récupérer le système et ce dans les cas d'un système en Legacy ou en UEFI.</span>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#2980b9">I- DÉMARRER EN ENVIRONNEMENT DE RECUPERATION EN UTILISANT L'UNE DE CES DEUX MÉTHODES :</font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><strong>Première méthode :</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Démarrer le PC.<br>
	- Attendre jusqu'à ce que le cercle tournant apparaisse.<br>
	- Forcer l'arrêt du PC avec le bouton d'alimentation.<br>
	- Répéter 3 fois les opérations ci-dessus.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Le PC devrait alors démarrer sur l'environnement de récupération.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><strong>Deuxième méthode :</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Démarrer avec un support d'installation ou clé de récupération de Windows 10 avec la même édition et version de Windows 10 que celle installée et accéder à l'environnement de récupération (WINRE), autrement dit aux options de récupération avancées.<br>
	Pour cela, après avoir passé la première fenêtre "<span style="color:#27ae60;">Installation de Windows</span>" en ayant confirmé la langue "Français (France)" dans les deux premières cases et "Français" dans la troisième, dans la deuxième fenêtre, cliquer sur<span style="color:#e74c3c;"><span> </span>Réparer l'ordinateur</span>.</span><br>
	<span style="font-size:16px;">On accède alors à l'environnement de récupération.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Pour créer un support d'installation de Windows 10, utiliser l'une des trois méthodes indiquées au paragraphe :</span>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#3498db">II- CRÉATION DU SUPPORT D'INSTALLATION UNIVERSEL DE WINDOWS 10</font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">De ce tutoriel :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><a href="https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-complet-de-recuperation-et-dinstallation/d9f85b18-002b-429c-893e-ee89ab10f472" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://answers.microsoft.com/fr-fr/windows/forum/all/tutoriel-complet-de-recuperation-et-dinstallation/d9f85b18-002b-429c-893e-ee89ab10f472</a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Pour démarrer le PC avec le support d'installation ou de récupération de Windows 10, voir le paragraphe :</span>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#2980b9">III- DÉMARRAGE AVEC LE SUPPORT UNIVERSEL DE WINDOWS 10</font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">De ce même tutoriel.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#9b59b6;">Remarques :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">a- Dans la mesure du possible, il faut toujours privilégier la Première méthode car dans ce cas les Paramètres (Changer le comportement de Windows au démarrage) seront disponibles, ce qui peut être bien utile.</span><br>
	<span style="font-size:16px;">b- Que ce soit en utilisant la Première méthode ou la Deuxième méthode, en accédant à l'environnement de récupération :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Dans la fenêtre<span> </span><span style="color:#2ecc71;">Choisir une option</span>, cliquer sur<span> </span><span style="color:#e74c3c;">Dépannage</span>.</span><br>
	<span style="font-size:16px;">- Dans la fenêtre<span> </span><span style="color:#2ecc71;">Options avancées</span>, les options suivantes seront alors disponibles :</span><br>
	<span style="font-size:16px;">- Restauration système.</span><br>
	<span style="font-size:16px;">- Désinstaller des mises à jour.</span><br>
	<span style="font-size:16px;">- Récupération de l'image système.</span><br>
	<span style="font-size:16px;">- Outil de redémarrage système.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">-<span> </span><strong>Invite de commande</strong>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Changer les paramètres du microprogramme UEFI.</span><br>
	<span style="font-size:16px;">- Paramètres (s'il s'agit de la<strong><span> </span>Première méthode</strong>).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Cliquer alors sur la tuile "<span style="color:#66ccff;"><strong>Invite de commandes</strong></span>".</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">La fenêtre de l'invite de commande s'ouvre sur :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#2980b9;">X:\Windows\system32&gt;</span></span>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#2980b9">II- RÉPARER LE BOOT LEGACY (BIOS/MBR) :</font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Après avoir lancé l'invite de commande sous l'environnement de récupération suivant l'une des deux méthodes du paragraphe I ci-dessus, entrer le mot<span style="color:#33ccff;"><span> </span>notepad</span><span> </span>et appuyer sur la touche clavier<span style="color:#33ccff;"><span> </span>Entrée</span>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Le bloc-notes va s'ouvrir et là, dans le menu<span> </span><strong>Fichier</strong>, cliquer sur<span> </span><strong>Ouvrir</strong><span> </span>et</span><span style="font-size:16px;"><span> </span><span>:</span><br>
	Explorer le disque dur pour repérer la lettre attribuée sous l'environnement de récupération à la<strong><span> </span>partition réservée du système.</strong></span><br>
	<span style="font-size:16px;">Même si cette partition est cachée sous Windows, qu'aucune lettre ne lui est assignée, sous l'environnement de récupération, une lettre lui est assignée et cette lettre peut même prendre la lettre de la partition OS sous Windows, comme dans cet exemple :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><a data-fileext="png" data-fileid="10599" href="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.e0215a097c3f0f9a31fa2605781c46bb.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.e0215a097c3f0f9a31fa2605781c46bb.png" data-fileid="10599" data-ratio="40.56" style="border:1px solid #eeeeee;vertical-align:middle;" width="604" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.e0215a097c3f0f9a31fa2605781c46bb.png"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Où la lettre attribuée sous l'environnement à la<strong><span> </span>partition réservée du système</strong><span> </span>est la lettre<span> </span><span style="color:#e74c3c;">C</span><span> </span>alors que la lettre de la partition OS est la lettre<span style="color:#e74c3c;"><span> </span>D</span><span> </span>et non la lettre<span> </span><span style="color:#e74c3c;">C</span><span> </span>qui lui est assignée sous Windows et qui est prise dans cet exemple par la partition<span> </span><strong>réservée du système</strong><span> </span>sous environnement de récupération.</span><br>
	<span style="font-size:16px;">Dans cet exemple aussi : La partition de donnée ayant la lettre<span> </span><span style="color:#e74c3c;">D</span><span> </span>sous Windows, a reçu la lettre<span> </span><span style="color:#e74c3c;">E</span><span> </span>en environnement de récupération.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><u>Une fois la lettre de la partition<span> </span><strong>réservée du système</strong><span> </span>repérée, exécuter dans l'ordre les commandes suivantes :</u></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bootrec /fixmbr</strong></span></span><br>
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bootrec /fixboot </strong></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Si le message Accès refusé s'affiche, ignorer cette commande et continuer.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>attrib C:\Boot\BCD -h -r -s</strong></span></span><br>
	<span style="font-size:16px;">(Remplacer<span> </span><span style="color:#e74c3c;">C</span><span> </span>par la bonne lettre de la partition réservée du système repérée avec le bloc-notes dans votre cas.).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>ren C:\boot\bcd bcd.old</strong></span></span><br>
	<span style="font-size:16px;">(Remplacer<span> </span><span style="color:#e74c3c;">C</span><span> </span>par la bonne lettre de la<span> </span><strong>partition réservée du système</strong><span> </span>repérée avec le bloc-notes dans votre cas.).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bootrec /rebuildbcd </strong></span></span><br>
	<span style="font-size:16px;">Le message suivant doit s'afficher :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#d35400;"><em>Nombre d'installations Windows identifiées : 1</em></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#d35400;"><em>[1] D:\Windows</em></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#d35400;"><em>Ajouter l'installation à la liste de démarrage ? Oui(O)/non(N)/Tout(T) :</em></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Inscrire alors la lettre<span> </span><span style="color:#e74c3c;">O</span><span> </span>et appuyer sur la touche clavier Entrée.</span><br>
	<span style="font-size:16px;">Le message<span> </span><span style="color:#d35400;"><em>"L'opération a réussi"</em></span><span> </span>doit s'afficher. Fermer alors l'invite de commande et cliquer sur "Eteindre le PC" puis démarrer.</span><br>
	<span style="font-size:16px;">(Ceci, en supposant que la lettre de la partition OS est la lettre<span> </span><span style="color:#e74c3c;">D</span>, sinon, c'est la lettre qui correspond à votre cas qui sera affichée).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e74c3c;">Remarques :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">1- En exécutant la commande<span> </span><span style="color:#000066;"><strong>bootrec /rebuildbcd</strong></span>, si message suivant est affiché :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#d35400;"><em>Nombre d'installations Windows identifiées : 0</em></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">entrez dans l'ordre les commandes suivantes : </span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bcdedit /createstore bcd</strong></span></span><br>
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bcdedit /import bcd </strong></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">puis :</span><br>
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bootrec.exe /rebuildbcd</strong></span></span><br>
	<span style="font-size:16px;">(Répondre<span> </span><span style="color:#2ecc71;">Oui</span>).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Fermer l'invite de commande puis<span> </span><span style="color:#000066;"><strong>Eteindre le PC<span> </span></strong></span>et<span> </span><span style="color:#000066;"><strong>démarrer</strong></span>.</span><br>
	<span style="font-size:16px;">2- Si le PC ne démarre toujours pas, essayer de reconstruire intégralement la BCD :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Démarrer en environnement de récupération et accéder à l'invite de commande puis exécuter la commande :</span><br>
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bcdboot D:\Windows /l fr-fr /s C: /f ALL</strong></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Où<span> </span><span style="color:#e74c3c;">C</span><span> </span>représente toujours la lettre attribuée à la partition réservée du système et<span style="color:#e74c3c;"><span> </span>D</span><span> </span>celle attribuée à la partition OS.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">3- Sous Windows, on peut consulter<span> </span><span style="color:#e74c3c;">en cas de besoin (sinon s'abstenir)</span><span> </span>le contenu de la partition réservée du système.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Pour cela :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">a- Afficher les fichiers et dossiers cachés et protégés du système d'exploitation comme ceci :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><a href="https://pcastuces.com/pratique/astuces/4563.htm" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://pcastuces.com/pratique/astuces/4563.htm</a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">b- Attribuer une lettre à la partition<strong><span> </span>réservée du système.</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Exécuter la commande<span> </span><span style="color:#000066;"><strong>Diskmgmt.msc</strong></span><span> </span>pour accéder à la gestion des disques.</span><br>
	<span style="font-size:16px;">- Faire un clic droit sur la partition<span> </span><strong>réservée du système</strong>.</span><br>
	<span style="font-size:16px;">- Sélectionner : "Modifier la lettre de lecteur et les chemins d’accès... "</span><br>
	<span style="font-size:16px;">- Cliquer sur "Ajouter".</span><br>
	<span style="font-size:16px;">- Cocher la case "Attribuer la lettre de lecteur suivante" et choisir une lettre.</span><br>
	<span style="font-size:16px;">- Cliquer sur OK.</span><br>
	<span style="font-size:16px;">- Fermer la fenêtre de la gestion des disques.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Le contenu de la partition<span> </span><strong>réservée du système</strong><span> </span>se présente normalement comme ceci :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><a data-fileext="png" data-fileid="10600" href="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.7928b806981c384c246a74ea24f1fd43.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.7928b806981c384c246a74ea24f1fd43.png" data-fileid="10600" data-ratio="40.56" style="border:1px solid #eeeeee;vertical-align:middle;" width="604" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.7928b806981c384c246a74ea24f1fd43.png"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Une fois avoir consulté le contenu de cette partition pour une raison quelconque, supprimer la lettre de lecteur de cette partition pour la cacher à nouveau et cacher les fichiers et dossiers cachés et protégés du système d'exploitation.</span>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#2980b9">III- RÉPARER LE BOOT UEFI (UEFI/GPT) :</font>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#9b59b6">A- REPÉRER LA LETTRE ATTRIBUÉE A LA PARTITION OS EN ENVIRONNEMENT DE RECUPERATION</font>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Après avoir lancé l'invite de commande sous l'environnement de récupération suivant l'une des deux méthodes du paragraphe I ci-dessus, rappelons que l'invite de commande s'ouvre sur :<span> </span><span style="color:#000066;"><strong>X:\Windows\system32&gt;</strong></span></span><br>
	<span style="font-size:16px;">Entrer le mot<span> </span><span style="color:#33ccff;">notepad<span> </span></span>et appuyer sur la touche clavier<span style="color:#33ccff;"><span> </span>Entrée</span>.</span><br>
	<span style="font-size:16px;">Le bloc-notes va s'ouvrir et là, dans le menu<span> </span><strong>Fichier</strong>, cliquer sur<span> </span><strong>Ouvrir</strong><span> </span>et</span><br>
	<span style="font-size:16px;">Explorer le disque dur pour repérer la lettre attribuée sous l'environnement de récupération à la<span style="color:#3498db;"><strong><span> </span>partition OS</strong></span><span> </span>(partition sur laquelle est installé le système d'exploitation).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><u>On va prendre comme exemple ce cas où sous Windows, les partitions du disque système au format<span> </span><strong>GPT<span> </span></strong>sous<span> </span><strong>UEFI</strong><span> </span>sont :</u></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><a data-fileext="png" data-fileid="10601" href="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.cee15e47768bc82e515e587757d98aa9.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.cee15e47768bc82e515e587757d98aa9.png" data-fileid="10601" data-ratio="38.58" style="border:1px solid #eeeeee;vertical-align:middle;" width="604" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.cee15e47768bc82e515e587757d98aa9.png"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">On voit ici :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- La partition cachée de 450 Mo qui est la<strong><span> </span>partition de récupération</strong><span> </span>(<span style="color:#3498db;">WINRE</span>).<br>
	- La partition cachée de 100 Mo au format<span> </span><strong>fat32</strong><span> </span>qui est la<span> </span><strong>partition réservée du système</strong><span> </span>(partition<span> </span><span style="color:#3498db;">EFI</span>).</span><br>
	<span style="font-size:16px;">- La partition<span> </span><span style="color:#2ecc71;">C</span><span> </span>de 249,45 Go qui est la<span> </span><span style="color:#3498db;">partition OS</span></span><br>
	<span style="font-size:16px;">- Les partitions<span> </span><span style="color:#2ecc71;">D</span><span> </span>et<span> </span><span style="color:#2ecc71;">E</span><span> </span>qui sont des<span style="color:#3498db;"><span> </span>partitions de données.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><u>Dans cet exemple,<span> </span><span style="color:#e74c3c;">en environnement de récupération</span>, ces partitions sont devenues  :</u></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">-<span> </span><span style="color:#e74c3c;">C</span><span> </span>La partition cachée de 450 Mo qui est la partition de récupération (<span style="color:#3498db;">WINRE</span>).</span><br>
	<span style="font-size:16px;">- La partition cachée de<span> </span><span style="color:#9b59b6;">100 Mo</span><span> </span>au format<strong><span> </span>fat32</strong><span> </span>qui est la<span> </span><strong>partition réservée</strong><span> </span>du système (partition<span> </span><span style="color:#3498db;">EFI</span>).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Cette partition n'a toujours pas de lettre.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">-<span> </span><span style="color:#e74c3c;">D</span><span> </span>: La partition de 249,45 Go qui est la<span> </span><span style="color:#3498db;">partition OS</span>.</span><br>
	<span style="font-size:16px;">-<span> </span><span style="color:#e74c3c;">E</span><span> </span>et<span> </span><span style="color:#e74c3c;">F</span><span> </span>: qui sont des<span> </span><span style="color:#3498db;">partitions de données</span>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Le tout, comme sur cette image :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><a data-fileext="png" data-fileid="10606" href="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.511999855253a34f2e814d85009f26ae.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.511999855253a34f2e814d85009f26ae.png" data-fileid="10606" data-ratio="52.15" style="border:1px solid #eeeeee;vertical-align:middle;" width="604" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_11/image.png.511999855253a34f2e814d85009f26ae.png"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#2ecc71;">Conclusion</span><span> </span>:</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">On a donc repéré dans cet exemple la lettre de la<span> </span><span style="color:#3498db;">partition OS</span><span> </span>qui est la lettre<span> </span><span style="color:#e74c3c;">D</span></span>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#9b59b6">B- RÉPARATION DU DÉMARRAGE (RECONSTRUIRE LE BCD) - Enregistrement de démarrage principal (MBR)- Secteur d'amorçage et Magasin de données de Configuration de démarrage (BCD).</font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Une fois la lettre de la<span style="color:#3498db;"><span> </span>partition OS</span><span> </span>repérée (dans notre exemple il s'agit de la lettre D), exécuter dans l'ordre les commandes suivantes :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bootrec /fixmbr</strong></span></span><br>
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bootrec /fixboot</strong></span></span><br>
	<span style="font-size:16px;">Si le message Accès refusé s'affiche, ignorer cette commande et continuer.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>Bootrec /ScanOs</strong></span></span><br>
	<span style="font-size:16px;">(À utiliser dans le cas d’un Dual Boot si un système manque dans le menu de démarrage).</span><br>
	<span style="font-size:16px;">Et appuyer sur la touche clavier ENTREE.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Attendre quelques secondes la recherche d’installations Windows.</span><br>
	<span style="font-size:16px;">Si des entrées ne sont pas actuellement dans le magasin BCD, elles seront affichées.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><strong>Le message : L’opération a réussi doit s’afficher</strong>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>bootrec /rebuildbcd</strong></span>    </span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Le message suivant doit s'afficher :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e67e22;"><em>Nombre d'installations Windows identifiées : 1</em></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e67e22;"><em>[1] D:\Windows</em></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e67e22;"><em>Ajouter l'installation à la liste de démarrage ? Oui(O)/non(N)/Tout(T) :</em></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">(Ceci, en supposant que la lettre de la<span style="color:#3498db;"><span> </span>partition OS</span><span> </span>est la lettre<span> </span><span style="color:#e74c3c;">D</span>, sinon, c'est la lettre qui correspond à votre cas qui sera affichée).<br>
	Inscrire alors la lettre<span> </span><span style="color:#e74c3c;">O</span><span> </span>et appuyer sur la touche clavier Entrée.</span><br>
	<span style="font-size:16px;">Le message "L'opération a réussi" doit s'afficher. Fermer alors l'invite de commande et cliquer sur "<strong>Eteindre le PC</strong>" puis<span> </span><strong>démarrer</strong>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#9b59b6;">C- RECONSTRUCTION INTEGRALE DE LA BCD</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Si la réparation du paragraphe<span style="color:#9b59b6;"><span> </span>B</span><span> </span>ci-dessus ne donne pas de résultat, il faut essayer d'effectuer une reconstruction intégrale de la BCD.</span><br>
	<span style="font-size:16px;">Pour cela, accéder à nouveau à l'invite de commande en environnement de récupération qui s'ouvre sur :<span style="color:#000066;"><strong><span> </span>X:\Windows\system32&gt;</strong></span></span><br>
	<span style="font-size:16px;">et exécuter<span> </span><u>dans l'ordre<span> </span></u>les commandes suivantes :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>diskpart</strong></span></span><br>
	<span style="font-size:16px;"><span style="color:#000066;"><strong>list volume</strong></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Et là, dans la liste des volumes, il faut noter le numéro de volume attribué à la<span> </span><span style="color:#3498db;">partition réservée</span><span> </span>du système (partition<span> </span><span style="color:#3498db;">EFI</span>) au format<span> </span><strong>fat32</strong>, dans l'exemple que nous traitons, voilà ce qui est affiché avec la commande<span> </span><strong>list volume<span> </span></strong>:</span><br>
	<span style="font-size:16px;">Donc, le volume qui nous intéresse est le volume 5</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Exécuter alors les commandes suivantes :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>select volume 5</strong></span></span><br>
	<span style="font-size:16px;"><span style="color:#000066;"><strong>assign letter=v</strong></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Un message sera affiché informant que<span> </span><strong>diskpart a correctement assigné la lettre de lecteur ou le point de montage.</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Fermer l’Invite de commande.</span><br>
	<span style="font-size:16px;">- Revenir encore une fois à l’invite de commande.</span><br>
	<span style="font-size:16px;">Nous avons donc assigné la lettre<span> </span><span style="color:#e74c3c;">v</span><span> </span>à notre<span> </span><span style="color:#3498db;">partition de démarrage EFI</span>.</span><br>
	<span style="font-size:16px;">Fermer l’Invite de commande.</span><br>
	<span style="font-size:16px;">- Revenir encore une fois à l’invite de commande qui va s'ouvrir à nouveau sur :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#000066;"><strong>X:\Windows\system32&gt;</strong></span></span><br>
	<span style="font-size:16px;">Saisir commande :<span> </span><span style="color:#000066;"><strong>cd /</strong></span><span style="color:#2ecc71;"><strong>d</strong></span><span style="color:#000066;"><strong><span> </span></strong></span><span style="color:#e74c3c;"><strong>v</strong></span><span style="color:#000066;"><strong>:\EFI\Microsoft\Boot\</strong></span></span><br>
	<span style="font-size:16px;">Et appuyer sur la touche clavier ENTREE pour obtenir :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"> <strong>v:\EFI\Microsoft\Boot&gt;</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e74c3c;">Remarque :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Dans la commande<span> </span><span style="color:#000066;"><strong>cd /</strong></span><span style="color:#2ecc71;"><strong>d</strong></span><span style="color:#000066;"><strong><span> </span></strong></span><span style="color:#e74c3c;"><strong>v</strong></span><span style="color:#000066;"><strong>:\EFI\Microsoft\Boot\</strong></span><span> </span>la lettre d est fixe, il ne s'agit pas de la lettre<span> </span><span style="color:#e74c3c;">D</span><span> </span>attribuée à la partition OS sous l'environnement de récupération dans notre exemple.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><strong>En restant sur : v:\EFI\Microsoft\Boot&gt;</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Exécuter la commande :<span style="color:#000066;"><strong><span> </span>bootrec /fixboot</strong></span></span><br>
	<span style="font-size:16px;">Si le message Accès refusé s'affiche, ignorer cette commande et continuer</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Saisir commande :<span style="color:#000066;"><strong><span> </span>ren BCD BCD.old</strong></span></span><br>
	<span style="font-size:16px;">Et appuyer sur la touche clavier ENTREE</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Saisir commande :<span> </span><span style="color:#000066;"><strong>bcdboot<span> </span></strong></span><span style="color:#e74c3c;"><strong>D</strong></span><span style="color:#000066;"><strong>:\Windows /l<span> </span></strong></span><span style="color:#e74c3c;"><strong>fr-fr<span> </span></strong></span><span style="color:#000066;"><strong>/s<span> </span></strong></span><span style="color:#e74c3c;"><strong>v</strong></span><span style="color:#000066;"><strong>: /f ALL</strong></span></span><br>
	<span style="font-size:16px;">Et appuyer sur la touche clavier ENTREE</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Ce message s'affiche :<span> </span><span style="color:#9b59b6;">Les fichiers de démarrage ont bien été créés.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Fermer l’invite de commande, cliquer sur<span> </span><strong>Eteindre le PC</strong>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">-<strong><span> </span>Démarrer</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">- Une fois sous Windows,<span> </span><strong>il n'est plus nécessaire de cacher la partition de démarrage EFI</strong><span> </span>qui a été nommée<span> </span><strong>v</strong><span> </span>car sous les nouvelles versions de Windows 10 elle est recachée automatiquement au démarrage du système.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e74c3c;"><strong>Remarque :</strong></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;">Dans la commande<span> </span><span style="color:#000066;"><strong>bcdboot<span> </span></strong></span><span style="color:#e74c3c;"><strong>D</strong></span><span style="color:#000066;"><strong>:\Windows /l fr-fr /s<span> </span></strong></span><span style="color:#e74c3c;"><strong>v</strong></span><span style="color:#000066;"><strong>: /f ALL :</strong></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e74c3c;">D</span><span> </span>représente la lettre attribuée à la<span> </span><span style="color:#3498db;">partition OS<span> </span></span>sous l'environnement de récupération dans notre exemple.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e74c3c;">fr-fr</span><span> </span>concerne la langue installée, dans ce cas il s'agit de la langue<span> </span><strong>Français-France</strong>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:16px;"><span style="color:#e74c3c;">v</span><span> </span>représente la lettre qui a été assignée en ligne de commande à la<span style="color:#3498db;"><span> </span>partition réservée du système<span> </span></span>(partition<span style="color:#3498db;"><span> </span>EFI</span>) au format<span> </span><strong>fat32</strong>.</span>
</p>
]]></description><guid isPermaLink="false">14</guid><pubDate>Fri, 24 Jan 2020 11:19:00 +0000</pubDate></item><item><title>Tutoriel complet de  RECUPERATION et D'INSTALLATION DE WINDOWS 10 depuis un SUPPORT D'INSTALLATION</title><link>https://community.lecrabeinfo.net/blogs/entry/13-tutoriel-complet-de-recuperation-et-dinstallation-de-windows-10-depuis-un-support-dinstallation/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Bonjour à tous je poste ici un tutoriel écrit par<span> </span><strong>Abdelhafid Zekri</strong><span> </span>qui me l'a aimablement proposé , c'est la même personne avec qui j'avais réalisé les tests pour le support 1809 du tutoriel "Créer une clé USB bootable universelle de Windows 10 version 1809 et ultérieures avec Diskpart et en utilisant l'ISO RTM" que vous pouvez trouver <a href="https://community.lecrabeinfo.net/topic/8567-tuto-cr%C3%A9er-une-cl%C3%A9-usb-bootable-universelle-de-windows-10-version-1809-et-ulterieures-avec-diskpart-et-en-utilisant-liso-rtm/" rel="" style="background-color:transparent;color:#3d6594;">tutoriel 1809 diskpart</a><span> </span>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:rgb(255,255,255);text-align:center;">
	<font color="#8e44ad"><b>CRÉER</b></font><b style="color:rgb(142,68,173);font-size:16px;"> ET </b><font color="#8e44ad"><b>DÉMARRER</b></font><b style="color:rgb(142,68,173);font-size:16px;"> LE PC AVEC LE SUPPORT D'INSTALLATION UNIVERSEL DE WINDOWS 10</b>
</p>

<p style="background-color:rgb(255,255,255);text-align:center;">
	<b style="color:rgb(142,68,173);font-size:16px;">-</b><font color="#8e44ad"><b>ACCÉDER</b></font><b style="color:rgb(142,68,173);font-size:16px;"> AUX OPTIONS DE RECUPERATION </b><font color="#8e44ad"><b>AVANCÉES</b></font><b style="color:rgb(142,68,173);font-size:16px;">-</b>
</p>

<p style="background-color:rgb(255,255,255);text-align:center;">
	<b style="color:rgb(142,68,173);font-size:16px;">SAUVEGARDER LES </b><font color="#8e44ad"><b>DONNÉES</b></font><b style="color:rgb(142,68,173);font-size:16px;">-</b><font color="#8e44ad"><b>RÉPARER</b></font><b style="color:rgb(142,68,173);font-size:16px;">-EFFECTUER UNE INSTALLATION PROPRE DE WINDOWS</b><span style="color:rgb(41,128,185);font-size:16px;"><b><span>.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#002060;">I- INTRODUCTION</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Ce tutoriel explique comment créer un support d'installation universel de Windows 10 sur clé USB, comment démarrer le PC avec ce support, comment accéder aux options de récupérations pour effectuer des réparations et comment effectuer une installation propre de Windows 10.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Il ne concerne ni la mise à jour de Windows vers une version supérieure ni la réparation du système par mise à niveau.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Dans notre exemple on a pris Windows 10 64Bits Français version 1809 comme version à réparer ou à installer mais le tutoriel reste valable pour toutes les versions de Windows 10.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#002060;">II- CREATION DU SUPPORT D'INSTALLATION UNIVERSEL DE WINDOWS 10.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Il existe plusieurs méthodes pour créer un support d'installation de Windows 10 mais certaines méthodes ne donnent pas un support universel.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Nous proposons les deux méthodes suivantes qui créent un support d'installation universel fonctionnant en mode BIOS/MBR et en mode UEFI/GPT sans être obligé de désactiver le<span> </span>SecureBoot (démarrage sécurisé) :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#0070c0;">1- EN UTILISANT DISKPART ET L'ISO RTM DE WINDOWS 10<span> </span></span></b><span style="color:#0070c0;">:</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a href="https://www.cjoint.com/c/IFdkCdCDs8N" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://www.cjoint.com/c/IFdkCdCDs8N</a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Sans rentrer dans les détails, cette méthode est préférable mais ne peut être appliquée que sur un PC sous<span> </span><b>Windows 10 version 1703 ou ultérieure</b><span> </span>car les versions et systèmes d'exploitation antérieurs ne reconnaissent pas plus d'une partition sur une clé USB.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#0070c0;">2- EN UTILISANT L'OUTIL MEDIACREATIONTOOL :</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;text-align:justify;">
	<a href="https://www.cjoint.com/c/IFdkEbKZvYN" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://www.cjoint.com/c/IFdkEbKZvYN</a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;text-align:justify;">
	<span>Pour cela, il faut préciser que la création de ce support universel, à l'inverse de celle avec Diskpart et l'ISO RTM peut être effectuée sous n'importe quelle version de Windows 10 et même sous n'importe quel autre système d'exploitation (Windows 8.1,8 et 7).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;text-align:justify;">
	 
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#002060" style="color:rgb(53,60,65);font-size:16px;"><b>III- </b></font><font color="#002060"><b>DÉMARRAGE</b></font><font color="#002060" style="color:rgb(53,60,65);font-size:16px;"><b> AVEC LE SUPPORT UNIVERSEL DE WINDOWS 10.</b></font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b>1-<span> </span></b>Arrêter le PC et débrancher de préférence tout périphérique USB (clés USB, disques durs externes<b><span> </span></b>etc…) puis brancher la clé USB Bootable de Windows 10 (support d'installation universel de Windows 10 qui aurait été créé comme expliqué au paragraphe<span> </span><b><span style="color:#002060;">I- INTRODUCTION</span></b><span> </span>ci-dessus) sur un port USB qui fonctionne.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b>2-<span> </span></b>Démarrer le PC et<b><span> </span>tapoter<span> </span></b>pendant le démarrage sur la touche clavier qui permet d'accéder au<b><span> </span></b>menu de démarrage.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Pour connaitre la touche ou la combinaison de touche d'un PC quelconque, voir par exemple la colonne "<b>Boot Menu"</b><span> </span>de ce tableau :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span><a href="https://forum.pcastuces.com/comment_acceder_au_boot_menu_ou_et_au_bios_uefi_differentes_marques_de_pc-f4s85637.htm" rel="external nofollow" style="background-color:transparent;color:#3d6594;"><span style="color:#0563c1;">https://forum.pcastuces.com/comment_acceder_au_boot_menu_ou_et_au_bios_uefi_differentes_</span></a></span><u><span style="color:#0563c1;"><span> </span></span></u><span><a href="https://forum.pcastuces.com/comment_acceder_au_boot_menu_ou_et_au_bios_uefi_differentes_marques_de_pc-f4s85637.htm" rel="external nofollow" style="background-color:transparent;color:#3d6594;"><span style="color:#0563c1;">marques_de_pc-f4s85637.htm</span></a></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Ou de ce tableau </span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a href="http://www.killdisk.com/bootdisk-bootmenu.htm" rel="external nofollow" style="background-color:transparent;color:#3d6594;"><span style="color:#0563c1;">http://www.killdisk.com/bootdisk-bootmenu.htm</span></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Ou encore ce tableau :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a href="http://www.boot-disk.com/quest_bootmenu.htm" rel="external nofollow" style="background-color:transparent;color:#3d6594;"><span style="color:#0563c1;">http://www.boot-disk.com/quest_bootmenu.htm</span></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Une fois le menu de démarrage affiché, cesser de tapoter sur la touche d'accès au menu de démarrage et sélectionner la clé USB Bootable de Windows 10 puis appuyer sur la touche clavier <b><span style="color:#c45911;">Entrée</span></b><span style="color:#000000;">.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Après chargement, une première fenêtre sera affichée : "<span style="color:#00b050;">Installation de Windows</span>",<span> </span></span><b><span style="color:#c45911;">sélectionner Français (France)<span> </span></span></b><span style="color:#000000;">dans toutes les cases et cliquer sur</span><b><span style="color:#c45911;"><span> </span>Suivant.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Et là, en fonction de la tache à effectuer, il faut cliquer sur :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>-<span> <span> </span></span><span style="color:#c45911;">Réparer l'ordinateur :<span> </span></span><span style="color:#000000;">pour effectuer des réparations.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>-<span> <span> </span></span><span style="color:#c45911;">Installer maintenant :<span> </span></span><span style="color:#000000;">pour effectuer une installation propre de Windows.</span></span>
</p>

<p style="background-color:rgb(255,255,255);">
	<font color="#002060" style="color:rgb(53,60,65);font-size:16px;"><b>IV- SAUVEGARDE DES </b></font><font color="#002060"><b>DONNÉES</b></font><font color="#002060" style="color:rgb(53,60,65);font-size:16px;"><b>.</b></font>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Après avoir démarré le PC avec le support universel de Windows 10 en suivant les explications du paragraphe<span> </span><b><span style="color:#002060;">III</span></b><span> </span>ci-dessus, si on envisage d'effectuer une installation propre de Windows ou si on envisage de réinitialiser le PC, voire d'effectuer des opérations risquées de réparation, on peut d'abord sauvegarder les données si nécessaire.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Pour cela, il faut accéder à l'environnement de récupération (WINRE), autrement dit aux options de récupération avancées, comme expliqué au paragraphe<span> </span><b><span style="color:#002060;">V- REPARATIONS DE WINDOWS.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Et là, lancer<span> </span><b><span style="color:#00b0f0;">l'invite de commande</span></b><span> </span>puis entrer le mot<span> </span><b><span style="color:#00b0f0;">notepad</span></b><span> </span>et appuyer sur la touche clavier<span> </span><b><span style="color:#00b0f0;">Entrée.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<br>
	<span><span style="color:#333333;">Le bloc-notes va s'ouvrir et là, dans le menu<span> </span><b>Fichier</b>, cliquer sur<span> </span><b>Ouvrir</b><span> </span>et sélectionner en bas :<span> </span></span><b><span style="color:#002060;">Tous les fichiers (*.*),</span></b><span style="color:#333333;"><span> </span>comme sur cette image </span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8185" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/IMG1.PNG.3f4f0815f3aa53aa150b670da74ad66b.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="IMG1.PNG.3f4f0815f3aa53aa150b670da74ad66b.PNG" data-fileid="8185" data-ratio="74.67" style="border:1px solid #eeeeee;vertical-align:middle;" width="533" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/IMG1.PNG.3f4f0815f3aa53aa150b670da74ad66b.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span style="color:#333333;">Maintenant il suffit d'aller rechercher les dossiers et fichiers de données et faire un copier-coller pour les récupérer.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#333333;">Remarques :</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<b><span style="color:#333333;">1-<span> </span></span></b><span style="color:#333333;">Ne pas arrêter une opération lors de la copie car l'avancement n'est pas affiché, il faut<b><span> </span></b>aller vérifier dans l'emplacement de sauvegarde que toutes les données copiées ont été collées (en vérifiant le contenu et éventuellement la taille d'un dossier ou fichier).</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#333333;">2-<span> </span></span></b><span style="color:#333333;">De préférence sauvegarder les données sur un disque dur externe ou clé USB à<b><span> </span></b>brancher avant de démarrer avec la clé USB de Windows 10.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<b><span style="color:#002060;">V- REPARATIONS DE WINDOWS.</span></b>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Pour effectuer des réparations en démarrant le PC avec cette clé universelle de Windows 10, il faut que la version de cette clé corresponde à celle de Windows à réparer et accéder à l'environnement de récupération (WINRE), autrement dit aux options de récupération avancées.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Pour cela, après avoir passé la première fenêtre<span> </span><span>"<span style="color:#00b050;">Installation de Windows</span>" en ayant confirmé la </span><span>langue "Français (France)" dans les deux premières cases et "Français" dans la troisième,</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	dans la<span> </span><b>deuxième fenêtre</b><span>, cliquer sur</span><span> </span><span style="color:#c45911;">Réparer l'ordinateur.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Dans la fenêtre<span> </span><span style="color:#00b050;">Choisir une option</span>, cliquer sur<span> </span></span><span style="color:#c45911;">Dépannage</span><span>.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Dans la fenêtre<span> </span><span style="color:#00b050;">Options avancées</span>, les options suivantes seront alors disponibles :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Restauration système.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Désinstaller des mises à jour.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Récupération de l'image système.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Outil de redémarrage système.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Invite de commande.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>Changer les paramètres du microprogramme UEFI.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Et là, choisir l'opération de réparation à effectuer en fonction de la nature de la panne.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Concernant ce point on s'arrête là car on ne peut pas expliquer ici toutes les réparations possibles tout en rappelant cependant qu'on peut aussi accéder autrement à l'environnement de récupération quand le système ne démarre pas et ce, en procédant comme ceci :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#222222;">1-<span> </span></span></b><span style="color:#222222;">Démarrer le PC.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#222222;">2-<span> </span></span></b><span style="color:#222222;">Attendre jusqu'à ce que le cercle tournant apparaisse.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#222222;">3-<span> </span></span></b><span style="color:#222222;">Forcer l'arrêt du PC avec le bouton d'alimentation.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#222222;">4-<span> </span></span></b><span style="color:#222222;">Répéter 3 fois les opérations ci-dessus.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span style="color:#222222;">Le PC devrait alors démarrer sur l'environnement de récupération.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Sinon, quand le système démarre et qu'on veut accéder à l'environnement de récupération, il existe plusieurs méthodes pour le faire :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span> <span> </span></span></span><span>Depuis les paramètres : Paramètres-Mise à jour et sécurité-Récupération-<span style="color:#0070c0;">Redémarrer</span><span> </span><span style="color:#0070c0;">maintenant.</span></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span> <span> </span></span></span><span>Depuis l'écran de connexion : Appuyer sur la touche<span> </span><span style="color:#0070c0;">Shift</span><span> </span>et sans relâcher cette touche, cliquer en bas à droite sur le bouton sur bouton d'alimentation et cliquer sur<span> </span><span style="color:#0070c0;">Redémarrer.</span><span> </span>Ne relâcher la pression sur la touche<span> </span><b>Shift</b><span> </span>que lorsque l'environnement de récupération s'affiche.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span> <span> </span></span></span><span>En utilisant<span> </span><b>l'invite de commande (admin)</b><span> </span>: exécuter l'une des commandes suivantes :<span> </span><span style="color:#0070c0;">Shutdown /r /o<span> </span></span><span style="color:#000000;">ou</span><span style="color:#0070c0;"><span> </span>Reagentc /boottore</span></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span style="color:#002060;">VI - INSTALLATION PROPRE DE WINDOWS 10.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>En cas de panne, si la récupération du système s'avère impossible ou si on veut repartir sur une nouvelle base,<span> </span></span>on peut effectuer une installation propre de Windows avec cette clé</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>universelle de Windows 10 mais dans tous les cas, il faut d'abord sauvegarder ses données.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Dans l'exemple qui va suivre, il s'agit d'une installation sur un disque au format<span> </span><b><span style="color:#00b050;">MBR</span>,</b><span> </span>donc en mode<span> </span><b><span style="color:#00b050;">BIOS</span></b><span> </span>mais des remarques seront données là où c'est nécessaire s'il s'agit d'un système en<span> </span><b><span style="color:#7030a0;">UEFI</span></b>/<b><span style="color:#7030a0;">GPT</span></b>.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Pour effectuer une installation propre de Windows 10 en utilisant la clé universelle indiquée au paragraphe<span> </span></span><b><span style="color:#002060;">I- INTRODUCTION</span></b><span><span> </span>de ce tutoriel, procéder comme ceci :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>1-<span> </span></span></b><span>Démarrer le PC avec la clé universelle de Windows 10 comme expliqué au paragraphe<b><span> </span></b></span><b><span style="color:#002060;">II- DEMARRAGE AVEC LE SUPPORT UNIVERSEL DE Windows 10<span> </span></span></b><span style="color:#000000;">de ce tutoriel.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Puis, après avoir passé la première fenêtre<span> </span><span>"<span style="color:#00b050;">Installation de Windows</span>" en ayant confirmé la</span><span> </span><span>langue "Français (France)" dans les deux premières cases et "Français" dans la troisième et en ayant cliqué sur<span> </span></span><span style="color:#c45911;">Suivant</span><span>,<span> </span></span>dans la<span><span> </span></span><b>deuxième fenêtre</b><span>, comme sur cette image :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="png" data-fileid="8186" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/options-regionales-linguistiques-installeur-windows-10-5bd9dab6e92a7.png.954c68ef0dfe2a8eed6f0f929f75a93b.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="options-regionales-linguistiques-installeur-windows-10-5bd9dab6e92a7.png.954c68ef0dfe2a8eed6f0f929f75a93b.png" data-fileid="8186" data-ratio="71.08" style="border:1px solid #eeeeee;vertical-align:middle;" width="491" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/options-regionales-linguistiques-installeur-windows-10-5bd9dab6e92a7.png.954c68ef0dfe2a8eed6f0f929f75a93b.png"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="font-size:11pt;">cliquer sur<span> </span></span><span style="color:#c45911;font-size:10pt;">Installer maintenant</span><span style="font-size:10pt;">, comme sur cette image :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8187" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img4.PNG.76520754fc734866a966a4d570071724.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img4.PNG.76520754fc734866a966a4d570071724.PNG" data-fileid="8187" data-ratio="73.09" style="border:1px solid #eeeeee;vertical-align:middle;" width="472" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img4.PNG.76520754fc734866a966a4d570071724.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>2-<span> </span></span></b><span>Attendre quelques instants la fermeture de cette fenêtre :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8189" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img5.PNG.53b3e5a932fbcc800fef363b6fbab318.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img5.PNG.53b3e5a932fbcc800fef363b6fbab318.PNG" data-fileid="8189" data-ratio="60.17" style="border:1px solid #eeeeee;vertical-align:middle;" width="477" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img5.PNG.53b3e5a932fbcc800fef363b6fbab318.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>3-<span> </span></span></b><span>Dans la fenêtre "<span style="color:#00b050;">Sélectionner le système d'exploitation à installer</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8191" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img6.PNG.1bb8ef22af0ea8c79cf812bbece5563d.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img6.PNG.1bb8ef22af0ea8c79cf812bbece5563d.PNG" data-fileid="8191" data-ratio="64.24" style="border:1px solid #eeeeee;vertical-align:middle;" width="481" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img6.PNG.1bb8ef22af0ea8c79cf812bbece5563d.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>Faire très attention à bien sélectionner l'édition qui correspond à votre licence.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Puis cliquer sur<span> </span><span style="color:#c45911;">Suivant</span>.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>4-<span> </span></span></b><span>Dans la fenêtre "<span style="color:#00b050;">Avis et conditions du contrat de licence applicables</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8192" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img7.PNG.c1677ab401935c035ee556d930c330c0.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img7.PNG.c1677ab401935c035ee556d930c330c0.PNG" data-fileid="8192" data-ratio="72.8" style="border:1px solid #eeeeee;vertical-align:middle;" width="478" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img7.PNG.c1677ab401935c035ee556d930c330c0.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span style="color:#c00000;">Cocher<span> </span></span><span style="color:#000000;">la case : "</span><span style="color:#00b0f0;">J'accepte les termes du contrat de licence</span><span style="color:#000000;">" puis cliquer sur</span><span style="color:#c00000;"><span> </span></span><span style="color:#c45911;">Suivant<font color="#b00000">.</font></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>5-<span> </span></span></b><span>Dans la fenêtre "<span style="color:#00b050;">Quel type d'installation voulez-vous effectuer ?</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8193" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img8.PNG.b16939bb5dfb117e237de46daffaf57c.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img8.PNG.b16939bb5dfb117e237de46daffaf57c.PNG" data-fileid="8193" data-ratio="74.56" style="border:1px solid #eeeeee;vertical-align:middle;" width="456" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img8.PNG.b16939bb5dfb117e237de46daffaf57c.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span style="color:#c45911;">Sélectionner<span> </span></span><span style="color:#000000;">"</span><span style="color:#00b0f0;">Personnalisé : installer uniquement Windows (avancé)</span><span style="color:#000000;">" puis cliquer sur</span><span style="color:#c45911;"><span> </span>Suivant</span><span style="color:#000000;">.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>6-<span> </span></span></b><span>Après avoir sélectionné l'option Personnalisé…. La fenêtre "<span style="color:#00b050;">Où souhaitez-vous installer </span></span><span style="color:#00b050;">Windows ?</span><span style="color:#000000;">" s'affiche :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8195" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img9.PNG.5cbd836d62c42083083fec162ef52637.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img9.PNG.5cbd836d62c42083083fec162ef52637.PNG" data-fileid="8195" data-ratio="44.07" style="border:1px solid #eeeeee;vertical-align:middle;" width="599" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img9.PNG.5cbd836d62c42083083fec162ef52637.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>Cette étape et celle du point 7 ci-dessous sont les plus importantes.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Dans cet exemple, il s'agit d'un PC sous<span> </span><b><span style="color:#00b050;">BIOS/MBR</span></b>, c'est pourquoi il n'y a qu'une seule petite partition cachée rattachée à la partition OS.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Il faut alors<span> </span><span style="color:#c45911;">sélectionner</span><span> </span><u>une par une</u><span> </span>ces deux partitions :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>Partition 1 : Réservé au système</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Et</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>Partition 2 (partition OS)</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Et cliquer à chaque sur le bouton<span> </span><span style="color:#c45911;">Supprimer</span>.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><u><span style="color:#44546a;">Remarque 1</span></u><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">: Si un message d'avertissement de ce genre s'affiche lors de la suppression<span style="color:#44546a;"><span> </span></span>de ces partitions :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8197" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img10.PNG.0aef736b48f95faee0756127b903a4a8.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img10.PNG.0aef736b48f95faee0756127b903a4a8.PNG" data-fileid="8197" data-ratio="59.53" style="border:1px solid #eeeeee;vertical-align:middle;" width="598" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img10.PNG.0aef736b48f95faee0756127b903a4a8.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Cliquer sur<span> </span><span style="color:#c45911;">OK</span>.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><u><span style="color:#44546a;">Remarque 2</span></u><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">:</span><span style="color:#44546a;"><span> </span></span><b><span style="color:#000000;">La partition 3</span></b><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">est une partition de donnée, on veut la garder, donc on ne</span><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">la touche pas, sinon on peut aussi la supprimer.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><u><span style="color:#44546a;">Remarque 3</span></u><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">: Dans le cas d'un PC sous UEFI, il doit y avoir, trois petites partitions cachées</span><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">rattachées à l'OS :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span> <span> </span></span></span><span>Partition WINRE.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span> <span> </span></span></span><span>Partition EFI.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span> <span> </span></span></span><span>Partition MSR.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Elles sont normalement toutes situées avant elle, donc il y aura au total 4 partitions à supprimer.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><u><span style="color:#44546a;">Remarque 4</span></u><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">: Il se peut qu'une ou plusieurs autres partitions WINRE soit présentes et</span><span style="color:#44546a;"><span> </span></span><span style="color:#000000;">situées après la partition OS, il faut les supprimer elles aussi pour assurer une installation propre, si elles sont adjacentes à la partition OS elles seront incluses dans la partition non allouée obtenue par suppression des partitions, sinon après installation de Windows, ces partitions non allouées peuvent être étendues à une partition de données.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><u><span style="color:#44546a;">Remarque 5</span></u><span style="color:#44546a;"><span> </span>:<span> </span></span><b><span style="color:#000000;">En cas de doute sur ce qu'il faut supprimer comme partitions au point 6, prendre</span></b><span style="color:#44546a;"><span> </span></span><b><span style="color:#000000;">une photo de la fenêtre "</span></b><b><span style="color:#00b050;">Où souhaitez-vous installer Windows ?</span></b><b><span style="color:#000000;">", annuler l'installation et transmettre cette photo avec une demande d'aide sur le forum.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>7-<span> </span></span></b><span>Dans la fenêtre "<span style="color:#00b050;">Où souhaitez-vous installer Windows ?</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8198" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img11.PNG.70600a70e51e80bf2431522a34df620f.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img11.PNG.70600a70e51e80bf2431522a34df620f.PNG" data-fileid="8198" data-ratio="56.05" style="border:1px solid #eeeeee;vertical-align:middle;" width="603" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img11.PNG.70600a70e51e80bf2431522a34df620f.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Il suffit de sélectionner<span> </span><span style="color:#c00000;">l'espace non alloué</span><span> </span>obtenu suite à la suppression des partitions au point<span> </span><b>6</b><span> </span>ci-dessus puis cliquer sur le bouton<span> </span><span style="color:#c00000;">Suivant</span>.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>L'installation démarre.</span></b></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>8-<span> </span></span></b><span>L'installation démarre avec la fenêtre "<span style="color:#00b050;">Installation de Windows</span>"-<b><span> </span></b><span style="color:#00b050;">statut</span>, cette étape<b><span> </span></b>dure environ une dizaine de minutes :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8199" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img12.PNG.af2211d8a16649dbe12beb6faec35a51.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img12.PNG.af2211d8a16649dbe12beb6faec35a51.PNG" data-fileid="8199" data-ratio="56.05" style="border:1px solid #eeeeee;vertical-align:middle;" width="603" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img12.PNG.af2211d8a16649dbe12beb6faec35a51.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Puis le PC<span> </span><b>redémarre automatiquement</b><span> </span>pour la première fois, comme sur cette image :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8200" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img13.PNG.c22ab6e5b31f45d6b613209c321f675e.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img13.PNG.c22ab6e5b31f45d6b613209c321f675e.PNG" data-fileid="8200" data-ratio="56.51" style="border:1px solid #eeeeee;vertical-align:middle;" width="591" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img13.PNG.c22ab6e5b31f45d6b613209c321f675e.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>9-<span> </span></span></b><span>Au démarrage, ces 3 fenêtres se succèdent :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>- La fenêtre "<span> </span><span style="color:#00b050;">Démarrage des services</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8201" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img14.PNG.2726a7bb807e888355c27a1e6f078191.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img14.PNG.2726a7bb807e888355c27a1e6f078191.PNG" data-fileid="8201" data-ratio="49.83" style="border:1px solid #eeeeee;vertical-align:middle;" width="604" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img14.PNG.2726a7bb807e888355c27a1e6f078191.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>- La fenêtre "<span> </span><span style="color:#00b050;">Préparation des périphériques</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8202" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img15.PNG.960da4c3d41e38dd75009d434060c961.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img15.PNG.960da4c3d41e38dd75009d434060c961.PNG" data-fileid="8202" data-ratio="49.25" style="border:1px solid #eeeeee;vertical-align:middle;" width="601" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img15.PNG.960da4c3d41e38dd75009d434060c961.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>- La fenêtre "<span> </span><span style="color:#00b050;">Préparation</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8203" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img16.PNG.ab0f22f56e359b8f23872828a6e64a38.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img16.PNG.ab0f22f56e359b8f23872828a6e64a38.PNG" data-fileid="8203" data-ratio="50" style="border:1px solid #eeeeee;vertical-align:middle;" width="600" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img16.PNG.ab0f22f56e359b8f23872828a6e64a38.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Cette fenêtre peut durer jusqu'à une dizaine de minutes… et prend fin avec un deuxième redémarrage automatique qui peut durer lui aussi 2 à 4 minutes.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>10-<span> </span></span></b><span>Au démarrage, la fenêtre "Veuillez patenter" reste affichée pendant environ 4<b><span> </span></b>minutes :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8204" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img17PNG.PNG.1584c4664758ca2ef913eada7a9a370f.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img17PNG.PNG.1584c4664758ca2ef913eada7a9a370f.PNG" data-fileid="8204" data-ratio="50.33" style="border:1px solid #eeeeee;vertical-align:middle;" width="602" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img17PNG.PNG.1584c4664758ca2ef913eada7a9a370f.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>11-<span> </span></span></b><span>Cortana fait enfin son apparition :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8206" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img18.PNG.9ec47bc43c45c946ca35077cae73aa48.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img18.PNG.9ec47bc43c45c946ca35077cae73aa48.PNG" data-fileid="8206" data-ratio="49.67" style="border:1px solid #eeeeee;vertical-align:middle;" width="602" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img18.PNG.9ec47bc43c45c946ca35077cae73aa48.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Elle affiche rapidement une série de fenêtres de blaba..</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>12-<span> </span></span></b><span>Puis, la fenêtre "<span style="color:#00b050;">Commençons par la région. Est-ce bien celle-ci ?</span>" s'affiche :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8207" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img19.PNG.587408f2e7e47d619d510c75602636ba.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img19.PNG.587408f2e7e47d619d510c75602636ba.PNG" data-fileid="8207" data-ratio="49.83" style="border:1px solid #eeeeee;vertical-align:middle;" width="604" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img19.PNG.587408f2e7e47d619d510c75602636ba.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Vérifier alors si<span> </span><b>Français</b><span> </span>est bien sélectionné puis cliquer sur<span> </span><span style="color:#c45911;">Oui.</span></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>13-<span> </span></span></b><span>Dans la fenêtre "<span style="color:#00b050;">Est-ce la bonne disposition du clavier ?</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8208" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img20.PNG.39b844ff1315a6e4d3fce03c9d7e42cf.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img20.PNG.39b844ff1315a6e4d3fce03c9d7e42cf.PNG" data-fileid="8208" data-ratio="49.67" style="border:1px solid #eeeeee;vertical-align:middle;" width="608" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img20.PNG.39b844ff1315a6e4d3fce03c9d7e42cf.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Vérifier alors si<span> </span><b>Français</b><span> </span>est bien sélectionné puis cliquer sur<span> </span><span style="color:#c45911;">Oui.</span></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>14-<span> </span></span></b><span>Dans la fenêtre "<span style="color:#00b050;">Vous souhaitez ajouter une deuxième disposition du clavier ?</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8209" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img21.PNG.c2d9b8306a2361c4d6aad871b3fec11d.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img21.PNG.c2d9b8306a2361c4d6aad871b3fec11d.PNG" data-fileid="8209" data-ratio="44" style="border:1px solid #eeeeee;vertical-align:middle;" width="600" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img21.PNG.c2d9b8306a2361c4d6aad871b3fec11d.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Si on ne souhaite pas ajouter une deuxième disposition du clavier, cliquer sur<span> </span><span style="color:#c45911;">Ignorer</span></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>15-<span> </span></span></b><span>Dans la première fenêtre "<span style="color:#00b050;">Il est temps de vous connecter à un réseau</span><b><span> </span></b>:</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8210" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img22.PNG.226ffaacc59711a404fe228c4e0275e2.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img22.PNG.226ffaacc59711a404fe228c4e0275e2.PNG" data-fileid="8210" data-ratio="43.67" style="border:1px solid #eeeeee;vertical-align:middle;" width="600" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img22.PNG.226ffaacc59711a404fe228c4e0275e2.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Vérifier si la connexion est bien détectée et si la case : "<span style="color:#00b0f0;">Se connecter automatiquement</span>" est bien cochée puis cliquer sur<span> </span><span style="color:#c45911;">Se connecter</span>.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>16-<span> </span></span></b><span>Dans deuxième fenêtre "<span style="color:#00b050;">Il est temps de vous connecter à un réseau</span><b><span> </span></b>:</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8211" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img23.PNG.7b79cf116cb1a864320a43ebb26f7e8b.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img23.PNG.7b79cf116cb1a864320a43ebb26f7e8b.PNG" data-fileid="8211" data-ratio="44.09" style="border:1px solid #eeeeee;vertical-align:middle;" width="601" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img23.PNG.7b79cf116cb1a864320a43ebb26f7e8b.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Entrer la clé de sécurité réseau et cliquer sur<span> </span><span style="color:#c45911;">Suivant.</span></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>17-<span> </span></span></b><span>Dans la troisième fenêtre "<span style="color:#00b050;">Il est temps de vous connecter à un réseau</span><b><span> </span></b>:</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8213" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img24.PNG.496b04912c533543498a26a4b61b1336.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img24.PNG.496b04912c533543498a26a4b61b1336.PNG" data-fileid="8213" data-ratio="43.02" style="border:1px solid #eeeeee;vertical-align:middle;" width="602" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img24.PNG.496b04912c533543498a26a4b61b1336.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Cliquer sur<span> </span><span style="color:#c45911;">Oui</span><span> </span>ou sur<span> </span><span style="color:#c45911;">Non</span><span> </span>selon sa convenance.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>18-<span> </span></span></b><span>Cette fenêtre s'affiche pour quelques instants :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8214" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img25.PNG.7c22231ab4a89e9b2fbbd4d83d0f50a4.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img25.PNG.7c22231ab4a89e9b2fbbd4d83d0f50a4.PNG" data-fileid="8214" data-ratio="42.93" style="border:1px solid #eeeeee;vertical-align:middle;" width="601" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img25.PNG.7c22231ab4a89e9b2fbbd4d83d0f50a4.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Suivie d'une autre fenêtre avec le message : "<span style="color:#00b050;">Découvrons les nouveautés de Windows</span>".</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>19-<span> </span></span></b><span>Dans la fenêtre "<span style="color:#00b050;">Se connecter avec Microsoft</span>" :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8215" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img26.PNG.655dd8bd920504cb9a4eeb9ad22b7a3b.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img26.PNG.655dd8bd920504cb9a4eeb9ad22b7a3b.PNG" data-fileid="8215" data-ratio="43.59" style="border:1px solid #eeeeee;vertical-align:middle;" width="608" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img26.PNG.655dd8bd920504cb9a4eeb9ad22b7a3b.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Je recommande de créer un compte d'utilisateur local.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Pour cela : cliquer<span> </span></span>en bas à gauche sur : "<span style="color:#c45911;">Joindre le domaine à la place</span>".</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Et dans la fenêtre "<span style="color:#00b050;">Qui sera appelé à utiliser ce PC ?</span>" qui suivra :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8216" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img27.PNG.8c6c0c5ee6ba1950f2ab7cf290bc726b.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img27.PNG.8c6c0c5ee6ba1950f2ab7cf290bc726b.PNG" data-fileid="8216" data-ratio="44.02" style="border:1px solid #eeeeee;vertical-align:middle;" width="602" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img27.PNG.8c6c0c5ee6ba1950f2ab7cf290bc726b.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Donner un nom d'utilisateur et cliquer sur<span> </span><span style="color:#c45911;">Suivant</span>.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Puis dans la fenêtre qui suivra, attribuer ou pas un mot de passe à ce compte selon sa convenance.</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b>Remarque<span> </span></b>:</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Une fois l'installation terminée et après avoir été connecté au compte d'utilisateur local, il est</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>possible de<span> </span><span>basculer vers son ancien compte Microsoft comme ceci :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span><a href="http://forums.cnetfrance.fr/topic/1289015-windows-10--changer-un-compte-microsoft-en-compte-local-et-vice-versa/" rel="external nofollow" style="background-color:transparent;color:#3d6594;"><span style="color:#0563c1;">http://forums.cnetfrance.fr/topic/1289015-windows-10--changer-un-compte-microsoft-</span></a><a href="http://forums.cnetfrance.fr/topic/1289015-windows-10--changer-un-compte-microsoft-en-compte-local-et-vice-versa/" rel="external nofollow" style="background-color:transparent;color:#3d6594;"><span style="color:#0563c1;">en-compte-local-et-vice-versa/</span></a></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>20-<span> </span></span></b><span>Après la création du compte d'utilisateur, cette fenêtre de Cortana s'affiche :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a data-fileext="PNG" data-fileid="8218" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img29.PNG.15697f41223d8c4bff386b9ac177f7ac.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img29.PNG.15697f41223d8c4bff386b9ac177f7ac.PNG" data-fileid="8218" data-ratio="60.34" style="border:1px solid #eeeeee;vertical-align:middle;" width="537" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img29.PNG.15697f41223d8c4bff386b9ac177f7ac.PNG"></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>et à partir de là une série de fenêtres de configuration se succèdent mais là, chacun fait ce qu'il veut.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>21-<span> </span></span></b><span>Une fois la configuration terminée, les fenêtres suivantes se succèdent :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>"<span style="color:#00b050;">Bonjour</span>".</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>"<span style="color:#00b050;">Cette opération peut durer plusieurs minutes</span>".</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span>  <span> </span></span></span><span>"<span style="color:#00b050;">Laissez-nous tout…</span>".</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Et enfin le bureau s'affiche :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="PNG" data-fileid="8219" href="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img30.PNG.9eb50aea99d96163c12e7aa9f6278a95.PNG" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="img30.PNG.9eb50aea99d96163c12e7aa9f6278a95.PNG" data-fileid="8219" data-ratio="59.83" style="border:1px solid #eeeeee;vertical-align:middle;" width="605" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2019_02/img30.PNG.9eb50aea99d96163c12e7aa9f6278a95.PNG"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><b><span>22-<span> </span></span></b><span>Avant de vérifier s'il y a ou pas un ou des problèmes de pilotes dans le gestionnaire<b><span> </span></b>des périphériques, vérifier :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-<span> <span> </span></span></span><span>Si l'édition installée est bien celle qui a été choisie lors de l'installation, pour cela exécuter la commande<span> </span><b><span style="color:#002060;">winver.</span></b></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>-Le statut d'activation dans la fenêtre :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span style="color:#002060;">Bouton démarrer-Paramètres-Mise à jour et sécurité-<b>Activation.</b></span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>*<span> <span> </span></span></span><span>S'il s'agit d'une licence numérique, Windows devrait être activé automatiquement.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>*<span> <span> </span></span></span><span>S'il s'agit d'une licence par clé de produit, activer Windows avec sa clé de produit achetée.</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>Voir paragraphe :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><u><span style="color:#0000ff;">Quelle méthode d’activation est-ce que j’utilise, une licence numérique ou une clé de produit ?</span></u></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><span>De cet article :</span></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span><a href="https://support.microsoft.com/fr-fr/help/12440/windows-10-activation" rel="external nofollow" style="background-color:transparent;color:#4588c5;"><span style="color:#0563c1;">https://support.microsoft.com/fr-fr/help/12440/windows-10-activation</span></a></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span>Vos remarques sont les bienvenues si vous constatez une anomalie , erreur , etc .</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>
]]></description><guid isPermaLink="false">13</guid><pubDate>Fri, 24 Jan 2020 11:12:00 +0000</pubDate></item><item><title>Tutoriel sur la Restauration de l'option "ACTIVER LA DERNIERE CONFIGURATION VALIDE CONNUE" dans les param&#xE8;tres de WINDOWS 10</title><link>https://community.lecrabeinfo.net/blogs/entry/2-tutoriel-sur-la-restauration-de-loption-activer-la-derniere-configuration-valide-connue-dans-les-param%C3%A8tres-de-windows-10/</link><description><![CDATA[<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Bonjour à tous , je me propose de poster en clair un des nombreux tutoriel que Abdelhafid propose gracieusement en téléchargement ici<span> </span><a href="https://answers.microsoft.com/fr-fr/windows/forum/all/mes-tutoriels/ec6a25c9-f52d-4555-bc30-dfe065cd88e2" rel="external nofollow" style="background-color:transparent;color:#3d6594;">tutoriels </a><span> </span>. Vous pourrez constater leur grande utilité et vous en servir en vue de dépannages sur Windows 10 .
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#e74c3c;"><strong>RESTAURATION DE L'OPTION ACTIVER LA DERNIERE CONFIGURATION VALIDE CONNUE DANS LES PARAMETRES DE WINDOWS 10</strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	La dernière configuration valide connue sous Windows Vista et Windows 7 (ou dernière bonne configuration sous Windows 2000 et XP) permettait de démarrer Windows depuis les options de démarrage avancées avec les derniers paramètres fonctionnels. L'ordinateur mémorise les paramètres qu'il a utilisés lors d'un démarrage réussi, il est en mesure de les restaurer en cas de besoin.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Cette fonctionnalité était très utile car elle permet surtout de récupérer le système quand il n'arrive plus à démarrer en cas d'installation de logiciel ratée, d'un pilote défectueux etc… mais elle n'est pas efficace contre les virus.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	En plus, l'intérêt de cette fonctionnalité est qu'elle permet très souvent de récupérer le système quand la restauration du système à une date antérieure ou d'autres réparations échouent dans la récupération du système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Elle a été malheureusement supprimée depuis la sortie de Windows 8 et cela reste à mon avis l'une des grandes plaies de Windows….
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Cependant, il est toujours possible de réactiver cette option dans les<span> </span><strong>Paramètres<span> </span></strong>(Changer le comportement de Windows au démarrage) des<span> </span><strong>options avancées</strong><span> </span>de Windows 10.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<u>Pour cela, on peut utiliser l'une de ces trois solutions :</u>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong><span style="color:#000066;"><em>PREMIERE SOLUTION :</em></span></strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	1- Exécuter regedit.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	2- Se rendre à la clé de registre nommée<span> </span><span style="color:#9b59b6;">Configuration Manager</span><span> </span>qui se trouve à emplacement :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong>HKLM\System\CurrentControlSet\Control\Session Manager</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	3- Sélectionner la clé de registre Configuration Manager et faire un clic droit dans le volet droit de la fenêtre de l'éditeur de registre puis cliquer sur<span> </span><strong>Nouveau<span> </span></strong>ensuite sur valeur<span> </span><strong>DWORD 32 Bits</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Une valeur de registre nommée<span> </span><span style="color:#9b59b6;">Nouvelle valeur #1<span> </span></span>sera créée, faire alors un<u><span> </span>clic droit</u><span> </span>dessus et sélectionner<strong><span> </span>Renommer</strong><span> </span>et lui donner comme nom :<span> </span><span style="color:#9b59b6;">BackupCount</span><br>
	4- Faire un double-clic sur la valeur de registre<span style="color:#9b59b6;"><span> </span>BackupCount</span><span> </span>et inscrire le chiffre<span> </span><span style="color:#e74c3c;">2</span><span> </span>dans le champ "Données de la valeur", comme sur cette image :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="png" data-fileid="11436" href="https://community.lecrabeinfo.net/uploads/monthly_2020_01/image.png.0dd6988f81642ad840b773aa80d02b0f.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.0dd6988f81642ad840b773aa80d02b0f.png" data-fileid="11436" data-ratio="45.54" style="border:1px solid #eeeeee;vertical-align:middle;" width="628" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_01/image.png.0dd6988f81642ad840b773aa80d02b0f.png"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	5- Toujours dans la clé de registre nommée<span> </span><span style="color:#9b59b6;">Configuration Manager</span><span> </span>qui se trouve à emplacement :<strong><span> </span>HKLM\System\CurrentControlSet\Control\Session Manager</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Sélectionner la clé de registre<span> </span><span style="color:#9b59b6;">Configuration Manager</span><span> </span>et faire un clic droit dans le volet droit de la fenêtre de l'éditeur de registre puis cliquer sur<span> </span><strong>Nouveau</strong><span> </span>ensuite sur<span> </span><strong>clé</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Une sous-clé de registre nommée Nouvelle clé #1 sera créée<span> </span><u>dans le volet de gauche</u>, faire alors un clic droit dessus et sélectionner<span> </span><strong>Renommer</strong><span> </span>et lui donner comme nom :<span> </span><span style="color:#9b59b6;">LastKnownGood</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	6- Sélectionner cette sous-clé<span> </span><span style="color:#9b59b6;">LastKnownGood</span><span> </span>et faire un clic droit dans le volet droit de la fenêtre de l'éditeur de registre puis cliquer sur<span> </span><strong>Nouveau<span> </span></strong>ensuite sur valeur<span> </span><strong>DWORD 32 Bits.</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Une valeur de registre nommée<span> </span><span style="color:#9b59b6;">Nouvelle valeur #1</span><span> </span>sera créée, faire alors un clic droit dessus et sélectionner<span> </span><strong>Renommer</strong><span> </span>et lui donner comme nom :<span> </span><span style="color:#9b59b6;">Enabled</span><br>
	7- Faire un double-clic sur la valeur de registre<span> </span><span style="color:#9b59b6;">Enabled<span> </span></span>et inscrire le chiffre<span> </span><span style="color:#e74c3c;">1</span><span> </span>dans le champ "Données de la valeur", comme sur cette image :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="png" data-fileid="11434" href="https://community.lecrabeinfo.net/uploads/monthly_2020_01/image.png.a54141e0ee69b422d554c190b366dde4.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.a54141e0ee69b422d554c190b366dde4.png" data-fileid="11434" data-ratio="43.04" style="border:1px solid #eeeeee;vertical-align:middle;" width="632" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_01/image.png.a54141e0ee69b422d554c190b366dde4.png"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	8-<span> </span><strong>Redémarrer.</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<strong><span style="color:#000066;"><em>DEUXIEME SOLUTION :</em></span></strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	1- Ouvrir le poste de travail (Ce PC) et sélectionner l'onglet Affichage dans la barre des menus puis<span> </span><strong>cocher</strong><span> </span>la case : "<span style="color:#3498db;">Extension de noms de fichiers</span>", comme sur cette image :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	2- Ouvrir le bloc-notes et faire un copier-coller de ce texte :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#2ecc71;"><em>Windows Registry Editor Version 5.00</em></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#2ecc71;"><em>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager]</em></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#2ecc71;"><em>"BackupCount"=dword:00000002</em></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#2ecc71;"><em>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager\LastKnownGood]</em></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#2ecc71;"><em>"Enabled"=dword:00000001</em></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Puis enregistrer le fichier par exemple sur le bureau et en le nommant<strong><span> </span>BackupCount et</strong><span> </span><strong>LastKnownGood.</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	3- Modifier l'extension du fichier enregistré<span> </span><strong>BackupCount et LastKnownGood</strong><span> </span>.<span style="color:#e74c3c;">txt</span><span> </span>par .<span style="color:#2ecc71;">reg</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	4- Exécuter le fichier<span> </span><strong>BackupCount et LastKnownGood.<span style="color:#2ecc71;">reg</span></strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	5-<span> </span><strong>Redémarrer.</strong>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#000066;"><strong><em>TROISIEME SOLUTION :</em></strong></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	1- Télécharger et exécuter le fichier BackupCount et LastKnownGood.reg :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a href="https://www.cjoint.com/c/IGeuWWcMyXV" rel="external nofollow" style="background-color:transparent;color:#3d6594;">https://www.cjoint.com/c/IGeuWWcMyXV</a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	2- Redémarrer.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#e74c3c;">Important :</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	En cas de réparation du système par mise à niveau ou de mise à jour d'une nouvelle version de Windows 10 (mise à jour de fonctionnalités semestrielle), il faut activer à nouveau la sauvegarde automatique du registre en utilisant l'une des trois solutions ci-dessus.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#000066;"><em><strong>DEMARRER AVEC LA DERNIERE CONFIGURATION VALIDE CONNUE :</strong></em></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Après avoir restauré l'option "Activer la dernière configuration valide connue"<span> </span><strong>et redémarré au moins une fois (à condition qu'il n'y ait pas de mises à jour en instances dans Windows update)</strong>, si le système n'arrive pas à démarrer pour une raison quelconque, avant d'essayer toute solution de récupération possible, il est intéressant et recommandé de commencer par essayer de démarrer en essayant cette option.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Pour accéder à cette option, il faut démarrer en environnement de récupération mais en utilisant celui préinstallé sur le disque dur avec le système car dans celui d'un support d'installation ou clé de récupération de Windows 10, la tuile "Paramètres" n'est pas disponible.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<u>Pour cela et sachant que le système n'arrive pas à démarrer, procéder comme ceci :</u>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<span style="color:#3498db;"><em>- Démarrer le PC.<br>
	- Attendre jusqu'à ce que le cercle tournant apparaisse.<br>
	- Forcer l'arrêt du PC avec le bouton d'alimentation.<br>
	- Répéter 3 fois les opérations ci-dessus.</em></span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Le PC devrait alors démarrer sur l'environnement de récupération.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Dans la fenêtre<span> </span><span style="color:#2ecc71;">Choisir une option</span>, cliquer sur<span> </span><span style="color:#e74c3c;">Dépannage</span>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Dans la fenêtre<span> </span><span style="color:#2ecc71;">Résolution des problèmes</span>, cliquer sur<span> </span><span style="color:#e74c3c;">Options avancées</span>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Dans la fenêtre<span> </span><span style="color:#2ecc71;">Options avancées</span>, les options suivantes seront alors disponibles :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Outil de redémarrage système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	-<span> </span><strong>Paramètres (Changer le comportement de Windows au démarrage)</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Invite de commande.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Désinstaller des mises à jour.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Restauration système. 
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Récupération de l'image système.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Changer les paramètres du microprogramme UEFI.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Cliquer alors sur la tuile<span> </span><span style="color:#3498db;">Paramètres</span><span> </span>(Changer le comportement de Windows au démarrage).
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Dans la fenêtre<span> </span><span style="color:#3498db;">Paramètres</span>, cliquer sur le bouton "<span style="color:#e74c3c;">Redémarrer"</span>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	- Au redémarrage, le PC démarre sur la fenêtre "Paramètres de démarrage" :
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	<a data-fileext="png" data-fileid="11437" href="https://community.lecrabeinfo.net/uploads/monthly_2020_01/image.png.839e79c97d86e2559880643450262a44.png" rel="" style="background-color:transparent;color:#3d6594;" title="Agrandir l’image"><img alt="image.png.839e79c97d86e2559880643450262a44.png" data-fileid="11437" data-ratio="45.48" style="border:1px solid #eeeeee;vertical-align:middle;" width="598" src="https://community.lecrabeinfo.net/applications/core/interface/js/spacer.png" data-src="https://community.lecrabeinfo.net/uploads/monthly_2020_01/image.png.839e79c97d86e2559880643450262a44.png"></a>
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Appuyer alors sur la touche clavier<span> </span><strong>4 ou F4</strong>.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	(Remarque : Quand "Activer la dernière configuration valide connue" n'est pas n'a pas été restaurée, les touches clavier<span> </span><strong>4 ou F4</strong><span> </span>correspondent à l'option "Activer le mode sans échec").
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Le PC démarre avec la dernière bonne configuration valide connue, c’est-à-dire avec les derniers paramètres fonctionnels.
</p>

<p style="background-color:#ffffff;color:#353c41;font-size:16px;">
	Si le système ne démarre toujours pas, il faut essayer d'autres solutions.
</p>
]]></description><guid isPermaLink="false">2</guid><pubDate>Tue, 21 Jan 2020 23:03:00 +0000</pubDate></item></channel></rss>
