Answers for "set ADS content"

1

set ADS content

//paste in PowerShell to set the content of a specified ADS //
//will OVERWRITE previous content //
set-content -path {path to the file} -stream {name of the stream}
Posted by: Guest on August-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language