From 8cb0a7378d1c512be456a831bc861fecd7a842bc Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Thu, 2 Jun 2022 13:12:13 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 398b4a1..85249b7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ + [Network, Firewall, UFW](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#ufw) + [NFS](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#mount-nfs-share-nfs-common-or-nfs-utils) + [Merge Video](https://git.laurelcountycorrections.org/jpickard/cheat-sheet/src/branch/master/README.md#merge-video-files-with-ffmpeg) ++ [Windows](https://git.laurelcountycorrections.org/jpickard/cheat-sheet#Windows) My cheat sheet for commands I have trouble remembering. @@ -62,4 +63,12 @@ file 'file 2.mkv' file 'file 3.mkv' file 'file 4.mkv' ``` -`ffmpeg -f concat -safe 0 -i files.txt -c copy output.mkv` \ No newline at end of file +`ffmpeg -f concat -safe 0 -i files.txt -c copy output.mkv` + +# Windows + +## List usernames on machine +`net user` + +## Change user password +`net user username newpassword` \ No newline at end of file