windows:basic_settings

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
windows:basic_settings [2020/08/06 11:12] – [Copy icons & wallpapers] Júne Parkwindows:basic_settings [2020/08/06 11:13] (current) – [Copy icons & wallpapers] Júne Park
Line 18: Line 18:
  
 ---- ----
 +
 +==== Prevent wallpaper compression ==== 
 +Default value to show wallpaper in Windows 10 is about 85% compression, which results in dithering and low quality. Change registry value to prevent image compression. \\
 +Open registry editor ''regedit.exe'' 
 +
 +<code reg>
 +[HKEY_CURRENT_USER\Control Panel\Desktop]
 +</code>
 +
 +Add ''DWORD'' named ''JPEGImportQuality'' with value ''64 (hex base)'' or ''100 (decimal base)'' \\ or make ''.reg'' file with following contents and run it with administrative permission. 
 +
 +<code reg>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CURRENT_USER\Control Panel\Desktop]
 +"JPEGImportQuality"=dword:00000064 
 +</code>
 +''.reg'' file is at [[https://meson.ml/configuration|registry file for high-res wallpaper]] {{fa>folder-open?color=#FFDF00}} WebDAV
 +
 +----
 +
 +
  • windows/basic_settings
  • Last modified: 2020/08/06 11:13
  • by Júne Park