Tried a test with the task bar end task tweak again, it worked ok just once , then it automatically set the toggle slider back to off in settings. Even after a reboot it not set on again, created a new user, it worked just once again then reverted back to off. Can manually turn it on in settings and it stays on even after reboots until i turn it off. Very atrange!!
Before I investigate further, any ideas about this on W10 & MRP CY24M04D02-R156.BL ? Calculator, Xbox, OneDrive, Snip & Sketch are white and cant be clicked also they dont shpw up in MS Store. They remain in the startmenu but not in MS Store MRPConfig is set to remove all apps but Photos & Xbox related apps. Yet Photos app is gone and Your Phone app is there hehe. Edit On W10 the Searchbar is still shown but shoudnt be, Kinda same occurance on W11 Spoiler Im thinking WU has something to do with this
Odd about calculator etc. On my test installs i use both options to remove all safe apps. Snip etc that are left all work as normal. The remove cortana option doesnt always work as i think it is something with the cu's added into the new monthly iso's since the original first release. I had to redo my w11 usb so used march's ms iso and noticed cortana not removed , the pshell remove routine fails on it for some reason. Updated my w10 one too recentlyto march, same thing cortana wont go.
Will look at the remove all apps script to see if photos app is on the dont touch list. But as you mention the icons are white and not work is a weird thing because if they are removed by mrp it will clear the icons off start nenu. I use the slim start menu and task bar option, this cleans up start and taskbar so i will have to test not using that slim start option to see the start menu uncleaned.
I had thought that since at least December that any cu installed either by wu or a new updated ms iso each month seems to have random odd effects. I shrugged it off as just me messing up my pc i test new tweaks on.
Appreciate it, Im thinking its WU and how I install Windows but its been working pretty good and only W10 seems affected. Now back on W11 Pro trying same again, I've noticed MS Store wont open until I reset it first
Funny you saying that with store, i not needed to use it so just left it alone yet as realtek audio and nvidia now wants a app to adjust them i noticed store acting up and would open but either not search or would find the app needed but ignored installing or clicking anything in the store. I thought it was because i had used the option to not auto update store apps in background so it was too far out of date. Reset store must update it to latest. That is the only time i have ever used store.
Im sure recent updates in both windows 10/11 has tried to restore things that mrp tweaks changed. I still think ms not like my tweaks i find
Will certainly look into the app issue as soon as i get time over next couple of days. Car in for a full service in the morning, more bloody expense! Plus got to go doctors to pick up another test kit as the last test needs to be done again as something shown up Then nip off to sort a clients printer issue. So it probably be tomorrow afternoon when i get first look at mrp. Unless i not able to sleep again so will look then.
Its a hp so think a few choice words under my breath will be uttered But i agree printers can be a right pain in the beep. Great when working but a sod when intermittent problems start.
HP Printer?! Wow I'll start praying ... W11 looks abit better, the search bar is gone and all apps seems to be working. Photos is gone, Phone app is there, quick assist also (if it isnt suppose to be) MS Store wont open tho and its kinda dark in color, like greyed out (fixed by connecting to internet and updating then repair/reset)
Phone app wont be removed if the option to use phone app near the reduce telemetry option. Cant think of its name in the creator but i think it close to that reduce telemetry/adverts one. On phone at moment so not at pc
Well, I know Server 2008 SP2 x64 isn't officially supported by QT, but anyways, maybe there is some clue on how to debug this (from the percentage)? Edit: Server 2008 SP2 x86 works fine (within its constraints, so, nothing to do with NT 6.0).
Will look at the area between 9% and 11% as the line number is not a true number as when compiled it adds the #include subroutines first so pushes line references around.
The error about object i think indicates a wmi routine error. Think had this on w7 when the hypervisor check caused a similar error.
As i thought its a wmi query... Code: Func _GETOSINFO() Local $OSYSTEMSET = ObjGet("winmgmts:").InstancesOf("Win32_OperatingSystem") If IsObj($OSYSTEMSET) Then For $OSYSTEM In $OSYSTEMSET $G_SOSCAPTION = $OSYSTEM .Caption $G_SOSVERSION = $OSYSTEM .Version $G_OSSKU = $OSYSTEM .OperatingSystemSKU Next EndIf EndFunc ;==>_GETOSINFO I had to decompile the exe to find the 'line number' and cross reference with the runtime percentage to find what was being called etc. So on 64 bit Server 2008 it not like one of the 'objects' ... I am probably taking a guess at the SKU one?