AutoSizer:
www.southbaypc.com/AutoSizer/
really works remarkably well. Rather helpful if you bring up ticket note windows or anything else over and over again which need resizing. It repositions and maximizes as desired too. By default it runs by window class (my own preference!) but can address windows by title as well. Sits in the Windows tray nice and quietly and does its job. Lovely!
Newly updated as of this writing, I’m running it on Windows 11.
Categories:
Tools
Here’s the download page:
www.microsoft.com/en-us/microsoft-teams/download-app
This downloads an .MSIX, which one can usually double-click effectively. The link appears to be nicely static at this writing:
statics.teams.cdn.office.net/production-windows-x64/enterprise/webview2/lkg/MSTeams-x64.msix
And some Powershell to do the download and the install:
cd $env:TEMP
curl.exe -O "https://statics.teams.cdn.office.net/production-windows-x64/enterprise/webview2/lkg/MSTeams-x64.msix"
Add-AppxPackage -Path '.\MSTeams-x64.msix'
# placeholder for Enter
Categories:
Microsoft 365
Categories:
Windows OS-Level Issues
There are a lot of smileys out there now. But reliable display can be a question. The original is preserved:
☺
The code is:
ćA;
Categories:
Web Methods
Categories:
Tools
New and Interesting Apps
As of March of 2024, there is clear success to report, and more to come. This is negatively ionized air, being sent into engine air intakes. Here it is:
ioninjection.ponderworthy.com
Categories:
Miscellaneous
Sometimes you need an SSL cert, but you don’t have a request generator. This works very well:
csrgenerator.com
Categories:
Certificates
Many old friends, e.g. Hiren’s and UBCD4Win, are no longer in development, and do not boot on quite a lot of newer hardware; for a while there was no clear replacement. But there is Medicat, which is Linux-based:
gbatemp.net/threads/medicat-usb-a-multiboot-linux-usb-for-pc-repair.361577/
and there is a new Hiren’s renaissance:
www.hirensbootcd.org
Categories:
Hardware
Tools
There is a renaissance of Hiren’s Boot CD, called Hiren’s Boot CD PE:
https://www.hirensbootcd.org
Today (2024-02-12) my up-to-date Lazesoft could not reset a Windows password, but when I booted into the above, loaded drivers using the embedded Lazesoft, and then reset the password using the NT password edit/reset tool, it worked. There’s also a way to build the bootable with custom driver additions.
Categories:
Tools
When you copy an entire folder with ROBOCOPY, sometimes it hides files. Use this on the end to prevent:
/A-:SH
Categories:
Command Line