|
Post by ihatemetro on May 2, 2023 10:02:48 GMT -8
Thanks! Now I can finally ditch Pale Moon.
Sorry for answering something unrelated, but do you know by chance ihatemetro how to fix the navigation bar, like in Splitwirez's screenshot? I've been looking for this for ages though, and it's the only thing keeping me from using a windows 7 theme and the basic themer preferring the classic theme. However, the windows 7 icon pack still looks very well under classic theme though. I would recommend the Windhawk mod shown in this thread: winclassic.net/thread/1669/fix-caption-buttons-fullscreen?page=1&scrollTo=13270 . Download the cpp file linked, don't copy and paste the one from the long post(as that has broken formatting) Just note that you will need to modify it to say // @include * instead of the separate include entries. Then, user OldNewExplorer and enable "Enable glass on navigation bar".
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 2, 2023 13:33:24 GMT -8
Sorry for answering something unrelated, but do you know by chance ihatemetro how to fix the navigation bar, like in Splitwirez's screenshot? I've been looking for this for ages though, and it's the only thing keeping me from using a windows 7 theme and the basic themer preferring the classic theme. However, the windows 7 icon pack still looks very well under classic theme though. I would recommend the Windhawk mod shown in this thread: winclassic.net/thread/1669/fix-caption-buttons-fullscreen?page=1&scrollTo=13270 . Download the cpp file linked, don't copy and paste the one from the long post(as that has broken formatting) Just note that you will need to modify it to say // @include * instead of the separate include entries. Then, user OldNewExplorer and enable "Enable glass on navigation bar". Thank you a lot, I will try so on a vm when I can given that I use the classic theme for now. I would need to exclude the apps that do not work well with basic and classic theme like Discord and some more. By the way, do you know by chance why context menus in the desktop and some other areas have reverted to metro again? I finally found a fix for several problems that I experienced with anixx's guide, (I described it better on his thread) but for some reason even though I fixed file explorer, the context menus have reverted to themed mode again apart from some other minor things like the desktop icons. It is the last holdout from the ugly win10 ui, in spite of having worked well when I first fixed it. Interestingly when classic theme worked better for me (almost perfectly) is when I switched the main shell from explorer to cmd so I could launch explorer from there, thus launching classic theme perfectly. The main problem with that is that for some reason it does not work with the console logon.
|
|
|
Post by ihatemetro on May 2, 2023 13:50:06 GMT -8
I would recommend the Windhawk mod shown in this thread: winclassic.net/thread/1669/fix-caption-buttons-fullscreen?page=1&scrollTo=13270 . Download the cpp file linked, don't copy and paste the one from the long post(as that has broken formatting) Just note that you will need to modify it to say // @include * instead of the separate include entries. Then, user OldNewExplorer and enable "Enable glass on navigation bar". Thank you a lot, I will try so on a vm when I can given that I use the classic theme for now. I would need to exclude the apps that do not work well with basic and classic theme like Discord and some more. By the way, do you know by chance why context menus in the desktop and some other areas have reverted to metro again? I finally found a fix for several problems that I experienced with anixx's guide, (I described it better on his thread) but for some reason even though I fixed file explorer, the context menus have reverted to themed mode again apart from some other minor things like the desktop icons. It is the last holdout from the ugly win10 ui, in spite of having worked well when I first fixed it. Interestingly when classic theme worked better for me (almost perfectly) is when I switched the main shell from explorer to cmd so I could launch explorer from there, thus launching classic theme perfectly. The main problem with that is that for some reason it does not work with the console logon. To exclude just add // @exclude (exe file) under the include line. Example: // @exclude ApplicationFrameHost.exe Also, for the Immersive Context Menus (is that what you mean by "metro context menu"? Since metro context menus are in Windows 11), you can use the "Disable Immersive Context Menus" mod and the "Non Immersive Taskbar Context Menu" mods for Windhawk. Those will disable the Immersive Context Menus. And if you are talking about themed context menus as in visual styles: I would recommend making a scheduled task that runs on logon (or as shell replacement using cmd /c) that enables classic theme, taskkills explorer if necessary, and then opens explorer again, all in a batch script.
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 3, 2023 1:19:19 GMT -8
Thank you a lot, I will try so on a vm when I can given that I use the classic theme for now. I would need to exclude the apps that do not work well with basic and classic theme like Discord and some more. By the way, do you know by chance why context menus in the desktop and some other areas have reverted to metro again? I finally found a fix for several problems that I experienced with anixx's guide, (I described it better on his thread) but for some reason even though I fixed file explorer, the context menus have reverted to themed mode again apart from some other minor things like the desktop icons. It is the last holdout from the ugly win10 ui, in spite of having worked well when I first fixed it. Interestingly when classic theme worked better for me (almost perfectly) is when I switched the main shell from explorer to cmd so I could launch explorer from there, thus launching classic theme perfectly. The main problem with that is that for some reason it does not work with the console logon. To exclude just add // @exclude (exe file) under the include line. Example: // @exclude ApplicationFrameHost.exe Also, for the Immersive Context Menus (is that what you mean by "metro context menu"? Since metro context menus are in Windows 11), you can use the "Disable Immersive Context Menus" mod and the "Non Immersive Taskbar Context Menu" mods for Windhawk. Those will disable the Immersive Context Menus. And if you are talking about themed context menus as in visual styles: I would recommend making a scheduled task that runs on logon (or as shell replacement using cmd /c) that enables classic theme, taskkills explorer if necessary, and then opens explorer again, all in a batch script. Thank you for the information, so it seems that things are still looking good for the basic theme if this script can fix Oldnewexplorer's glass on navigation bar enabler. However I have just remembered that some ugly buttons still remain on the navigation bar: the up, refresh and search buttons which ironically have remained windows 7-like on classic theme. Do you know by chance how to fix those? Sorry for mixing things up, what I meant were just regular themed context menus on the Desktop; I probably was not thinking much when I wrote "metro" ones. As for your idea about making a batch script that combines everything is certainly excellent, very promising: I in fact attempted something similar when I experienced a themed explorer, although just a task with a batch file that killed and started explorer. It did not do anything though, as the task was separate from the classic theme tasks, so it likely started before the classic ones. How could I create a batch file that combines everything, though? I just know how to restart explorer, start programs and nothing much. For example, in the batch file I would not know exactly if for byspel write "start C:\Classic\ClassicThemeTray.exe /enable" or "start C:\Classic\ClassicThemeTray.exe c/ enable". I presume the batch file would look something like this, as I need to first start classic theme, then restart explorer, then start retrobar and lastly start openshell: start c:\classic\classicthemetray.exe /enable taskkill /im explorer.exe /f start explorer.exe start C:\Users\Admin\Documents\Programes\RetroBar\RetroBar.exe start C:\Program Files\Open-Shell\StartMenu.exe exit I have not included above userinit or applicationframehost, as by restarting explorer I would say they would not be needed.
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 12, 2023 13:10:46 GMT -8
To exclude just add // @exclude (exe file) under the include line. Example: // @exclude ApplicationFrameHost.exe Also, for the Immersive Context Menus (is that what you mean by "metro context menu"? Since metro context menus are in Windows 11), you can use the "Disable Immersive Context Menus" mod and the "Non Immersive Taskbar Context Menu" mods for Windhawk. Those will disable the Immersive Context Menus. And if you are talking about themed context menus as in visual styles: I would recommend making a scheduled task that runs on logon (or as shell replacement using cmd /c) that enables classic theme, taskkills explorer if necessary, and then opens explorer again, all in a batch script. So I eventually tried it but for some reason the script broke my OS at startup by breaking explorer. I think it could be that I included explorer.exe. But then I guess without including it the navigation bar won't be fixed. I once disabled DWM on a VM with the same OS I use (21h2) following your method, even renaming a file called immersiveserviceprovider or something (I can't remember exactly its name) and the OS was still very slow and explorer often broke to the point of being unusable (Maybe it could be that I needed to disable dwminit too, but this file is from your Win11 guide). But I could see to my horror that the navigation bar was still of a different color, which means to what extent MS broke it. How is your OS configured btw? I think you don't use DWM: if so, could you fix the navigation bar?
|
|
|
Post by ihatemetro on May 13, 2023 16:54:43 GMT -8
To exclude just add // @exclude (exe file) under the include line. Example: // @exclude ApplicationFrameHost.exe Also, for the Immersive Context Menus (is that what you mean by "metro context menu"? Since metro context menus are in Windows 11), you can use the "Disable Immersive Context Menus" mod and the "Non Immersive Taskbar Context Menu" mods for Windhawk. Those will disable the Immersive Context Menus. And if you are talking about themed context menus as in visual styles: I would recommend making a scheduled task that runs on logon (or as shell replacement using cmd /c) that enables classic theme, taskkills explorer if necessary, and then opens explorer again, all in a batch script. So I eventually tried it but for some reason the script broke my OS at startup by breaking explorer. I think it could be that I included explorer.exe. But then I guess without including it the navigation bar won't be fixed. I once disabled DWM on a VM with the same OS I use (21h2) following your method, even renaming a file called immersiveserviceprovider or something (I can't remember exactly its name) and the OS was still very slow and explorer often broke to the point of being unusable (Maybe it could be that I needed to disable dwminit too, but this file is from your Win11 guide). But I could see to my horror that the navigation bar was still of a different color, which means to what extent MS broke it. How is your OS configured btw? I think you don't use DWM: if so, could you fix the navigation bar? I switched to using DWM on but with BasicThemer5 and the WindHawk mod that I mentioned in a previous post. It is basically DWM off but with working metro dialogs (many of which are non-replaceable currently), v-sync, and "fancy" aero snap dialogs. However, the navigation bar can be fixed (without OldNewExplorer and including explorer.exe in the WindHawk mod if DWM is on) by using a special visual style. The visual style that is attached here is one that works and looks like Windows 7, however, I could not find the original source of where I got this theme (though I vaguely remember it is from deviantart and is not the one from sagorpirbd, as that one does not work). Attachments:win7theme.zip (1.19 MB)
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 16, 2023 13:01:41 GMT -8
So I eventually tried it but for some reason the script broke my OS at startup by breaking explorer. I think it could be that I included explorer.exe. But then I guess without including it the navigation bar won't be fixed. I once disabled DWM on a VM with the same OS I use (21h2) following your method, even renaming a file called immersiveserviceprovider or something (I can't remember exactly its name) and the OS was still very slow and explorer often broke to the point of being unusable (Maybe it could be that I needed to disable dwminit too, but this file is from your Win11 guide). But I could see to my horror that the navigation bar was still of a different color, which means to what extent MS broke it. How is your OS configured btw? I think you don't use DWM: if so, could you fix the navigation bar? I switched to using DWM on but with BasicThemer5 and the WindHawk mod that I mentioned in a previous post. It is basically DWM off but with working metro dialogs (many of which are non-replaceable currently), v-sync, and "fancy" aero snap dialogs. However, the navigation bar can be fixed (without OldNewExplorer and including explorer.exe in the WindHawk mod if DWM is on) by using a special visual style. The visual style that is attached here is one that works and looks like Windows 7, however, I could not find the original source of where I got this theme (though I vaguely remember it is from deviantart and is not the one from sagorpirbd, as that one does not work). Thank you a lot! I hope the theme works for me, I will try it when I can. I fear not configuring the WindHawk mod properly given that when I used it I could not log on, needing to uninstall WindHawk from Safe Mode. How do you have the WindHawk mod configured? That is, the inclusions and exclusions. In Deviantart I just saw three themes. The sagorpirbd one, an updated version of it and the win7bar one. The win7bar one just did not work and the others did not fix the navigation bar. By the way, does the attached theme need a change in Regedit's Windowmetrics to look good?
|
|
|
Post by ihatemetro on May 18, 2023 15:08:22 GMT -8
I switched to using DWM on but with BasicThemer5 and the WindHawk mod that I mentioned in a previous post. It is basically DWM off but with working metro dialogs (many of which are non-replaceable currently), v-sync, and "fancy" aero snap dialogs. However, the navigation bar can be fixed (without OldNewExplorer and including explorer.exe in the WindHawk mod if DWM is on) by using a special visual style. The visual style that is attached here is one that works and looks like Windows 7, however, I could not find the original source of where I got this theme (though I vaguely remember it is from deviantart and is not the one from sagorpirbd, as that one does not work). Thank you a lot! I hope the theme works for me, I will try it when I can. I fear not configuring the WindHawk mod properly given that when I used it I could not log on, needing to uninstall WindHawk from Safe Mode. How do you have the WindHawk mod configured? That is, the inclusions and exclusions. In Deviantart I just saw three themes. The sagorpirbd one, an updated version of it and the win7bar one. The win7bar one just did not work and the others did not fix the navigation bar. By the way, does the attached theme need a change in Regedit's Windowmetrics to look good? I have the WindHawk mod configured like this (on Windows 11):
// @include * // @exclude VSCodium.exe // @exclude StartAllBackCfg.exe // @exclude ResourceHacker.exe
On Windows 10:
// @include * // @exclude VSCodium.exe // @exclude StartIsBackCfg.exe // @exclude ResourceHacker.exe
You may want to add // @exclude ApplicationFrameHost.exe if you use Metro apps.
Also, what programs are you using besides WindHawk and basic theme stuff for the customizations? One might be conflicting. Also, if it is stuck on the login screen, press CTRL ALT DEL and then exit out of the screen. There may be some sort of error that you can't see or an explorer constant restart.
And no, the theme does not need a change in WindowMetrics, it looks good as is.
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 19, 2023 12:53:59 GMT -8
I have the WindHawk mod configured like this (on Windows 11):
// @include * // @exclude VSCodium.exe // @exclude StartAllBackCfg.exe // @exclude ResourceHacker.exe
On Windows 10:
// @include * // @exclude VSCodium.exe // @exclude StartIsBackCfg.exe // @exclude ResourceHacker.exe
You may want to add // @exclude ApplicationFrameHost.exe if you use Metro apps.
Also, what programs are you using besides WindHawk and basic theme stuff for the customizations? One might be conflicting. Also, if it is stuck on the login screen, press CTRL ALT DEL and then exit out of the screen. There may be some sort of error that you can't see or an explorer constant restart.
And no, the theme does not need a change in WindowMetrics, it looks good as is.
Thank you for sending the configuration, I may know better now what caused the problem. My configuration was very similar to yours except for that I included explorer.exe too (and Applicationframehost), which may have caused problems. However anixx seems to have added explorer.exe too and his classic theme install seems to work well, so at the same time including explorer.exe could also not be the problem as well. I would need to try this on a vm, although these days I am not having enough time unfortunately. Apart from WindHawk (I use the context menus and search bar mods) I use Oldnewexplorer, Classic Shell, Explorer Patcher and very recently (not when I had that problem with that dwm mod) Window Blinds as I could not fix the navigation bar and I needed a temporal good replacement, although I am yet to try what you stated.
|
|
|
Post by OrthodoxWin32 on May 19, 2023 14:45:59 GMT -8
Thank you for sending the configuration, I may know better now what caused the problem. My configuration was very similar to yours except for that I included explorer.exe too (and Applicationframehost), which may have caused problems. However anixx seems to have added explorer.exe too and his classic theme install seems to work well, so at the same time including explorer.exe could also not be the problem as well. I would need to try this on a vm, although these days I am not having enough time unfortunately. Apart from WindHawk (I use the context menus and search bar mods) I use Oldnewexplorer, Classic Shell, Explorer Patcher and very recently (not when I had that problem with that dwm mod) Window Blinds as I could not fix the navigation bar and I needed a temporal good replacement, although I am yet to try what you stated. In the configuration of ihatemetro, explorer.exe is already included, because the @include * line means that all the processes are included, except those which are explicitly excluded.
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 20, 2023 14:33:37 GMT -8
Thank you for sending the configuration, I may know better now what caused the problem. My configuration was very similar to yours except for that I included explorer.exe too (and Applicationframehost), which may have caused problems. However anixx seems to have added explorer.exe too and his classic theme install seems to work well, so at the same time including explorer.exe could also not be the problem as well. I would need to try this on a vm, although these days I am not having enough time unfortunately. Apart from WindHawk (I use the context menus and search bar mods) I use Oldnewexplorer, Classic Shell, Explorer Patcher and very recently (not when I had that problem with that dwm mod) Window Blinds as I could not fix the navigation bar and I needed a temporal good replacement, although I am yet to try what you stated. In the configuration of ihatemetro , explorer.exe is already included, because the @include * line means that all the processes are included, except those which are explicitly excluded. Yep indeed that's right, which made me think that including explorer.exe while * is already written could cause problems. Do you think that could be the problem to what I said (the mod almost bricking the OS)? Unfortunately I can't test many things for now to check it.
|
|
|
Post by OrthodoxWin32 on May 21, 2023 6:53:33 GMT -8
Yep indeed that's right, which made me think that including explorer.exe while * is already written could cause problems. Do you think that could be the problem to what I said (the mod almost bricking the OS)? Unfortunately I can't test many things for now to check it. Normally, including a process twice isn't supposed to block anything. On the other hand, it is possible that another installed mod is incompatible with this one. What other Windhawks mods are installed ?
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 21, 2023 10:17:02 GMT -8
Yep indeed that's right, which made me think that including explorer.exe while * is already written could cause problems. Do you think that could be the problem to what I said (the mod almost bricking the OS)? Unfortunately I can't test many things for now to check it. Normally, including a process twice isn't supposed to block anything. On the other hand, it is possible that another installed mod is incompatible with this one. What other Windhawks mods are installed ? I used apart from that mod the "Disable Context Menu" and "Shrink Address Bar Height" ones. I will try ihatemetro's configuration to see if it works on my OS.
|
|
|
Post by ihatemetro on May 21, 2023 12:10:55 GMT -8
Normally, including a process twice isn't supposed to block anything. On the other hand, it is possible that another installed mod is incompatible with this one. What other Windhawks mods are installed ? I used apart from that mod the "Disable Context Menu" and "Shrink Address Bar Height" ones. I will try ihatemetro's configuration to see if it works on my OS. I use the shrink address bar mod as well as the "disable immersive menus" mod and the "No immersive taskbar context menu" mod and all of them work with the mentioned DwmExtendFrame mod with no conflicts.
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 22, 2023 14:23:05 GMT -8
I used apart from that mod the "Disable Context Menu" and "Shrink Address Bar Height" ones. I will try ihatemetro's configuration to see if it works on my OS. I use the shrink address bar mod as well as the "disable immersive menus" mod and the "No immersive taskbar context menu" mod and all of them work with the mentioned DwmExtendFrame mod with no conflicts. Yeah I see. I was thinking the problem could be my OS version, since I use Windows 10 21h2 rather than Windows 11, and the script could be more adapted to Windows 11. I tried it again yesterday and I went through the same problem: my user account initially logs on, then everything turns black and I cannot even use the Task Manager. However I also tried the script without applying it to everything (include *) and just including some programs as it is as-is, and I can perfectly log on that way. The only problem I have with the script is what I said, that everything turns black shortly after logging on making everything unusable. At logging on. Besides that it works well. I suspect this problem is related to dwm failing or something, which makes me think the instructions of the script are better adapted for Windows 11 although I cannot be sure. On the other hand and off-topic I managed to finally open the Classic Theme without leftovers (such as themed context menus) at log on, and I could also get the full Ribbon set of Windows 7 on Paint and Wordpad (as by just bringing the uiribbon files I saw it still lacks almost all icons). I will open new threads of these things when I can.
|
|
|
Post by ihatemetro on May 22, 2023 16:20:26 GMT -8
I use the shrink address bar mod as well as the "disable immersive menus" mod and the "No immersive taskbar context menu" mod and all of them work with the mentioned DwmExtendFrame mod with no conflicts. Yeah I see. I was thinking the problem could be my OS version, since I use Windows 10 21h2 rather than Windows 11, and the script could be more adapted to Windows 11. I tried it again yesterday and I went through the same problem: my user account initially logs on, then everything turns black and I cannot even use the Task Manager. However I also tried the script without applying it to everything (include *) and just including some programs as it is as-is, and I can perfectly log on that way. The only problem I have with the script is what I said, that everything turns black shortly after logging on making everything unusable. At logging on. Besides that it works well. I suspect this problem is related to dwm failing or something, which makes me think the instructions of the script are better adapted for Windows 11 although I cannot be sure. On the other hand and off-topic I managed to finally open the Classic Theme without leftovers (such as themed context menus) at log on, and I could also get the full Ribbon set of Windows 7 on Paint and Wordpad (as by just bringing the uiribbon files I saw it still lacks almost all icons). I will open new threads of these things when I can. Definitely some conflicting third-party application. This script works flawlessly on 21H1, which is almost the same, and would be less broken than Windows 11. What programs do you have installed on your test install (including customization programs). Also, send the process list in task manager right after login into Windows by going to the "Details" tab in task manager (or show processes for all users if you are using the classic task manager). I might be able to find which application to exclude, as by not including all programs (except excluded ones), any future program that you install that may have something like an Extended Glass Titlebar will need to be added to the script and recompiled, which is tedious.
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 23, 2023 12:53:01 GMT -8
Yeah I see. I was thinking the problem could be my OS version, since I use Windows 10 21h2 rather than Windows 11, and the script could be more adapted to Windows 11. I tried it again yesterday and I went through the same problem: my user account initially logs on, then everything turns black and I cannot even use the Task Manager. However I also tried the script without applying it to everything (include *) and just including some programs as it is as-is, and I can perfectly log on that way. The only problem I have with the script is what I said, that everything turns black shortly after logging on making everything unusable. At logging on. Besides that it works well. I suspect this problem is related to dwm failing or something, which makes me think the instructions of the script are better adapted for Windows 11 although I cannot be sure. On the other hand and off-topic I managed to finally open the Classic Theme without leftovers (such as themed context menus) at log on, and I could also get the full Ribbon set of Windows 7 on Paint and Wordpad (as by just bringing the uiribbon files I saw it still lacks almost all icons). I will open new threads of these things when I can. Definitely some conflicting third-party application. This script works flawlessly on 21H1, which is almost the same, and would be less broken than Windows 11. What programs do you have installed on your test install (including customization programs). Also, send the process list in task manager right after login into Windows by going to the "Details" tab in task manager (or show processes for all users if you are using the classic task manager). I might be able to find which application to exclude, as by not including all programs (except excluded ones), any future program that you install that may have something like an Extended Glass Titlebar will need to be added to the script and recompiled, which is tedious. Yep, good idea, I was thinking that too, as it is very weird that it does not work in my case as 21h1 is very similar to Windows 11. I also thought it could be winlogon, wininit or any other such file related as the mod could conflict with them in some way or another. Actually this is not my test install, this is my actual install where what I said happened. I now have installed Windowblinds (although I do not use it), Windhawk, the Classic Theme and to be honest nothing much more. I list all the things I have installed on several captures of my "Programs and Features" list. I also give captures of my Task Manager just after launch with show processes for all users (as I use the Windows 7 one). I put all captures in a zip file as I cannot upload them all. I have not captured all svchost processes as there are a lot of them. Maybe Retrobar although there does not wholly count as the Program takes a bit of time to launch. Attachments:captures.zip (429.66 KB)
|
|
|
Post by ihatemetro on May 23, 2023 14:56:46 GMT -8
Definitely some conflicting third-party application. This script works flawlessly on 21H1, which is almost the same, and would be less broken than Windows 11. What programs do you have installed on your test install (including customization programs). Also, send the process list in task manager right after login into Windows by going to the "Details" tab in task manager (or show processes for all users if you are using the classic task manager). I might be able to find which application to exclude, as by not including all programs (except excluded ones), any future program that you install that may have something like an Extended Glass Titlebar will need to be added to the script and recompiled, which is tedious. Yep, good idea, I was thinking that too, as it is very weird that it does not work in my case as 21h1 is very similar to Windows 11. I also thought it could be winlogon, wininit or any other such file related as the mod could conflict with them in some way or another. Actually this is not my test install, this is my actual install where what I said happened. I now have installed Windowblinds (although I do not use it), Windhawk, the Classic Theme and to be honest nothing much more. I list all the things I have installed on several captures of my "Programs and Features" list. I also give captures of my Task Manager just after launch with show processes for all users (as I use the Windows 7 one). I put all captures in a zip file as I cannot upload them all. I have not captured all svchost processes as there are a lot of them. Maybe Retrobar although there does not wholly count as the Program takes a bit of time to launch. It could either be PresentMon or any of the Nvidia/Gigabyte programs. Any system processes should work with this mod, and winlogon, wininit, etc. will not conflict with this mod. It is 99% third party applications that begin on startup that are causing the problem.
|
|
gombau
Freshman Member
Posts: 77
|
Post by gombau on May 24, 2023 14:54:44 GMT -8
Yep, good idea, I was thinking that too, as it is very weird that it does not work in my case as 21h1 is very similar to Windows 11. I also thought it could be winlogon, wininit or any other such file related as the mod could conflict with them in some way or another. Actually this is not my test install, this is my actual install where what I said happened. I now have installed Windowblinds (although I do not use it), Windhawk, the Classic Theme and to be honest nothing much more. I list all the things I have installed on several captures of my "Programs and Features" list. I also give captures of my Task Manager just after launch with show processes for all users (as I use the Windows 7 one). I put all captures in a zip file as I cannot upload them all. I have not captured all svchost processes as there are a lot of them. Maybe Retrobar although there does not wholly count as the Program takes a bit of time to launch. It could either be PresentMon or any of the Nvidia/Gigabyte programs. Any system processes should work with this mod, and winlogon, wininit, etc. will not conflict with this mod. It is 99% third party applications that begin on startup that are causing the problem. Yeah you must be right, as I cannot think of anything else which could cause that. It must be those third party Apps, like the Nvidia related ones. It could be that Gigabyte program I have which is just bloatware as I do not use it. Funnily enough it shows up on any fresh installation since the BIOS must sense it. I must try this Windhawk mod on a fresh Windows 10 installation on a VM to see how things go that way.
|
|