windows
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows [2023/10/01 10:04] – removed fe80:f840:deb4:bbc3:6582:0245:a3a6:789 | windows [2025/07/17 06:33] (current) – [Registry] ealmr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Registry ====== | ||
| + | < | ||
| + | Windows Registry Editor Version 5.00 | ||
| + | |||
| + | ; enable LastActiveClick | ||
| + | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | ||
| + | " | ||
| + | |||
| + | ;set window title bar height | ||
| + | [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] | ||
| + | " | ||
| + | |||
| + | ;map capslock to escape | ||
| + | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | ||
| + | " | ||
| + | </ | ||
| + | |||
| + | use old style context menu on Windows 11: | ||
| + | |||
| + | reg add " | ||
| + | | ||
| + | set highlight background and text color: | ||
| + | |||
| + | < | ||
| + | Windows Registry Editor Version 5.00 | ||
| + | |||
| + | [HKEY_CURRENT_USER\Control Panel\Colors] | ||
| + | " | ||
| + | " | ||
| + | </ | ||
| + | |||
| + | disable Microsoft Edge copilot button: | ||
| + | |||
| + | < | ||
| + | Windows Registry Editor Version 5.00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] | ||
| + | " | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] | ||
| + | " | ||
| + | </ | ||
| + | |||
| + | disable Microsoft IME auto switch: | ||
| + | |||
| + | < | ||
| + | [HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS] | ||
| + | " | ||
| + | |||
| + | [HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\Common] | ||
| + | " | ||
| + | </ | ||
| + | ====== WSL ====== | ||
| + | |||
| + | shrink VHD: | ||
| + | |||
| + | optimize-vhd -Path .\ext4.vhdx -Mode full | ||
| + | |||
| + | to fix DISPLAY on Arch, create following systemd service: | ||
| + | |||
| + | < | ||
| + | https:// | ||
| + | cat > / | ||
| + | [Unit] | ||
| + | Description=symlink / | ||
| + | After=systemd-tmpfiles-setup.service | ||
| + | |||
| + | [Service] | ||
| + | Type=oneshot | ||
| + | ExecStart=rmdir / | ||
| + | ExecStart=ln -s / | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=sysinit.target | ||
| + | EOF | ||
| + | </ | ||
| + | |||
| + | enable this service: | ||
| + | |||
| + | systemctl enable wslg | ||
windows.1696154699.txt.gz · Last modified: by fe80:f840:deb4:bbc3:6582:0245:a3a6:789
