- keyboard
- https://github.com/microsoft/PowerToys
- https://www.joejoesoft.com/vcms/97/
- disable WIN+S shortcut:
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v DisabledHotkeys /d S - num lock state:
reg add "HKU\.Default\Control Panel\Keyboard" /v InitialKeyboardIndicators /d 2
- https://windhawk.net/
- start-menu-open-location
- taskbar-volume-control
- virtual-desktop-taskbar-order
- taskbar-notification-icon-spacing
{"notificationIconWidth":20,"notificationIconRows":3,"overflowIconWidth":30,"overflowIconsPerRow":4,"gridArrangement":"columnFirstBottomToTop"} - taskbar-vertical
{"taskbarLocation":"left","TaskbarWidth":62,"taskbarLocationSecondary":"sameAsPrimary","jumpListAlignment":"center","startMenuWidth":0,"startMenuAlignment":"top","clockContainerHeight":100,"startMenuAnimationAdjust":1} - taskbar-clock-customization
{"ShowSeconds":1,"TimeFormat":"HH:mm:ss","DateFormat":"dd.MM.`yy","WeekdayFormat":"custom","WeekdayFormatCustom":"Nie/Sun, Pon/Mon, Wt/Tue, Śro/Wed, Czw/Thu, Pt/Fri, Sob/Sat","TopLine":"CPU %cpu%%%newline%RAM %ram%%%newline%↑%upload_speed%%newline%↓%download_speed%","BottomLine":"%weekday%%newline%%time%%newline%%date%","MiddleLine":"","TooltipLine":"%weather%%newline%%web1_full%","Width":0,"Height":0,"MaxWidth":0,"TextSpacing":4,"DataCollection.NetworkMetricsFormat":"mbsDynamic","DataCollection.NetworkMetricsFixedDecimals":0,"DataCollection.PercentageFormat":"zeroPadding","DataCollection.UpdateInterval":1,"WebContentWeatherLocation":"WRO","WebContentWeatherFormat":"4","WebContentWeatherUnits":"autoDetect","WebContentsUpdateInterval":360,"TimeStyle.Hidden":0,"TimeStyle.TextColor":"Salmon","TimeStyle.TextAlignment":"Center","TimeStyle.FontSize":11,"TimeStyle.FontFamily":"Arial","TimeStyle.FontWeight":"","TimeStyle.FontStyle":"","TimeStyle.FontStretch":"","TimeStyle.CharacterSpacing":0,"DateStyle.Hidden":0,"DateStyle.TextColor":"","DateStyle.TextAlignment":"Center","DateStyle.FontSize":0,"DateStyle.FontFamily":"","DateStyle.FontWeight":"","DateStyle.FontStyle":"","DateStyle.FontStretch":"","DateStyle.CharacterSpacing":0,"oldTaskbarOnWin11":0,"WebContentsItems[0].Url":"https://zenquotes.io/api/today","WebContentsItems[0].BlockStart":"","WebContentsItems[0].Start":"\"q\"","WebContentsItems[0].End":"\"a\"","WebContentsItems[0].SearchReplace[0].Search":":\"","WebContentsItems[0].SearchReplace[1].Search":"\",","WebContentsItems[0].SearchReplace[0].Replace":"💭"}
- https://github.com/zhongyang219/TrafficMonitor
- https://github.com/SaifAqqad/AHK_MicMute
- https://www.marticliment.com/unigetui/
winget install KDE.KDiff3- disable some services
"SysMain","MapsBroker","DiagTrack","WSearch","tzautoupdate","RemoteRegistry" | % { Stop-Service $_ -Force; Set-Service $_ -StartupType Disabled }"WSLService" | % { Stop-Service $_ -Force; Set-Service $_ -StartupType AutomaticDelayedStart }
Last active
February 8, 2026 09:00
-
-
Save lkurzyniec/e65f028db40cf70c6e9891deaef627e9 to your computer and use it in GitHub Desktop.
my Windows setup and tooling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
