PowerToys – 0.14.1

Description Microsoft PowerToys is a set of freeware system utilities designed for power users developed by Microsoft for use on the Windows operating system. These programs add or change features to maximize productivity or add more customization. For example, the latest PowerToys can display hotkey shortcuts (great for power users), and help you arrange Window Read More …

Firefox Browser – 71.0

Description Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, Mozilla Corporation. more… Download New Firefox is available here: https://ftp.mozilla.org/pub/firefox/releases/71.0/win64/en-US/   all Size 48.9 MB Silent Install setup.exe -ms or chocolatey: choco install firefox -y Install Location (9 Folders, 87 Files, 192 MB on disk) C:\Program Files\Mozilla Firefox view Read More …

Google Chrome Uninstall

Methods for uninstalling Chrome EXE (good) WMI (meh) wmic product where “name like ‘Google Chrome’” call uninstall /nointeractive GUID MSIEXEC.EXE /X{FE64921C-E29D-39EC-9DD9-C567C6E5A0C6} /qn /norestart Note, GUIDs can be found here: “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\” “HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\”   Return any version number (better) c: cd\Program Files (x86)\Google\Chrome\Application :: return version number setlocal enabledelayedexpansion set version= set /a count=1 for /f “delims=” Read More …