2

Is there a way to modify the Windows 8.1/Server 2012R2 Win+X context menu?

enter image description here

All my research eventually leads to this tool:

Win+X Menu Editor for Windows 8

However I'd rather not use this because I will eventually need to script my changes for multiple machines.

I know I could install that WinAero thing and use SysInternals ProcMon to monitor any registry and file changes it makes. However if anyone knows how to do this it'd be one less friction point in my day.

1 Answer 1

1

Yes.

There are folders with shortcuts in C:\Users\duncan\AppData\Local\Microsoft\Windows\WinX, where you replace duncan with your username. The shortcuts must be hashed, however. Here is a tutorial for editing it without the editor: http://withinwindows.com/2012/04/04/windows-8-secrets-the-winx-menu-and-its-hashing-algorithm/ Note it has a program to hash the links for you. Then you can copy those links and they will still work on other computers.

5
  • Nice find. But I think something has changed in Windows 8.1/2012R2 since that tool was written. It sadly no longer works. Bloody Microsoft :)
    – Kev
    Commented Jul 5, 2014 at 17:13
  • LOL I'm using Privoxy with the "fun" filter activated, so here's what I saw: "It sadly no longer works. Bloody MicroSuck :) – Kev" Commented Jul 5, 2014 at 19:37
  • @Kev You could also try setting up the shortcuts on one machine with the software you provided a link to, and then copying the shortcuts to your other machines. I haven't tried it, though. Commented Jul 5, 2014 at 19:41
  • Turns out that the WinAero tool is an unobfuscated .NET app which contains, effectively, a port of the hashlnk tool (yay for .NET Reflector). With a wee bit of effort I'm sure I can knock up my own C# console app to do the right thing.
    – Kev
    Commented Jul 5, 2014 at 19:59
  • Marking as accepted because in a round about way it got me a solution.
    – Kev
    Commented Jul 5, 2014 at 21:44

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .