Releases: farag2/Sophia-Script-for-Windows
Releases · farag2/Sophia-Script-for-Windows
22.12.2020
Windows 10 2004/20H2/21H1
Diff from v5.3
5.3...5.3.1
- 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 theStart-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
- To stop logging just close the console or type
- 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.
- Added the New Year
easter egg
to the console title! 🤭 - It's the latest release this year. 🤗 Happy New Year!
12.12.2020
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.
Also guy from benchtweakgaming.com created a GUI wrapper for the script. 🗡️
11.11.2020
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
andEnableTelemetryServices
are now
TelemetryService -Disable
TelemetryService -Enable
- Updated the
Sophia.ps1
preset file. Use the new one!; - Added localizations
- 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
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
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.
-
- The translations are moved to separate files
- "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
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
- Fixed error
- Descriptions;
- Minor changes.
24.09.2020
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
5.0 RC5
22.09.2020
5.0 RC4
21.09.2020
5.0 RC3