martedì 8 febbraio 2022

Remap keyboard keys on Windows 10/11

Testing the MSI Prestige 15 I figured out that the keyboard is very uncomfortable compared to my previous one. The key that I miss the most is WIN MENU (usually between ALT GR and CTRL) that I use to open the Windows context menu working on system folders. Without this key I had to leave the keyboard and to use the touchpad to give a right click, and for me this is really annoying.


This keyboard has two CTRL so I decided to renounce to one of them (the right one) and to remap it with the WIN MENU. Online you can find some softwares that will perform the remapping of the keys in a much more intuitive way than the one we will see in this tutorial. If you, like me, are not a fan of third-party software and you prefer to make the changes by your own even if in a more spartan way as in the case we will examine, then follow this tutorial.

These are the steps to follow:

1. Open regedit and insert a new "binary key" renaming it "Scancode Map" in this path:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout

(be careful not to confuse it with "Keyboard Layouts" otherwise the entered key will not work if you will insert it into the folder "Keyboard Layouts" instead of "Keyboard Layout")

2. Insert these values into the binary key created:

first row 00 00 00 00 00 00 00 00
second row 02 00 00 00 5D E0 1D E0
third row 00 00 00 00


"5D E0" represent the "WIN MENU" and "1D E0" represent the "Right CTRL". We will call Scancode Set the identifiers of the buttons (like the "5D E0").


If you wanna edit only one button you can stop here.
If you wanna edit another button replace the third row with the following (in my case I will change the "INS" button with the "END" button):

third row 02 00 00 00 4F E0 52 E0
fourth row 00 00 00 00
You can follow this tutorial to replace these two button keys with the buttons that you need referring to the jpg file "remap key table windows" attached below. As a clarification when you find the E0 parameter insert it after the Scancode Set and remember that these changes work within the operating system in which you have added the registry key (any other systems in dual boot or distro linux installed or already present in your machine will not be affected by these remaps).


The sources that helped me realizing this tutorial:

Keyboard key kills and remaps
Remap Keyboard Keys - No Third Party Software (Tutorial)
Youtube tutorial: Tech Tuesday - How To Remap Keys [No Third Party Software]

This article is property of PC Wizard wroted by Michele (Italy). Please don't copy and paste without mentioning the blog and the author.

or use the QR code:
QR code 

 

Come rimappare i pulsanti della tastiera su Windows 10/11

Testando il nuovo MSI Prestige 15 mi sono ritrovato con una tastiera molto scomoda rispetto alla mia tastiera precedente. Il pulsante che mi manca molto è il WIN MENU (quello posto spesso tra i pulsanti ALT GR e CTRL) che utilizzo per aprire il menù contestuale di Windows quando eseguo operazioni tra le cartelle. In sua mancanza sono costretto a passare dalla tastiera al touchpad per premere il tasto destro del mouse.


Avendo questa tastiera due tasti CTRL ho deciso di rinunciare a quello posto sulla destra e rimapparlo con la funzione del WIN MENU. In rete potete trovare dei software che in maniera molto più intuitiva rispetto a quella che vedremo in questa guida eseguiranno la rimappatura dei tasti. Se anche voi come me non siete amanti dei software di terze parti e preferite eseguire le modifiche manualmente anche se in maniera più spartana come per il caso che prenderemo in esame allora seguite questa guida.

Riporto nel seguito la procedura da seguire:

1. Aprire regedit e inserire una nuova "chiave binaria" dandole nome "Scancode Map" nel percorso:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout

(attenzione a non confonderla con "Keyboard Layouts" altrimenti la chiave inserita non funzionerà se inserita nella cartella "Keyboard Layouts" invece che "Keyboard Layout")

2. Inserire i seguenti valori all'interno della chiave binaria creata:

prima riga 00 00 00 00 00 00 00 00
seconda riga 02 00 00 00 5D E0 1D E0
terza riga 00 00 00 00


"5D E0" rappresenta il "WIN MENU" e "1D E0" rappresenta il "CTRL destro". Chiameremo i parametri che indicano i pulsanti (ad esempio "5D E0") Scancode Set nel proseguio.


Potete fermarvi qui se volete modificare un solo pulsante.
Se volete modificarne altri sostituite la terza riga con questa (nel mio caso sostituisco "INS" con "FINE"):

