Skip to content

Releases: farag2/Sophia-Script-for-Windows

20.10.2024

20 Oct 15:21
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.7.0
6.7.0...6.7.1

  • Removed IPv6Component function as an unnecessary one;
  • Formally added support for Windows 11 IoT Enterprise LTSC 2024
  • Code refactoring;
  • Minor changes.

Thanks to @lowl1f3, w-man, and marat2k for bugreporting.

Wrapper 2.7.4

Fixed Set-Association output to correct position in output. It used to be at the very end of System region. Now nested before Import and Export Assocations.


Download
Script
Script
Script
Script
Script
Script
Script
Script

07.10.2024

07 Oct 18:30
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.9
6.6.9...6.7.0

  • Added Windows 11 Enterprise LTSC 2024 support;
  • Added bypass for UCPD driver restriction in Set-Association function while associaing an app with .pdf extention and http/https protocols;
    • Microsoft has blocked write access to UserChoice key for .pdf extention and http/https protocols with KB5034765 release.
  • Added bypass for UCPD driver restriction in TaskbarWidgets function for Windows 11;
  • Added bypass for UCPD driver restriction in NewsInterests function for Windows 10;
  • Small improvements for Scheduled tasks. You may re-create them if you wish within . .\Functions.
  • Minor changes.

Wrapper 2.7.3

  • Fixed 'Search' bug. Searching for the word 'help' crashes

Download
Script
Script
Script
Script
Script
Script
Script
Script

Caution

WinterOS, a custom Windows 10/11 ISO, has a ton of obfuscated batch scripts in %SystemRoot%\WinterOS* (folder name may vary). More likely, it has a built-in backdoor (trojan). Please re-install Windows using only Microsoft genuine ISO image and never use custom made Windows ISOs.
ViruTotal report of defender.bat: https://www.virustotal.com/gui/file/a49fcbdad76219dbe84db4c09a4d2234c129d90eaf27bae9ee0526a3f1c729b8/detection
изображение

16.08.2024

