Unable to change Lockscreen image #618
-
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 1 reply
-
Hello. Please provide your preset to test. |
Beta Was this translation helpful? Give feedback.
-
Also, you may reach me via Telegram: t.me/sanctuary_d |
Beta Was this translation helpful? Give feedback.
-
Sophia.txt |
Beta Was this translation helpful? Give feedback.
-
Well, as I was confident before, Sophia has no such function to enable a GPO to block that settings caterory. But I can help you with finding blocking policty inside the Windows registry. I need a remote access via Rustdesk. reach me via Telegram if you want. Looking forward for feedback. |
Beta Was this translation helpful? Give feedback.
-
@CosmicSensations, hello. any feedback? As I wrote before, Sophia doesn't block anything in Personalization. it seems you've applied a 33rd part reg script with a policy. but we can find it... |
Beta Was this translation helpful? Give feedback.
-
Hi Dmitry, thank you for you generous offer, I haven't had time to do anything further but will try something later in the afternoon today. When I return home I'm going to try another fresh install and run your script without the hosts file in place. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Em(( I don't understand too as I use the same present from the archive. That's why I asked a remote access. |
Beta Was this translation helpful? Give feedback.
-
If you don't find anything related with policy in those registry keys, that's makes me confused. It's just impossible due to only policies can set such notifications in the Settings app. Still think, that I'd like to take a look by myself. |
Beta Was this translation helpful? Give feedback.
-
So no tweakes, no gpedits.msc policies enabled, no reg files applied? Nothing? |
Beta Was this translation helpful? Give feedback.
-
only 1 reg tweak applied before I connected to internet to update - "Disable_include_drivers_with_Windows_Updates.reg" Even with that applied it still (annoyingly) downloaded a nvidia driver - but that's a separate issue... I can try without that reg entry, be tomorrow though. |
Beta Was this translation helpful? Give feedback.
-
Cannot be the cause. I don't know. We need to schedule a session. I'm also available via Discord... |
Beta Was this translation helpful? Give feedback.
-
Hello again.
Took from here: https://www.elevenforum.com/t/enable-or-disable-lock-screen-in-windows-11.1287/ |
Beta Was this translation helpful? Give feedback.
-
I've found something in the code. let me test. |
Beta Was this translation helpful? Give feedback.
-
The cause is if (-not (Test-Path -Path HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\Education))
{
New-Item -Path HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\Education -Force
}
New-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\Education -Name IsEducationEnvironment -PropertyType DWord -Value 1 -Force |
Beta Was this translation helpful? Give feedback.
The cause is
StartRecommendedSection
to remove Recommended section in Start Menu. this is legit notification. the investigation is closed finally)