====== Windows 10 ====== ===== Personnalisation ===== \\ ==== Désinstaller OneDrive ==== Télécharger le script : {{ :windows:onedrive-desinstallation.zip |}} @echo off cls set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe" set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe" echo Fermeture de OneDrive echo. taskkill /f /im OneDrive.exe > NUL 2>&1 ping 127.0.0.1 -n 5 > NUL 2>&1 echo Désinstallation de OneDrive echo. if exist %x64% ( %x64% /uninstall ) else ( %x86% /uninstall ) ping 127.0.0.1 -n 5 > NUL 2>&1 echo Suppression des Fichiers OneDrive echo. rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1 rd "C:\OneDriveTemp" /Q /S > NUL 2>&1 rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1 rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1 echo Suppression de OneDrive de l'Explorateur de fichiers echo. REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1 REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1 pause \\ ==== Supprimer tous les logiciels tiers et bloatwares de Windows 10 ===== 3DBuilder, Flipboard, Microsoft Office, OneConnect, Skype, Zune… Par défaut, Windows 10 s’installe avec une tonne de logiciels aussi inutiles qu’irritants. Il suffit de télécharger l'application suivante : [[https://github.com/Sycnex/Windows10Debloater|Windows10Debloater]] de Sycnex \\ \\