16 Aug 20:29
9a33ec2
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.8
6.6.8...6.6.9

  • Added function DNS-over-HTTPS for IPv4 for Windows 10
    • DNSoverHTTPS -Enable -PrimaryDNS 1.0.0.1 -SecondaryDNS 1.1.1.1
    • DNSoverHTTPS -ComssOneDNS to use COMSS.ONE' DNS. Applicable for Russia only.
    • The valid IPv4 addresses: 1.0.0.1, 1.1.1.1, 149.112.112.112, 8.8.4.4, 8.8.8.8, 9.9.9.9
  • Added TaskbarEndTask function to add End task in taskbar by right click. Applicable for Windows 11 only.
  • Simplify a little bit all Scheduled Tasks related function.
    • You may update them by using . .\Functions module. Nothing new.
  • Expanded harmful tweakers by adding xd-AntiSpy for letting users remove system UWP components to break Windows in the end (along side with Winpilot. You're welcome again. Bravo! 👏
  • Improved RKNBypass function. Now all browsers will know about a new proxy server isntantly by using InternetSetOption API.
  • TaskbarWidgets' function future is up in the air due to Microsoft has blocked access for editing TaskbarDa key in KB5041585, so technically the function doesn't work throwing Attempted to perform an unauthorized operation.
  • Small improvements;
  • Minor changes.

Caution

WinterOS, a custom Windows 10/11 ISO, has a ton of obfuscated batch scripts in %SystemRoot%\WinterOS* (folder name may vary). More likely, it has a built-in backdoor (trojan). Please re-install Windows using only Microsoft genuine ISO image and never use custom made Windows ISOs.
ViruTotal report of defender.bat: https://www.virustotal.com/gui/file/a49fcbdad76219dbe84db4c09a4d2234c129d90eaf27bae9ee0526a3f1c729b8/detection
изображение

06.07.2024

06 Jul 10:41
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.7
6.6.7...6.6.8

  • Removed RestoreUWPApps
    • It doesn't work at all anymore.
  • Removed TempFolder as it makes more harm than good;
  • Fixed OneDrive -Install -AllUsers and Install-WSL functions;
  • Improved all three scheduled tasks related functions;
  • Improved WindowsScriptHost -Disable
    • Now it checks whether scheduled tasks were created. If so, the function will be skipped to due to they rely on VBS scripts execution.
  • Fixed typos;
  • Minor changes;
  • Thanks to Kudzor.

15.06.2024

15 Jun 14:42
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.6
6.6.6...6.6.7

  • Fixed CleanupTask -Register function not working due to a typo;
    • Please re-create it via invoking . .\Functions.ps1 (with a dot at the beginning) method.
  • Removed CommandLineProcessAudit and Install-WSA as WSA support is deprecated;
  • Improved EventViewerCustomView -Disable function;
  • Fixed typos;
  • Minor changes;
  • Thanks to @lowl1f3.

Wrapper 2.7.1

Closed #576

28.05.2024

28 May 19:31
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.5
6.6.5...6.6.6

  • Removed Windows10ContextMenu (as this was a strange function to make Windows 11 looks like an old OS), AuditProcess (as CommandLineProcessAudit -Enable contains the same functionality), BrowsingHistory functions for Windows 11;
  • Added StartRecommendationsTips & StartAccountNotifications functions to Show recommendations for tips, shortcuts, new apps, and more in the Start menu and Show Microsoft account-related notifications on Start Menu in the Start menu respectively;
  • DefenderSandbox functions re-added for Windows 11;
  • Added AtlasOS, which for some reason positions itself as a replacement for Windows (!!!), as a harmful tweaker from another scammers;
  • Other improvements.

Important

image
Happy 6.6.6 version!

14.04.2024

14 Apr 12:20
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.4
6.6.4...6.6.5

  • Removed ShareContext & UnpinAllStartApps functions for Windows 11;
  • Fixed Cursors function;
    • Please re-run it by using . .\Functions.ps1 module
  • Added a warning for Set-Association function: .pdf and http/https protocols will be skipped;
    • Microsoft has blocked write access to UserChoice key for .pdf extention and http/https protocols with KB5034765 and KB5034763 for Windows 11 and Windows 10 respectively.
  • RKNBypass updated;
    • Changed URL to https://p.thenewone.lol:8443/proxy.pac. Applicable for Russia only.
  • Fixed numerous typos.

07.04.2024

07 Apr 20:42
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.3
6.6.3...6.6.4

  • Fixed script not checking version correctly;
  • Script-wide improved compiling .NET code compatibility when a username has the first capital letter`;
  • Fixed Cursors function not extracting files from archives using %SystemRoot%\System32\tar.exe when a username has the first capital letter`;
  • Fixed Set-UserShellFolderLocation -Root function not checking drives correctly what results in skipping the whole function;
  • Minor changes.

Wrapper 2.7.0

  • Updated colors for each theme and coded more correctly according to industry standards;
  • Clean up code.

01.04.2024

01 Apr 21:21
4fd350c
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.2
6.6.2...6.6.3

  • Removed RunAsDifferentUserContext, EditWithPhotosContext, ImagesEditContext for Windows 10 as unnecessary ones.
  • Fixed UserFolders function;
  • Removed NET7x64 argument from InstallDotNetRuntimes function as .NET 7 will have EOF status in May;
  • Fixed and improved Cursors function;
  • Now it's possible to create any scheduled task even computer name is equal to user name (what's prohibited in Windows);
    • Removes warning that Task Scheduler is removed or broken;
    • Fixes #561.
  • Minor changes.

Thanks to @lowl1f3 for bug reporting.

Wrapper 2.6.20

  • Code refactoring
    • Proper variable naming, removed experimental code, removed extras, added regions.

06.03.2024

06 Mar 21:16
Compare
Choose a tag to compare

actions actions Discord

Donate

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

Diff from v6.6.1
6.6.1...6.6.2

  • Initial checks simplified;
  • InstallDotNetRuntimes function has now only NET6x64, NET7x64, NET8x64 supported arguments
  • Minor changes.

Wrapper 2.6.18

  • Fixed Set-Association;
    • Can include spaces in filepath.
  • More organized output console.