Skip to content

Instantly share code, notes, and snippets.

@dustindortch
Created November 28, 2019 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustindortch/64c693888fcf7300cc68428539361425 to your computer and use it in GitHub Desktop.
Save dustindortch/64c693888fcf7300cc68428539361425 to your computer and use it in GitHub Desktop.
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