문제

There can be "This file came from another computer and might be blocked" message in file properties. Is there a way to block back file in windows 7? I need this for program testing.

도움이 되었습니까?

해결책

You have to recreate the alternate data stream for the file. The easiest way to do this is by using Notepad. Run cmd.exe and navigate to the directory that contains the file. I'll use test.txt as an example, type this command:

  Notepad "test.txt:Zone.Identifier"

Double quotes required. Notepad prompts you to create a new file, click Yes. Paste or write this:

  [ZoneTransfer]
  ZoneId=3

Press Ctrl+S to save.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top