This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| windows:basic_settings [2020/08/06 11:11] – [Action Center tiles] Júne Park | windows:basic_settings [2020/08/06 11:13] (current) – [Copy icons & wallpapers] Júne Park |
|---|
| ==== Copy icons & wallpapers ==== | ==== Copy icons & wallpapers ==== |
| |
| {{mdi>emoticon-poop?24&color=#47525d}} **Icons** are used for folder identification and image --- Copy from {{mdi>dropbox?color=#007ee5}} to **''N:''** drive. Usual path for icons: ''N:/sys_icon'' and its folder name is ''☆ System Icons & Packages'' | {{mdi>emoticon-poop?24&color=#47525d}} **Icons** are used for folder identification and image --- Copy from {{mdi>dropbox?color=#007ee5}} to ''N:'' drive. Usual path for icons: **''N:/sys_icon''** and its folder name is ''☆ System Icons & Packages'' |
| |
| {{mdi>wallpaper?24&color=#b4009e}} **Wallpapers** for background --- Copy from {{mdi>dropbox?color=#007ee5}} to **''%USERPROFILE%Pictures\System Wallpaper''** and its usual presented name is ''º 시스템 배경화면'' | {{mdi>wallpaper?24&color=#b4009e}} **Wallpapers** for background --- Copy from {{mdi>dropbox?color=#007ee5}} to **''%USERPROFILE%Pictures\System Wallpaper''** and its usual presented name is ''º 시스템 배경화면'' |
| |
| ---- | ---- |
| | |
| | ==== 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 |
| | |
| | ---- |
| | |
| | |