Update css/js + few configs
This commit is contained in:
53
windows.org
53
windows.org
@@ -1,26 +1,49 @@
|
||||
#+TITLE: Windows Config and Install
|
||||
:DRAWER:
|
||||
#+STARTUP: overview
|
||||
#+SETUPFILE: ./setup/org-setup-file.org
|
||||
|
||||
#+LANGUAGE: en
|
||||
#+EMAIL: dehaeze.thomas@gmail.com
|
||||
#+AUTHOR: Dehaeze Thomas
|
||||
* Create a bootable USB Key
|
||||
|
||||
#+HTML_LINK_HOME: ./index.html
|
||||
#+HTML_LINK_UP: ./index.html
|
||||
- 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
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/bootstrap.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script>
|
||||
:END:
|
||||
#+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
|
||||
choco install firefox 7zip.install vlc git.install malwarebytes sumatrapdf.install steam anydesk discord f.lux cmder syncthing
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user