The stuff I put on every PC that I work on

Mercutio

Fatwah on Western Digital
Joined
Jan 17, 2002
Messages
22,027
Location
I am omnipresent
In the Windows 11 thread, I mentioned that I create a folder on windows computers called c:\bin, which is where I stow primarily stand-alone or portable tools that don't really go anywhere else. There are a few exceptions to this; some things get can get copied elsewhere, but here's a quick guide to what I put out there and why.

3dPipes.scr - My favorite Screen Saver. It's 158kB. My copy is from an NT4 system and I've just had it THAT long. It pleases me to put it back, even if no one uses it.
AnyBurn - Mostly for dealing with ISO files, but it's a fine choice for most optical drive stuff as well.
Bulk Crap Uninstaller (BCU) - allows for mass software removal. Not really necessary on new systems, but I don't always work on new systems.
Windows Easy Transfer (no link; find a Windows 7 PC and make install media from there) - Still works just fine and I don't know why Microsoft took it away.
Belarc Advisor - Shows all the hardware in white box PCs and also product keys for installed software.
Chris Titus Tool - this is actually just a one-line script that can install Chocolatey and run a bunch of debloat tools from a simple interface.
DISM GUI - Because Windows Image management on the command line is a PITA. This is how I normally add drivers to a .wim file, most often by collecting them from a host where those drivers are already working.
Forensit.com User Profile Tools - these are super handy for dealing with user profiles in bulk, scriptable ways and I like them better than Microsoft's USMT.
EasyBCD - MOSTLY used because a Windows Update hosed someone's boot config. I need this a few times a year but it's better than re-imaging a PC just because it forgot where Windows (and/or Linux) is. I make a backup ahead of time if I'm helping someone who definitely wants to dual boot.
Games for Windows - copies of the classic games found on a Windows 7 installation. Who wants Freecell with ADS?!?
GNUwin32 Tools - I have a bunch of these in my bin folder because sometimes I forget what I'm doing and use *nix commands. I use wget most out of the bunch.
Hard Link Shell Extension - GUI for making symlinks. These can be crazy useful for dealing with nonsense like users who want to organize all their files on their desktop or actually put things in OneDrive or something.
Intelliadmin Cron - cron, but for Windows. It's just easier to deal with that the Windows task scheduler for some things. Down side is that everything runs with admin or current console user rights, up side is that tasks created this way definitely always happen.
LAN Speed Test - Honestly this is mostly to show people that it's time to buy new switches or cabling, or to see what someone has if I'm in a new building.
Macrium Reflect 5.1 - Versions after 5.1 are no longer offered gratis for non-commercial users, but 5.1 works fine on Windows 11, and it is much more flexible than just using Windows Backup and Restore (Windows 7).
OFGB - Removes a lot of the OS-level advertising nonsense from Windows 10 and 11.
Open Hardware Monitor - A general purpose temperature monitor. Seems to work on newer hardware than the site indicates.
PDFGear - Free as in beer PDF editor. Everyone gets this application. It solves problems I get asked about constantly. It doesn't cost $60/month like the one people think they have to have.
Picasa - Google discontinued it years ago, but this is a nifty photo viewer that has person recognition. It does get nutty if you have more than 2TB of photos, but that is not true for the overwhelming majority of people. MajorGeeks has been hosting a copy of the last release of it for years and years.
PSR.exe - the stand-alone Problem Steps Recorder. Get it from your working Windows 10/11 installation before they take it out in Win11 24H2. Grab wordpad.exe and wordpadfilter.dll at the same time.
Revo Uninstaller Portable - I actually paid them for this, because sometimes software just won't come off any other way, but the free one works well enough about 99% of the time.
Rufus - the thing for writing disc images to USB drives. We all use this one, right?
Screen2Gif - Captures part or all of a screen, turns it into a .mp4 or animated .gif. I use it for making tutorials and remote troubleshooting. PSR.exe's more space-hogging big brother.
Seatools - Seagate's drive test works on all brands of drives. Seatools is available through chocolatey as well, but I put a local copy on end user PCs because there are people I don't think can handle typing a command line ever.
SpaceSniffer - Disk space visualization tool. I like it better than WinDirStat.
TestDisk/PhotoRec - these two guys are open source tools for fixing drives with filesystem corruption. Some people just refuse to eject a USB drive like a sane person.
WinLibraryTool - I'm the only person who likes Libraries in File Explorer and I know that but this is far and away the most convenient way to organize them.
Sysinternals Suite - Microsoft SysInternals. Why these are not just distributed with Windows, I have no idea.


I also have a bunch of random scripts I've written for things like removing all installed printers, bulk-installing my drivers folder, syncing specific folders to external or secondary drives, fixing the times when Windows Store apps completely break, bulk installing software via Chocolatey, moving things from c:\bin to c:\windows or \system32 if that's appropriate, creating Start Menu links for some of these guys, .reg files to fix annoyances for some users (e.g. kill copilot; pre-configure File Explorer to detail view) etc.

I normally set up chocolatey to install 7zip, paint.net, firefox, chrome, sagethumbs, ffmpeg, handbrake, imagemagick, vlc, and notepad++ at a minimum and install PDFgear and/or Picasa by hand if I think the user will use them.
 

sedrosken

Florida Man
Joined
Nov 20, 2013
Messages
1,744
Location
Eglin AFB Area
Website
sedrosken.xyz
There's a few bits there that I already knew about but the DISM GUI, special older version of Reflect, and PDFGear in particular are very interesting additions. Thanks Merc. I might play with the LAN speed tool too.

I usually install SumatraPDF for myself, but it seems Adobe is still the gold standard for Reader, for some reason.

+1 for Notepad++, 7-zip, etc.
 

LunarMist

I can't believe I'm a Fixture
Joined
Feb 1, 2003
Messages
17,264
Location
USA
Reflect 7 was the last fully free version (8 was for a while), but the free versions don't support encryption or the delta restore that only needs to restore changes. The old versions don't support all the threads on new hardware either so are slower.
 

sedrosken

Florida Man
Joined
Nov 20, 2013
Messages
1,744
Location
Eglin AFB Area
Website
sedrosken.xyz
Reflect 7 was the last fully free version (8 was for a while), but the free versions don't support encryption or the delta restore that only needs to restore changes. The old versions don't support all the threads on new hardware either so are slower.

Reflect 5 was the last version to be free for company use. Anything, ANYTHING at all newer up to the mid-8.x branch, was only free for personal use. It's not like they had much way to check what you were using it for, but it'd be violating the EULA to use the free version of Reflect for company purposes.
 

LunarMist

I can't believe I'm a Fixture
Joined
Feb 1, 2003
Messages
17,264
Location
USA
I see, but what kind of legit businesses use free and obsolete software? I understand Merc has his own LLC so he understands the laws far better than me.
 

LunarMist

I can't believe I'm a Fixture
Joined
Feb 1, 2003
Messages
17,264
Location
USA
I use the bootable USB version for one-off activities, but I'm not getting paid for it.
 

CougTek

Hairy Aussie
Joined
Jan 21, 2002
Messages
8,728
Location
Québec, Québec
I have not been rebuilding/supporting personal computers for the past eight years, but I remember using several of those tools back then. This list will be quite handy as a reference for a support professional.
 
Top