Skip to content

Instantly share code, notes, and snippets.

View tzarc's full-sized avatar

Nick Brassel tzarc

  • Sydney, Australia
  • 02:44 (UTC +10:00)
View GitHub Profile

USB:

STM32F0xx STM32F1xx STM32F37x STM32F3xx STM32G0xx STM32G4xx STM32L0xx STM32L1xx STM32L4xx STM32L5xx STM32WBxx
STM32F042x6 STM32F101xE STM32F373xC STM32F302x8 STM32G0B1xx STM32G431xx STM32L052xx STM32L100xB STM32L422xx STM32L552xx STM32WB55xx
STM32F048xx STM32F101xG STM32F302xC STM32G0C1xx STM32G441xx STM32L053xx STM32L100xBA STM32L432xx
STM32F070x6 STM32F103x6 STM32F302xE STM32G473xx STM32L062xx STM32L100xC STM32L433xx
STM32F070xB STM32F103xB STM32F303xC STM32G474xx STM32L063xx STM32L151xB STM32L443xx
STM32F072xB STM32F103xE STM32F303xE STM32G483xx STM32L072xx STM32L151xBA STM32L452xx
STM32F078xx STM32F103xG STM32F358xC STM32G484xx STM32L073xx STM32L151xC
# Run as administrator!
# Restore the Classic Taskbar in Windows 11
New-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages" -ErrorAction Ignore
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages" -Name "UndockingDisabled" -PropertyType DWord -Value "00000001" -Force -ErrorAction Ignore
# Disable Taskbar / Cortana Search Box on Windows 11
New-Item -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -ErrorAction Ignore
New-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Search" -Name "SearchboxTaskbarMode" -PropertyType DWord -Value "00000000" -Force -ErrorAction Ignore
@tzarc
tzarc / ChibiOS-Upgrade-Dupes
Created December 31, 2019 03:34
ChibiOS-Upgrade-Dupes
---------------------------------
-- Reverting ChibiOS config/board files...
---------------------------------
---------------------------------
-- Determining duplicate config/board files...
---------------------------------
---------------------------------