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: , ,
  • Removing Hidden files

    I used the OneNote 2007 Side Note utility this morning and for some reason it created a table of contents file ( .onetoc2 ) file in each of the folders in which I keep my PowerShell. Strange behaviour. Any way there are more of them than I want to delete by hand. Get-ChildItem doesn’t show them – they...
    Posted to Richard Siddaway's Blog by on Thu, May 28 2009
    Filed under: Filed under: ,
Page 1 of 1 (3 items)