Quand j'appuie sur ma touche windows mon pc s'éteint

Fermé
Tsuki - 10 déc. 2022 à 23:28
jsais_ap Messages postés 169 Date d'inscription samedi 8 janvier 2022 Statut Membre Dernière intervention 20 décembre 2022 - 11 déc. 2022 à 16:33

Bonjour, comme dis dans le titre quand j'appuie sur la touche windows mon pc complet s'éteint et impossible de trouver une solution sur google  

ps : je suis sur pc fix windows 10


Windows / Chrome 108.0.0.0

A voir également:

2 réponses

fabul Messages postés 39696 Date d'inscription dimanche 18 janvier 2009 Statut Modérateur Dernière intervention 27 février 2025 5 489
Modifié le 11 déc. 2022 à 00:39

Salut

Par le clic droit sur le bouton démarrer, utilises cette commande avec Windows PowerShell (Admin)

Dism /Online /Cleanup-Image /RestoreHealth

Puis cette commande ensuite par CMD lancé à partir de Windows PowerShell

sfc /scannow

Si ça ne donne rien,

Pour faire une réparation sans perte de données, ou mise à jour, utilises l'outil pour télécharger un fichier ISO de Windows, que tu peux conserver ensuite (Peut être pratique pour créer une clé bootable avec Rufus).

Windows 11 si compatible, tu peux voir avec WhyNotWin11

https://github.com/rcmaehl/WhyNotWin11/releases

Windows 10 https://www.microsoft.com/fr-fr/software-download/windows10/

Windows 11 https://www.microsoft.com/fr-fr/software-download/windows11

Une fois le fichier ISO téléchargé, ouvres le avec 7-Zip et extrais le tout dans un dossier n’importe ou sauf directement sur C:\

https://www.7-zip.org/download.html

Clic sur le setup.exe qui est dans le dossier extrait.

0
jsais_ap Messages postés 169 Date d'inscription samedi 8 janvier 2022 Statut Membre Dernière intervention 20 décembre 2022 14
11 déc. 2022 à 16:31

Salut, tu speak english? 

Tiens jette un coup d'œil!

https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=a81d90ac-aa75-4cf8-b14c-58bf348528fe&redirect_uri=https%3A%2F%2Fanswers.microsoft.com&response_type=code%20id_token&scope=openid%20profile&state=OpenIdConnect.AuthenticationProperties%3D_Y62r2_o2D8BftXfr72xRepnEEYhYw7vg5nLKjKxIyFyGjDaiGQAJIY6xLq8IxzkEbJztJHVx0t40uAtbtI5dMOTJGSqi1qT7RLDcPMVvWCKj6RET5mTYbXUfnrJzT5QWqVKGe4QZKWl-PvilSvLktKwngYpgBttaE2FPEdPzoiRqKT2d1zkYhD7rStl1iWMa7isGfdKCnx97w06Dut0v-qhdYnJiSHBkVqc2wHMH8xYb4xF3zzrZRHsZR_-wL-FvavohezSaSf8drAythneQppkkCSWi4EBurvKfSxk8ZJuhA386YbfViZuLDXAJDcbHh9mxQaVLueGNUIsGNouWg&response_mode=form_post&nonce=638063695183746239.ZjdiMTA5ZTUtMTM1Yi00OGNhLTk0ZTUtNGYwYzhkZTA0ZDMzMTVjYjcyMjEtN2ZkNS00ZWFkLWE3MzgtNWZmOTYxNzZiYjI4&nopa=2&prompt=none&x-client-SKU=ID_NET472&x-client-ver=6.17.0.0


0
jsais_ap Messages postés 169 Date d'inscription samedi 8 janvier 2022 Statut Membre Dernière intervention 20 décembre 2022 14
11 déc. 2022 à 16:33

souci avec le lien

Perform the methods below and please analyze if the problem persists.

Method 1
Make sure your keyboard input method is configured with the correct layout for your language.

Method 2
1. Press the Windows + Q keys and type CMD;
2. Right-click on Run as Administrator;
3. Paste the commands below:

REG DELETE "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /V "ScanCode map" /F
REG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoWinKeys" /F

Now do the keys work correctly? If not, do the procedure below:

1. Press the Windows + Q keys, type and click on Notepad;
2. Paste the values ​​below into the notebook:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,09,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,5d,e0,00,00,44,00,00,00,1d,00,00,00,38,00,00,00,1d,e0,00,00,38,e0,00,00,00,00

3. Click File> Save, name it Keyboard.reg and click OK (Save to the desktop);
4. Right-click on Keyboard.reg and select Merge;
5. Click Ok> Yes> Yes.
6. Restart the system.

If the behavior persists, proceed to the next method.

Method 3
1. Press the Windows + C keys and click Settings.
2. Click Change computer settings.
3. Click Ease of Access.
4. Click Keyboard.
5. Disable Sticky Keys.
6. Check that the keys work correctly.

Method 4
Uninstall the keyboard driver:

1. Press the Windows + X keys simultaneously;
2. Click on the Device Manager option;
3. Click the arrow that points to Keyboards;
4. Right-click on the installed device and click uninstall;
5. Restart the computer.

Method 5
Your user may be corrupted. Create a new account to see if the problem persists.

Press the Windows + R keys;
Type netplwiz and press ok;
Click on the Add option;
Select the option Sign in without a Microsoft account;
Choose a name and password for this profile and after that proceed to the next steps;
After the new profile is created, go back to the User Accounts screen, click on your user and then on Properties. Select the Group Membership tab;
Mark the profile as Administrator and click on Ok.
Sign in with the new account. If the problem is resolved, copy and paste the files from the old account to the new account (Go to File Explorer> This computer> C:> User> user folder).

0