This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Requires -Version 5.1 | |
param ( | |
[Parameter(Mandatory=$true)][ValidateNotNullOrEmpty()][String]$WSLPath | |
) | |
# Validate Windows 11 | |
if (!((Get-ComputerInfo | Select-Object -expand OsName) -match 11)) { | |
Write-Host -ForegroundColor Red "Windows 11 is Required!" | |
exit 11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This module provides objects to control the HIDGuardiand driver. | |
This is achieved by modifying registry values that the driver looks for. | |
Classes can be used independantly or through the HidGuardian class | |
""" | |
import winreg | |
class AffectedDevices(object): | |
"""Manipulate a REG_Multi_SZ value to define HID devices |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Created by: Wolfereign | |
//Date: 10Dec2017 | |
//Target Version 3.0.16.615 v2 | |
//General Notes: | |
//Hardware = T16000M, T16000M (w/ Left Switch Enabled) | |
//Every Time you run this script make sure the sticks get assigned correctly | |
include "target.tmh" | |
//create aliases |