WinkelCode - Overview

View WinkelCode's full-sized avatar

Block or report WinkelCode

Pinned Loading

  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.

    4

    function remove_driver {

    5

    	$driver_orignames = @("appleprecisiontrackpadbluetooth.inf", "appleprecisiontrackpadusb.inf")