How To Remove "File ownership" In File Explorer on Windows 10

I am trying to remove the file ownership tab in Windows 10 File Explorer. I have unchecked this option in the View pane but after navigating back to the folder or any other folder it comes right back. Is there a registry hack that can be applied to permanently remove this tab?

This is a domain joined machine however and File ownership may be re-appearing due to domain settings that need to be edited local using either gpedit or regedit. Administrator access is held on this machine also.

enter image description here

Similar issue: How to remove 'file ownership' in explorer, win 10

2

4 Answers

Open Windows Explorer, Right click on the area Name, Modified, ... and either Uncheck File Ownership there or select More at the bottom and get the next dialogue window. Uncheck File Ownership there.

This is not a View setting but an Explorer Option setting.

Once done, it will be best to close out, restart and then check the result.

enter image description here

If you this does not work:

(a) Check Group Policies with the Company, and

(b) If need be do a Windows 10 Repair Install

Go to the Media Creation Link:

Windows 10 is running, so click on the Download button (not Upgrade Button) and select Run.

This will launch the Repair and proceed normally.

Start with the option to Keep Everything.

6

I had the same problem and none of this worked for me. However I found a solution (for me):

Some time ago I had connected my personal home PC with my work account. After removing my work account I could permanently remove the file ownership column and apply it to all folders. This also removes the File Ownership menu from the context menu of files.

The setting is under Settings - Account - Access Work or School.

Obviously this would not be a valid solution if you need to be connected to your work account...

1
C:\WINDOWS\system32>net helpmsg 87
The parameter is incorrect.

You have an extra space in your command between /cleanup and -image.

Click View ribbon, then Options. View tab and click Reset Folders.

This resets folders of that type. To see what types of folders there are paste this into a command prompt.

 (@For /f "tokens=1* delims=" %A in ('reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions /f name /v name /s ^| findstr /c:"Name" ^| Sort') Do @Echo %A) & pause

You'll get a list like this

CanonicalName REG_SZ AccountPictures
CanonicalName REG_SZ Communications
CanonicalName REG_SZ Communications.SearchResults
CanonicalName REG_SZ CompressedFolder
CanonicalName REG_SZ Contacts
CanonicalName REG_SZ Contacts.Library
CanonicalName REG_SZ Contacts.LibraryFolder
CanonicalName REG_SZ Contacts.SearchResults
Etc

You can also do a global reset - type control folders into Run dialog and View tab, Reset Folders.

One other thing to note is that explorer remembers your settings by the path you get there. So opening This PC then C:\ then Windows is a different set of settings to opening explorer at C: drive then going to Windows. If there are no settings Explorer does some search of settings nearby.

1

Not exactly a best solution but it's satisfactory to me. Open Explorer, drag the File Ownership column right to the last position File Change Folder and Search Options View Apply to all folders

Now at least the File Ownership column will not bother you much because it will be usually hidden to right and the important columns will be shown anyway to the left.

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