windows
This is an old revision of the document!
Registry
Windows Registry Editor Version 5.00 ; enable LastActiveClick [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "LastActiveClick"=dword:00000001 ;set window title bar height [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "CaptionHeight"="-330" ;map capslock to escape [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,3a,00,46,00,01,00,3a,00,00,00,00,00
use old style context menu:
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
set highlight background and text color:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Colors] "Hilight"="0 120 215" "HilightText"="255 255 255"
disable Microsoft Edge copilot button:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "HubsSidebarEnabled"=- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] "StandaloneHubsSidebarEnabled"=-
WSL
to fix DISPLAY on Arch, create following systemd service:
cat > /etc/systemd/system/wslg.service <<EOF [Unit] Description=symlink /tmp/.X11-unix After=systemd-tmpfiles-setup.service [Service] Type=oneshot ExecStart=rmdir /tmp/.X11-unix ExecStart=ln -s /mnt/wslg/.X11-unix /tmp/ [Install] WantedBy=sysinit.target EOF
enable this service:
systemctl enable wslg
windows.1722601156.txt.gz · Last modified: by A User Not Logged in
