Some Vista Tools
Not sure if these exsisted before, but they probably have. There are some seriously decent command line tools for Vista
I got the from kb929833
- System File Check or SFC to check all the files:
- example: sfc /scannow, then
- findstr /C:"[SR] Cannot repair member file" %windir%\logs\cbs\cbs.log >sfcdetails.txt
- notepad sfcdetails.txt - to identify the files affected
- To take ownership of a file takeown. For example, type takeown /f E:\windows\system32\jscript.dll
- to change the permissions: icacls Path_And_File_Name /GRANT ADMINISTRATORS:F. For example, type icacls E:\windows\system32\jscript.dll /grant administrators:F.
Also check out How to use vista themes
Comments