github farag2/Sophia-Script-for-Windows 6.0.5
06.10.2021

latest releases: 6.6.5, 6.6.4, 6.6.3...
2 years ago

Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019

Diff from v6.0.4
6.0.4...6.0.5

  • Now you can download the always latest Sophia Script archive by invoking (not as administrator too) in PowerShell console
irm script.sophi.app | iex

or without using aliases

Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
  • The command will download and expand the archive (without running) the latest Sophia Script 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.

  • Added Sophia Script for Windows 11 (PowerShell 7)

  • Updated the Windows10FileExplorer function for Windows 11;

    • Invoke to revert changes
    Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" -Name "{E2BF9676-5F8F-435C-97EB-11607A5BEDF7}" -Force -ErrorAction Ignore
    • And then invoke a new Windows10FileExplorer (how-to);
  • Removed Windows10FileExplorerRibbon because I "feel" the classic Windows 10 File Explorer days are near and the code will be removed sooner or later in the next Windows 11 builds;

  • Fixed typo in the MergeConflicts function: the values were switched places by mistake;

    # Hide
    New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name HideMergeConflicts -PropertyType DWord -Value 1 -Force
    # Show
    New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name HideMergeConflicts -PropertyType DWord -Value 0 -Force
  • Add the OpenWindowsTerminalAdminContext -Show function for Windows 11 only to allow opening Windows Terminal as admin in the Desktop and folders context menu;

  • Fixed some bugs in the script.sophi.app downloader;

    • Now it supports Windows 11 PowerShell 7 too.
  • Minor changes.

  • Check out the 3rd SophiApp public alpha build 🚀

SophiApp

Sophia Script Wrapper 2.5

  • You must import Sophia.ps1 before using the Wrapper now. Disabled controls to do this;
  • Closed #252, #253 (thnx to @Henry2o1o);
  • More JSONs. Split up Windows 10 and Windows 11 config and tooltip JSONs files;
  • Console Textbox is now resizable
  • Moved "Save As" button to ‘Export Preset’ in ‘Import/Export Preset’ menu
  • UI color changes
  • Fixed some bugs.

Wrapper

File SHA-256
Sophia.Script.for.Windows.10.LTSC.v5.2.15.zip 2C281638C182D3F7B8C93C00D51496590B2843F52B879FCD658000FC352F7CC1
Sophia.Script.for.Windows.10.v5.12.4.PowerShell.7.zip 36D996DB551BCB15DBD7E79B4A6AEF2951C9ABB5708B578F738F4E4E9A24F281
Sophia.Script.for.Windows.10.v5.12.4.zip 353D35BF392EE68A2271759AF6F163308F9F1F9FC30A8F855614628237B2B2DC
Sophia.Script.for.Windows.11.v6.0.5.PowerShell.7.zip 5ACD07DD64B7D1C7657586E3B4B444FBCDA00450359611ECE98ED551C2F9A85E
Sophia.Script.for.Windows.11.v6.0.5.zip 937F3CC2B741C7F86ADB9ACEC2356EBA1F1E1589D3ED05F883A1B27B9520C40C
Sophia.Script.Wrapper.v2.5.zip B97EB2FB056A7E73B20A90F6997A35F37348454B097DA156F6FED168E8BBDB0A

Don't miss a new Sophia-Script-for-Windows release

NewReleases is sending notifications on new releases.