How to add security tab to the drive properties in Windows 10?

I can't seem to access security tab for my drive E: in Windows 10. The one when you go to properties:

enter image description here

I tried all recommended methods I could find online but they don't work for Windows 10.

Any idea how Microsoft wants us to enable it now?

2

2 Answers

Already mentioned in the comments, FAT does not offer any Security in terms of permissions. Change your Filesystem to NTFS and you will see the security tab. Before you change the Filesystem, save all your Data somewhere else.

3

Open a command prompt window (As Administrator!)

Enable Security tab: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v Nosecuritytab /t REG_DWORD /d 0 /f

Disable Security tab: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v Nosecuritytab /t REG_DWORD /d 1 /f

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like