124 private links
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Add: TaskbarGlomLevel DWORD
Set value to 2
shift + F10 to open CMD
OOBE\BYPASSNRO
after reboot, you can select continue without internet
Windows 11 : comment retrouver l’ancien menu contextuel du clic droit dans l’Explorateur de fichiers
Have old contextual menu
- cmd
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
- Restart computer
Revert change
- cmd
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
If you'd like to see window names on the taskbar, use the steps in this articles to show taskbar labels in Windows 11.
PrivateZilla
notepad "$env:USERPROFILE/.wslconfig"
[wsl2]
memory=3GB # Limits VM memory in WSL 2 up to 3GB
processors=4 # Makes the WSL 2 VM use two virtual processors
Ouvrir Powershell en élevé et aller dans (remplacer la version au besoin):
cd "C:\Program Files (x86)\Microsoft\Edge\Application\86.0.622.51\Installer"
Taper la commande suivante:
.\setup --uninstall --force-uninstall --system-level
Docker for windows et une application razer ne peuvent pas fonctionner simultanément parce que les dev ont copier une réponse fausse sur stackoverflow
"La CNIL allemande vient de rendre un jugement en Allemagne interdisant l’utilisation de Windows 10 et Office 365 dans les écoles, car ces produits enfreignent le RGPD"
(Règlement Général sur la Protection des Données)
Fix WSL not starting:
Run windows + R
type SystemPropertiesAdvanced
click settings in performance group
In advanced tab, deselect the automatically manage paging file size for all drives
Select custom size and enter 800 for initial size, 1024 for maximum size.
Apply changes and restart.