From c1036345a4591fa382ffb6f1eac4733df7e27c95 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 15 Aug 2024 07:40:14 -0700 Subject: [PATCH] switch to CMD --- connect-wifi.ps1 => startup.cmd | 1 + 1 file changed, 1 insertion(+) rename connect-wifi.ps1 => startup.cmd (62%) diff --git a/connect-wifi.ps1 b/startup.cmd similarity index 62% rename from connect-wifi.ps1 rename to startup.cmd index 8404e3f..72a79ba 100644 --- a/connect-wifi.ps1 +++ b/startup.cmd @@ -1 +1,2 @@ +:: Connect to the local network netsh wlan connect ssid="hsspeakers" name="hsspeakers" \ No newline at end of file