🖥️
An Investment in Knowledge
  • An Investment in Knowledge
  • Microsoft Windows
    • CMD: Disable Windows 10 Reset
    • CMD: Fix Windows Key Activations
    • CMD: FSMO Role Transfer
    • De-Bloat Windows 10
    • Important Links
    • Microsoft Exchange Server Search Index Rebuild
    • PowerShell: Export Active Directory Group Members
    • Registry: Mapped Drives Don't Appear
    • Robocopy
    • SYSVOL Migration to DFRS
  • Microsoft 365
    • Export Shared Mailbox Permissions
    • Change Microsoft 365 Update Channel
  • Apple MacOS
    • Terminal Commands
  • Linux
  • Raspberry Pi
    • pi-Hole
    • Weather Station
    • Wardriving Kali Linux
    • Raspbian Tweaks
  • Data Privacy Restoration Journey
    • Bitwarden
    • Nextcloud
    • openHAB
Powered by GitBook
On this page

Was this helpful?

  1. Apple MacOS

Terminal Commands

Commands that I've come across that I've had to use and may be beneficial in the future.

Mouse Sensitivity Scaling:

// Reads the current configuration

default read .GlobalPreferences com.apple.mouse.scaling

//
// Writes the configuration you set where "#" stand for a number of your
// choosing, i.e. 7.0

default write .GlobalPreferences com.apple.mouse.scaling #.#

//
PreviousApple MacOSNextLinux

Last updated 5 years ago

Was this helpful?