Skip to content

Releases: farag2/Sophia-Script-for-Windows

27.07.2022

26 Jul 21:07
b32b381
Compare
Choose a tag to compare

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

Diff from v6.1.2
6.1.2...6.1.3

  • Strengthen the Defender checking whether it was destroyed by 3rd party apps;
  • Improved and fixed bug when DNSoverHTTPS function didn't enable DNS-over-HTTPS feature;
    • Please check if it's enabled for you in the Settings;
    • #374 closed.
  • Improved the Ukranian 🇺🇦 : translation.
  • Minor changes.

Sophia Script Wrapper 2.5.7

  • Output PowerShell: Refresh Console before Export
  • Output DNSoverHTTPS for other languages other than English

16.07.2022

16 Jul 16:20
Compare
Choose a tag to compare

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

Diff from v6.1.1
6.1.1...6.1.2

Anniversary build of Sophia Script!💯⭐

  • Improved startup checkings, especially regarding Microsoft Defender whether it wasn't removed or destroyed by malicious tweakers;
  • Added RKNBypass function to enable proxying only blocked sites from the unified registry of Roskomnadzor;
  • Added WSA function to enable the latest Windows Subsystem for Android™ with Amazon Appstore;
    • All necessary dependencies will enabled (reboot may require) and the Microsoft Store WSA page will be opened to install it manually;
    • To use Windows Subsystem for Android™ on your device, your PC needs to have Solid State Drive (SSD) installed.
  • #365 closed
  • Minor changes;
  • Fixed numerous typos.

Sophia Script Wrapper 2.5.6

  • @BenchTweakGaming fixed minor UI bug;
  • Resized width of window for Russian and fixes scrolling per tab.

05.07.2022

05 Jul 23:19
Compare
Choose a tag to compare

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

Now you can download the always latest Sophia Script archive by invoking (not as administrator too) in PowerShell console

irm script.sophi.app | iex

The command will download and expand the latest Sophia Script archive (without running) according which Windows and PowerShell versions it is run on. If you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for Windows 11 PowerShell 5.1.

Diff from v6.1.0
6.1.0...6.1.1

  • Now the repo doesn't keep any 3rd party libraries, and all scripts are built using an updated GitHub Action config;
  • Fixed bug in NetworkAdaptersSavePower function when script hung if one network adapter was disabled;
    • Reported by @poohart.
  • Fixed bug in UninstallUWPApps function for PowerShell 7 based scripts when a WPF form didn't render at all;
    • Reported by @poohart.
  • Improved UpdateLGPEPolicies function;
    • Now it creates GPT.ini file automatically if it doesn't exist.
  • Minor changes;
  • Fixed numerous typos.

Sophia Script Wrapper 2.5.5

  • @BenchTweakGaming fixed bug when the app crashed if a PowerShell 7 preset was imported;
  • Minor changes;

Check out SophiApp 1.0.0.71! 🚀

SophiApp
SophiApp

File SHA256
Sophia.Script.for.Windows.10.LTSC.2019.v5.3.1.zip 1C8B3B5CA76BF20651D53C5F882973D8CA1CDBDE9114BCF1C8C11FC3EC80F17D
Sophia.Script.for.Windows.10.LTSC.2021.v5.13.1.zip 87CB29F92B751820F6E8E901135DAA6BC3D2C19949EF05BDB02A7BED9272F8B5
Sophia.Script.for.Windows.10.PowerShell.7.v5.13.1.zip 23C57610C217F0DA4613DEE82F2C8BB4CC07614FBF9430EDD4D80942D7EEF5E8
Sophia.Script.for.Windows.10.v5.13.1.zip 102C549F02C7E5B4F0981894AD9FE1C98F9C0333901C00EC17170FF29BD7DF03
Sophia.Script.for.Windows.11.PowerShell.7.v6.1.1.zip D4A7F070021AC1D55382104A25984ADF68C51F34D4A2F928FC57ACF3C7EFC98C
Sophia.Script.for.Windows.11.v6.1.1.zip 4CD9684972120694CD9E361E53AEB4B175CC9ED496B558BC5BEE6407EC86B354
Sophia.Script.Wrapper.v2.5.5.zip 15FE538DFEF0C288752A5941E0230C326C75FB27C967798F7EDDDF18BD23E012

