Bill Grimm
New member
- Local time
- 6:50 PM
- Messages
- 7
It is all my fault, but I need some help to fix it. I was trying to track down a problem with my audio driver so took ownership of the system32 directory to remove the audio driver and related files from it to start with a clean slate, but now I can't get the ownership to revert (like a fool, I did not set a restore point). That is, I was able to get the ownership back to TrustedInstaller, but now things are broken.
Basically, I need to reset permissions in the system32 directory (and yes, subdirectories, because I am a complete idiot) to what they should be by default (if such a thing exists). Now, the computer still works, but it has been compromised in various ways. Troubleshooters no longer run (in the details is listed "Context: Elevated"). Also, many things now have User Account Control dialogs (such as Resource Monitor) that didn't used to be there (my user account is an administrator account). Also, there is an even longer pause now than there used to be before such a dialog would appear.
I've tried to run the MGADiag tool that I've seen mentioned on other threads on this forum, but it becomes unresponsive (according to the Task Manager). I am able to run ICACLS, and I have included the output from a set of commands suggested on another thread having to do with mangled permissions:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>ICACLS C:\Windows\ServiceProfiles\NetworkService\AppData
C:\Windows\ServiceProfiles\NetworkService\AppData NT AUTHORITY\SYSTEM
I)(OI)(CI
)(F)
BUILTIN\Administrators
I)(OI)
(CI)(F)
NT AUTHORITY\NETWORK SERVICE
I)(OI)(CI)(F)
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows\ServiceProfiles\Networkservice
C:\Windows\ServiceProfiles\Networkservice NT AUTHORITY\SYSTEM
OI)(CI)(F)
BUILTIN\Administrators
OI)(CI)(F)
NT AUTHORITY\NETWORK SERVICE
OI)(CI)(
F)
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows\ServiceProfiles
C:\Windows\ServiceProfiles NT SERVICE\TrustedInstaller
I)(F)
NT SERVICE\TrustedInstaller
I)(CI)(IO)(F)
NT AUTHORITY\SYSTEM
I)(F)
NT AUTHORITY\SYSTEM
I)(OI)(CI)(IO)(F)
BUILTIN\Administrators
I)(F)
BUILTIN\Administrators
I)(OI)(CI)(IO)(F)
BUILTIN\Users
I)(RX)
BUILTIN\Users
I)(OI)(CI)(IO)(GR,GE)
CREATOR OWNER
I)(OI)(CI)(IO)(F)
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows
C:\Windows NT SERVICE\TrustedInstaller
F)
NT SERVICE\TrustedInstaller
CI)(IO)(F)
NT AUTHORITY\SYSTEM
M)
NT AUTHORITY\SYSTEM
OI)(CI)(IO)(F)
BUILTIN\Administrators
M)
BUILTIN\Administrators
OI)(CI)(IO)(F)
BUILTIN\Users
RX)
BUILTIN\Users
OI)(CI)(IO)(GR,GE)
CREATOR OWNER
OI)(CI)(IO)(F)
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows\System32
C:\Windows\System32 CREATOR OWNER
OI)(CI)(IO)(F)
NT AUTHORITY\SYSTEM
OI)(CI)(IO)(F)
NT AUTHORITY\SYSTEM
M)
BUILTIN\Administrators
OI)(CI)(F)
BUILTIN\Users
OI)(CI)(RX)
NT SERVICE\TrustedInstaller
CI)(F)
Successfully processed 1 files; Failed processing 0 files
I need someone to tell me if these are wrong and what I can do to fix them. Also, the audio driver files that I replaced in system32 (which I did when I was the owner of system32 -- and all subdirectories) now show up in the sfc /scannow log as "Access denied" (which I am only able to look at with the builtin administrator account). The most notable thing about the permissions list for those files is the absence of CREATOR OWNER permissions. Part of the problem, I fear, is that I checked (or unchecked) the inheritance box, and that has led to much of the problem I now have. Sorry! Any help would be greatly appreciated (though not deserved by a long shot...sorry again)!
I've seen the trustedinstaller.exe file sometimes doing things in the background when I have a lot of idle time on the computer, and I was wondering if that executable is able to restore the permissions? I don't know, and I haven't looked into it yet since it seems like a long shot. Anyway, that aside, I am looking for some help!
Basically, I need to reset permissions in the system32 directory (and yes, subdirectories, because I am a complete idiot) to what they should be by default (if such a thing exists). Now, the computer still works, but it has been compromised in various ways. Troubleshooters no longer run (in the details is listed "Context: Elevated"). Also, many things now have User Account Control dialogs (such as Resource Monitor) that didn't used to be there (my user account is an administrator account). Also, there is an even longer pause now than there used to be before such a dialog would appear.
I've tried to run the MGADiag tool that I've seen mentioned on other threads on this forum, but it becomes unresponsive (according to the Task Manager). I am able to run ICACLS, and I have included the output from a set of commands suggested on another thread having to do with mangled permissions:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>ICACLS C:\Windows\ServiceProfiles\NetworkService\AppData
C:\Windows\ServiceProfiles\NetworkService\AppData NT AUTHORITY\SYSTEM
)(F)
BUILTIN\Administrators
(CI)(F)
NT AUTHORITY\NETWORK SERVICE
I)(OI)(CI)(F)
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows\ServiceProfiles\Networkservice
C:\Windows\ServiceProfiles\Networkservice NT AUTHORITY\SYSTEM
BUILTIN\Administrators
NT AUTHORITY\NETWORK SERVICE
F)
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows\ServiceProfiles
C:\Windows\ServiceProfiles NT SERVICE\TrustedInstaller
NT SERVICE\TrustedInstaller
NT AUTHORITY\SYSTEM
NT AUTHORITY\SYSTEM
BUILTIN\Administrators
BUILTIN\Administrators
BUILTIN\Users
BUILTIN\Users
CREATOR OWNER
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows
C:\Windows NT SERVICE\TrustedInstaller
NT SERVICE\TrustedInstaller
NT AUTHORITY\SYSTEM
NT AUTHORITY\SYSTEM
BUILTIN\Administrators
BUILTIN\Administrators
BUILTIN\Users
BUILTIN\Users
CREATOR OWNER
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>ICACLS C:\Windows\System32
C:\Windows\System32 CREATOR OWNER
NT AUTHORITY\SYSTEM
NT AUTHORITY\SYSTEM
BUILTIN\Administrators
BUILTIN\Users
NT SERVICE\TrustedInstaller
Successfully processed 1 files; Failed processing 0 files
I need someone to tell me if these are wrong and what I can do to fix them. Also, the audio driver files that I replaced in system32 (which I did when I was the owner of system32 -- and all subdirectories) now show up in the sfc /scannow log as "Access denied" (which I am only able to look at with the builtin administrator account). The most notable thing about the permissions list for those files is the absence of CREATOR OWNER permissions. Part of the problem, I fear, is that I checked (or unchecked) the inheritance box, and that has led to much of the problem I now have. Sorry! Any help would be greatly appreciated (though not deserved by a long shot...sorry again)!
I've seen the trustedinstaller.exe file sometimes doing things in the background when I have a lot of idle time on the computer, and I was wondering if that executable is able to restore the permissions? I don't know, and I haven't looked into it yet since it seems like a long shot. Anyway, that aside, I am looking for some help!
My Computer
- Computer type
- Laptop
- Computer Manufacturer/Model Number
- Dell XPS M1530
- OS
- Windows 7 Ultimate 6.1.7601 Service Pack 1 (64 bit)
- CPU
- Intel Core2 Duo T9500
