If I get on someone else's PC I need apps they don't have. Here is a partial (growing) list.
Some are curls and some open download links if curl doesn't work.
Copy the text and make a bat file.
Curl Portable Apps
mkdir C:\Portable\Excluded
mkdir C:\Drivers\Benchmarks
mkdir C:\Desk
mkdir C:\Pictures\Wallpaper
mkdir C:\"Program Archives"
cd /d C:\Portable
rem Free PC Audit
echo Free PC Audit
curl.exe -L -O https://www.misutilities.com/freepcaudit.exe
"C:\Program Files\7-Zip\7z.exe" x "freepcaudit.exe" -o"freepcaudit" && del "freepcaudit.zip"
echo Notepad Classic
curl.exe -L -O -A "Mozilla/5.0" -e "https://win7games.com/" https://win7games.com/download/notepad.zip
"C:\Program Files\7-Zip\7z.exe" x "notepad.zip" -o"Notepad" && del "notepad.zip"
echo WindowsUpdateMiniTool
curl.exe -L -o "WindowsUpdateMiniTool.zip" "https://drive.google.com/uc?export=download&id=0BwJH2CazcjsINFZFc1pVdk9mNHM"
"C:\Program Files\7-Zip\7z.exe" x "WindowsUpdateMiniTool.zip" -o"WindowsUpdateMiniTool" && del "WindowsUpdateMiniTool.zip"
echo Windows_Repair_Toolbox
curl.exe -L -O "https://windows-repair-toolbox.com/files/Windows_Repair_Toolbox.zip"
"C:\Program Files\7-Zip\7z.exe" x "Windows_Repair_Toolbox.zip" -o"Windows_Repair_Toolbox" && del "Windows_Repair_Toolbox.zip"
echo WirelessNetworkWatcher
curl.exe -L -O "https://www.nirsoft.net/utils/wnetwatcher.zip"
"C:\Program Files\7-Zip\7z.exe" x "wnetwatcher.zip" -o"wnetwatcher" && del "wnetwatcher.zip"
echo WiseDiskCleaner
curl.exe -L -o "WDCFree.zip" "https://downloads.wisecleaner.com/soft/WDCFree_11.1.6.832.zip"
"C:\Program Files\7-Zip\7z.exe" x "WDCFree.zip" -o"WDCFree" && del "C:\Portable\WDCFree.zip"
echo HWINFO
curl.exe -L -o "hwi_822.zip" "https://sourceforge.net/projects/hwinfo/files/Windows_Portable/hwi_822.zip/download"
"C:\Program Files\7-Zip\7z.exe" x "hwi_822.zip" -o"hwinfo" && del "hwi_822.zip"
echo Volumouse 64
curl.exe -L -O https://www.nirsoft.net/utils/volumouse-x64.zip
"C:\Program Files\7-Zip\7z.exe" x "volumouse-x64.zip" -o"volumouse-x64" && del "volumouse-x64.zip"
echo Portableapps
curl.exe -L -o "PortableApps.exe" "https://sourceforge.net/projects/portableapps/files/latest/download"
echo UltraVirusKiller
curl.exe -L -o "UVK.exe" "https://www.carifred.com/uvk/UVKPortable.exe"
echo Revo Uninstaller
curl.exe -L -O https://sourceforge.net/app/revo-uninstaller-portable/files/windows/RevoUninstallerPortable_2.4.1.paf.exe/
rem these open browser to download
echo Safe Mode Launcher
start https://www.majorgeeks.com/files/details/safe_mode_launcher.html
Pause
I hate the Portableapps splash screen on their programs
1. In app folder copy .ini file and paste in root of folder.
2. Rename the .ini same name as program
3. Open .ini and change DisableSplashScreen=true