[PowerShell] Windows 10 Sophia Script 5.10.8 x64 2021

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

  1. drew84

    drew84 MDL Addicted

    Joined:
    Mar 13, 2014
    Messages:
    956
    Likes Received:
    1,490
    Trophy Points:
    30
    @farag congratulations... keep up the good work...
     
  2. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
  3. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
  4. ERRASoft

    ERRASoft MDL Novice

    Joined:
    Aug 17, 2014
    Messages:
    17
    Likes Received:
    3
    Trophy Points:
    0
    Can we tranlate it to german? and if how
    thanks for your work
     
  5. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
    Of course it can be. Better wait for the 5.0 version. The tranlations were improved by fleet command
     
  6. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
  7. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
    #68 farag, Sep 18, 2020
    Last edited: Sep 18, 2020
    (OP)
    @drew84, can you update the changelog again? :)
    @ERRASoft, so you may start with translating every comment in English. As I updated the script, the tranlation became much better and it is already being used in the 5.0 version. Not to mention, in the GUI version, SophiApp. :cool:
     
  8. drew84

    drew84 MDL Addicted

    Joined:
    Mar 13, 2014
    Messages:
    956
    Likes Received:
    1,490
    Trophy Points:
    30
    With pleasure Sir.. Changelog Updated
     
  9. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
    #70 farag, Sep 18, 2020
    Last edited: Sep 22, 2020
    (OP)
    The early 5.0 version as a module.:worthy::hug2::band:
     
  10. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
  11. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
  12. drew84

    drew84 MDL Addicted

    Joined:
    Mar 13, 2014
    Messages:
    956
    Likes Received:
    1,490
    Trophy Points:
    30
    #73 drew84, Sep 24, 2020
    Last edited: Jan 22, 2021
  13. ERRASoft

    ERRASoft MDL Novice

    Joined:
    Aug 17, 2014
    Messages:
    17
    Likes Received:
    3
    Trophy Points:
    0
    what is the SophiApp and where can i find it
    ps: thanks for your good work
     
  14. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
    SophiApp is in development. No ETA but may be the first open beta in the late 2020. We have huge plans for it. Hope everything will be OK.

    Also I've finished the 5.1 version. It is now fully translatable!
    The current script structure will be

    Code:
    en-US/Sophia.psd1
    ru-RU/Sophia.psd1
    Sophia.ps1
    Sophia.psm1
    
     
  15. mdl052020

    mdl052020 MDL Member

    Joined:
    May 31, 2020
    Messages:
    1,045
    Likes Received:
    1,140
    Trophy Points:
    60
    @farag Your Scrips are Very Nice . Great work.
     
  16. TUniversum

    TUniversum MDL Novice

    Joined:
    Oct 7, 2020
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello I have a question
    I have downloaded latest Sophia Script and did everything like in the video tutorial:


    There are several problems I have:

    1. Is it needed to remove the # char in both lines where it is written in English and Russian or only where there is English language?

    2. When i was running PowerShell as Administrator and copy/paste the code:

    and then copy/paste the:
    there is an error

    Could you explain me step by step what I am doing wrong to fix my problem?
    Thanks a lot.
     
  17. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
    #78 farag, Oct 7, 2020
    Last edited: Oct 7, 2020
    (OP)
    Code:
    DisableTelemetryServices
    Hello! You only need to operate only with lines where the functions names are presented. So do not touch comment sections. Neither English nor with Russian. :)
    Just comment out or uncomment functions.
    Like
    Code:
    DisableTelemetryServices
    or
    Code:
    # DisableTelemetryServices
    Haven't any idea what is going wrong. May this may help: https://github.com/farag2/Windows-10-Sophia-Script#usage

    I can reply more detailed only tomorrow. Also I've finished with the 5.1. Will upload tomorrow.

    Anyway, just Google how to run ps1 file. Try to type
    Code:
    preset
    (if you are in a folder with this file) and press TAB. It have to autocomplete in .\Preset.ps1 if PowetShell "feels" that file is this folder.
     
  18. farag

    farag MDL Member

    Joined:
    Apr 1, 2014
    Messages:
    168
    Likes Received:
    201
    Trophy Points:
    10
  19. drew84

    drew84 MDL Addicted

    Joined:
    Mar 13, 2014
    Messages:
    956
    Likes Received:
    1,490
    Trophy Points:
    30
    Changelog Updated