Windows 10 Tweaks - KineticTheory/Linux-HPC-Env GitHub Wiki

General Windows Settings

  • Privacy
    • General: Disable advertising id info.
    • System
      • display - 100% size, max monitor resolution
      • Remote Desktop - turn on.
    • For Developers - turn on "developer mode"
      • Might need to be logged in as an Admin to make this change.

File Explorer

Default the 'login' screen to use the PIV credentials dialog

  • Ensure that HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\dontdisplaylastusername is set to 0.
  • In this directory, delete these keys (if they exist) ** DontDisplayUserName ** DontDisplayUserName

Misc

  • Enable numlock on sign-in screen
    • Computer\HKEY_USERS\.DEFAULT\Control Panel\Keyboard\InitialKeyboardIndicators=2
  • Clean up context menu
  • Install LLVM - or maybe just use the one that ships with VS2019.

Fonts


Previous: Git for Windows, Next: Custom Software Settings