Prevent AGS from triggering antiviruses: Difference between revisions
Jump to navigation
Jump to search
Prevent AGS from triggering antiviruses (view source)
Revision as of 14:57, 30 September 2015
, 30 September 2015→How do I clean my AGS editor files of "alternate data streams" ?: missing double quotes
(Changes to clarify purpose of fix: primarily for game devs, not players, to fix F1 Help) |
m (→How do I clean my AGS editor files of "alternate data streams" ?: missing double quotes) |
||
Line 31: | Line 31: | ||
# run the following command to remove the alternate data streams: | # run the following command to remove the alternate data streams: | ||
streams.exe -s -d "<EXTRACTED FOLDER>" | streams.exe -s -d "<EXTRACTED FOLDER>" | ||
(you need to replace "<EXTRACTED FOLDER> with the path to the AGS folder. For example "c:\Users\MyAccount\My Documents\AGS Builds\ags_3.4.12" (please note the double quotes) | (you need to replace "<EXTRACTED FOLDER>" with the path to the AGS folder. For example "c:\Users\MyAccount\My Documents\AGS Builds\ags_3.4.12" (please note the double quotes) | ||
== Read also == | == Read also == |