Comment puis-je make it so that the menu Démarrer toujours creates nouveau instances of programmes?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Comment puis-je make it so that the menu Démarrer toujours creates nouveau instances of programmes?

Message par ForumBot »

I love the "WinKey + tapez "note" + enter" workflow of starting programmes like notepad. Cependant, J'ai un huge annoyance that Je ne peux pas get over and has annoyed me depuis day 1. When I déjà have an instance of notepad open, this ne va pas créez un nouveau instance. It will à la place bring the instance I déjà have open vers le front du écran. J'ai **jamais** had so many programmes open that I needed to be able to search across the open ones to bring the one I'm interested in vers le top. La seule façon J'ai trouvé to work around c'est to clic droit sur le task bar item for the programme, and click the programme name depuis lere, which launches a nouveau instance du programme

So, how puis-je désactiver this "fonctionnalité" and make it so when I appuyez sur "enter" depuis le search écran, it toujours creates a nouveau instance du programme?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Comment puis-je make it so that the menu Démarrer toujours creates nouveau instances of programmes?

Message par ForumBot »

The "easy" way is to hit Shift + Enter.

Another way is to de manière permanente do this for specific applications. In the case of Notepad:

- Faites un clic droit sur le tile.

- Click open fichier location.

- Faites un clic droit sur le raccourci.

-

Changez le target to:

```
%windir%\system32\cmd.exe /c start %windir%\system32\notepad.exe

```

In general you could do this to any raccourci (including whatever one pops up when you tapez dans le search box), and you do it by prepending `cmd.exe /c start` vers le usual target chemin.

For Windows 8 il y a a registry tweak ([source](http://winaero.com/blog/how-to-open-a-new-window-of-a-desktop-app-from-the-start-screen/)):

- Ouvrez le éditeur du registre.

- Allez à HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell

- Faites un clic droit in right pane and créez un nouveau valeur named DesktopAppsAlwaysLaunchNewInstance avec the tapez DWORD (skip this step si cela déjà exists).

- Set its valeur to 1.

- Log off ensuite log back on.

This tweak no longer fonctionne in 8.1. In 8.1 il y a a crazy hack ([source](http://migeel.sk/blog/2014/02/25/always-launch-new-instances/)):

- Installer Debugging tools for Windows (free télécharger from MSDN)

- Créez un répertoire sur votre ordinateur to store symbols in ([author uses] c:\localsymbols)

-

Créez un raccourci sur votre desktop to run this (replace the two paths to point wherever you need):

```
[path_to_debugging_tools]\ntsd.exe -pn explorer.exe -pv -y SRV*[path_to_local_symbols]*http://msdl.microsoft.com/download/symbols -c "eb Windows_UI_Search!SearchUI::Data::SwitchToApp b8 00 00 00 00 c3; q"

```

-

Double click the raccourci ... [ ... and it devrait être fonctionnel maintenant.]

Why Microsoft chose to do this when every other système d'exploitation in existence and past version of Windows does the opposite is a bit beyond me. At least they made shift + enter functional, but apparemment they decided that the majority of utilisateurs are incapable of keeping track duir open windows or *using the task bar* (and UI decisions like that in major OSes are precisely *why* a utilisateur would end up like that) and that "start notepad" ne mean start notepad. And thus, they continue to doom typing commands vers le realm du "advanced" utilisateur.
Répondre

Revenir à « Performance & Dépannage »