#+TITLE: Windows Config and Install #+SETUPFILE: ./setup/org-setup-file.org * 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/) #+begin_src bash yay -S woeusb #+end_src #+begin_src bash sudo woeusb --device file.iso /dev/sdb --target-filesystem ntfs #+end_src * Install Windows10 PRO * Install Software using Chocolatey First install Chocolatey using a PowerShell as administrator: #+begin_src bash 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')) #+end_src Then, install all required software using one command: #+begin_src bash choco install firefox 7zip.install vlc git.install malwarebytes sumatrapdf.install steam anydesk discord f.lux cmder syncthing cura ccleaner #+end_src * Debloat windows10 https://github.com/Sycnex/Windows10Debloater Run a PowerShell with administrative rights and run: #+begin_src bash iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/debloat')) #+end_src * 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/ ** Cura - https://github.com/fieldOfView/Cura-OctoPrintPlugin