Created
April 4, 2018 12:45
-
-
Save ebith/4ec53138737e1b71f30b8aead2ed067e to your computer and use it in GitHub Desktop.
The Elder Scrolls Online: No intro fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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