Browse by Tags

All Tags » Powershell » Hidden Files (RSS)

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...

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...
Posted by Richard's space
Filed under: ,