From b78306c95bd83bb524237c98e832df4fbf1c1e84 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 27 Jul 2022 11:30:21 -0400 Subject: [PATCH] Update Windows setup notes --- aliases | 2 +- windows/readme.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index 20f667a..1f498b3 100644 --- a/aliases +++ b/aliases @@ -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 "" diff --git a/windows/readme.md b/windows/readme.md index d58f9cb..311af97 100644 --- a/windows/readme.md +++ b/windows/readme.md @@ -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.