summaryrefslogtreecommitdiff
path: root/doc/note/qemu/setup-windoof.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/note/qemu/setup-windoof.txt')
-rw-r--r--doc/note/qemu/setup-windoof.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/note/qemu/setup-windoof.txt b/doc/note/qemu/setup-windoof.txt
new file mode 100644
index 0000000..5df2cac
--- /dev/null
+++ b/doc/note/qemu/setup-windoof.txt
@@ -0,0 +1,40 @@
+
+Setup Windoof in a experiment VM
+================================
+
+Install system STRICTLY WITHOUT internet connection.
+
+Stop annoying windoof auto updates. Make sure to use windoof newlines (CRLF) in
+the reg file:
+
+
+Windows Registry Editor Version 5.00
+[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
+"NoAutoUpdate"=dword:00000001
+
+curl -sSD- http://10.0.2.9:80/stop-annoying-updates.reg -O
+
+After running "reg" file, we can reboot windoof with internet connection.
+
+Download/Install:
+- "https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete"
+- "https://notepad-plus-plus.org/"
+
+Install needed software (Maybe: firefox, MsOffice, MsTeams, ..?).
+
+Manually trigger updates, reboot, updates, reboot, (likely some more turns ...)
+
+Configure Performance options. Disable all but screen fonts.
+
+Make sure no more updates are running. Then, I guess best is to reboot without
+internet access once more to cleanup the disk. Delete unused files like
+trashcan or downloaded installers:
+
+ SDelete.exe -nobanner -z C:
+
+Shutdown win guest, then compact disc.
+
+ qemu-img convert -O qcow2 input.qcow output.qcow2
+
+Image is ready.
+