From 352bdc1a954c27538ecb543747e6465240f5b115 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 22 Jun 2024 15:04:41 +0530 Subject: Add windows --- scripts/provision-win.bat | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 scripts/provision-win.bat (limited to 'scripts') 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 -- cgit v1.2.3