Skip to content

Releases: farag2/Sophia-Script-for-Windows

02.07.2023

02 Jul 19:45
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.5.1
6.5.1...6.5.2

  • Added BrowsingHistory function to hide websites from your browsing history in the Start menu;
  • Fixed #506;
  • Improved and fixed descriptions;
  • Minor changes.

Thanks to @amd64fox for providing a remote access to reproduce the bug.
Thanks to frost_tg for bug reporting

Wrapper 2.6.8

  • Improved preset exporting function;
  • Fixed #506;
  • Improved numerous JSON descriptions typos.

Note: Please note that Wrapper doesn't have all functions as CLI Sophia Script provides. If you want to apply all functions, you need to configure Sophia.ps1 file.

04.06.2023

04 Jun 10:35
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.5.0
6.5.0...6.5.1

  • Fixed bug in Export-Associations;
  • Closed #494;
    • Now TaskbarChat function except hiding the iсon also prevents Microsoft Teams from installing for new users by creating a special registry key as NT SERVICE\TrustedInstaller;
  • Fixed Cursors function;
    • If you encountered with a wrong cursor applied, please re-apply the function.
  • Minor changes.

Wrapper 2.6.7

Note: Please note that Wrapper doesn't have all functions as CLI Sophia Script provides. If you want to apply all functions, you need to configure Sophia.ps1 file.

28.05.2023

28 May 14:05
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.4.4
6.4.4...6.5.0

  • Expanded start-up checks;
    • Now the script checks and removes all IP addresses added to hosts file that block Microsoft recourses added by harmful tweaker WindowsSpyBlocker;
    • Now the script checks whether Microsoft Edge is installed, and if not it will be downloaded and installed.
  • Improved and fixed Set-Association function
    • Now you can associate extensions with protocols: Set-Association -ProgramPath MSEdgeMHT -Extension .html.
  • Added Export-Associations and Import-Associations to let user export all Windows associations and import all Windows associations from a JSON file;
    • Export-Associations exports Application_Associations.json to script root folder;
    • You have to install all apps to the same folders according to an exported JSON file to restore all associations, unless this extension will be skipped;
    • Import-Associations lets you import Application_Associations.json via an open file dialog;
    • This is more of a proof of concept (and may contain bugs) which shows that is possible to restore associations from an old PC to a new one (like in some harmful tweakers like Modern Tweaker and Win10Tweaker provide). But I'd not recommend to rely on this approach. Better do it manually. But the functions work. 🐱
  • Added SecondsInSystemClock function for Windows 11 to enable seconds in the taskbar as Windows 10 provides.
  • Fixes for #472, #476, #480, and #482;
  • Improved translations;
  • Minor changes.

Wrapper 2.6.6

  • Fixed JSON configs;
  • Improved the German translation;
  • Minor changes.

Note: Please note that Wrapper doesn't have all functions as CLI Sophia Script provides. If you want to apply all functions, you need to
configure Sophia.ps1 file.

Sophia Script for Windows hits more than 700 000 downloads! Thank you for your interest in Windows tweaking! ❤️

01.04.2023

01 Apr 15:11
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.4.3
6.4.3...6.4.4

  • Fixes for #466, #472, #470, and #469
  • Fixed a bug in Set-Association function when a used Desktop context menu item was accidentally removed;

28.03.2023

28 Mar 17:01
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.4.2
6.4.2...6.4.3

  • Improved Checks;
    • Expanded the list of harmful tweakers, trojans and other unwanted apps blocking the script running;
    • Added Microsoft Edge installation if it was removed by harmful tweakers. WebView2 Runtime is a mandatory Windows component.
  • Minor changes and improvements.

20.03.2023

20 Mar 08:54
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.4.1
6.4.1...6.4.2

Wrapper 2.6.4

  • Minor changes.

14.03.2023

14 Mar 20:30
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.4.0
6.4.0...6.4.1

  • Code refactoring;
  • Fixed a bug in ShowMenu function when Windows Terminal console was overbuffered that broke interractive ShowMenu;
  • Fixed IPv6Component by switching to https://ipify.org
  • Removed CheckUWPAppsUpdates function and intergrated into code;
  • Renamed SetUserShellFolderLocation function into Set-UserShellFolderLocation;
  • Many small changes and improvements.

08.03.2023

08 Mar 19:26
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2

Diff from v6.3.2
6.3.2...6.4.0

  • Dropped support for Windows 11 22000 & Windows 10 21H2;

  • CleanupTask, SoftwareDistributionTask, TempTask re-written;

    # With dot at the beginning
    . .\Functions.ps1
    
    Sophia -Functions "CleanupTask -Register", "SoftwareDistributionTask -Register", "TempTask -Register"
  • Improved WSL-Install;

  • Removed RunPowerShellShortcut function as not necessary any more;

  • WSA function renamed into Install-WSA and has no parameters any more;

  • Added TaskbarSearch -SearchIconLabel new parameter to configure search bar design on the taskbar;

  • Added SATADrivesRemovableMedia function to prevent all internal SATA drives from showing up as removable media in the taskbar notification area

  • #453 closed;

  • Many small changes and improvements.


11.02.2023

11 Feb 18:27
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 21H2/22H2 | Windows 11 21H2/22H2

Diff from v6.3.1
6.3.1...6.3.2

  • Improved and fixed WSL-Install function when WSL output was parsed wrong;

  • Improved OneDrive function;

  • #449 closed;

  • Minor changes.

  • Wrapper 2.6.3

    • Minor changes.

06.02.2023

06 Feb 12:01
3d39994
Compare
Choose a tag to compare

actions actions Discord

Donate

Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 21H2/22H2 | Windows 11 21H2/22H2

Diff from v6.3.0
6.3.0...6.3.1

  • WSL function re-written and renamed into WSL-Install

    • Now it generates always actual distros supported list by parsing the wsl --list --online output;
    • img
    • Thanks to @Inestic, the main SophiApp developer.
  • Improved OneDrive function;

  • Added NavigationPaneExpand function to expand navigation pane to open folder

  • Renamed HEIF function to HEVC;

  • Minor changes.

  • Wrapper 2.6.2

    • Minor changes.