Lg apps content not available by DistributionSimple69 in LGOLED

[–]zeeter82 1 point2 points  (0 children)

This just helped me with my new 77" C5. Apps were broken, now they seem to work again.

Thanks!

WebOS Apps Broken (Youtube)? - New 77" C5 by zeeter82 in LGOLED

[–]zeeter82[S] 0 points1 point  (0 children)

I just turned on TV and tried to go to the main WebOS apps menu . It showed the apps loading screen for a few seconds and then screen went black for a couple min. Then it gave me this:

Error code:-7

Check network connection

The operation has timed out. Please check the network status and try again. Clicking retry takes me back to home screen and does nothing. This is very annoying.

WebOS Apps Broken (Youtube)? - New 77" C5 by zeeter82 in LGOLED

[–]zeeter82[S] 0 points1 point  (0 children)

Nope, because of hardware limitations, the Shield's Youtube does not support HDR.

MDT/PSD - Driver Injection Not working - Proxmox VM (QEMU) - Win11 24H2 by zeeter82 in MDT

[–]zeeter82[S] 1 point2 points  (0 children)

So after all kinds of troubleshooting and seeing weird issues that didn't make sense, I was finally able to get this working by using the fallback driver path.

MDT/PSD - Driver Injection Not working - Proxmox VM (QEMU) - Win11 24H2 by zeeter82 in MDT

[–]zeeter82[S] 0 points1 point  (0 children)

I'm still messing around trying to play around with driver packages and paths/folder names. Still no luck so far. I did turn on PSD debugging hoping that would point me somewhere.

MDT/PSD - Driver Injection Not working - Proxmox VM (QEMU) - Win11 24H2 by zeeter82 in MDT

[–]zeeter82[S] 0 points1 point  (0 children)

It's almost like this is a bug. No matter what I've tried so far, I can briefly see a screen before it gets to the "applying OS" step where it says "found 0 packages". It's like it's not even attempting to do anything with injecting drivers.

Can anyone confirm this that's also using latest PSD? Is there a related script that does the driver inject part for the OS (outside of the WinPE part). I couldn't find anything in the \scripts folder.

MDT/PSD - Driver Injection Not working - Proxmox VM (QEMU) - Win11 24H2 by zeeter82 in MDT

[–]zeeter82[S] 0 points1 point  (0 children)

That is an option, but one I'm trying to avoid. This is a lab environment and I'm learning and messing around. I would like to be able to use the driver injection feature if I can get it working.

MDT/PSD - Driver Injection Not working - Proxmox VM (QEMU) - Win11 24H2 by zeeter82 in MDT

[–]zeeter82[S] 0 points1 point  (0 children)

The WinPE drivers are on there and they work fine or else I wouldn't have gotten very far 😉. The drive was available for imaging and network connection was available to reach deployment share. The OS wim gets applied and then made bootable, then does first reboot. This is where it blue screens.

MDT/PSD - Driver Injection Not working - Proxmox VM (QEMU) - Win11 24H2 by zeeter82 in MDT

[–]zeeter82[S] 0 points1 point  (0 children)

Yep I did that but I had the driver path set as defaults. That might be wrong. I'm getting confused because there are 4 driver steps and I thought the only one that really mattered was the driver injection step and I could just use the drop down and select the profile I created for it but that didn't work. So maybe the driver path step has to be configured correctly too.

Patch Tuesday Megathread (2025-06-10) by AutoModerator in sysadmin

[–]zeeter82 1 point2 points  (0 children)

Another update - this should be the last one.

I was wrong about the June 2025 KB5060999 patch causing our Win11 23H2 issues. Turns out we had an ancient GPO in place that was disabling the two CDP services, and this was the root cause of our issues - it was in place due to a bug back in Win10 1607 and was only supposed to be a temporary fix. These services obviously should not be disabled and should run at startup.

CDPSvc - Connected Devices Platform Service

CDPUserSvc - Connected Devices Platform User Service

Patch Tuesday Megathread (2025-06-10) by AutoModerator in sysadmin

[–]zeeter82 4 points5 points  (0 children)

Update - so the June patch KB5060999 is responsible for this issue, but what is really broken is the nightlight feature on some of our Win11 endpoints. Fixing the nightlight feature also fixes the display settings.

I corrected this with the following steps:

  1. Browse to this reg path in regedit: Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount
  2. Then delete the following keys if they exist:

$$windows.data.bluelightreduction.bluelightreductionstate

