Thursday 21 March 2019

How to make a Start Screen icon for Notepad that will always open a new Notepad when clicked in Windows 8?


Just installed Windows 8, pinned Notepad to the start screen. When I press the Windows key and use the Notepad tile to run Notepad, it will focus on the currently open Notepad window. I'd like it to start a new instance of Notepad. Is this possible?



Answer



It actually is possible with a reg key to do this. it only works for desktop apps (not full screen win8 apps) though i imagine this is exactly what everyone is looking to do.


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Launcher]
"DesktopAppsAlwaysLaunchNewInstance"=dword:00000001

Source here.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...