Optimize Service Work Items and Additional/Delayed Worker Threads
article #1084, updated 2514 days ago

OWTAS sets a number of additional critical and delayed worker threads, plus service work items. The changes are autocalculated according to a combination of RAM and OS bit-width (32 vs. 64). Performance will increase, more so with more RAM. Available as VBS and as PowerShell 3 and up. Future development will be in PowerShell, as part of the windows-tools project.

The tool is designed for Windows 10 down through XP. As of 2017-10-10, it is self-elevating if run non-administratively.

Categories:      

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

Laptops for Missionaries
article #1194, updated 2527 days ago

Lately I (Jonathan) have been taking old laptops no longer worthwhile for Microsoft Windows, and setting them up for some friends of mine who travel to the Solomon Islands and Papua New Guinea and other places. They go bearing gifts, digging freshwater wells for people suffering the lack quite a lot; and they go bearing the joy of the Lord.

So far Linux Lite has been the best of several distros for the purpose. It is extremely reliable and hardware agnostic, installs quite rapidly, and has the available breadth of Ubuntu, including helpful language support, while being a very nicely lightweight OS.

Here is my install outline at this writing.

  • 32-bit DVD
  • User / user
  • Welcome:
    • Install updates
    • Install drivers
    • Install language support
      • Indonesian
      • Korean
      • Malay
  • Menu / System / Lite Software
    • Restricted Extras
    • Chromium Web Browser
  • Menu / System / Install/Remove Software
    • Xiphos
  • Xiphos Modules
    • Biblical Texts
      • English
        • ESV2011
        • ISV
        • KJVA
        • WEB
      • Central Sama
      • Chamoru
      • Kpala
      • Pohnpeian
      • Tausug
      • Uma
      • Wikang Tagalog
      • 10th from bottom: Malayam
      • Last
        • KorHKJV
        • KorRV
    • Dictionaries / English
      • AbbottSmithStrongs
      • ISBE
      • StrongsGreek
      • StrongsHebrew
      • WebstersDict
    • Commentaries / English
      • Geneva
      • TSK
  • Xiphos Index, all modules
  • Icons on desktop:
    • Firefox
    • Chromium Browser
    • Xiphos
    • Writer
    • Home Folder

Categories:      

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

The QuickBooks Install Diagnostic Tool
article #1193, updated 2528 days ago

This one reinstalls, repairs, and refreshes a wide variety of bits which QuickBooks uses. Helps with both installs and malfunctions.

community.intuit.com/articles/1501884-fix-common-quickbooks-desktop-installation-errors-with-the-qbinstall-tool

Categories:      

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

Connectwise Automate (formerly Labtech) Docs, esp. for Scripting
article #1192, updated 2528 days ago

Connectwise bought Labtech, and renamed it Automate. The documentation tree has been moved here:

docs.connectwise.com/ConnectWise_Automate

and documentation for scripting now starts here:

docs.connectwise.com/ConnectWise_Automate/ConnectWise_Automate_Documentation/070/240

Categories:      

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

WordPress migration
article #1190, updated 2529 days ago

This tool:

wordpress.org/plugins/duplicator/

did the job very well.

Categories:      

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

Open source LAN-local search
article #1189, updated 2536 days ago

There are several tools fitting this general description, but this writer has only found one turnkey installable. This is Yacy:

yacy.net

Very fast, quite straightforward to set up and configure (though you’ll learn a thing or two if you’ve never thought about search very much!), almost not at all counterintuitive. It can be easily set up as either a LAN-local search server or part of its distributed WWW network.

There is a runner up, Open Search Server:

www.opensearchserver.com

If its documentation were remotely adequate, it might be comparable, but sadly, not.

Categories:      

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

Run Powershell commands in Labtech/Automate CMD
article #1188, updated 2538 days ago

If you place a tilde (~) before the command you enter, no space after, your command will be run within Powershell. For instance:

~dir

Categories:      

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

Initiate (force) Archiving and Retention in Exchange Online / Office 365
article #1187, updated 2543 days ago

Archiving and retention deletions, are only executed once every seven days in Exchange Online, unless a manual execute is performed. This is done thusly:

  1. Connect Windows PowerShell to the Office 365 account.
  2. Start-ManagedFolderAssistant -Identity username

where username is appropriate for the mailbox in study.

Categories:      

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

Windows Update, some settings are managed by your system administrator
article #1186, updated 2545 days ago

If Windows Updates says it’s controlled by system administration and not you, check all three of these:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate 
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

You’ll probably see a DWORD preventing access. Delete it and try again.

Categories:      

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

Cross-Linux Package Management: Snapcraft
article #1184, updated 2549 days ago

Lots and lots of interesting apps can be installed easily, and across distros, with Snapcraft:

snapcraft.io/store

Categories: