Browse by Tags

All Tags » Hidden Files » File Attributes (RSS)

Unblocking files

When I download files from the Internet to Vista or Windows 7 the file is blocked and I can’t execute it until its unblocked. This is especially annoying with zip files because if I unzip them all the contents are blocked. I have been meaning to do something...

Hidden Files

The last post got me thinking about hidden files and file attributes and how we can manipulate them in PowerShell. Lets start by creating a PowerShell script. PS> "'hello world'" > test.ps1 PS> ./test.ps1 We can see the file...