Log inRegister
You are here: Boossy » Software » SwMicrosoft » MsWindowsGeneral » UncapToggle

UncapToggle

14 May 2026 - 09:02 | Version 1 |

E:\Tools\PSTools/pslist -d uncap && E:\Tools\CapsLock\uncap.exe -k || E:\Tools\CapsLock\uncap.exe 0x14:0

Stap 1 — pslist uitvoeren

E:\Tools\PSTools/pslist -d uncap
  • pslist toont info over processen

  • -d = detailmodus

  • uncap = het proces waarnaar gezocht wordt

Dus: “Toon details van het proces ‘uncap’ als het draait.”

Stap 2 — Als pslist succesvol is ( && )

E:\Tools\CapsLock\uncap.exe -k

-k betekent meestal: kill of stop het uncap‑proces.

Dus: “Als uncap draait, stop het.”

Stap 3 — Als pslist NIET succesvol is ( || )

E:\Tools\CapsLock\uncap.exe 0x14:0

Dit start uncap met een key‑mapping:
  • 0x14 = Caps Lock scancode

  • 0 = remap naar “niets”

Dus: “Als uncap niet draait, start het en remap Caps Lock naar niets.”

⭐ Kort samengevat

  • Draait uncap al? → stop het

  • Draait het niet? → start het en remap Caps Lock naar niets

Het is een soort toggle voor Caps‑Lock‑remapping.
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback