summaryrefslogtreecommitdiff
path: root/doc/note/setup/setup-windoof.txt
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-09-30 18:49:24 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-09-30 18:49:24 +0200
commit8abe4002c04c3e381d54ff57a2b7e2aaf551b7a3 (patch)
tree6f9c9e86f2731af3e5d414a16ae7e5d69aa0ceb8 /doc/note/setup/setup-windoof.txt
parent69782e8b126fdcd5b51e40773099c136e139a839 (diff)
parentcaf8fe34a85facf4edad8930015fbe9ae3d5f7b6 (diff)
downloadUnspecifiedGarbage-8abe4002c04c3e381d54ff57a2b7e2aaf551b7a3.zip
UnspecifiedGarbage-8abe4002c04c3e381d54ff57a2b7e2aaf551b7a3.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'doc/note/setup/setup-windoof.txt')
-rw-r--r--doc/note/setup/setup-windoof.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/note/setup/setup-windoof.txt b/doc/note/setup/setup-windoof.txt
new file mode 100644
index 0000000..5df2cac
--- /dev/null
+++ b/doc/note/setup/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.
+