-
if we use our get-favourite function to look at the content of favourite files get-favourite | select -f 5 | foreach{""; get-content -Path $_.path} we see this sort of structure [DEFAULT] BASEURL= http://www.bing.com/ [{000214A0...
-
I recently copied my favourites between machines which started me thinking about viewing favourites. Like many people I have generated a lot of favourites over the years – do I really need them all. Don’t know because I don’t know what they are. ...
-
Last time we had got the file names for most of the files but anything in special folders such as the desktop wasn’t displaying properly. We can fix that 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025...
-
I was asked today if it was possible the path to recent files that are shown on the start menu. I thought it was easy until I started digging into it. The files on the start menu are .lnk files and are in a binary format. 001 002 003 004 005...