Windows Config and Install
Table of Contents
Create a bootable USB Key
- Download Windows10 ISO https://www.microsoft.com/en-us/software-download/windows10ISO
- Create bootable USB key using the woeusb utility (https://computingforgeeks.com/create-windows-10-bootable-usb-on-linux/)
yay -S woeusb
sudo woeusb --device file.iso /dev/sdb --target-filesystem ntfs
Install Windows10 PRO
Install Software using Chocolatey
First install Chocolatey using a PowerShell as administrator:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Then, install all required software using one command:
choco install firefox 7zip.install vlc git.install malwarebytes sumatrapdf.install steam anydesk discord f.lux cmder syncthing cura ccleaner
Debloat windows10
https://github.com/Sycnex/Windows10Debloater
Run a PowerShell with administrative rights and run:
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/debloat'))
Software Setup
Syncthing
https://docs.syncthing.net/users/autostart.html#autostart-windows-startup
Go to %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
and create a shortcut linking to C:\path_to\syncthing.exe -no-console -no-browser
Then, Syncthing can be accessed with: http://localhost:8384/