how to completely hide files in windows 10 code example
Example 1: cmd make folder hidden
attrib +h +s +r folder
Example 2: how to hide files in other files windows 10
type FileA.txt > FileB.txt:FileA.txt
//This hides file A inside file B in windows command line