04.07.2022

04 Jul 08:45
63e4938
Compare
Choose a tag to compare

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

Now you can download the always latest Sophia Script archive by invoking (not as administrator too) in PowerShell console

irm script.sophi.app | iex

The command will download and expand the latest Sophia Script archive (without running) according which Windows and PowerShell versions it is run on. If you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for Windows 11 PowerShell 5.1.

Diff from v6.0.14
6.0.14...6.1.0

  • Added awesome UpdateLGPEPolicies function 👻
    • It's common known, that the gpedit.msc snap-in doesn't read settings from the Windows registry keys if they were made manually, bypassing the snap-in. This new function lets you update gpedit.msc to make all your policies created manually displayed regardless when registry keys were created. There is no need to run the whole Sophia Script — just call UpdateLGPEPolicies function. By default this function will be invoked at very end of script running to make all policies registry keys used in the script displayed.
    • To check all policies applied to your OS (if they have a record in gpedit.msc) after invoking UpdateLGPEPolicies, open gpedit.msc and navigate to:
      • Computer ConfigurationAdministrative TemplatesAll Settings;
      • User ConfigurationAdministrative TemplatesAll Settings.
    • Uses PolicyFileEditor module created by Dave Wyatt
    • Remind how to call a function from the module.
  • Added InstallDotNetRuntime6 function to let user install the latest .NET Desktop Runtime 6 (x86/x64);
    • The Internet access required;
    • Closes #347.
  • Fixed bug in NetworkAdaptersSavePower function that caused an error that there is no internet connection even if it was so;
  • Formaly added Windows 10 22H2 support;
  • Updated startup checkings;
  • Fixed DiagnosticDataLevel function;
    • Now it uses gpedit.msc path: HKLM:\Software\Policies\Microsoft\Windows\DataCollection instead of HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection;
    • To updated registry keys run DiagnosticDataLevel -Minimal.
  • Added SearchHighlights function to hide search highlights for Windows 10;
  • Fixed UnpinAllStartApps function;
    • Now it's working for Windows 11 22H2 Insider Preview too.
  • Removed Windows10FileExplorer to enabled Windows 10 File Explorer in Windows 11;
  • Updated TaskManagerWindow function to make it not to be run on Windows 11 22H2;
  • Fixed a bug in OpenWindowsTerminalAdminContext function when you cannot open Windows Terminal as admin in a path ends in a backslash \;
  • Signed all PowerShell files by a self-signed certificates;
    • image
  • #345 closed;
  • Minor changes;
  • Updated descriptions;

Sophia Script Wrapper 2.5.4

  • Updated translations;
  • Works with the latest Sophia Script preset files;
  • Minor changes;

Check out SophiApp 1.0.0.62! 🚀

SophiApp
SophiApp

File SHA256
Sophia.Script.for.Windows.10.LTSC.2019.v5.3.0.zip 1C8B3B5CA76BF20651D53C5F882973D8CA1CDBDE9114BCF1C8C11FC3EC80F17D
Sophia.Script.for.Windows.10.LTSC.2021.v5.13.0.zip 87CB29F92B751820F6E8E901135DAA6BC3D2C19949EF05BDB02A7BED9272F8B5
Sophia.Script.for.Windows.10.v5.13.0.PowerShell.7.zip 23C57610C217F0DA4613DEE82F2C8BB4CC07614FBF9430EDD4D80942D7EEF5E8
Sophia.Script.for.Windows.10.v5.13.0.zip 102C549F02C7E5B4F0981894AD9FE1C98F9C0333901C00EC17170FF29BD7DF03
Sophia.Script.for.Windows.11.v6.1.0.PowerShell.7.zip D4A7F070021AC1D55382104A25984ADF68C51F34D4A2F928FC57ACF3C7EFC98C
Sophia.Script.for.Windows.11.v6.1.0.zip 4CD9684972120694CD9E361E53AEB4B175CC9ED496B558BC5BEE6407EC86B354
Sophia.Script.Wrapper.v2.5.4.zip 15FE538DFEF0C288752A5941E0230C326C75FB27C967798F7EDDDF18BD23E012

