Here are some of my "must have" apps and utilities:
Audacity ; Edit music / sound files
AutoRuns ; Manage startup programs
Calibre ; Organize those .mobi / .epub books
CCleaner ; The venerable CrapCleaner
dp4 FontViewer ; ALL the info about your font(s)
Everything ; Best search tool ever
FastStone Image Viewer ; Best Image viewer
FastStone Capture ; Screen capture and more. A few bucks, well worth it.
Geek Uninstaller ; Free and powerful
HWiNFO ; Hardware Sensors
ImageMagick ; Graphics uiltities
Inkscape ; Vector graphics
Jaangle ; Music organizer/ player. Open source, best I have found.
LibreOffice ; 99% of Microsoft Office functionality, free...
LocalSend ; Connect your PC and phone super easily
Malwarebytes ; You will be sorry if you don't...
MediaInfo ; All about a music, image or video file
Mp3tag ; ID3 Tag all those thousands of .mp3 files you got from Limewire 20 years ago...
Notepad++ ; What else
Microsoft PC Manager ; Insanely good space recovery and more
PowerToys ; Spiffy tools from Microsoft
Process Explorer ; See what's what
qBittorrent ; For those .torrent files
Quick Access Popup ; Probably my favorite. Can't describe how useful this is
ScreenToGif ; Tried 'em all, this is the best. Free too
Speccy ; All the details about your system
TeamViewer ; Help your Mom with her computer
UniGetUI ; Automatically keep everything up to date
Unlocker ; Unlock that stuck file and delete it
VLC media player ; Best media player
WinCDEmu ; Mount .iso files as a virtual drive
WizTree ; Show those huge files and more
Code:
$InstalledSoftware = Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall"foreach($obj in $InstalledSoftware){write-host $obj.GetValue('DisplayName') -NoNewline; write-host " - " -NoNewline; write-host $obj.GetValue('DisplayVersion')}
AutoRuns ; Manage startup programs
Calibre ; Organize those .mobi / .epub books
CCleaner ; The venerable CrapCleaner
dp4 FontViewer ; ALL the info about your font(s)
Everything ; Best search tool ever
FastStone Image Viewer ; Best Image viewer
FastStone Capture ; Screen capture and more. A few bucks, well worth it.
Geek Uninstaller ; Free and powerful
HWiNFO ; Hardware Sensors
ImageMagick ; Graphics uiltities
Inkscape ; Vector graphics
Jaangle ; Music organizer/ player. Open source, best I have found.
LibreOffice ; 99% of Microsoft Office functionality, free...
LocalSend ; Connect your PC and phone super easily
Malwarebytes ; You will be sorry if you don't...
MediaInfo ; All about a music, image or video file
Mp3tag ; ID3 Tag all those thousands of .mp3 files you got from Limewire 20 years ago...
Notepad++ ; What else
Microsoft PC Manager ; Insanely good space recovery and more
PowerToys ; Spiffy tools from Microsoft
Process Explorer ; See what's what
qBittorrent ; For those .torrent files
Quick Access Popup ; Probably my favorite. Can't describe how useful this is
ScreenToGif ; Tried 'em all, this is the best. Free too
Speccy ; All the details about your system
TeamViewer ; Help your Mom with her computer
UniGetUI ; Automatically keep everything up to date
Unlocker ; Unlock that stuck file and delete it
VLC media player ; Best media player
WinCDEmu ; Mount .iso files as a virtual drive
WizTree ; Show those huge files and more
Statistics: Posted by jsmorley — Yesterday, 11:27 pm — Replies 2 — Views 81