Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • 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 in PowerShell for this and finally got round...
    Posted to Richard Siddaway's Blog by RichardSiddaway on Sat, Sep 5 2009
    Filed under: Filed under: , , ,
  • 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 in a directory listing PS> Get-ChildItem test...
    Posted to Richard Siddaway's Blog by on Sat, May 30 2009
    Filed under: Filed under: , ,
Page 1 of 1 (2 items)