以下為
我在網站搜尋得來的方式
對我確實有用...可以常試看看
Step 1: Download SubInACL (SubInACL.exe)
-----------------------------------------
1. Please download the subinacl.msi from the following link and save the
installation patch on the Desktop:
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en#AffinityDownloads
2. Please go to the Desktop and double click the downloaded file to install
it.
3. Please select C:\Windows\System32 as the destination folder during the
installation (Note: We assume C:\ is the system partition). Later we will use
this tool to reset the current permission settings on the machine.
Step 2:
-------
1. Click Start, Run, type: notepad C:\reset.cmd and press Enter. Choose Yes
when you are prompted.
2. Copy the following commands and then paste them into the opened Notepad
window:
@echo off
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f
@Echo =========================
@Echo Finished.
@Echo =========================
@pause
3. After pasting the above commands, please close the Notepad window. Choose
Yes when prompted to save the file.
4. Click Start, Run, type: C:\reset.cmd and press Enter to run the commands
pasted.
5. You will see a DOS-like window processing the request.