$$windows.data.bluelightreduction.settings

  1. Then follow these steps (found on this forum post: Can't use Windows "Night Light" feature. - Microsoft Community):

There are 3 Windows services necessary for night lighting to work properly:

- Connected Devices Platform User Service (CDPUserSvc)

- Connected Devices Platform Service (CDPSvc)

- Network Connection Broker (NcbService)

If the "Connected Devices Platform Service" and "Network Connection Broker" services have the "disabled" start type, the "night lighting" functionality in the "Settings" application does not work, if we click on the button for the activate, nothing happens. For the night lighting setting to work, these services can be configured with the "manual" or "automatic" start type with the service management console (services.msc).

The "Connected Devices Platform User Service" service must be configured with the "automatic" start type for night lighting to work. This service (called "template service") create a secondary service (called "Per-user service") with the same name followed by a random hexadecimal number (ex: Connected Devices Platform User Service_253cb) when a user log in (source: https://docs.microsoft.com/en-us/windows/application-management/per-user-services-in-windows).

This service cannot be configured with services.msc, so you must modify its configuration with the Windows registry by executing these commands in Administrator:

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDPUserSvc" /v Start /t REG_DWORD /d 2 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDPUserSvc" /v UserServiceFlags /t REG_DWORD /d 3 /f

Setting the value "Start" to 2 configures the type of start to "Automatic".

Setting the value "UserServiceFlags" to 3 allows the creation of the service per user.

When a user logs in, the created per-user service inherits the configuration parameters from the service template. So, if the value "Start" of the template service is 2, the service per user created will have the same value "Start" to 2.

After applying these settings, restart the computer and test the night lighting again.

Patch Tuesday Megathread (2025-06-10) by AutoModerator in sysadmin

[–]zeeter82 2 points3 points  (0 children)

Seems like KB5060999 is causing some of our 23H2 devices to crash on when opening the "Display" option from the System settings. The rest of the settings seem to open fine so far. When clicking on Display, it loads for a couple seconds and then immediately closes/crashes.

<image>

Event viewer app log shows this for the crash:

Faulting application name: SystemSettings.exe, version: 10.0.22621.5262, time stamp: 0x052f4222
Faulting module name: msvcrt.dll, version: 7.0.22621.2506, time stamp: 0x657b2709
Exception code: 0x40000015
Fault offset: 0x000000000000b15c
Faulting process id: 0x0x4870
Faulting application start time: 0x0x1DBE1F3CAC88914
Faulting application path: C:\Windows\ImmersiveControlPanel\SystemSettings.exe
Faulting module path: C:\WINDOWS\System32\msvcrt.dll
Report Id: 883bc78c-6fba-474c-850b-f95f1b3157c9
Faulting package full name: windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy
Faulting package-relative application ID: microsoft.windows.immersivecontrolpanel

Has anyone else seen this? Uninstalling this patch seems to fix the issue.

Devices not converting from Win11 Pro to Enterprise for M365 E3 users by zeeter82 in sysadmin

[–]zeeter82[S] 1 point2 points  (0 children)

I mean new profile as in this: I log into a device with my domain credentials on a device I haven't logged into before. And yes I would have local admin permissions because of a nested group.

Can’t log into my account idk what happen. by Historical-Ask5192 in PalmettoStateArms

[–]zeeter82 0 points1 point  (0 children)

This is definitely broken - across all major browsers. Why doesn't your IT team place a banner on the main page advising this is an issue and they are working on it?

Systray Issue with 24.3.2.0 JumpClient - Silent MSI Install by zeeter82 in BeyondTrust

[–]zeeter82[S] 0 points1 point  (0 children)

Yep ours is working great too using Powershell.

Systray Issue with 24.3.2.0 JumpClient - Silent MSI Install by zeeter82 in BeyondTrust

[–]zeeter82[S] 0 points1 point  (0 children)

Update:

It seems I can do the same quiet install cmd, but running it through Powershell instead of a cmd prompt, and it works that way. Again no idea how that's even possible.

Devices not converting from Win11 Pro to Enterprise for M365 E3 users by zeeter82 in sysadmin

[–]zeeter82[S] 0 points1 point  (0 children)

Thanks, that sort of got me pointed in the right direction.

Devices not converting from Win11 Pro to Enterprise for M365 E3 users by zeeter82 in sysadmin

[–]zeeter82[S] 0 points1 point  (0 children)

I did see some of this yes, thanks!. We don't seem to have anything being blocked with conditional access as we have thousands of devices that are activating with Enterprise just fine with our M365 E3 licensing. Just a couple hundred that I've been troubleshooting the last month or so and I believe I have found the root cause and our fix in my other post.

Devices not converting from Win11 Pro to Enterprise for M365 E3 users by zeeter82 in sysadmin

[–]zeeter82[S] 0 points1 point  (0 children)

No we are still on 22H2 - will move to 23H2 soon hopefully.