github farag2/Sophia-Script-for-Windows 6.0.6
24.10.2021

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

Diff from v6.0.5
6.0.5...6.0.6

  • 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.

  • The NotificationAreaIcons, TaskbarSize, RecentlyAddedAppsAdded funtions were removed due to lack of necessity;

  • Fixed typo in FileExplorerCompactMode;

    • The values for Disable and Enable were switched places by mistake;
  • Fixed bug in UpdateMicrosoftProducts;

  • Fixed bug in IPv6Component;

    • The parameter uses U+2013 instead of U+2010 character (hyphen)
  • Fixed major in WinPrtScrFolder (closes #260);

    • It turned out that it has an influence on the OneDrive behavoir. Now the function will be applied only if the preset is configured to remove OneDrive, otherwise the backup functionality for the "Desktop" and "Pictures" folders in OneDrive breaks;
  • Merged #264;

  • Added Spotify for removing to UninstallUWPApps;

  • ShareContext now uses another method that doesn't have an influence on Windows10FileExplorer

    • To revert changes invoke
    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 ShareContext (how-to);
  • OpenWindowsTerminalAdminContext rewritten and now uses a native UAC icon and added to the top-level context menu

    • To revert changes invoke
    $Items = @(
      "Registry::HKEY_CLASSES_ROOT\Directory\Background\shell\OpenWTHereAsAdmin",
      "Registry::HKEY_CLASSES_ROOT\Directory\shell\OpenWTHereAsAdmin",
      "HKLM:\SOFTWARE\Classes\Directory\shell\OpenWTHereAsAdmin\command",
      "HKLM:\SOFTWARE\Classes\Directory\Background\shell\OpenWTHereAsAdmin\command",
      "$env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\terminal.ico"
    )
    Remove-Item -Path $Items -Recurse -Force -ErrorAction Ignore

    Context

    • And then invoke a new OpenWindowsTerminalAdminContext (how-to);
  • Added function to set the Windows 10 style context menu (closes #267);

  • Minor changes.

  • Check out the 3rd SophiApp public alpha build 🚀

    • The 4th alpha version 0.0.0.5x will be released soon

SophiApp

Sophia Script Wrapper 2.5.1

  • Cleaned up code: EXE should be now smaller;
  • Fixed typos in JSONs;
  • Added Spanish (es-ES);
  • Fixed UI.

Wrapper

File SHA-256
Sophia.Script.for.Windows.10.LTSC.v5.2.16.zip 368A6A4588749999A31000341A176E2615B93F8A2C0AB4DF91535DE95C064FD6
Sophia.Script.for.Windows.10.v5.12.5.PowerShell.7.zip 9BDDD05FFFAEC24490E345F947C37C9665A3E4E3C86F3B6FE2EAC6FABB1C3F57
Sophia.Script.for.Windows.10.v5.12.5.zip C10ACE107FB0CA48297DCF3C8E195F5DE0E0224762C2CD616D3740A38B3B8F1E
Sophia.Script.for.Windows.11.v6.0.6.PowerShell.7.zip CF3A955A34FB19BB67F8959620E694ADA2B6B6590FEBF294F453EB07460B9054
Sophia.Script.for.Windows.11.v6.0.6.zip C238A1A23675B2C64B17408E8208660D908110C7BA0D28D939E4CC1A14D4DDCF
Sophia.Script.Wrapper.v2.5.1.zip F66A6CF7760C2E174790FC83F624F5026E10EA9EBCC4F8B7253933444D8D491A

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

NewReleases is sending notifications on new releases.