Creating a Sentry Mode disk for a Tesla with PowerShell (Assuming the G drive is the desired volume)
Format-Volume -DriveLetter G -FileSystem FAT32 -Full -Force | |
New-Item -Path G:\ -Name 'TeslaCam' -Type Directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment