Before running the script read Before running & How to use
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 | 34C943A8DFAE35D8C30F4D9004C4B7BF1A934F9CD1058D4FB9E30AF46CB92367 |
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.12.zip | 9F8B2A88277186876486DE497BBBBE493F8CD8A51DA09DE39ED46E527BB40096 |
Sophia.Script.for.Windows.10.v5.12.14.PowerShell.7.zip | A3630AC64F230593CCFEED19D7BC218C22CB77043277DC6382121B53612A3A3E |
Sophia.Script.for.Windows.10.v5.12.14.zip | A639A7593DFCFE761BEA5B88093ABFCDA0C761806232FD92FDE48666875430CC |
Sophia.Script.for.Windows.11.v6.0.14.PowerShell.7.zip | 3C14FBBB96B272FCF07E498CACF345990ED607CC8828311824F67120EB278481 |
Sophia.Script.for.Windows.11.v6.0.14.zip | 359F325F91DBF45671D43EE275A878A4F0148CD0B9F0804F7C8748F84AFFA65E |
Sophia.Script.Wrapper.v2.5.3.zip | 6C988C63A753A9CFB192B28151A52FCD481EC7961CCC96111885C15B5882CAEAB |