• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Windows 7 start menu style on 2 monitors in windows 10

Joined
Jun 3, 2012
Messages
2,091 (0.44/day)
Location
Denmark
Processor I5 13600kf
Motherboard Gigabyte Z790 D AX
Cooling Thermalright Assassin X120 R SE Black
Memory G.Skill Ripjaws S5 DDR5-6400 - 32GB - CL32 (6600mhz)
Video Card(s) Asus GeForce® RTX 5060 Ti 16GB Prime
Storage 1x2tb KC3000 & 2tb samsung 970 evo plus, 2 x 2 tb external usb harddrives
Display(s) LG 32GP850, IIyama G2470HSU-B1
Case Deepcool CG580
Audio Device(s) Yamaha R-N800A System audio signature 5 + Audio pro addon sub 1
Power Supply Corsair RM850X White
Mouse Asus Rog Gladius III Wireless Aimpoint
Keyboard Corsair K70 RGB TKL Champion
Software Windows 11 64 bit
Windows 7 start menu style on 2 monitors in windows 10, classic shell after latest windows 1903 update had language problems and not supported any more, Iobit Start menu 8 don't support 2 monitors and im not gonna pay for it just to see if the latest version supports 2 monitors.


How do i get windows 7 start menu style on 2 monitors in windows 10 ?
 

Openshell is the open source of Classic Shell that is still updated. Download the nightly for the latest version that works with 1903.
 
Im considering this cooler, so i finally have some cooling above avarage. I have had a noctua nh-d15 and it couldnt keep my fx-8300 cool enough

I do need to have more case fans and fans on the cpu cooler than 2 and 2 case fans (or more efficient fans, which i do have)

Second, after i have thought about i don't think i have space for it because of my dvd drive and yes i use it regularly :(

I was told i could have a fractal design celsius s36 in the front with my dvd drive

just found this https://support.fractal-design.com/...compatibility-chart-with-fractal-design-cases :twitch:

Openshell is the open source of Classic Shell that is still updated. Download the nightly for the latest version that works with 1903.

It's the same as classic shell, no difference at all, it has all the current problems classic shell have after the big windows 1903 update
 
How do i get windows 7 start menu style on 2 monitors in windows 10 ?
Buy Start10. That's what I use and it works great. Note it has a 30 day free trial period too. The command to enable it on the second monitor is a little obscurely worded. The option is found under Desktop. "Check the option to "Show a start button on secondary taskbars (if any)".
 
It's the same as classic shell, no difference at all, it has all the current problems classic shell have after the big windows 1903 update
Been using Open Shell on all of my computers for years now with no issues. It's always been lightweight and fast, and the search function is better than the default one in Windows 10.

Currently on 1903 and it's working perfectly without any updates.
 
Buy Start10. That's what I use and it works great. Note it has a 30 day free trial period too. The command to enable it on the second monitor is a little obscurely worded. The option is found under Desktop. "Check the option to "Show a start button on secondary taskbars (if any)".


Wasn't available in my language
 
Most of the windows 7 menu related to start10 are in english, with classic shell all was english in the preview of the control panel untill i open control panel, i can't even rename them

125498
 
Last edited:
Most of the windows 7 menu related to start10 are in english, with classic shell all was english in the preview of the control panel untill i open control panel
Okay so if both Start10 and ClassicShell displayed the content in English, and you were okay with CS, what's the problem with Start10?
 
yes, start10 also shows the names in english, i find it distracting with a combination of english and danish, even when it's only start10

Either only danish or english (if i happen to use a program thats only in english)
 
Either only danish or english (if i happen to use a program thats only in english)
I agree, but you said ClassicShell does the same thing but at least Start10 supports multiple monitors.
 
I agree, but you said ClassicShell does the same thing but at least Start10 supports multiple monitors.

Yes i think both supported 2 monitors, start menu 8 doesn't support 2 monitors
 
Are you saying it changed all your menu items from Danish to English?
I agree.

I might suggest you pose your problem on their forum.

On multiple monitors as the OP needs?
I have three monitors and Open Shell works on all of them.
 
It's the same as classic shell, no difference at all, it has all the current problems classic shell have after the big windows 1903 update

Even the nightly build? It has a bunch of fixes for 1903.
 
classic shell nightly build? It's not currently being developed
 
classic shell nightly build? It's not currently being developed
You have been told about Open Shell and Open Shell's nightly build.
The latest Build is here: https://github.com/Open-Shell/Open-Shell-Menu/releases

The latest Nightly build is here: https://ci.appveyor.com/project/passionate-coder/open-shell-menu/branch/master/artifacts
Scroll down and download "OpenShellSetup_4_4_138.exe"

------------------------------------------------------------------------------------
Change log from 13 days ago:
((`Open-Shell` needs to adjust itself after OS upgrade. It seems that `StartMenuHelper` registration is lost after such upgrade:

http://www.classicshell.net/forum/viewtopic.php?f=7&t=8082#p34821

To fix this registration, administrator rights are required (means user interaction, UAC)

. While this is acceptable in consumer environment, it is typically not desired in business environment where users typically doesn't have administrator rights.

This patch allows to run `Open-Shell` in silent upgrade mode that will:
* check if OS version changed (otherwise end immediately)
* perform OS upgrade tasks without any user interraction

Such mode can be then used to create scheduled task that will run this silent upgrade check on every boot with system rights:
`schtasks /Create /RU "NT AUTHORITY\SYSTEM" /SC ONSTART /TN "Open-Shell OS updgrade check" /TR "%ProgramFiles%\Open-Shell\StartMenu.exe -upgrade -silent"`))
------------------------------------------------------------------------------------

It is not Classic Shell. They are not talking about it. It is Open Shell and it is still being developed. Wake up matey! :)
 
Last edited:
You have been told about Open Shell and Open Shell's nightly build.
The latest Build is here: https://github.com/Open-Shell/Open-Shell-Menu/releases

The latest Nightly build is here: https://ci.appveyor.com/project/passionate-coder/open-shell-menu/branch/master/artifacts
Scroll down and download "OpenShellSetup_4_4_138.exe"

------------------------------------------------------------------------------------
Change log from 13 days ago:
((`Open-Shell` needs to adjust itself after OS upgrade. It seems that `StartMenuHelper` registration is lost after such upgrade:

http://www.classicshell.net/forum/viewtopic.php?f=7&t=8082#p34821

To fix this registration, administrator rights are required (means user interaction, UAC)

. While this is acceptable in consumer environment, it is typically not desired in business environment where users typically doesn't have administrator rights.

This patch allows to run `Open-Shell` in silent upgrade mode that will:
* check if OS version changed (otherwise end immediately)
* perform OS upgrade tasks without any user interraction

Such mode can be then used to create scheduled task that will run this silent upgrade check on every boot with system rights:
`schtasks /Create /RU "NT AUTHORITY\SYSTEM" /SC ONSTART /TN "Open-Shell OS updgrade check" /TR "%ProgramFiles%\Open-Shell\StartMenu.exe -upgrade -silent"`))
------------------------------------------------------------------------------------

It is not Classic Shell. They are not talking about it. It is Open Shell and it is still being developed. Wake up matey! :)

Thank you!

Also, if OpenShell has a bug, submit a ticket about it.
 
Startisback++ might be another option. I couldn't tell you if it supports extending the taskbar on dual monitors.

 
Theres still some language bugs i don't like a combination of english and danish (controlpanel) left click and open it it's in danish

125548
 
Back
Top