Skip to content

Instantly share code, notes, and snippets.

@ebith
Created April 4, 2018 12:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ebith/4ec53138737e1b71f30b8aead2ed067e to your computer and use it in GitHub Desktop.
The Elder Scrolls Online: No intro fix
@powershell -NoProfile -ExecutionPolicy Unrestricted "$s=[scriptblock]::create((gc \"%~f0\"|?{$_.readcount -gt 1})-join\"`n\");&$s" %*&goto:eof
$path = "$env:USERPROFILE\Documents\Elder Scrolls Online\live\UserSettings.txt"
(Get-Content $path) | foreach { $_ -creplace "SET SkipPregameVideos `"0`"", "SET SkipPregameVideos `"1`"" } | Set-Content $path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment