Update Windows setup notes

This commit is contained in:
Michael Campagnaro 2022-07-27 11:30:21 -04:00
parent d828033f36
commit b78306c95b
2 changed files with 3 additions and 1 deletions

View File

@ -373,7 +373,7 @@ dl_youtube_vid() {
opts+=" --merge-output-format mp4"
fi
opts+=" --write-sub --sub-lang en --embed-subs"
opts+=" --write-subs --sub-lang en --embed-subs"
if [[ $make_folder == "1" ]]; then
make_vid_dir_and_cd_into $url ""

View File

@ -63,6 +63,8 @@
* Open User Account Control settings
* Drag the slider down one notch to remove the dimming
* Disable remote assistance
* Disable Windows error reporting dialog so that when stuff crashes you can get to a debugger faster.
* Open an admin cmd prompt and run the file `disable-windows-error-reporting-dialog.bat` from this directory.