|
Post by The Jackal on Nov 23, 2020 3:42:25 GMT -8
Small update: Re-organized the mess my Start menu had become. From: Now: And this: Reshackd SoundBooster, made to resemble the classic Volume control. Sadly, can't share this as it's a commerical product, but I'll provide the resource script you need to edit: 102 DIALOG 0, 0, 50, 80 STYLE DS_MODALFRAME | WS_POPUP EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW CAPTION "" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { CONTROL "Boost", 1010, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 4, 50, 8 CONTROL "", 1001, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50 CONTROL "&Enable", 1002, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 4, 70, 60, 8 CONTROL "", 1011, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE, 5, 19, 7, 45 } And the custom icon I made for it. Attachments:SoundBoost.ico (4.18 KB)
|
|
|
Post by travis on Nov 23, 2020 6:36:51 GMT -8
Small update: Re-organized the mess my Start menu had become. From: Now: And this: Reshackd SoundBooster, made to resemble the classic Volume control. Sadly, can't share this as it's a commerical product, but I'll provide the resource script you need to edit: 102 DIALOG 0, 0, 50, 80 STYLE DS_MODALFRAME | WS_POPUP EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW CAPTION "" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { CONTROL "Boost", 1010, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 4, 50, 8 CONTROL "", 1001, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50 CONTROL "&Enable", 1002, BUTTON, BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 4, 70, 60, 8 CONTROL "", 1011, STATIC, SS_BITMAP | WS_CHILD | WS_VISIBLE, 5, 19, 7, 45 } And the custom icon I made for it. That looks so much smaller now you organized it.
|
|
|
Post by travis on Nov 23, 2020 9:00:22 GMT -8
Also, how did you get the lines underneath the start menu labels? I don't even get them anywhere, and I mostly navigate the start menu with the keyboard.
|
|
dirtpiper
New Member
Posts: 9
OS: Windows 10 Home x64
Theme: Skinned to look like Windows 98SE
|
Post by dirtpiper on Nov 23, 2020 19:21:15 GMT -8
Also, how did you get the lines underneath the start menu labels? I don't even get them anywhere, and I mostly navigate the start menu with the keyboard. Put an ampersand in front of the letter you want to underline/use as a shortcut key: &Settings -> Settings, F&avorites -> F avorites, etc.
|
|
|
Post by The Jackal on Nov 24, 2020 3:35:04 GMT -8
^ Yep. And if you want it system wide, you need to use UPMCalc and tick bit 5.
|
|
|
Post by travis on Nov 24, 2020 4:20:19 GMT -8
Thanks, thought I had it on.
|
|
|
Post by anixx on Nov 29, 2020 21:54:17 GMT -8
Oh nice, downloading it now, thanks. Two welcome additions if I do say so myself - now all we need is the option to disable the glow effect when you hover over tasks and Tasbow would be perfect. New version has this option: www.taskbow.com/taskbowfree.1.1.7.6.exe.zip
|
|
|
Post by The Jackal on Nov 30, 2020 5:19:12 GMT -8
Oh nice, downloading it now, thanks. Two welcome additions if I do say so myself - now all we need is the option to disable the glow effect when you hover over tasks and Tasbow would be perfect. New version has this option: www.taskbow.com/taskbowfree.1.1.7.6.exe.zipOh that's awesome. Thanks Anixx for letting me know.
|
|
|
Post by The Jackal on Jan 3, 2021 12:53:30 GMT -8
Some updates: Added some items to the context menu for executable files: - QuickView: loads up an older version of "V The File Viewer", which as close as I find as an alternative to the real thing. Getting older versions of QV isn't possible on x64 W10 (at least with the fix for Vista) and the modern version of QV is commerical, ugly and bloated. This does the job for me. This item has been added to other files' context menus as well. - Run In 16 Bit Mode: Loads the EXE up in OTVDM. - Run In MSDOS Mode: Loads the EXE up in DOSBOX. - Open With: Disabled the real Open with menu, installed "Types" and renamed it's context menu. In 32 bit file managers, I have an additional Open With item that acts like the classic "Open with" but is so much better - OpenExpert. Finally, been making some changes to the Search section of my Start Menu: A QOL addition seeing as LTSB 2016 lacks the Registry Editor's address bar that was added in a later update; one of the rare updates that was actually something I miss about being on 1709. It opens up Nirsoft's RegScanner.
|
|
|
Post by ihatemetro on Jan 3, 2021 14:21:17 GMT -8
Finally, been making some changes to the Search section of my Start Menu: A QOL addition seeing as LTSB 2016 lacks the Registry Editor's address bar that was added in a later update; one of the rare updates that was actually something I miss about being on 1709. It opens up Nirsoft's RegScanner. You can run ReactOS's regedit on Windows 10, even if it's 32 bit. Couldn't find the thread about it though.
|
|
|
Post by The Jackal on Jan 4, 2021 14:39:38 GMT -8
Finally, been making some changes to the Search section of my Start Menu: A QOL addition seeing as LTSB 2016 lacks the Registry Editor's address bar that was added in a later update; one of the rare updates that was actually something I miss about being on 1709. It opens up Nirsoft's RegScanner. You can run ReactOS's regedit on Windows 10, even if it's 32 bit. Couldn't find the thread about it though. Thanks, I'll take a gander at it when I get the time.
|
|
|
Post by axe on Jan 7, 2021 13:13:16 GMT -8
- QuickView: loads up an older version of "V The File Viewer", which as close as I find as an alternative to the real thing. Getting older versions of QV isn't possible on x64 W10 (at least with the fix for Vista) and the modern version of QV is commerical, ugly and bloated. This does the job for me. This item has been added to other files' context menus as well. - Run In 16 Bit Mode: Loads the EXE up in OTVDM. - Run In MSDOS Mode: Loads the EXE up in DOSBOX. - Open With: Disabled the real Open with menu, installed "Types" and renamed it's context menu. In 32 bit file managers, I have an additional Open With item that acts like the classic "Open with" but is so much better - OpenExpert. My context-menu for executables.
Not so different
|
|
|
Post by The Jackal on Jan 31, 2021 9:15:02 GMT -8
Props to Scamdisk for the idea; implemented a replica of the classic Control Panel. All links work, and I even added comments to them: Also added it to the Start menu:
|
|
|
Post by nathandarkson984 on Feb 2, 2021 17:04:14 GMT -8
Thanks again Anixx, it's done : I have a few questions as well. * How did you make the taskbar to look classic on Win10? * How did you make Quero to affect File Explorer (on my system it affects only IE)? By the way, the latest 7+ Taskbar Tweaker utility allows to reduce padding between the tray icons on Win10 to the Win2000/XP standard 2px The taskbar is from ReactOS. It;s a little unfinished, but it's functional besides some issues with the systray. I'd still take it over the default W10 one: www.winclassic.net/thread/177/reactos-taskbar-win10-desktop-classicAs for Quero, IDK, I installed it and enabled it from View>Toolbars and it just...works. Tested it on W7, 10 Home 1709 and LTSB 2016, and it works with Explorer. Maybe it's not compatible with 8? I've not tried it on that. I have a question, and very curious tho. What is that file explorer program? Something you compiled or...? :0
|
|
|
Post by travis on Feb 2, 2021 17:54:28 GMT -8
Props to Scamdisk for the idea; implemented a replica of the classic Control Panel. All links work, and I even added comments to them: Also added it to the Start menu: What is the calendar tray icon named?
|
|
|
Post by The Jackal on Feb 3, 2021 10:50:29 GMT -8
|
|
|
Post by The Jackal on Apr 17, 2021 10:22:20 GMT -8
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 23, 2021 15:58:16 GMT -8
I want the links of these apps (the ones that I bolded. Also: * Scamdisk. You wrote the wrong user's name. (And yes, I had this mistake once in the shoutbox)
|
|
gcomputzide
Sophomore Member
As gcomputing goes on, it comes to the zide.
Posts: 150
OS: Windows 10 1909
Theme: Classic Theme (Winamp 3.0)
CPU: Asus K53E: Intel(R) Pentium(R) CPU B950 @ 2.10GHz
RAM: AMD 8 GB, QUMO 4 GB
GPU: Asus K53E: Intel HD Graphics 3000
|
Post by gcomputzide on Apr 24, 2021 12:35:59 GMT -8
I want the links of these apps (the ones that I bolded. Me too.
|
|
|
Post by The Jackal on Apr 25, 2021 3:21:05 GMT -8
|
|