Script to setup Windows 10 1903
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
farag2 bc1ea52eae
Update README.md
5 years ago
.gitattributes Initial commit 6 years ago
LICENSE Create LICENSE 5 years ago
README.md Update README.md 5 years ago
Startmenu.reg Add files via upload 5 years ago
Win 10.ps1 20.08.2019 fix 5 years ago

README.md

English

Contents

Description

This PowerShell script is for initial setup after fresh installation of Windows 10 and partially Windows Server 2016/2019. The script is a set of tweaks for fine-tuning the OS and automating the routine tasks.

Usage

To run the script:

  • Download up-to-date version;
  • Change encoding to "UTF-8 with BOM" and run it through powershell.exe.

or

NB

  • PowerShell and PowerShell ISE must be run with elevated privileges;
  • Set PowerShell execution policy to be able to run .ps1 file.

FAQ

Read the code you run carefully. Some functions are presented as an example only. You must be aware of the meaning of the functions in the code. If you're not sure what the script does, do not run it.

If you're not sure:

The script was written for PowerShell 5.1 and for the current up-to-date version of Windows 10 Pro x64. Some of its functions can be run also on LTSB/LTSC and on older versions of Windows and PowerShell (also on 32bit systems).

Supported Windows version

Version Code name Marketing name Build
1903 19H1 May 2019 Update 18362

 

Русский

Содержание

Описание

PowerShell-скрипт предназначен для первоначальной настройки Windows 10 после чистой установки и частично Windows Server 2016/2019. Скрипт представляет из себя набор твиков (улучшений) для тонкой настройки ОС и автоматизации рутинных задач.

Использование

Чтобы запустить скрипт:

или

  • Скопировать весь текст кода и вставить его в PowerShell ISE.

NB

  • PowerShell и PowerShell ISE необходимо запускать с правами Администратора;
  • Установите политику выполнения PowerShel-скриптов, чтобы иметь возможность запускать файлы .ps1.

FAQ

Внимательно ознакомьтесь с кодом, который запускаете. Некоторые команды представлены лишь в качестве примера. Вы должно осознавать, какой смысл несут те или иные функции в коде. Если вы не знаете, что делает код, не исполняете его.

Если вы не уверены:

Скрипт писался под PowerShell 5.1 и актуальную версию Windows 10 Pro x64. Некоторые его функции могут быть запущены на LTSB/LTSC-версия Windows и на более старых версиях Windows и PowerShell (в том числе и на 32-разрядных).

Поддерживаемая версия Windows

Версия Кодовое имя Маркетинговое название Билд
1903 19H1 May 2019 Update 18362

 

PS

Collection of useful scripts

Сборник полезных скриптов