Skip to content

Instantly share code, notes, and snippets.

FAQs Individual Contributor License Agreement

Updated on Sun Oct 16 07:46:18 2016 UTC

Thank you for your interest in contributing to FAQs ("We" or "Us"). This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by electronic submission, following the instructions at https://github.com/kevinlee12/faqs/blob/master/CONTRIBUTING.md. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.


1. Definitions

@kevinlee12
kevinlee12 / Device Toggle.bat
Created January 28, 2016 19:41
Toggle Enable/Disable Device Windows
@setlocal enableextensions enabledelayedexpansion
@echo off
rem ===========================================================================
rem The following toggles the touch screen on the Lenovo Thinkpad Yoga 12 using
rem DevCon.exe. Please ensure that you have Devcon.exe installed before running
rem this script. Please see Windows Device Console (Devcon.exe) page for Devcon
rem installation instructions.
rem This script must be run with admin privileges.
rem