How does Windows know if a file was downloaded from the Internet? -


if open file in windows, downloaded chrome or browser windows popups warning, file downloaded internet. same documents open in microsoft word.

but how windows know file originate internet? think it's same file every other file on hard drive. has file properties?

harry johnston got it! had nothing temporary folder or media cache. it's ntfs stream. further reading: msdn file streams

this blocking information archieved following commands on cli:

(echo [zonetransfer] more? echo zoneid=3) > test.docx:zone.identifier 

this creates alternative file stream.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -