Is there a way to modify the Windows 8.1 right-click start menu?

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.

Kev

Posted 2014-07-04T14:51:23.843

Reputation: 1 922

Answers

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.

Duncan X Simpson

Posted 2014-07-04T14:51:23.843

Reputation: 1 171

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 – 2014-07-05T17:13:36.703

LOL I'm using Privoxy with the "fun" filter activated, so here's what I saw: "It sadly no longer works. Bloody MicroSuck :) – Kev" – Duncan X Simpson – 2014-07-05T19:37:53.997

@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. – Duncan X Simpson – 2014-07-05T19:41:01.880

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 – 2014-07-05T19:59:37.193

Marking as accepted because in a round about way it got me a solution. – Kev – 2014-07-05T21:44:52.410