terza riga 02 00 00 00 4F E0 52 E0
quarta riga 00 00 00 00
Potete seguire questa guida e sostituire questi due pulsanti con quelli che volete consultando il file jpg "remap key table windows" allegato. Come precisazione quando troverete il parametro E0 inseritelo sempre dopo lo Scancode Set e ricordate che queste modifiche funzionano all'interno del sistema operativo nel quale avete aggiunto la chiave di registro (eventuali sistemi in dual boot o distro linux installate o già presenti nella vostra macchina non saranno influenzate da queste rimappature).


Guide seguite a supporto:

Keyboard key kills and remaps
Remap Keyboard Keys - No Third Party Software (Tutorial)
Youtube tutorial: Tech Tuesday - How To Remap Keys [No Third Party Software]

This article is property of PC Wizard wroted by Michele (Italy). Please don't copy and paste without mentioning the blog and the author.

or use the QR code:
QR code 

 

Xbox App reappearing on every reboot on Windows 10/11

In these days I trying an MSI Prestige 15 and I'm writing this tutorial because I noticed a small little problem that make me mad and I want to share it. I unpinned  several times the XBOX app from the Taskbar but every time I restart my laptop I find the shortcut again there. So with the steps that you will find below you can resolve this stupid little problem and remove definitely the app from the Windows 10/11 Taskbar.

Follow this steps:

1. open run and past this URL:

%userprofile%\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml
2. open with the notepad the file LayoutModification.xml and delete that string:

 <taskbar:UWA AppUserModelID="Microsoft.GamingApp_8wekyb3d8bbwe!Microsoft.Xbox.App" />

3. Save the edited file on the Desktop and replace the old one contained at the folder of the step 1. Before these make a backup of the old file to restore it if you will mess something in the editing of the file.

4. Remove the app from the taskbar for the last time and reboot you pc to check that the app will not show itself again on every reboot of Windows.

With this tutorial you can delete every other icon that reappears (after reboot) even if you already deleted it. To do it simply remove everything between <defaultlayout:TaskbarLayout> and </defaultlayout:TaskbarLayout>. You will find a string (to delete) that looks like this <taskbar:TaskbarPinList> through </taskbar:TaskbarPinList>


 

The source that I used to solve my problem were these:

randomly learned 

Xbox app will not stay off of Taskbar

This article is property of PC Wizard wroted by Michele (Italy). Please don't copy and paste without mentioning the blog and the author.

If you wanna help me donate here: https://www.paypal.com/donate?business=AUDLXGNQV6FAA&no_recurring=0&item_name=sostegno+del+blog+PC+Wizard&currency_code=EUR 

ore use the QR code:


Rimuovere l'applicazione XBOX che riappare sulla Taskbar di Windows 10/11 ad ogni riavvio

In questi giorni sto utilizzando un MSI Prestige 15 e scrivo questa guida per fornire una procedura che possa rimuovere in via definitiva il collegamento all'applicazione XBOX che riappare sulla Taskbar di Windows 10/11 ad ogni riavvio del PC anche se viene continuamente rimossa.

Per rimuovere definitivamente l'icona dalla taskbar i passaggi da eseguire sono questi:

1. aprire esegui ed incollare il seguente URL:

%userprofile%\AppData\Local\Microsoft\Windows\Shell\LayoutModification.xml
2. aprire il file LayoutModification.xml con il blocco note ed eliminare la seguente stringa:

 <taskbar:UWA AppUserModelID="Microsoft.GamingApp_8wekyb3d8bbwe!Microsoft.Xbox.App" />

3. Salvare il file sul Desktop e sostituire il vecchio file contenuto nella cartella aperta al punto 1. Per sicurezza fate un backup del vecchio file da ripristinare in caso qualcosa vada storto.

4. Rimuovere l'applicazione dalla taskbar per l'ultima volta e riavviare per controllare che il processo sia andato a buon fine e l'applicazione non ricompaia nuovamente all'avvio di Windows.

Con questa procedura è possibile rimuovere anche tutte le altre icone che ricompaiono automaticamente cancellando tutto ciò che trovate tra <defaultlayout:TaskbarLayout> e </defaultlayout:TaskbarLayout>. Troverete una stringa (da cancellare) simile a <taskbar:TaskbarPinList> che si conclude con </taskbar:TaskbarPinList>


 

Le fonti che mi sono state utili per eseguire la porcedura sopra menzionata sono queste:

randomly learned 

Xbox app will not stay off of Taskbar

This article is property of PC Wizard wroted by Michele (Italy). Please don't copy and paste without mentioning the blog and the author.

If you wanna help me donate here: https://www.paypal.com/donate?business=AUDLXGNQV6FAA&no_recurring=0&item_name=sostegno+del+blog+PC+Wizard&currency_code=EUR 

ore use the QR code: