You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: release/readme.md
+43
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,48 @@
7
7
* run `make tests`, `opam-rt`[checked by github actions]
8
8
* update the CHANGE file: take `master_changes.md` content to fill it
9
9
10
+
## Windows setup
11
+
12
+
* From the "release" directory (where this here readme.md file should be)...
13
+
* Download Windows 10 English International 64bit from https://www.microsoft.com/en-gb/software-download/windows10ISO
14
+
* Run qemu-img create -f qcow2 Windows-10-x86_64.qcow2 32G
15
+
* Run qemu-system-x86_64 -cdrom Win10_22H2_EnglishInternational_x64v1.iso -drive file=Windows-10-x86_64.qcow2 -smp 8 -m 6G -net nic -net user,restrict=on -machine q35
16
+
* Install Windows. Everything stays as default except:
17
+
* Click "I don’t have a product key"
18
+
* Choose "Windows 10 Pro"
19
+
* Click "Custom: ..." not "Upgrade: ..."
20
+
* This will take an hour or so
21
+
* Select the default keyboard then wait some more
22
+
* Upon restart:
23
+
* no online account
24
+
* yes, i want the limited experience
25
+
* username: opam
26
+
* no password
27
+
* no location
28
+
* no find my device
29
+
* send required diagnostic data
30
+
* no improve inking & typing
31
+
* no cortana
32
+
* Open gpedit.msc and right-click on "Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update -> Configure Automatic Updates", click Edit and in the new window click on Enabled and then select "2. Notify for download and auto install", click Apply and then Ok.
# Disable Windows Defender before anything else (makes the build process faster)
47
+
# TODO: ... doesn't work
48
+
# as well as the following line to add to the readme.md: Open the Windows Security app and turn off "Tamper Protection" and Real-time protection" from "Virus & threat protection -> Virus & threat protection settings -> Manage settings"
0 commit comments