literate-dotfiles/windows.org

50 lines
1.7 KiB
Org Mode
Raw Normal View History

2020-12-13 16:39:07 +01:00
#+TITLE: Windows Config and Install
2021-01-01 20:12:34 +01:00
#+SETUPFILE: ./setup/org-setup-file.org
2020-12-13 16:39:07 +01:00
2021-01-01 20:12:34 +01:00
* Create a bootable USB Key
2020-12-13 16:39:07 +01:00
2021-01-01 20:12:34 +01:00
- 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
2020-12-13 16:39:07 +01:00
2021-01-01 20:12:34 +01:00
* Install Windows10 PRO
2020-12-13 16:39:07 +01:00
* Install Software using Chocolatey
2021-01-01 20:12:34 +01:00
First install Chocolatey using a PowerShell as administrator:
2020-12-13 16:39:07 +01:00
#+begin_src bash
2021-01-01 20:12:34 +01:00
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
2020-12-13 16:39:07 +01:00
#+end_src
* Debloat windows10
https://github.com/Sycnex/Windows10Debloater
2021-01-01 20:12:34 +01:00
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