plart wrote:
之前用XP時,C槽都...(恕刪)
這時候就要說xp比vista好了吧
呵呵
翎翊 wrote:
Winsxs這一個資料夾很多人建議不要直接刪除
但是的確很大(都是系統備份的檔案)
不能直接刪除也是正常的
我的做法是把他取得owner後 直接用NTFS壓縮....至少省一點點空間
不過檔案很多......
===================
Windows Registry Editor Version 5.00
;Take Ownership Context Menu Item (for Windows Vista) by Herby - herby.virtualplastic.net
;This reg file adds a Take Ownership Context Menu Item to all files and folders.
;It recovers full access to the selected file / directory, sub directories and their content.
;You can access the Context Menu Item by holding down Shift + right-click on a file or folder.
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"Extended"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
===================
將以上的內容存成TakeOwner.reg
並且執行,在資料夾按右鍵就可以直接取得擁有權
jamesfuh wrote:
我剛裝好的windo...(恕刪)