Skip to content

Releases: farag2/Sophia-Script-for-Windows

22.12.2020

22 Dec 10:48
a7e32dd
Compare
Choose a tag to compare

Windows 10 2004/20H2/21H1

Diff from v5.3
5.3...5.3.1

Sophia Script logo

  • Also uploaded the updated LTSC module version up to 5.0;
  • Added a new logo on the main page. Logo made by teahead
  • Added PowerShell 7.1 compatibility 🏆
    • Closed #70;
    • Anyway sometimes pinning shortcuts via syspin do nothing. It's PS Core bug. 🤔
  • Fixed typo causing bug in CleanUpTask -Register function. Please re-register task;
  • Added Logging function using the Start-Transcript cmdlet. Commented out by default.
    • To stop logging just close the console or type Stop-Transcript. The log will be being recorded into the script folder
  • Added AppsLanguageSwitch function. Lets use a different input method for each app window. Thanks to WindR
  • Updated the Italian translation. Closed #103. Thanks to @garf02;
  • Updated syspin app up to the 0.99.9.1;
  • Minor changes. :feelsgood:
  • Added the New Year easter egg to the console title! 🤭
  • It's the latest release this year. 🤗 Happy New Year! Image

12.12.2020

12 Dec 19:03
9c93854
Compare
Choose a tag to compare

Windows 10 2004/20H2

Diff from v5.2
5.2...5.3

  • Some functions were updated and improved, especially
    • ScheduledTasks, WindowsFeatures, WindowsCapabilities now support arguments to load pop-up dialog box;
    • SetUserShellFolderLocation gets -Custom argument (commented out by default) to select a folder for the location of the user folders manually using a folder browser dialog. Closed #98;
    • Fixed and changed method for saving code for creating the "Windows Cleanup" task in CleanUpTask function;
      • There won't be any more AV false positives. Better to reregistre task again. Sometimes a toast didn't even load and the task runs forever. LOL
  • Updated the Sophia.ps1 preset file. Use the new one;
  • Added Spanish localization 🇪🇸. Thanks to @AnxoMJ;
  • Updated, improved and simplified all localizations. Thanks to all translators;
    • Now available in: 🇬🇧 🇨🇳 🇩🇪 🇫🇷 🇮🇹 🇷🇺 🇺🇦 🇹🇷 🇪🇸
  • Updated descriptions;
  • Closed #101
  • Minor changes. :feelsgood:

Also guy from benchtweakgaming.com created a GUI wrapper for the script. 🗡️

11.11.2020

11 Nov 11:11
64386f7
Compare
Choose a tag to compare

Windows 10 2004/20H2

Diff from v5.1.1
5.1.1...5.2

  • Code refactoring. Thx to FrankSinatra 🏆 & iNNOKENTIY21 🏆;
    • Almost all functions were rewritten to accept arguments;
    • e.g. DisableTelemetryServices and EnableTelemetryServices are now
TelemetryService -Disable
TelemetryService -Enable
  • Updated the Sophia.ps1 preset file. Use the new one!;
  • Added localizations
    • Chinese simplified (#79). Thanks to @JonathanChuyan;
    • Italian (#80). Thanks to @garf02;
    • Turkish (#82). Thanks to @v30xy;
    • French. Thanks to coleoptere2007;
    • Ukranian. Thanks to lowlif3;
    • Now available in
  • Updated localizations;
  • Closed #81, #83, #84, #85, #86, #87
  • Minor changes.

Also guy from benchtweakgaming.com created a GUI wrapper for the script. Hope it'll help! 🗡️

09.10.2020

09 Oct 10:38
7e00137
Compare
Choose a tag to compare

Windows 10 2004/20H2

Diff from v5.1
5.1...5.1.1

  • Added the German localization. Thanks to ERRASoft 🏆;
  • Updated localizations;
  • Added manifest file;
  • EnableWin32LongPaths function wasn't enabled as a default one;
  • Functions updated
    • DisableWindowsErrorReporting;
    • EnableWindowsErrorReporting;
    • DisableScheduledTasks;
    • EnableScheduledTasks.
  • Minor changes.

08.10.2020

08 Oct 06:33
494cd8f
Compare
Choose a tag to compare

Windows 10 2004/20H2

Diff from v5.0.1
5.0.1...5.1

  • The script becomes fully translatable 🏆;
    • The translations are moved to separate files Sophia.psd1;
    • To translate into your language you should
      • Create a folder with the appropriate future localization name;

        $PSUICulture
      • Place the translation into this folder without changing the file name (Sophia.psd1)

      • Thanks to FrankSinatra & westlife for the tip.

  • "DisableSuggestedContent" function renamed into "DisableWhatsNewInWindows";
  • "EnableSuggestedContent" function renamed into "EnableWhatsNewInWindows";
  • Closed #65, #71, #72 thanks to westlife;
  • Functions improved
    • UninstallOneDrive;
    • SetupWSL;
    • DisableBackgroundUWPApps westlife 🏆;
    • DisableReservedStorage.
  • Functions simplified
    • RemoveProtectedFolders;
    • RemoveAppsControlledFolder;
    • RemoveDefenderExclusionFolders;
    • RemoveDefenderExclusionFiles.
  • The preset file renamed into Sophia.ps1;
  • Comments;
  • Minor changes.

25.09.2020

25 Sep 09:54
fe2e8ff
Compare
Choose a tag to compare

Windows 10 2004/20H2

Diff from v5.0.0
5.0.0...5.0.1

  • The "SetTempPath" function;
    • Fixed error There is a mismatch between the tag specified in the request and the tag present in the reparse point
  • Descriptions;
  • Minor changes.

24.09.2020

24 Sep 12:07
59fe5dd
Compare
Choose a tag to compare

Windows 10 2004/20H2

  • The script has a new name: Windows 10 Sophia Script ❤️
  • The Script was rewritten into module (about 270 functions) with a preset file!
    • Now it should be ran via .\Preset.ps1
    • Every tweak in a preset file has its' corresponding function to restore the default settings;
    • Create your own preset file!
  • Minor changes. No new features.

23.09.2020

23 Sep 11:48
9ea49ee
Compare
Choose a tag to compare
23.09.2020 Pre-release
Pre-release

5.0 RC5

22.09.2020

22 Sep 13:34
9ea49ee
Compare
Choose a tag to compare
22.09.2020 Pre-release
Pre-release

5.0 RC4

21.09.2020

21 Sep 13:07
9ea49ee
Compare
Choose a tag to compare
21.09.2020 Pre-release
Pre-release

5.0 RC3