在bootcamp 下用Macdrive HFS硬碟一段時間會失去回應,剛研究一下發現是與apple HFS Mount 衝到,改一下登錄檔把apple HFS Mount 先關掉就好了。
我做好reg有需要的自己取走
附加壓縮檔: 201007/mobile01-9ed80f734e89a6c1fd1f51e40cfd2a91.zip
移除AppleHFSMount
------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleHFS]
"Type"=dword:00000002
"ErrorControl"=dword:00000001
"Start"=dword:00000004
"Group"="File System"
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleHFS\Enum]
"0"="Root\\LEGACY_APPLEHFS\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleMNT]
"Group"="System Bus Extender"
"Type"=dword:00000001
"ErrorControl"=dword:00000001
"Start"=dword:00000004
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleMNT\Enum]
"0"="Root\\LEGACY_APPLEMNT\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
還原AppleHFSMount
------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleHFS]
"Type"=dword:00000002
"ErrorControl"=dword:00000001
"Start"=dword:00000004
"Group"="File System"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleHFS\Enum]
"0"="Root\\LEGACY_APPLEHFS\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleMNT]
"Group"="System Bus Extender"
"Type"=dword:00000001
"ErrorControl"=dword:00000001
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\AppleMNT\Enum]
"0"="Root\\LEGACY_APPLEMNT\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

X