[PowerShell Script] Setup Windows 10

Discussion in 'Windows 10' started by farag, Aug 21, 2019.

  1. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    #1 farag, Aug 21, 2019
    Last edited: May 8, 2020
  2. Pundle

    Pundle MDL Novice

    Sep 2, 2019
    4
    2
    0
    Has anyone made an "[english-only]+[1903 -ready]"-version of this script ?
     
  3. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    It's already 1903 ready. If you want to remove non-english commented strings, delete it manually. It won't take too long. :)
     
  4. bogol

    bogol MDL Junior Member

    Dec 30, 2009
    58
    56
    0
    Thanks for this nice script!
    I tested it in a few VMs and it worked fine (had to change a few things, like forcing the input value to my language).

    One small remark: By default the script disables Windows Script Host, but this blocks some activation methods (for example "the one we can't talk about here" ^^)

    Suggestion: adding an option to disable the downloading/installation/reporting of the Windows Malicious Software Removal Tool through windows update:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MRT]
    "DontOfferThroughWUAU"=dword:00000001
    "DontReportInfectionInformation"=dword:00000001
    
     
  5. I2amI3o

    I2amI3o MDL Novice

    Sep 28, 2016
    4
    0
    0
    it doesn't work on en-US system. powershell see the russian text as special characters and doesn't proceed.
    Am I suppose to download Russian language pack, restart, and re-run the script?
     
  6. farag

    farag MDL Member

    Apr 1, 2014
    238
    352
    10
    Screenshot please?
     
  7. denslin

    denslin MDL Novice

    Oct 29, 2009
    21
    0
    0
    Thanks a lot!!!