windows
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows [2024/02/21 08:55] – A User Not Logged in | windows [2025/07/17 06:33] (current) – [Registry] ealmr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Registry | + | ====== Registry ====== |
| - | + | ||
| < | < | ||
| Line 18: | Line 16: | ||
| " | " | ||
| </ | </ | ||
| + | |||
| + | 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.1708505755.txt.gz · Last modified: by A User Not Logged in
