P
PKersey
Guest
I noticed since the upgrade, the following happens:
This should not happen I believe. Why does the file get re-blocked?
More...
- I download a zip file from the internet to the local downloads folder
- I right click > properties > unblock
- I move the file to a network share
- I right click the file. Now I get the warning that the file might be harmful as if the file was still blocked. I cannot unblock the file. The option is missing
- I unzip the file
- Now every unzipped file show as blocked
- Now I have to use PowerShell to unblock the folder recursively (Get-ChildItem -Path 'X:\...' -Recurse | Unblock-File
This should not happen I believe. Why does the file get re-blocked?
More...