Skip to content
View WinkelCode's full-sized avatar
Block or Report

Block or report WinkelCode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Messing around with Windows drivers ... Messing around with Windows drivers can break stuff, use at your own risk. Script requres elevated permissions. You will need PS execution policy "RemoteSigned" (or any that allows running local scripts) and unblock script via file options (or paste it into an empty text file).
    1
    # Script to automatically remove and install "appleprecisiontrackpadbluetooth.inf" and "appleprecisiontrackpadusb.inf".
    2
    # Script needs to be in an extracted "AppleBcUpdate" folder.
    3
    
    
    4
    function remove_driver {
    5
    	$driver_orignames = @("appleprecisiontrackpadbluetooth.inf", "appleprecisiontrackpadusb.inf")
  2. npkeymaputil npkeymaputil Public

    Python