F5F Stay Refreshed Software Operating Systems Simple method for managing drive ownership and admin access

Simple method for managing drive ownership and admin access

Simple method for managing drive ownership and admin access

S
Shiznit36
Member
54
08-21-2022, 02:24 PM
#1
You can set ownership directly on individual files or folders without needing admin rights. Use the command prompt with the `icacls` tool to change permissions quickly. For bulk changes, consider scripts or batch files that automate the process. If you need persistent access, you may need to adjust system-wide settings or use a tool like PowerShell to manage permissions more efficiently.
S
Shiznit36
08-21-2022, 02:24 PM #1

You can set ownership directly on individual files or folders without needing admin rights. Use the command prompt with the `icacls` tool to change permissions quickly. For bulk changes, consider scripts or batch files that automate the process. If you need persistent access, you may need to adjust system-wide settings or use a tool like PowerShell to manage permissions more efficiently.

G
Glqbal
Member
173
08-23-2022, 05:17 AM
#2
Check out this tutorial at the provided link.
G
Glqbal
08-23-2022, 05:17 AM #2

Check out this tutorial at the provided link.

C
CiaoCow
Member
129
08-26-2022, 03:30 AM
#3
Open cmd, navigate to admin, cd to directory, set ownership with /f, recursive /r, delete by default, confirm deletion.
C
CiaoCow
08-26-2022, 03:30 AM #3

Open cmd, navigate to admin, cd to directory, set ownership with /f, recursive /r, delete by default, confirm deletion.