Skip to content

ixter/Windows-10-Setup-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 as .ps1 file;
  • 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 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

PS

Collection of useful scripts

 

Русский

Содержание

Описание

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

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

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

  • Скачать актуальную версию в виде файла .ps1;
  • Изменить кодировку на "UTF-8 с BOM" и запустить через powershell.exe.

или

  • Скопировать весь текст кода и вставить его в 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

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

About

Script to setup Windows 10 1903

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%