The basic reason is that file 1 has the Alternate Data Stream (ADS) mechanism called Zone.Identifier, which stores information about the origin of this file, and file 2 does not have this attribute. When using Sysinternals Streams for analysis, we can see that the file XmlNotepad1.msi contains ADS information with 26 bytes of data, and XmlNotepad2.msi does not have this information. And this is the difference, because Windows relies on this to determine the source of the file downloaded from the Internet:
Or you can confirm ADS with the command:
dir / r [optional_file_filter]
How to remove this information?
The reason for Windows to display such a bulletin board is purely purposeful, but if you know and are absolutely sure of the source of the download, you can remove these notifications to avoid inconvenience.
In the previous section, we showed how to determine ADS information from the Command Line, but you can still remove this message based on the file's General tab:
Click the Unblock button to delete the message as above
On the other hand, if we have multiple files and also want to remove the notification, we can use the Streams utility. Open Command Prompt and point to the file storage folder, or go directly to the folder then hold Shift and right-click , select Open command window here from the menu that displays:
Then, type the command:
streams -s -d.
The above command will delete all ADS information (not only Zone.Identifier ) on the entire data file in the current directory and subdirectories. In this test, we have 2 files that contain ADS data and were successful.
How to assign Downloaded from the Internet information to any file?
This information is stored in the ADS Zone.Identifier section and is applied to all data files. For example, if you want to assign such information to the file XmlNotepad1.msi then do the following.
First, you run the command:
notepad [filename]: Zone.Identifier
Because this part of the ADS information is not yet available, Windows will ask us to create it. Select Yes :
In Notepad, you enter the following information:
[ZoneTransfer] ZoneId = 3
Save the changes to the file and close Notepad:
Now, when we run the file XmlNotepad1.msi or view the information in the Properties section, the old notification will be replaced. And the same way can be applied to many other file formats such as MP3, DOC, CHM . Wish you success!
this how-to will enable you to set up a custom banner message to users who read your banner message and decide to enter your system at their own risk, else be warned about not trying to log in. we will be first editing a file called...
if you're playing retro games, you may have come across files with the extension '.chd'. let tipsmake.com learn about chd file and how to use it through the following article!
many files that come downloaded from the internet are compressed to save space and bandwidth. compressed files make it easy to send multiple files at once, and there are multiple forms of compression that are commonly used. windows...
sometimes when you use your computer, you will see a message saying something like 'antivirus software has detected the downloaded file contains a virus', while you know the source. the data that you download the file is completely clean!
quite a few users reported that after downloading the mp4 file to their computer, they encountered an error that the mp4 file was lost without the cause. to overcome this situation, please refer to the following article of network administrator.
this wikihow teaches you how to troubleshoot slow internet speeds and page loads in windows 7. slow internet speeds can be caused by all sorts of things, so there's no one magic fix for your pc. you'll learn how to check for malware...
in the era of internet boom like today, when we need any information, we also go online to search and download. but we do not anticipate the potential danger from the virus. can they attack us any time?