My computer reinstallation routine (Windows 11)

Linux version: https://www.germain.lol/my-computer-reinstallation-routine/

1. Chocolatey script

Follow instructions at https://chocolatey.org/install, usually:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Export script courtesy of Erik Hougaard:

choco list -lo -r -y | % { "choco install $($_.SubString(0, $_.IndexOf("|"))) -y" } | Out-File Install.ps1

2. Windows 11 Debloater script

This script is tailored to my needs.
For custom settings, download the debloater tool at https://freetimetech.com/windows-11-debloater-tool-debloat-gui/ and create your own.

3. Tweaking

Full context menu

Open cmd.exe as Administrator and run this code, then reboot.

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

Source: https://www.minitool.com/news/disable-show-more-options-windows-11.html

4. Other apps

5. Custom settings

ShareX

Right click tray icon > App settings > Export / Import

SSH keys

Copy your .ssh folder to C:\Users\xxx

MobaXTerm connections

Right click User sessions > Export/Import

VSCode

Sync your extensions and settings through your GitHub account 🙂

WinSCP, HeidiSQL, Cmder…

  • These packages are installed as part of Laragon, can be found in:
    C:\laragon\bin
  • Notepad++ is reinstalled from Chocolatey as the Laragon embedded version is very outdated (no package manager)

Notepad++

2 réflexions au sujet de « My computer reinstallation routine (Windows 11) »

    1. Merci, si je trouve un peu de temps je ferai un tuto sur la création de l’image avec Macrium, la suppression des bloatwares avec Tiny11 (pré-install) et/ou avec SophiApp (à qui je fais + confiance que Debloat GUI car le code est sur GitHub), un script de réinstall pour WSL, etc…

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.