Wednesday, November 26, 2014

Inverting direction of mouse scroll wheel

Run this in PowerShell as administrator (from Start » All Programs » Accessories » Windows PowerShell):
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }

Saturday, January 11, 2014

SSID management

show wlan list:
netsh wlan show profile
remove wlan profile:
netsh wlan delete profile