You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 11 21H2/22H2 | Windows 10 2004/20H2/21H1/21H2/22H2 | Enterprise LTSC 2021 | Enterprise LTSC 2019
Now you can download the always latest Sophia Script archive by invoking (not as administrator too) in PowerShell console
irm script.sophi.app | iex
The command will download and expand the latest Sophia Script archive (without running) according which Windows and PowerShell versions it is run on. If you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for Windows 11 PowerShell 5.1.
It's common known, that the gpedit.msc snap-in doesn't read settings from the Windows registry keys if they were made manually, bypassing the snap-in. This new function lets you update gpedit.msc to make all your policies created manually displayed regardless when registry keys were created. There is no need to run the whole Sophia Script — just call UpdateLGPEPolicies function. By default this function will be invoked at very end of script running to make all policies registry keys used in the script displayed.
To check all policies applied to your OS (if they have a record in gpedit.msc) after invoking UpdateLGPEPolicies, open gpedit.msc and navigate to:
Computer Configuration — Administrative Templates — All Settings;
User Configuration — Administrative Templates — All Settings.
Fixed bug in NetworkAdaptersSavePower function that caused an error that there is no internet connection even if it was so;
Formaly added Windows 10 22H2 support;
Updated startup checkings;
Fixed DiagnosticDataLevel function;
Now it uses gpedit.msc path: HKLM:\Software\Policies\Microsoft\Windows\DataCollection instead of HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection;
To updated registry keys run DiagnosticDataLevel -Minimal`.
Added SearchHighlights function to hide search highlights for Windows 10;
Fixed UnpinAllStartApps function;
Now it's working for Windows 11 22H2 Insider Preview too.
Removed Windows10FileExplorer to enabled Windows 10 File Explorer in Windows 11;
Updated TaskManagerWindow function to make it not to be run on Windows 11 22H2;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Before running the script read Before running & How to use
Windows 11 21H2/22H2 | Windows 10 2004/20H2/21H1/21H2/22H2 | Enterprise LTSC 2021 | Enterprise LTSC 2019
Now you can download the always latest Sophia Script archive by invoking (
not as administrator too
) in PowerShell consoleirm script.sophi.app | iex
The command will download and expand the latest Sophia Script archive (
without running
) according which Windows and PowerShell versions it is run on. If you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script forWindows 11 PowerShell 5.1
.Diff from v6.0.14
6.0.14...6.1.0
UpdateLGPEPolicies
function 👻gpedit.msc
snap-in doesn't read settings from the Windows registry keys if they were made manually, bypassing the snap-in. This new function lets you update gpedit.msc to make all your policies created manually displayed regardless when registry keys were created. There is no need to run the wholeSophia Script
— just callUpdateLGPEPolicies
function. By default this function will be invoked at very end of script running to make all policies registry keys used in the script displayed.gpedit.msc
) after invokingUpdateLGPEPolicies
, opengpedit.msc
and navigate to:Computer Configuration
—Administrative Templates
—All Settings
;User Configuration
—Administrative Templates
—All Settings
.InstallDotNetRuntime6
function to let user install the latest .NET Desktop Runtime 6 (x86/x64);NetworkAdaptersSavePower
function that caused an error that there is no internet connection even if it was so;DiagnosticDataLevel
function;gpedit.msc
path:HKLM:\Software\Policies\Microsoft\Windows\DataCollection
instead ofHKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection
;SearchHighlights
function to hide search highlights for Windows 10;UnpinAllStartApps
function;Windows10FileExplorer
to enabledWindows 10 File Explorer
in Windows 11;TaskManagerWindow
function to make it not to be run on Windows 11 22H2;OpenWindowsTerminalAdminContext
function when you cannot open Windows Terminal as admin in a path ends in a backslash\
;Sophia Script Wrapper 2.5.4
Check out SophiApp 1.0.0.62! 🚀
This discussion was created from the release 6.1.0.
Beta Was this translation helpful? Give feedback.
All reactions