aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-06-22 15:04:41 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-06-22 15:04:41 +0530
commit352bdc1a954c27538ecb543747e6465240f5b115 (patch)
tree1c424997c5708a3db9cd7465539cd3cb32692c9a /scripts
parentb00c92a98e1b6282dd67550a55868fccb3bfe780 (diff)
Add windows
Diffstat (limited to 'scripts')
-rw-r--r--scripts/provision-win.bat22
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/provision-win.bat b/scripts/provision-win.bat
new file mode 100644
index 0000000..2f8e763
--- /dev/null
+++ b/scripts/provision-win.bat
@@ -0,0 +1,22 @@
+cd C:\Users\vagrant\Downloads
+
+curl https://us.download.nvidia.com/Windows/555.99/555.99-notebook-win10-win11-64bit-international-dch-whql.exe -L -o nvidia.exe
+curl https://github.com/itsmikethetech/Virtual-Display-Driver/releases/download/23.10.20.2/VDD.23.10.20.2.zip -L -o VDD.zip
+curl https://looking-glass.io/artifact/B7-rc1/host -L -o LG.zip
+
+tar xf LG.zip
+tar xf VDD.zip
+cd IddSampleDriver
+
+mkdir C:\IddSampleDriver
+
+copy option.txt C:\IddSampleDriver
+@echo | installCert.bat
+
+copy iddsampledriver.inf C:\Users\vagrant\Downloads
+copy iddsampledriver.dll C:\Users\vagrant\Downloads
+copy iddsampledriver.cat C:\Users\vagrant\Downloads
+
+cd ..
+@echo Y | del VDD.zip IddSampleDriver
+rmdir IddSampleDriver