Windows 10da Dosya Gezgininden Hızlı Erişim nasıl gizlenir

Quick Access is a virtual location on your PC that builds up over time to show you folders you’ve been accessing a lot. You can pin your more frequently accessed folders to Quick Access. Much like you would bookmark a website in your web browser, pinning an item to Quick Access is like bookmarking a location in File Explorer. While the feature is useful, it may not be for everyone. If you’d like to hide Quick Access from File Explorer, you can do so with a simple registry edit.

Windows 10da Dosya Gezgininden Hızlı Erişim nasıl gizlenir

Hide Quick Access from File Explorer

We’re going to edit the registry via Command Prompt which means you don’t have to use the registry editor. We have instructions for doing it from the registry editor as well.

Open Command Prompt with admin rights and run the following command.

REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v HubMode /t REG_DWORD /d 1 /f

Komutu çalıştırdıktan sonra, Dosya Gezgini'ni yeniden başlatmanız gerekir . Bunu Görev Yöneticisinden yapabilirsiniz. Windows Gezgini'ni seçin ve Yeniden Başlat düğmesini tıklayın.

Windows 10da Dosya Gezgininden Hızlı Erişim nasıl gizlenir

Hızlı Erişimi geri almak için yükseltilmiş bir Komut İstemi penceresinde aşağıdaki komutu çalıştırın. Bir kez daha, değişikliği uygulamak için Dosya Gezgini'ni yeniden başlatmanız gerekecek.

REG ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v HubMode /t REG_DWORD /d 0 /f

Bu değişikliği kayıt defteri düzenleyicisi aracılığıyla yapmak istiyorsanız, önce onu açmanız gerekir. Çalıştır kutusunu açmak için Win+R klavye kısayoluna dokunun. 'regedit' yazın ve Enter tuşuna dokunun.

Kayıt defteri düzenleyicisinde aşağıdaki anahtara gidin.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

Explorer tuşuna sağ tıklayın ve içerik menüsünden Yeni>DWORD (32-bit) değerini seçin. Bu değeri HubMode olarak adlandırın. Çift tıklayın ve değer verisi kutusuna 1 girin. Dosya Gezgini'ni yeniden başlatın ve Hızlı Erişim gizlenecektir. Göstermek için HubMode değerinin değerini 0 olarak değiştirin.

Windows 10da Dosya Gezgininden Hızlı Erişim nasıl gizlenir

Remember that you’re only hiding Quick Access, you aren’t disabling it. It still exists as a feature on Windows 10 and when you unhide it, any and all folders that you pinned to it will still be there. Quick Access is one of two locations that File Explorer can open to by default but it tends to show folders based on your use. This means that it’s always going to change. If that’s what bothers you, you can pin the folders you access often, and explicitly blacklist folders you don’t want Quick Access to show you. The blacklist feature isn’t very well documented but it’s a simple way to keep certain folders out of Quick Access.

Leave a Comment