i am system administrator, how do i change settings

macleod1

Reputable
Oct 5, 2014
1
0
4,510
I want to uninstall a problem malware but am being told I have to contact system administrator...I am the only person on this computer and am having no luck solving this issue. It cannot be deleted the normal way. Help!
 
Solution
trusted installer is the god of your machine not administrator. You could give your account trusted installer rights.
I did not see a good link on how to properly set up your account so that admin would be a superset of trusted installer.
Most of the links have you replace trusted installer with your account (not the best idea) or they just have you take ownership of the files in question with the file properties menu or the cmd.exe takeown.exe command. Then use cacls.exe to give your self permissions to access the file

I would use explorer.exe find the file /directory I want to modify, right click to bring up properties, select the security tab
and look at the rights for my account and compare it to the rights of trustedinstaller...

4ktv

Distinguished
Feb 10, 2011
218
1
18,715
Malware tends to lock things down, I would hope as a system admin that you would know all the standard ways to get rid of such a thing.

Have you tried AVG on it or other anti-virus tools? Really I would wipe the whole system to be safe and maybe a new HDD would be in order depending on how important system security is to you. (Some Malware can root it's self deep in a hard drive and can't for sure be removed.)

If I have misunderstood your post, sorry in advance. Best of luck with your work then.
 
trusted installer is the god of your machine not administrator. You could give your account trusted installer rights.
I did not see a good link on how to properly set up your account so that admin would be a superset of trusted installer.
Most of the links have you replace trusted installer with your account (not the best idea) or they just have you take ownership of the files in question with the file properties menu or the cmd.exe takeown.exe command. Then use cacls.exe to give your self permissions to access the file

I would use explorer.exe find the file /directory I want to modify, right click to bring up properties, select the security tab
and look at the rights for my account and compare it to the rights of trustedinstaller.

on my windows 10 machine:
trustedinstaller has Full Control, modify, read &execute, Read, write
my admin account has Read & execute, and read.
I would edit the permissions and give my admin account the missing rights.
This might be better than giving your admin account all the rights for all the files on your machine.
I think taking ownership from trustedinstaller for the entire system would be a mistake.
 
Solution