Missing Security Tab in Windows XP

If you have Windows XP, and your hard drive is formatted as NTFS, you can set permissions on files so that only users you specify can access them. However, if your Windows XP computer is not part of a Domain on a network, you may notice that there is no Security tab when you right-click a file and choose Properties. For some reason, the default for Windows XP computers that are part of a Domain is to have that visible.
For Windows XP computers that are not part of a Domain (they are stand-alone, or part of a workgroup), the default is to have the Security tab hidden.

To reveal the Security tab follow three simple steps:

  1. Open Windows Explorer, and choose Folder Options from the Tools menu.
  2. On the View tab, scroll to the bottom of the Advanced Settings and clear (click) the check box next to "Use Simple File Sharing."
  3. Click OK to apply the change, and you should now have a Security tab when viewing the properties of a file on an NTFS volume.

Additionally you can visit this link to get more info :


How to Set Security in Windows XP Professional That Is Installed in a Workgroup : http://support.microsoft.com/?kbid=290403


And hey it works !

This article is part of the GWB Archives. Original Author: Ram Shankar Yadav

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.