misc WIN10 wasting time with windows 10 bunch of notes about windows 10 usage # scan C:\Windows\System32\cmd.exe sfc /scannow # memory check https://technet.microsoft.com/en-us/library/ff700221.aspx Click Start, type mdsched.exe in the Search box, and then press Enter. # setup windows to use whatever is setup in Region & Language Control panel > language > Advanced > override for windows display language drop down menu # apply language settings also on login screen https://superuser.com/questions/948660/change-windows-7-8-10-system-language-welcome-screen-login-etc # faulty driver RAM http://www.ibtimes.co.uk/how-fix-windows-10-high-memory-usage-issue-1514199 # Memory error on shutdown https://www.google.fr/#q=windows+10+couldn't+write+memory https://www.reddit.com/r/Windows10/comments/38jxi2/explorerexe_memory_error_every_shutdown/ https://twitter.com/GabeAul/status/605845958019006464 https://twitter.com/ByteStarX/status/605877032333934592 # LUA notification https://msdn.microsoft.com/fr-fr/library/ff715520.aspx regedit \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System EnableLUA to 0 # Issue with taskbar & startup menu https://lecrabeinfo.net/probleme-impossible-utiliser-barre-des-taches-et-menu-demarrer-bloques-sur-windows-10.html cmd Dism /Online /Cleanup-Image /RestoreHealth powershell Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Get-AppXPackage -AllUsers | Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} # clear wifi password https://twitter.com/AtoZknowlege/status/1514234243421204480 cmd netsh wlan show profile WIFI_NAME key=clear