Windows

Mozilla Firefox
paint.net (Setting paint.net as default image editor only)
7-zip
Ant renamer
Avidemux or HandBrake
Filezilla or WinSCP (good comments + features list) or sshfs-win
Foxit Reader or PDF-XChange Editor
PDFCreator or PDF24
PdfMerge or PDF24
Greenshot (Hide Greenshot Icon in Icon Tray) or ShareX
K-Lite Codec Pack
Microsoft Office
NAPS2
Notepad++
qBittorrent
OpenTTD
Alcohol 52% - no need on Windows 10
Classic Shell (for Windows 8)
Equalizer APO 1.0
NFOPad
Skype
UNetbootin
Windows 7 USB/DVD Download Tool
Image Resizer Powertoy Clone
CDBurnerXP
MP3TAG
fre:ac
MD5 & SHA Checksum Utility
f.lux
WinDirStat (La fonction principale de WinDirStat est de permettre à l'utilisateur de voir les fichiers qui occupent beaucoup de place)
AudioSwitch
AutoHotkey --- Insert date anywhere
MiniTool Partition Wizard
Sweet Home 3D
OBS Studio - Free and open source software for video recording and live streaming.

MS Office 2016 official images for download & offline install (product key required)

Restore Windows Photo Viewer in Windows 10


Everything is too big on Firefox

Firefox 22 is now respecting the pixel density you've set on a system level in the windows control panel > appearance > display.
if you want to set the text size/pixel density in firefox different from that of your system's settings like it was handled in prior versions, enter about:config into the firefox address bar (confirm the info message in case it shows up) & search for the preference named layout.css.devPixelsPerPx. double-click it and change its value to 1.0 (or any other zoom factor that fits your purpose; -1.0 is the default value and will adhere to the system settings).
Source

Firefox playing youtube video using CPU instead of GPU

Youtube plays with some freeze + fan sound I understood CPU was heating more than expected. Using Open Hardware Monitor I confirmed it was not a temperature problem but CPU overload while GPU remained at 0% load.
Checking about:support#media i could see that software decoding was enabled for AV1, but hardware decoding was writting "install an extension" linking to microsoft store: https://www.microsoft.com/store/productId/9MVZQVXJBQ9V
I downloaded the extension from here : https://www.free-codecs.com/av1_codec_download.htm
After restarting Firefox, hardware decoding was enabled.


Les listes hiérarchiques

http://www.faqword.com/index.php/word-tutoriels/tuto2007/258

https://stackoverflow.com/questions/138576/saving-tree-f-a-results-to-a-textfile-with-unicode-support

 

Maybe usefull

https://thunderbirdtweaks.blogspot.com/2016/08/windows-10-and-thunderbird-firefox.html
https://www.youtube.com/watch?v=gGwtT2MsCJ8


Share wifi password easy

> netsh WLAN show interfaces
> netsh wlan show profile name="SSID" key=clear

Disable DVD-ROM drive in Windows 10

Windows + R > regedit > OK

Then navigate to this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom\Start == 4  => CD-ROM disabled
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom\Start == 1  => CD-ROM enabled

Source


Windows 11 : comment activer ou désactiver le bouton « Afficher d’autres options » ?

To disable the button, create new regedit key:

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f

To enable, delete the key:

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

And kill explorer.exe and restart it using Task Manager by example.
Source


Windows 11 : paramétrer l’explorateur de fichiers pour qu’il s’ouvre sur “Ce PC” sous Windows

Dans la barre d’outils de l’Explorateur de fichiers, cliquez sur le bouton avec trois petits points dans la barre d’outils de l’Explorateur de fichiers puis allez dans Options.
Une fenêtre d’Options des dossiers s’ouvre. Remplacer Accueil par Ce PC dans la liste la liste Ouvrir l’Explorateur de fichiers dans. Cliquez enfin sur le bouton Appliquer.
Raccourci rapide pour ouvrir l'explorateur : windows + e
Source