RaRodRos / fresh-windows-installation

Scripts for prepping a fresh Windows installation with the software, menu options and other little things that I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fresh Windows Installation

⚠️ Tested on Windows 10

To execute all tweaks paste in Powershell:

iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/RaRodRos/fresh-windows-installation/master/main.ps1')

main.ps1

Downloads the scripts and executes them in an administrator session

win-config

Windows tweaks and configuration

  1. Set-AccessibilityKeys.ps1: Disable sticky keys
  2. Set-DownloadFolder.ps1: Sets download folder
  3. Set-LowUAC.ps1: Sets no UAC prompts
  4. Set-NoLogin.ps1: No login required after waking up the pc
  5. Set-RecentFiles.ps1: No recent files history
  6. Set-RunAsAdministratorBypass.ps1: Adds an entry in the contextual menu to execute ps1 files as administrator with the bypass execution policy

software-installation

  1. Install-PMSoftware.ps1: Installation of the software I need that's available in Winget or Chocolatey
  2. list-pm_software.json: List of the software available through package managers
  3. list-manual_software.json: List of the software not available through package managers

About

Scripts for prepping a fresh Windows installation with the software, menu options and other little things that I use


Languages

Language:PowerShell 100.0%