How to really get rid of Quick Access in Windows 11 File Explorer

strezjohn124

Member
Joined
Apr 10, 2022
Messages
7
Reaction score
1
Many posts about getting rid of this “feature” say to click the three dots, click Options, then go to General and uncheck the boxes under Privacy. THIS DOES NOT WORK.
What works instead is to go into the General tab and change Open File Explorer to This PC instead of Home. I encourage others to try it too.
 

thesandmax

Member
Joined
Dec 8, 2021
Messages
7
Reaction score
0
You can also go to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer and create a new DWORD (32-bit) value on the right side. Rename it to HubMode and double-click to modify the value: 1 to hide, 0 to show.
Then, restart Windows Explorer in Task Manager to hide Quick Access
 

Vote:

Xploit Machine

私の人生の中で孤独な旅人
Administrator
Joined
Nov 29, 2022
Messages
1,354
Reaction score
121
Copy below text and save as QUICKACCESS.REG and run as Administrator, reboot the computer and it will be gone :)

Windows Registry Editor Version 5.00

; Joe Isabella @ Xploit Machine
; 01 December 2022
; [email protected]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"HubMode"=-
 

Vote:
Top