User Tools

Site Tools


windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows [2023/10/01 10:04] – created fe80:f840:deb4:bbc3:6582:0245:a3a6:789windows [2025/07/17 06:33] (current) – [Registry] ealmr
Line 1: Line 1:
-====== KMS ======+====== Registry ======
  
-vlmcsd:  +<code> 
-   +Windows Registry Editor Version 5.00
-  https://github.com/Wind4/vlmcsd/releases+
  
-ISO info+; enable LastActiveClick 
 +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] 
 +"LastActiveClick"=dword:00000001
  
-  https://www.heidoc.net/php/myvsdump.php +;set window title bar height 
-  https://tb.rg-adguard.net/public.php+[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] 
 +"CaptionHeight"="-330"
  
-kms setup keys+;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 
 +</code>
  
-  https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys +use old style context menu on Windows 11:
-  https://technet.microsoft.com/en-us/library/jj612867(v=ws.11).aspx+
  
-====== Windows ======+  reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 
 +   
 +set highlight background and text color:
  
-Windows 11 Pro:+<code> 
 +Windows Registry Editor Version 5.00
  
-  W269N-WFGWX-YVC9B-4J6C9-T83GX+[HKEY_CURRENT_USER\Control Panel\Colors] 
 +"Hilight"="0 120 215" 
 +"HilightText"="255 255 255" 
 +</code>
  
-Windows 10 Enterprise LTSC 2019:+disable Microsoft Edge copilot button:
  
-  M7XTQ-FN8P6-TTKYV-9D4CC-J462D+<code> 
 +Windows Registry Editor Version 5.00
  
-Windows 7 Enterprise with Service Pack 1 (x86) DVD (Chinese-Simplified):+[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] 
 +"HubsSidebarEnabled"=-
  
-  slmgr.vbs -upk +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge] 
-  slmgr.vbs -ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH +"StandaloneHubsSidebarEnabled"=
-  slmgr.vbs -skms 127.0.0.1 +</code>
-  slmgr.vbs -ato +
-  slmgr.vbs -dlv+
  
-Windows 10 Professional:+disable Microsoft IME auto switch:
  
-  slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX +<code> 
-  slmgr /skms server_ip +[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS] 
-  slmgr /ato +"Enable Auto-Switch"=0
-   +
-   +
-Windows XP SP3 VOL:+
  
-  M6TF9-8XQ2M-YQK9F-7TBB2-XGG88 +[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\Common
-   +"Enable Auto-Switch"=
-  #Enable POSReady Update +</code> 
-   +====== WSL ======
-  Windows Registry Editor Version 5.00 +
-  [HKEY_LOCAL_MACHINE\SYSTEM\WPA\PosReady+
-  "Installed"=dword:00000001+
  
-====== Office ======+shrink VHD:
  
-  docker run -it --rm -p 1688:1688 -v $PWD:$PWD ubuntu bash +  optimize-vhd -Path .\ext4.vhdx -Mode full
-  cd C:\Program Files (x86)\Microsoft Office\Office14> +
-  cscript ospp.vbs /sethst:<server_IP> +
-  cscript ospp.vbs /act+
  
 +to fix DISPLAY on Arch, create following systemd service:
  
-Office 2003 standard:+<code> 
 +https://superuser.com/questions/1617298/wsl-2-running-ubuntu-x-server-cant-open-display/1834709#1834709 
 +cat > /etc/systemd/system/wslg.service <<EOF 
 +[Unit] 
 +Description=symlink /tmp/.X11-unix 
 +After=systemd-tmpfiles-setup.service
  
-  GWH28-DGCMP-P6RC4-6J4MT-3HFDY +[Service] 
 +Type=oneshot 
 +ExecStart=rmdir /tmp/.X11-unix 
 +ExecStart=ln -s /mnt/wslg/.X11-unix /tmp/
  
-Taskbar: +[Install] 
-   +WantedBy=sysinit.target 
-  https://www.howtogeek.com/howto/16334/make-the-taskbar-buttons-switch-to-the-last-active-window-in-windows-7/ +EOF 
-   +</code>
-====== Visual Studio ======+
  
-Visual Studio 2010 SP1:+enable this service:
  
-  https://web.archive.org/web/20130602054235/http://download.microsoft.com/download/E/B/A/EBA0A152-F426-47E6-9E3F-EFB686E3CA20/VS2010SP1dvd1.iso+  systemctl enable wslg
windows.1696154668.txt.gz · Last modified: by fe80:f840:deb4:bbc3:6582:0245:a3a6:789

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki