Skip to content

Instantly share code, notes, and snippets.

@Ghost-VR
Last active June 11, 2021 18:54
Show Gist options
  • Save Ghost-VR/25cd903965bbca3b8831e5df655803c3 to your computer and use it in GitHub Desktop.
Save Ghost-VR/25cd903965bbca3b8831e5df655803c3 to your computer and use it in GitHub Desktop.
Windows command line commands
// Grant access to (sub)directories
icacls "J:\WindowsImageBackup" /grant "Users:(OI)(CI)F" /T
// Windows diff
FC <file1> <file2>
FC /B <file1> <file2> // Bitwise compare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment