Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RaRodRos/fresh-windows-installation
Scripts for prepping a fresh Windows installation with the software, menu options and other little things that I use
https://github.com/RaRodRos/fresh-windows-installation
chocolatey powershell uac windows winget
Last synced: 3 months ago
JSON representation
Scripts for prepping a fresh Windows installation with the software, menu options and other little things that I use
- Host: GitHub
- URL: https://github.com/RaRodRos/fresh-windows-installation
- Owner: RaRodRos
- Created: 2021-04-22T11:00:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T10:14:22.000Z (about 1 year ago)
- Last Synced: 2024-05-23T00:32:14.048Z (6 months ago)
- Topics: chocolatey, powershell, uac, windows, winget
- Language: PowerShell
- Homepage:
- Size: 47.9 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - RaRodRos/fresh-windows-installation - Scripts for prepping a fresh Windows installation with the software, menu options and other little things that I use (PowerShell)
README
# Fresh Windows Installation
> :warning: Tested on Windows 10
To execute all tweaks paste in Powershell:
```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
1. **Set-DownloadFolder.ps1:** Sets download folder
1. **Set-LowUAC.ps1:** Sets no UAC prompts
1. **Set-NoLogin.ps1:** No login required after waking up the pc
1. **Set-RecentFiles.ps1:** No recent files history
1. **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
1. **list-pm_software.json:** List of the software available through package managers
1. **list-manual_software.json:** List of the software **not** available through package managers