Making Windows 11’s File Explorer Look Just Like Windows 10
Struggling to get used to the new look of Windows 11’s File Explorer? You’re not alone. The revamped interface and flashy features might not be everyone’s cup of tea. The good news is, you can restore a more classic Windows 10-style layout. It involves tweaking the Windows Registry and possibly using a few third-party tools, but it’s definitely doable. Just take care not to turn it into a headache.
Getting Into the Registry Editor
First up, you’ll need to access the Registry Editor. It might sound intimidating, but it’s pretty straightforward. Press Windows key + R to open the Run dialog, type regedit
, then hit Enter. You might see a User Account Control prompt asking if you want to allow changes—click Yes. Once you’re in, just proceed with caution; a wrong move could cause issues.
Locating the Right Path
Next, navigate to this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked. If the “Blocked” folder isn’t there, no worries—right-click on Shell Extensions, select New, then Key, and name it Blocked. Easy as that. It may feel a bit fiddly, but hang in there—it’s just like a little treasure hunt.
Adding the Registry Entry
Inside the Blocked key, create a new string value. Right-click in the right pane, choose New, then String Value. Name it {e2bf9676-5f8f-435c-97eb-11607a5bedf7}
. This key tells Windows to disable the new File Explorer and revert to the classic Windows 10 version. Be sure not to miss anything here—missing a step will mean it won’t work.
For an even more authentic Windows 10 feel, go to File Explorer > View > Show > Hidden Items and enable “Use Compact Mode.” It makes everything look tidier without much fuss.
Applying Changes by Restarting Explorer
Once you’ve done all that, you’ll need to restart Windows Explorer for the changes to take effect. You can do this without rebooting your PC: click on the Start menu, select the Power icon, then choose Restart. Or, to do it manually, open Command Prompt and run these commands:
taskkill /f /im explorer.exe
and then:
start explorer.exe
This refreshes Explorer without needing a full restart, saving you a bit of time.
Going the Extra Mile with Third-Party Tools
If editing the registry sounds a bit too much hassle, don’t worry—there are third-party programmes designed to give you more control. Tools like OldNewExplorer can automate much of this and offer additional customization options. When downloading these tools, stick to reputable sources like Classic Shell or Open Shell. Follow their instructions, and you’ll get pretty close to the Windows 10 Explorer style with less fuss.
Important Safety Tips
Before tinkering with system files or installing any tools, always back things up first. Create a restore point under Control Panel > System and Security > System > System Protection. That way, you can revert if something goes awry. Also, only download software from trusted sites to avoid malware. Remember, major Windows updates can sometimes overwrite your customisations, so keep backups handy.
Common Questions
Is editing the registry safe?
Generally, yes—if you follow instructions carefully and have a backup ready. But a wrong change can cause problems, so proceed with caution.
How do I undo these changes?
Just delete the string you added in the registry and restart your PC. Easy as pie.
Are third-party tools safe to use?
For the most part, yes. Just make sure you download them from reputable sources. User reviews can help you pick trustworthy options.
Will this affect my system’s performance?
Most likely not. These tweaks usually don’t slow things down. But tampering with core system features always carries some risk.
Do Windows updates undo these customisations?
Sometimes, yes. Windows updates can restore the default Explorer look, so it’s a good idea to keep backups and reapply your tweaks if needed.
Restoring a Windows 10-style File Explorer on Windows 11 isn’t tricky if you go step-by-step and stay cautious. Keep backups handy, avoid sketchy downloads, and you should be right as rain.
Checklist for the swap:
- Open Registry Editor with
regedit
. - Navigate to and create the Blocked key if missing.
- Add the string value to disable the new File Explorer.
- Restart Windows Explorer with the
taskkill
command or reboot your PC. - Consider third-party tools for easier customisation.
Hopefully, this saves a few headaches and makes your Windows 11 experience a bit more familiar!