F5F Stay Refreshed Hardware Desktop You gained access to your C drive after securing it.

You gained access to your C drive after securing it.

You gained access to your C drive after securing it.

Pages (2): Previous 1 2
S
ScoutandMilo
Member
71
10-21-2023, 10:49 AM
#11
Not incorrect, but a member of the Administrators group isn't the same as the "administrator" account. The admin role is more powerful, similar to how root is a superuser but distinct from logging in as root. It's alike yet different.
S
ScoutandMilo
10-21-2023, 10:49 AM #11

Not incorrect, but a member of the Administrators group isn't the same as the "administrator" account. The admin role is more powerful, similar to how root is a superuser but distinct from logging in as root. It's alike yet different.

H
HellixBG
Junior Member
11
10-21-2023, 06:10 PM
#12
This situation applies to local machine accounts as well, though the statement holds more weight in an Active Directory setup where the default domain admin acts like root across the entire forest. The built-in local "Administrator" account stems from its inclusion in the "Administrators" group. Removing or reclassifying it is challenging due to system constraints. By default, the "Administrator" role remains disabled unless explicitly enabled. Users part of that group gain full permissions similar to the standard local admin. Once granted access, they can own directories/files and modify NTFS ACL settings. The closest equivalent to root remains the SYSTEM account, which is a system-wide machine account with unrestricted privileges.
H
HellixBG
10-21-2023, 06:10 PM #12

This situation applies to local machine accounts as well, though the statement holds more weight in an Active Directory setup where the default domain admin acts like root across the entire forest. The built-in local "Administrator" account stems from its inclusion in the "Administrators" group. Removing or reclassifying it is challenging due to system constraints. By default, the "Administrator" role remains disabled unless explicitly enabled. Users part of that group gain full permissions similar to the standard local admin. Once granted access, they can own directories/files and modify NTFS ACL settings. The closest equivalent to root remains the SYSTEM account, which is a system-wide machine account with unrestricted privileges.

K
kevenin12
Member
115
10-21-2023, 08:34 PM
#13
I hold the sole administrative rights. However, it might be wise to adjust access settings so regular users have appropriate capabilities.
K
kevenin12
10-21-2023, 08:34 PM #13

I hold the sole administrative rights. However, it might be wise to adjust access settings so regular users have appropriate capabilities.

R
140
10-22-2023, 09:48 AM
#14
None of the options helped. Running CMD isn't possible due to location restrictions, and I'm unsure how to proceed from safe mode.
R
RabbitKiller99
10-22-2023, 09:48 AM #14

None of the options helped. Running CMD isn't possible due to location restrictions, and I'm unsure how to proceed from safe mode.

M
Machine3721
Member
52
10-24-2023, 11:53 PM
#15
No, you cannot restore permissions directly from the registry.
M
Machine3721
10-24-2023, 11:53 PM #15

No, you cannot restore permissions directly from the registry.

V
victor_k99
Junior Member
8
10-25-2023, 12:40 AM
#16
I adjusted the C drive settings, but I'm facing problems reverting the changes.
V
victor_k99
10-25-2023, 12:40 AM #16

I adjusted the C drive settings, but I'm facing problems reverting the changes.

R
Rexty_
Senior Member
568
10-25-2023, 02:58 AM
#17
Permissions for ACLs on files and folders depend solely on the NTFS file system structure, not on registry hive data.
R
Rexty_
10-25-2023, 02:58 AM #17

Permissions for ACLs on files and folders depend solely on the NTFS file system structure, not on registry hive data.

K
Kuelo
Member
55
10-25-2023, 10:32 AM
#18
Discuss how to use the command line.
K
Kuelo
10-25-2023, 10:32 AM #18

Discuss how to use the command line.

D
dathdave
Junior Member
39
10-26-2023, 11:37 PM
#19
In the folder you created adjustments, you can attempt to restore ACLs to their original settings. There are no assurances you'll avoid another issue, but if you have no alternative, proceed. How to revert NTFS permissions on drives or folders ⋆ SysAdminStuff icacls * /T /Q /C /RESET
D
dathdave
10-26-2023, 11:37 PM #19

In the folder you created adjustments, you can attempt to restore ACLs to their original settings. There are no assurances you'll avoid another issue, but if you have no alternative, proceed. How to revert NTFS permissions on drives or folders ⋆ SysAdminStuff icacls * /T /Q /C /RESET

S
SpherousX
Member
74
10-27-2023, 07:52 AM
#20
I managed to get everything running. I needed to start in safe mode first, then use cmd and set up the admin account. Appreciate the assistance!
S
SpherousX
10-27-2023, 07:52 AM #20

I managed to get everything running. I needed to start in safe mode first, then use cmd and set up the admin account. Appreciate the assistance!

Pages (2): Previous 1 2