thej
Freshman Member
đź‘…
Posts: 45
Member is Online
|
Post by thej on Jul 7, 2024 5:15:16 GMT -8
Help and Support should already be localized, perhaps the registry edit you used to restore it hardcodes the name? Additionally, SIB's Windows 7 start menu is already very accurate. You can modify it with it's own configurator to make it even more accurate. No need for more accuracy patches. how exactly can i make the start menu appear over the taskbar and below the start orb? like in the left image (windows 7) as well as not making the change affect the taskbar on my second monitor (which is set to the bottom of my screen)
also i am not quite sure how to modify the string for help and support, changing the "localizedstring" value in clsid {2559a1f1-21d7-11d4-bdaf-00c04f60b9f0} to what i want it to be changes nothing
|
|
|
Post by sploofr on Jul 13, 2024 8:56:50 GMT -8
Interesting, i traced the code and it seems like it's actually possible to change the "Games" part and the "Help and Support" part to be different.
if (mod_settings.MatchSevenFolders == TRUE) { Wh_Log(L"- Match 7 Start Menu Links..."); uintptr_t addr = (uintptr_t)(FindPattern("48 8D 35 ?? ?? ?? ?? 4C 8B F1 4C 8D 2D ?? ?? ?? ?? 33 FF",(uintptr_t)g_hStartIsBackModule)); // first check if pattern exists SpecialFoldersList = decltype(SpecialFoldersList)(REL(addr, 3) - 8); // match address and add - 8 as offset, then cast to struct.
if (addr && SpecialFoldersList) { VirtualProtect(SpecialFoldersList, sizeof(FOLDERDEFINITION) * 22, PAGE_EXECUTE_READWRITE, &old);
FOLDERDEFINITION temp = SpecialFoldersList[10]; SpecialFoldersList[10] = SpecialFoldersList[12]; SpecialFoldersList[12] = temp;
SpecialFoldersList[10].strParseName = L"shell:::{YourNewGUIDHere}"; SpecialFoldersList[19].strParseName = L"shell:::{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}"; // Help & Support
VirtualProtect(SpecialFoldersList, sizeof(FOLDERDEFINITION) * 22, old, &old); } }
Just replace the "SpecialFoldersList[10].strParseName" or "SpecialFoldersList[19].strParseName" with the desired folder's GUID or path {Spoiler} you can change the other items in the start menu too!! Maybe this will work, if it does then, jackpot baby!!
How exactly would i go about changing other items in the start menu? Like for example the Network folder
|
|
|
Post by sploofr on Jul 13, 2024 9:09:48 GMT -8
nvm i found out how
|
|
xdektv
Sophomore Member
uwp --------> Recycle Bin
Posts: 117
OS: Windows 10 21H2 LTSC (Relive7 Polish Beta)
Theme: Windows 7 Aero
CPU: Ryzen 7 3700X
RAM: 16 GB 3200 MHz
GPU: GTX 970 4GB
|
Post by xdektv on Jul 23, 2024 4:35:54 GMT -8
i just have a quick question. can the start menu be modified so that it's a bit wider? i've restored the functionality of the help and support button via a reg file, but it looks a bit akward. Attachments:
|
|
Erizur
Freshman Member
5iVE STAR
Posts: 53
OS: Windows 10 LTSC 2021
Theme: Windows 8 - Release Preview
CPU: Intel(R) Core(TM) i5-4570 @ 3.20GHz
RAM: 16GB DDR3
GPU: NVIDIA GeForce GTX 1050
Computer Make/Model: Lenovo
|
Post by Erizur on Jul 23, 2024 7:48:20 GMT -8
i just have a quick question. can the start menu be modified so that it's a bit wider? i've restored the functionality of the help and support button via a reg file, but it looks a bit akward. No need for a patch. There's a registry key for that. msfn.org/board/topic/181982-startisback-registry-tweaks/
|
|
xdektv
Sophomore Member
uwp --------> Recycle Bin
Posts: 117
OS: Windows 10 21H2 LTSC (Relive7 Polish Beta)
Theme: Windows 7 Aero
CPU: Ryzen 7 3700X
RAM: 16 GB 3200 MHz
GPU: GTX 970 4GB
|
Post by xdektv on Aug 9, 2024 9:43:57 GMT -8
i just have a quick question. can the start menu be modified so that it's a bit wider? i've restored the functionality of the help and support button via a reg file, but it looks a bit akward. No need for a patch. There's a registry key for that. msfn.org/board/topic/181982-startisback-registry-tweaks/i have no idea if this needs to be a DWORD, or a string, bu i just can't get it to work. tried to set it to 1, 2 and some wierd values, even in the thousands. help would be very appreciated
|
|
|
Post by ratsteph on Aug 11, 2024 19:00:30 GMT -8
For the "Match Windows 7 Start Menu Links" option, what file structure should be used to make Games appear on the Start Menu properly?
|
|
|
Post by slusshiee on Aug 25, 2024 19:26:43 GMT -8
This isnt working for me. I have 2.9.20, the .dll path is right, and signing back in gives me an infinite "hold esc. to start without startisback" loop
|
|
Erizur
Freshman Member
5iVE STAR
Posts: 53
OS: Windows 10 LTSC 2021
Theme: Windows 8 - Release Preview
CPU: Intel(R) Core(TM) i5-4570 @ 3.20GHz
RAM: 16GB DDR3
GPU: NVIDIA GeForce GTX 1050
Computer Make/Model: Lenovo
|
Post by Erizur on Aug 26, 2024 18:06:40 GMT -8
This isnt working for me. I have 2.9.20, the .dll path is right, and signing back in gives me an infinite "hold esc. to start without startisback" loop I have it fixed, seems like it restarts explorer for no reason with very specific configurations. A patch is going to release soon once I finish a new feature I was working on.
|
|
|
Post by enderboy on Aug 28, 2024 6:50:22 GMT -8
This isnt working for me. I have 2.9.20, the .dll path is right, and signing back in gives me an infinite "hold esc. to start without startisback" loop I have it fixed, seems like it restarts explorer for no reason with very specific configurations. A patch is going to release soon once I finish a new feature I was working on. Yeah, I had the same problem once, when I clicked “customise” on the classic system tray it would run the explorer restart script for no reason
|
|
|
Post by annorexorcist on Sept 5, 2024 11:24:39 GMT -8
If you set Start_RightPaneIcons to 1 instead of 2, it shows system icons instead of glyphs, which got me wondering if it'd be possible for those to be larger. In theory it should be possible; I just don't have the knowledge to make it happen.
|
|
Down
Freshman Member
Posts: 65
OS: win10 22h2
Theme: aero10
|
Post by Down on Sept 27, 2024 18:47:50 GMT -8
the mod keep restart my explorer when open personalize page in control panel using "explorer.exe shell:::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921}" through desktop rightclick menu }
|
|
Erizur
Freshman Member
5iVE STAR
Posts: 53
OS: Windows 10 LTSC 2021
Theme: Windows 8 - Release Preview
CPU: Intel(R) Core(TM) i5-4570 @ 3.20GHz
RAM: 16GB DDR3
GPU: NVIDIA GeForce GTX 1050
Computer Make/Model: Lenovo
|
Post by Erizur on Sept 29, 2024 20:42:24 GMT -8
the mod keep restart my explorer when open personalize page in control panel using "explorer.exe shell:::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921}" through desktop rightclick menu } I finally updated the mod to fix this issue. Install from Windhawk Marketplace, please.
|
|
Down
Freshman Member
Posts: 65
OS: win10 22h2
Theme: aero10
|
Post by Down on Sept 30, 2024 3:59:03 GMT -8
the mod keep restart my explorer when open personalize page in control panel using "explorer.exe shell:::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921}" through desktop rightclick menu } I finally updated the mod to fix this issue. Install from Windhawk Marketplace, please.thanks!
|
|