@echo off
title Restore Windows Explorer previous features
echo $Id: restore-explorer-features.cmd 882 2025-10-01 09:51:17Z bertrand $
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v EnableAutoTray /t REG_DWORD /d 0 /f
taskkill /f /im explorer.exe && start explorer.exe
timeout /t 5
