09.04.2022
Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | 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 forWindows 11 PowerShell 5.1
.
Diff from v6.0.13
6.0.13...6.0.14
-
Added checking that triggers Windows updating and Microsoft Store apps in the background if the build the app is laucnhed ins't supported;
# Enable receiving updates for other Microsoft products when you update Windows (New-Object -ComObject Microsoft.Update.ServiceManager).AddService2("7971f918-a847-4430-9279-4a52d1efe18d", 7, "") # Check for UWP apps updates Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod # Open the "Windows Update" page Start-Process -FilePath "ms-settings:windowsupdate-action" # Trigger Windows Update for detecting new updates (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()
-
Added Windows 11 Insider Support. Requires 22509 build. Closes #336;
-
Added
StartLayout
function (for Windows 11 Insider 22509 build only-
Adds ability to configure Start Layout
StartLayout -Default StartLayout -ShowMorePins StartLayout -ShowMoreRecommendations
-
-
Added checking that checks whether OS is waiting to be rebooted;
-
Improved the
DefaultTerminalApp
function; -
Fixed the
InstallVCRedistx64
function;- Now it downloads the right package. Closes #335.
-
Removed the
DefenderSandbox
function for Windows 11;- Windows 11 has already Sandbox for Defender enabled.
-
Minor changes;
-
Updated descriptions;
-
Check out SophiApp 1.0.0.50 🚀
File | SHA256 |
---|---|
Sophia.Script.for.Windows.10.LTSC.2019.v5.2.20.zip | A793EB392320312131D86453D96AF63B81F5F43B0281A58B2FEBB49E30381F0F |
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.12.zip | 98534D20748421CA89D78C83EB8B7E1690F0C7A00F4D8A14F2558AC8ACD07B29 |
Sophia.Script.for.Windows.10.v5.12.14.PowerShell.7.zip | 225478A8DE45F161E872808D002F790A755CC9BE5FBD748CC82DDE56F3E83132 |
Sophia.Script.for.Windows.10.v5.12.14.zip | 7CC830564F998F6E05B2109076CCC49F7303F59F4955CE61BF882BD6D1ACE52E |
Sophia.Script.for.Windows.11.v6.0.14.PowerShell.7.zip | 55E593E36BCEDC0130142A3A0F6DB9CAB13DA3FE3C8C911B111FA81513E3ED2C |
Sophia.Script.for.Windows.11.v6.0.14.zip | C6D316279E895E89CE80DEDB9AA60F7CD19B78E11E0F587F166FB96DB3907F17 |
Sophia.Script.Wrapper.v2.5.3.zip | 2452941A49352510D41607D60B29AA3A56FE5C660F38EC2715752A52B58EF64E |