09.04.2022

09 Apr 15:43
cb9af2a
Compare
Choose a tag to compare

Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2021 | Enterprise LTSC 2019

  • Now you can download the always latest Sophia Script archive by invoking (not as administrator too) in PowerShell console
irm script.sophi.app | iex
  • The command will download and expand the latest Sophia Script archive (without running) according which Windows and PowerShell versions it is run on. If you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for Windows 11 PowerShell 5.1.

Diff from v6.0.13
6.0.13...6.0.14

  • Added checking that triggers Windows updating and Microsoft Store apps in the background if the build the app is laucnhed ins't supported;

    # Enable receiving updates for other Microsoft products when you update Windows
    (New-Object -ComObject Microsoft.Update.ServiceManager).AddService2("7971f918-a847-4430-9279-4a52d1efe18d", 7, "")
    
    # Check for UWP apps updates
    Get-CimInstance -Namespace "Root\cimv2\mdm\dmmap" -ClassName "MDM_EnterpriseModernAppManagement_AppManagement01" | Invoke-CimMethod -MethodName UpdateScanMethod
    
    # Open the "Windows Update" page
    Start-Process -FilePath "ms-settings:windowsupdate-action"
    
    # Trigger Windows Update for detecting new updates
    (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()
  • Added Windows 11 Insider Support. Requires 22509 build. Closes #336;

  • Added StartLayout function (for Windows 11 Insider 22509 build only

    • Adds ability to configure Start Layout

      StartLayout -Default
      StartLayout -ShowMorePins
      StartLayout -ShowMoreRecommendations
  • Added checking that checks whether OS is waiting to be rebooted;

  • Improved the DefaultTerminalApp function;

  • Fixed the InstallVCRedistx64 function;

    • Now it downloads the right package. Closes #335.
  • Removed the DefenderSandbox function for Windows 11;

    • Windows 11 has already Sandbox for Defender enabled.
  • Minor changes;

  • Updated descriptions;

  • Check out SophiApp 1.0.0.50 🚀

SophiApp
SophiApp

File SHA256
Sophia.Script.for.Windows.10.LTSC.2019.v5.2.20.zip A793EB392320312131D86453D96AF63B81F5F43B0281A58B2FEBB49E30381F0F
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.12.zip 98534D20748421CA89D78C83EB8B7E1690F0C7A00F4D8A14F2558AC8ACD07B29
Sophia.Script.for.Windows.10.v5.12.14.PowerShell.7.zip 225478A8DE45F161E872808D002F790A755CC9BE5FBD748CC82DDE56F3E83132
Sophia.Script.for.Windows.10.v5.12.14.zip 7CC830564F998F6E05B2109076CCC49F7303F59F4955CE61BF882BD6D1ACE52E
Sophia.Script.for.Windows.11.v6.0.14.PowerShell.7.zip 55E593E36BCEDC0130142A3A0F6DB9CAB13DA3FE3C8C911B111FA81513E3ED2C
Sophia.Script.for.Windows.11.v6.0.14.zip C6D316279E895E89CE80DEDB9AA60F7CD19B78E11E0F587F166FB96DB3907F17
Sophia.Script.Wrapper.v2.5.3.zip 2452941A49352510D41607D60B29AA3A56FE5C660F38EC2715752A52B58EF64E

27.02.2022

27 Feb 17:08
Compare
Choose a tag to compare

Diff from v6.0.12
6.0.12...6.0.13

  • Added the checking whether Defender wasn't disabled;
  • Fixed XboxGameBar;
    • To prevent popping up the "You'll need a new app to open this ms-gamingoverlay" warning, you need to disable the Xbox Game Bar app, even if you uninstalled it before.
  • Updated descriptions.
  • Check out SophiApp 1.0.0.23 beta 3 🚀

SophiApp
SophiApp

File SHA256
Sophia.Script.for.Windows.10.LTSC.2019.v5.2.19.zip BC597CD782A11BF084DD8C64F3D39A75E75B5E896D363922CE38AC113BDC4CB1
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.11.zip 0E970AE18F59497BA48A8AB0A1E8096C691AFF92FBA7A6FFDBB02A27216B50BA
Sophia.Script.for.Windows.10.v5.12.12.PowerShell.7.zip 4A8F3720BDCBAC349BF4D599DE1761D132B07C471D6B9A147E04E10B45CB4526
Sophia.Script.for.Windows.10.v5.12.12.zip 9D5B1CF32EAFF31D1B3D3594EB9F21EEFFEB10F0A1D3F38A649222DA192412B4
Sophia.Script.for.Windows.11.v6.0.13.PowerShell.7.zip 716E2F4D3FD6237F4324F83F75719F502387FCD92E523023DC396FDFD9AF5E5F
Sophia.Script.for.Windows.11.v6.0.13.zip E38117759EFF9DF20633F0F23CCB4D7E5B6CF2EAE0212127483674CB434B7822
Sophia.Script.Wrapper.v2.5.3.zip C6FB052904BB5FB7EBAD244EB05CCBEFE99F6B72E2959F1B6A1BF2EA89D1A37B

02.02.2022

02 Feb 20:52
76eb1f8
Compare
Choose a tag to compare

Diff from v6.0.11
6.0.11...6.0.12

  • Merged #315 & #326;
  • Updated descriptions.
  • Check out SophiApp 1.0.0.13 beta 2 🚀

SophiApp
SophiApp

File SHA256
Sophia.Script.for.Windows.10.LTSC.2019.v5.2.19.zip D0A1CD62ACBC454A0600872F508BAA2D5565FAF773FCB06C920A507D6402A9C9
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.10.zip 7A2C2BEF0DE3FB63F586591EAF481480553B39AC5341353F6F06E8AF3FDCCF4F
Sophia.Script.for.Windows.10.v5.12.11.PowerShell.7.zip 4A8F3720BDCBAC349BF4D599DE1761D132B07C471D6B9A147E04E10B45CB4526
Sophia.Script.for.Windows.10.v5.12.11.zip 0924DDF20AC4A2D84E9D5E789CB3937D8F4FA4C6979D149A2EF393851A43EBBD
Sophia.Script.for.Windows.11.v6.0.12.PowerShell.7.zip 9C5DC69C4F411999CCA11387909985C9F3D74965FCA83312E903209E511D8B3C
Sophia.Script.for.Windows.11.v6.0.12.zip CD43421812524EE99BAB2F6574EC2310C1BC97BD4F842CE3635EA481A7E7E702
Sophia.Script.Wrapper.v2.5.3.zip 873FA24399D2AB42C1C4B9900E1AF69C24C3D343C01A8C6EE82B00B606209B3C

31.12.2021

31 Dec 14:37
afb4c56
Compare
Choose a tag to compare

Diff from v6.0.10
6.0.10...6.0.11

  • Check out our new how-to video about Sophia Script and the Wrapper;
  • The NewsInterests function now uses the policy due to Microsoft has blocked the ability to turn off the widget via registry;
  • Improved and fixed DNSoverHTTPS;
    • Now the function can be applied if Hyper-V is enabled when a virtual net switch is being created.
  • Finally, we released SophiApp 1.0.0 beta 1 🚀
  • Happy New year! ruboard

SophiApp
SophiApp

File SHA-256
Sophia.Script.for.Windows.10.LTSC.2019.v5.2.19.zip D0A1CD62ACBC454A0600872F508BAA2D5565FAF773FCB06C920A507D6402A9C9
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.9.zip 7A2C2BEF0DE3FB63F586591EAF481480553B39AC5341353F6F06E8AF3FDCCF4F
Sophia.Script.for.Windows.10.v5.12.10.PowerShell.7.zip 4A8F3720BDCBAC349BF4D599DE1761D132B07C471D6B9A147E04E10B45CB4526
Sophia.Script.for.Windows.10.v5.12.10.zip 0924DDF20AC4A2D84E9D5E789CB3937D8F4FA4C6979D149A2EF393851A43EBBD
Sophia.Script.for.Windows.11.v6.0.11.PowerShell.7.zip 9C5DC69C4F411999CCA11387909985C9F3D74965FCA83312E903209E511D8B3C
Sophia.Script.for.Windows.11.v6.0.11.zip CD43421812524EE99BAB2F6574EC2310C1BC97BD4F842CE3635EA481A7E7E702
Sophia.Script.Wrapper.v2.5.3.zip 873FA24399D2AB42C1C4B9900E1AF69C24C3D343C01A8C6EE82B00B606209B3C

15.12.2021

15 Dec 19:24
Compare
Choose a tag to compare

Diff from v6.0.9
6.0.9...6.0.10

  • Fixed a bug thats prevented getting the current preset name loaded into session;
  • Check out the 4th SophiApp 0.0.0.78 public alpha build 🚀

SophiApp

File SHA-256
Sophia.Script.for.Windows.10.LTSC.2019.v5.2.19.zip 8037995A892832ABE1A7E5B5F7FBC7AB8C42C098DADCCD15412649025CB95AD0
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.9.zip D73AA51C76B48F1B01E2CB7305DA7D00615A7AC596438761E401E2E20A7CC2C7
Sophia.Script.for.Windows.10.v5.12.9.PowerShell.7.zip 48D7DA3455E9551018A524FC4D0040B1082B115ED99CB301ADCFFFDCDBC260C0
Sophia.Script.for.Windows.10.v5.12.9.zip D2456AAE0F2BB246EAC85A123C791F9FF116F07B9B1B735F64B9F7AB677BF83E
Sophia.Script.for.Windows.11.v6.0.10.PowerShell.7.zip DA57C9C9130FE3002E648FF983BA8B549EE305675BE52B67EF55FAAA4243FCB3
Sophia.Script.for.Windows.11.v6.0.10.zip 10D03A4266A2900336AFE4225A7F8ADF842F10DF8D1A894AEDB14CB98120F7F4
Sophia.Script.Wrapper.v2.5.3.zip 4DA0114BDF032D4644DD0AF03C934BE03E9DB084F1B12A1C8AFC1D8A9B6A745C

14.12.2021

14 Dec 19:23
995f5ec
Compare
Choose a tag to compare

Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2021 | Enterprise LTSC 2019

  • Now you can download the always latest Sophia Script archive by invoking (not as administrator too) in PowerShell console
irm script.sophi.app | iex
  • The command will download and expand the latest Sophia Script archive (without running) according which Windows and PowerShell versions it is run on. If you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for Windows 11 PowerShell 5.1.

Diff from v6.0.8
6.0.8...6.0.9

  • Fixed a typo in the DefaultTerminalApp -WindowsTerminal function that prevents the function to get the Windows Terminal PackageFullName variable value;
  • The WinPrtScrFolder -Desktop function was improved again;
  • The Windows 10 Enterprise LTSC 2019 version is now deprecated and won't be supported. Please, if you're an ortodox who likes outdated and abandoned Windows, switch to Windows 3.11 back, or at least Windows 10 Enterprise LTSC 2021;
  • Minor changes.
  • Check out the 4th SophiApp 0.0.0.78 public alpha build 🚀

SophiApp

File SHA-256
Sophia.Script.for.Windows.10.LTSC.2019.v5.2.18.zip 8037995A892832ABE1A7E5B5F7FBC7AB8C42C098DADCCD15412649025CB95AD0
Sophia.Script.for.Windows.10.LTSC.2021.v5.12.8.zip D73AA51C76B48F1B01E2CB7305DA7D00615A7AC596438761E401E2E20A7CC2C7
Sophia.Script.for.Windows.10.v5.12.8.PowerShell.7.zip 48D7DA3455E9551018A524FC4D0040B1082B115ED99CB301ADCFFFDCDBC260C0
Sophia.Script.for.Windows.10.v5.12.8.zip D2456AAE0F2BB246EAC85A123C791F9FF116F07B9B1B735F64B9F7AB677BF83E
Sophia.Script.for.Windows.11.v6.0.9.PowerShell.7.zip DA57C9C9130FE3002E648FF983BA8B549EE305675BE52B67EF55FAAA4243FCB3
Sophia.Script.for.Windows.11.v6.0.9.zip 10D03A4266A2900336AFE4225A7F8ADF842F10DF8D1A894AEDB14CB98120F7F4
Sophia.Script.Wrapper.v2.5.3.zip 4DA0114BDF032D4644DD0AF03C934BE03E9DB084F1B12A1C8AFC1D8A9B6A745C