Skip to content

Releases: farag2/Sophia-Script-for-Windows

30.01.2023

30 Jan 18:25
23509fb
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.2.7
6.2.7...6.3.0

  • Added new function to prevent Microsoft Edge desktop shortcut creation upon its' update;

    • By default it prevents for all Microsofot Edge channels (with checks if any of them is installed): PreventEdgeShortcutCreation -Channels Stable, Beta, Dev, Canary.
  • The IPv6Component function gets new argument -PreferIPv4overIPv6 to Enable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections if your ISP supports it. Prefer IPv4 over IPv6;

  • Improved scheduled tasks functions: now it checks if tasks were already created for another user;

  • Fixed rare bug for SetUserShellFolderLocation function when Microsoft Terminal deblicates PC drivers in the menu;

  • Minor changes.

  • Wrapper updated up to 2.6.1;

    • Now fully compatitable with the latest script version.

08.01.2023

08 Jan 15:54
21aa6c7
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.2.6
6.2.6...6.2.7

  • Improved Microsoft Defender startup checks;
  • Improved Badge.yml config;
  • Minor changes.

26.12.2022

26 Dec 22:14
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.2.5
6.2.5...6.2.6

  • Improved Defender startup checks;

  • Improved UninstallPCHealthCheck function to install the "PC Health Check" app (Windows 10 only);

  • Renamed InstallDotNetRuntime7 into InstallDotNetRuntimes to let users install .NET Desktop Runtime 6 along side with the 7th version;

  • Added FolderGroupBy function to let users do not group files and folder in the File Explorer;

  • Minor changes.

  • With best wishes for a happy New Year from Team Sophia img

11.12.2022

11 Dec 16:48
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.2.4
6.2.4...6.2.5

  • Switched .NET Desktop Runtime 6 to the 7th version;
  • Minor changes.

Wrapper

04.12.2022

04 Dec 15:12
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.2.3
6.2.3...6.2.4

  • Updated the Scheduled tasks notification toasts UI;
    Image
    • Call Sophia -Functions "CleanupTask -Register", "SoftwareDistributionTask -Register", "TempTask -Register" to update existing Scheduled tasks to have a new toasts UI;
    • Read how to call specific function from Sophia Script for Windows.
  • Fixed bug for TempFolder function to make it work without errors on systems with non-latin characters in username;
  • Fixed small bug in NetworkAdaptersSavePower;
    • Now it doesn't hang script in rare cases.
  • EditWithPhotosContext and CreateANewVideoContext function were removed for Windows 11 only due to they do not work for this Windows;
  • Added EditWithClipchampContext for Windows only to let remove Edit with Clipchamp from the media files context menu;
  • Fixed typos in UpdateLGPEPolicies function
  • #411 merged;
  • Fixed #406;
  • Minor changes.

Wrapper version bumped to 2.5.8

  • Minor changes and added link to Discord channel;
  • Wrapper 3.0 is on the way;
  • @BenchTweakGaming.

04.11.2022

04 Nov 13:11
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.2.2
6.2.2...6.2.3

  • Hot fix for HEIF function;
    • Thanks to Ravz59 for bug reporting.
  • UnpinAllStartApps re-written. Now there is no need to keep start.bin file to unpin start tiles.

02.11.2022

02 Nov 22:15
e03d387
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.2.1
6.2.1...6.2.2

  • HEIF function was re-written;
    • Now it downloads the latest HEVC codec package using the https://store.rg-adguard.net parser again;
    • Now it checks version of installed package before installing;
    • #406 closed.
  • Minor changes.

31.10.2022

31 Oct 07:55
aa67044
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.2.0
6.2.0...6.2.1

  • Fixed old bug in Meet Now function when it didn't save registry key value;
  • Improved all scheduled tasks creation;
    • Unified tasks with SophiApp: they are created now in Sophia folder;
    • When you remove all tasks in the Task Scheduler, folder will be removed too;
  • Added missed strings in the Wrapper configs;
  • Improved Wrapper German translation;
  • Minor changes.

23.10.2022

23 Oct 10:33
cbbc258
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.1.5
6.1.5...6.2.0

  • Moved from PolFileEditor.dll to LGPO.exe from Microsoft;

    • It lets manually created policies keys in registry be visible in gpedit.msc snap-in by re-building policy cache by official way;
    • So all functions that rely on policy will be visible in the snap-in for you;
    • The UpdateLGPEPolicies was edited to be suitable for a new method based on LGPO.exe;
      • Commented out be default now.
  • Added a new function Cursors

    img

    • Lets you to install free (light and dark) "Windows 11 Cursors Concept v2" cursors from Jepri Creations on-the-fly;
    • Default option is Dark.
  • The InstallVCRedist function now installs both x86 and x64 Visual C++ Redistributable 2015–2022 packages;

  • Fixed bug in the Windows Cleanup scheduled task for cleaning Windows. If you applied this function in 6.1.5 release, re-apply in again using this release, unless the task won't run at all.

    • How-to call specific function
    Sophia -Functions "CleanupTask -Register"
  • Minor changes.

09.10.2022

09 Oct 21:08
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.1.4
6.1.4...6.1.5

  • Added a temp workaround to check whether PolFileEditor.dll assembly was loaded due to even it was unblocked for SmartScreen before, it's blocked for loading into PowerShell session;
    • Fixes bug when script couldn't load PolFileEditor.dll into session and broke the functionality that relies on it. Now if script detects that PolFileEditor.dll wasn't loaded, offer to restart powershell.exe session.
    • Will be obsolete with the 6.2.0 release.
  • Fixed winget not installing Visual C++ Redistributable 2015–2022;
    • Microsoft changed package identifier.
  • Minor changes.

Check out SophiApp 1.0.84! 🚀

Image