Hacker Professional Messages 1,044 Reaction score 828 Points 113 May 4, 2021 #1 SYNATAX Code: New-Item -Path <FILENAME> -ItemType File (get-item <FILENAME>).Attributes += 'Hidden' EXAMPLE Code: New-Item -Path ccs.txt -ItemType File (get-item ccs.txt).Attributes += 'Hidden'
SYNATAX Code: New-Item -Path <FILENAME> -ItemType File (get-item <FILENAME>).Attributes += 'Hidden' EXAMPLE Code: New-Item -Path ccs.txt -ItemType File (get-item ccs.txt).Attributes += 'Hidden'