Automatic update of Lenovo drivers, firmware, etc.
article #1585, updated 229 days ago

Here it is:

support.lenovo.com/us/en/downloads/ds012808-lenovo-system-update-for-windows-10-7-32-bit-64-bit-desktop-notebook-workstation

It’s also available via Winget: winget install "Lenovo System Update"

Categories:      

==============

Disable Windows Compatibility Telemetry
article #1370, updated 232 days ago

This can sometimes save a lot of CPU and/or disk cycles. In administrative CMD:

schtasks /Change /Disable /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
sc delete DiagTrack
sc delete dmwappushservice
echo “” > C:\ProgramData\Microsoft\Diagnosis\ETLLogs\AutoLogger\AutoLogger-Diagtrack-Listener.etl
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry /t REG_DWORD /d 0 /f

Categories:      

==============

Automatic install of Dell drivers and firmware, and more
article #1584, updated 235 days ago

Lots of interesting recently-updated tools here:

www.dell.com/support/kbdoc/en-us/000126750/dell-client-command-suite

Categories:      

==============

Automatically Resize Windows in Windows with AutoSizer
article #1583, updated 242 days ago

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:      

==============

Download Microsoft Teams (newest)
article #1568, updated 247 days ago

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:      

==============

Bypass Requirements for Windows 11
article #1582, updated 249 days ago

Very interesting:

www.tomshardware.com/how-to/bypass-windows-11-tpm-requirement

Categories:      

==============

Simple Smiley in HTML/Unicode
article #1581, updated 250 days ago

There are a lot of smileys out there now. But reliable display can be a question. The original is preserved:

 ☺

The code is:

&#263A;

Categories:      

==============

Cross-Platform Flowchart Application a la Visio
article #1150, updated 255 days ago

My favorite by far is draw.io. Online:

app.diagrams.net/

or cross-platform installable:

github.com/jgraph/drawio-desktop/releases/

Two more I have used:

http://www.yworks.com/products/yed

https://www.calligra.org/flow/

Categories:      

==============

Ion Injection into Internal Combustion Engines
article #1267, updated 257 days ago

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:      

==============

Certificate Signing Request (CSR) Generator
article #1580, updated 262 days ago

Sometimes you need an SSL cert, but you don’t have a request generator. This works very well:

csrgenerator.com

Categories: