[PowerShell] Sophia Script for Windows 10 & Windows 11 | 5.17.8 | 6.5.8 | x64 2023

Discussion in 'Scripting' started by farag, May 8, 2020.

  1. zbigniew59

    zbigniew59 MDL Senior Member

    May 14, 2016
    374
    171
    10
    #341 zbigniew59, Mar 2, 2022
    Last edited: Mar 2, 2022
  2. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    Going to improve something in the next release. We went all out on the stable release of SophiApp now. 1.0.0.27 is still buggy. 28 contains of 6 bugs less )
     
  3. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
  4. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    Could you make a pull request? The problem is that every localization file differs from another depending on the Windows version. Open every psd1 file in every folder: https://github.com/farag2/Sophia-Script-for-Windows/tree/master/Sophia Script

    And a new string to translate: RebootPending = The PC is waiting to be restarted
     
  5. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
  6. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,351
    2,307
    60
    For those that are interested

    SophiAPP 1.0.0.43 RC12 pre-release (now with latest Windows 11 Dev Channel support) :clap:
     
  7. @farag its me on your Android Debloater github repo .latest issue (suggestion) closed.
     
  8. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    He-he, after 2.5 years of hard working we've made it. the only thing left is the German translation. Have been waiting for it for the 4th week already: https://github.com/Sophia-Community/SophiApp/pull/20
    As soon as we get it, we will release the app as stable one with the official announcement on all sites.
     
  9. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,351
    2,307
    60
    Latest SophiApp 1.0.0.45 RC14 Pre-Release

    Seems to be compatible with current Dev Build 22593
    Note:
    Not fully tested (my end) as (my) OS is a long standing (upgraded/upgrading) Daily Driver...
    lots of stuff already added/removed (not ideal)... log file throws up a lot of errors (as would be expected as APP is designed to be used on a Fresh Install)

    Code:
    Windows 11 Enterprise 22H2 build 22593.1
    Computer name: DESKTOP-XXXXXXX
    User: W0LF
    User domain: DESKTOP-XXXXXXX
    User culture: English (United Kingdom)
    User region: United Kingdom
    App version: 1.0.0.45
    App is release: False
    App folder: "C:\Users\W0LF\Downloads\Compressed\SophiApp1.0.0.45 RC14\SophiApp\"
    App localization: EN
    App theme: DARK
    App has access to Internet: True
    

    ... you may also want (to continue) to keep a close lookout (as mentioned in previous post)
    Source
     
  10. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    log file throws up a lot of errors. Many error are just a notifications. Errors will be seen very clearly. Could share the log? You're doing the final preparation for the release today. I hope so))
     
  11. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,351
    2,307
    60
    Just downloaded latest SophiApp 1.0.0.46 RC15 Pre-Release, willmost likely run a test later on today and will up the log (if there is anything untoward) for you to look at...
    but as you say, having had a quick look at yesterday's 45 log, they do appear to be notifications, mostly of non-present items.
     
  12. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
  13. detroit

    detroit MDL Junior Member

    Oct 31, 2013
    73
    10
    0
    Wrong thread..see the win32 thread linked by previous post.
     
  14. HerrSkywalker

    HerrSkywalker MDL Novice

    Jun 4, 2016
    1
    0
    0
    Hey folks,

    works the current Sophia Script 5.12.14 with Windows 10 Version 21H2 Build 19044.1706 properly?

    Im asking because after running the script my pc was completely laggy und even the Task Manager didn't respond anymore.

    Greets
     
  15. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    616
    203
    30
    i have never faced this lag you talking about. i runned the script like 10 days ago.
     
  16. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    It seems your HDD is dying. the script won't speed up your PC. nor others will do.
     
  17. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,351
    2,307
    60
    For the hardened 'Script' fans... a 'NEW' Release 6.1.0

    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
    Code:
    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 Configuration — Administrative Templates — All Settings;
        • User Configuration — Administrative Templates — All 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);
    • 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;
      • [​IMG]
    • #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!

     
  18. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    616
    203
    30
    alredy have Sophia.Script.for.Windows.10.v5.12.14 all set up. how do i import this set up on the new script.? is there a way to import my set up.?