commit 791b6e5343bad1d06db8933278a22e38d92f0aef Author: Moritz Böhme Date: Thu Jun 22 23:27:10 2023 +0200 feat: init diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..97ae482 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Windows10Debloater"] + path = Windows10Debloater + url = https://github.com/Sycnex/Windows10Debloater.git +[submodule "Microsoft-Activation-Scripts"] + path = Microsoft-Activation-Scripts + url = https://github.com/massgravel/Microsoft-Activation-Scripts.git diff --git a/Microsoft-Activation-Scripts b/Microsoft-Activation-Scripts new file mode 160000 index 0000000..8141aa0 --- /dev/null +++ b/Microsoft-Activation-Scripts @@ -0,0 +1 @@ +Subproject commit 8141aa07a151b71c97126238a32038a9b5775a9b diff --git a/Spice User Manual.pdf b/Spice User Manual.pdf new file mode 100644 index 0000000..3352229 Binary files /dev/null and b/Spice User Manual.pdf differ diff --git a/Windows10Debloater b/Windows10Debloater new file mode 160000 index 0000000..a48b4d8 --- /dev/null +++ b/Windows10Debloater @@ -0,0 +1 @@ +Subproject commit a48b4d8dc501680e0edc31f840791c966d89d309 diff --git a/modify_webdav_file_size_limit.reg b/modify_webdav_file_size_limit.reg new file mode 100644 index 0000000..65d11b2 --- /dev/null +++ b/modify_webdav_file_size_limit.reg @@ -0,0 +1,2 @@ +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters] +"FileSizeLimitInBytes"=dword:4294967295 diff --git a/spice-guest-tools-latest.exe b/spice-guest-tools-latest.exe new file mode 100644 index 0000000..3a594c9 Binary files /dev/null and b/spice-guest-tools-latest.exe differ diff --git a/spice-webdavd-x86-latest_2020_03_16.msi b/spice-webdavd-x86-latest_2020_03_16.msi new file mode 100644 index 0000000..18ca078 Binary files /dev/null and b/spice-webdavd-x86-latest_2020_03_16.msi differ