|
Post by burnett on Jul 28, 2017 14:27:34 GMT -8
Thank you so much for this! It works like a charm. Never thought i would be using this theme in Windows 10. Ever since 1995 to this day!
Only strange thing is Firefox menu bar that sometimes gets scrambled. I have seen this behavior with third party themes in Windows, so its more a Firefox thing than anything else.
Good work man!
|
|
|
Post by libertyernie on Jul 30, 2017 10:55:03 GMT -8
Is there a way I could have the startup scripts only run if the DPI is at 100% / 96 when I log in? Only strange thing is Firefox menu bar that sometimes gets scrambled. I have seen this behavior with third party themes in Windows, so its more a Firefox thing than anything else. Firefox does some special things for Windows 10 that don't make as much sense when you've changed the theme SeaMonkey works and looks great, so I've been using that.
|
|
|
Post by R.O.B. on Jul 31, 2017 20:52:53 GMT -8
Is there a way I could have the startup scripts only run if the DPI is at 100% / 96 when I log in? Maybe, if you have the script check some registry data and then run things based on that. Only strange thing is Firefox menu bar that sometimes gets scrambled. I have seen this behavior with third party themes in Windows, so its more a Firefox thing than anything else. Firefox does some special things for Windows 10 that don't make as much sense when you've changed the theme SeaMonkey works and looks great, so I've been using that. In its current state, Firefox is (mostly) fixable with some CSS modifications. However that's not going to be the case for much longer when Mozilla kills off XUL extensions and complete themes. All the more reason to look at some different Firefox/Mozilla forks (even though SeaMonkey doesn't QUITE fit into that category, but it's close enough).
|
|
mmtrt
New Member
Posts: 12
|
Post by mmtrt on Aug 2, 2017 22:20:11 GMT -8
Works perfectly with Spitfire_x86 compiled ROS Explorer, its great combo btw script missing classic alt+tab view any ways great work.
|
|
|
Post by anixx on Aug 2, 2017 23:02:14 GMT -8
Works perfectly with Spitfire_x86 compiled ROS Explorer, its great combo btw script missing classic alt+tab view any ways great work. What explorer is on the screenshot? Should not be ROS Explorer?..
|
|
mmtrt
New Member
Posts: 12
|
Post by mmtrt on Aug 2, 2017 23:33:53 GMT -8
Works perfectly with Spitfire_x86 compiled ROS Explorer, its great combo btw script missing classic alt+tab view any ways great work. What explorer is on the screenshot? Should not be ROS Explorer?.. Explorer is windows explorer with windows folder opened but I meant was ros explorer is running as taskbar at bottom.
|
|
|
Post by 6sicsix on Aug 6, 2017 13:03:55 GMT -8
Hi all, i am on holiday at the moment but will be making some more progress in the coming week or so. I will be adding classic alt-tab, and also look into the other hacks mentioned by anixx. (please upload the russian mspaint.exe.mui, wordpad.exe.mui and calc.exe.mui files from vista and I will work on adding russian language support) For now, i have added: classic paint (xp) classic wordpad (xp) an option to disable the command bar (replaces system32\shellstyle.dll with a pre-modded version) I also replaced win7 calculator with the one from vista because it was too blue (maybe i could remove the blue shading using resource hacker?) The script now also has a config section at the top so functions can easily be disabled and enabled. 3.1MB ufile.io/824wv
|
|
|
Post by anixx on Aug 11, 2017 11:36:43 GMT -8
|
|
|
Post by anixx on Aug 11, 2017 12:04:25 GMT -8
|
|
|
Post by libertyernie on Aug 14, 2017 16:53:03 GMT -8
In case this helps anyone - I have it set up now to only enable Classic Theme when the DPI is at 96 when I log in. I made a C# app (attached) that returns an exit code of 0 at 96 DPI and 1 at anything else, and I run that in the batch file, with these lines right after the :start section: "C:\Users\admin\Documents\Visual Studio 2017\Projects\DpiDetect\DpiDetect\bin\Release\DpiDetect.exe" IF ERRORLEVEL 1 EXIT /B I could have used C++ too, but then you'd have to have the right version of the redistributable installed. Attachments:DpiDetect.exe (5 KB)
Program.cs (983 B)
|
|
|
Post by libertyernie on Aug 23, 2017 15:16:35 GMT -8
Does anyone know how to get rid of the 3D border around context menus when classic theme is disabled?
|
|
|
Post by R.O.B. on Aug 24, 2017 18:50:13 GMT -8
Does anyone know how to get rid of the 3D border around context menus when classic theme is disabled? Check UserPreferencesMask calculator, bit 17. If that's not checked, then check it and see if that works after you log off.
|
|
|
Post by libertyernie on Aug 25, 2017 14:22:16 GMT -8
Does anyone know how to get rid of the 3D border around context menus when classic theme is disabled? Check UserPreferencesMask calculator, bit 17. If that's not checked, then check it and see if that works after you log off. That did it, thanks!
|
|
|
Post by R.O.B. on Aug 28, 2017 11:29:01 GMT -8
|
|
|
Post by anixx on Sept 8, 2017 3:21:02 GMT -8
Another suggestion: add to your script a part that would replace SagoeUI font in the interface with Tahoma.
|
|
|
Post by burnett on Sept 10, 2017 14:17:01 GMT -8
Another suggestion: add to your script a part that would replace SagoeUI font in the interface with Tahoma. This would be great! I have changed all fonts to Tahoma with Winaerotweaker, but with this script it would save some hassle
|
|
|
Post by R.O.B. on Sept 10, 2017 17:41:50 GMT -8
As far as replacing Segoe UI goes, I still personally prefer to simply modify the MUI files for some of the system DLLs using Resource Hacker. But I completely understand why some people might not want to do this. For those who do though, I think font substituting should be an optional feature. At the very least, make it obvious in the script so that it's easy to remove.
|
|
|
Post by anixx on Sept 12, 2017 23:30:00 GMT -8
Another suggestion: add classic consent.exe (the UAC prompt) from an older Win10 release.
|
|
pond
New Member
Posts: 2
|
Post by pond on Sept 20, 2017 0:06:40 GMT -8
Hi all, i am on holiday at the moment but will be making some more progress in the coming week or so. I will be adding classic alt-tab, and also look into the other hacks mentioned by anixx. (please upload the russian mspaint.exe.mui, wordpad.exe.mui and calc.exe.mui files from vista and I will work on adding russian language support) For now, i have added: classic paint (xp) classic wordpad (xp) an option to disable the command bar (replaces system32\shellstyle.dll with a pre-modded version) I also replaced win7 calculator with the one from vista because it was too blue (maybe i could remove the blue shading using resource hacker?) The script now also has a config section at the top so functions can easily be disabled and enabled. 3.1MB ufile.io/824wvAny chance you could re-upload it somewhere else as the free hosting has expired and I cannot download it without becoming a premium member. But from the screen shots it looks like exactly what i've been looking for for Windows 10.
|
|
|
Post by R.O.B. on Sept 21, 2017 17:10:06 GMT -8
Another suggestion: add classic consent.exe (the UAC prompt) from an older Win10 release. Does the classic UAC tweak not work on the latest Windows 10 build? I haven't tested, so I wouldn't know. Edit:Ah, it seems that they did in fact remove it in the Creators Update. That's a shame.
|
|