Forum Discussion
NicholasCarter
Aug 07, 2026Iron Contributor
When viewing file properties, the Security tab does not appear in the Properties window.
When you select a file in File Explorer and press Alt + Enter to view its properties, the Security tab is missing from the Properties window; only the General, Details, and Previous Versions tabs are...
oliverbennet345
Aug 07, 2026Copper Contributor
This issue occurs when NTFS permissions management is disabled in File Explorer or blocked via Windows Registry / Group Policy.
To restore the Security tab, follow these steps:
- Press Win + R, type regedit, and press Enter.
- Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- Look for a DWORD value named Nosecuritytab. If it exists, double-click it and change its value data to 0 (or delete the key entirely).
- (Optional) Check the same location under HKEY_LOCAL_MACHINE and set Nosecuritytab to 0.
- Restart File Explorer via Task Manager or reboot your PC for changes to take effect.