2.下載後執行程式,會先跳出 "開啟這個檔案前一定要先詢問" ?
1.從網路下載的檔案,有些會包含 Streams 的資料,如果在 NTFS 的檔案系統複製到隨身碟 FAT32 就會跳出 "您確定要複製這個檔案而不含其內容嗎?"的訊息。
是因為 FAT32 不支援 File Streams 這個功能,那什麼是 File Streams 呢,請參考微軟說明。
Each stream that is associated with a file has its own allocation size, actual size, and valid data length:
- The allocation size is the amount of disk space that is reserved for a stream.
- The actual size is the number of bytes that are being used by a caller.
- The valid data length (VDL) is the number of bytes that are initialized from the allocation size for the stream.
2.下載的程式,執行的時候會先跳出 "開啟這個檔案前一定要先詢問"的視窗,點選執行才會進到安裝畫面。
3.這是作業系統安全性機制的關係,在程式上右鍵內容 - 點選 "解除封鎖" - "確定",執行這個程式就不會再跳出詢問的視窗。
也可將 "開啟這個檔案前一定要先詢問" 的打勾取消。
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。