Category Archives: Technical

Technical parts

How Do I Save Messages Sent From A Shared Mailbox To The Sent Items Folder Of The Shared Mailbox?

Exchange 2013/2016( https://kb.intermedia.net/Article/34469##exch )This is because when a user sends/replies as/on behalf of a shared/other mailboxes, the mails are saved under the Sent Items folder of that user's personal account instead of the shared/other mailbox's Sent Items folder. The following … Continue reading

Posted in Technical | Leave a comment

How to connect to Wifi automatically (i.e. after reboot, etc.) while still connected to ethernet

I have this problem at work when trying to have a device maintain connection to a HP Printer (Laserjet Pro M477fnw) via Wi-Fi Direct. Because it is also connected to the internet via Ethernet, the Wifi-Direct hotspot in the printer … Continue reading

Posted in Technical | Leave a comment

Uninstall Windows Program Via Command Line

To get a list of installed programs: wmic product get name or for a filtered list wmic product where "name like '%DriveHQ%'" get name To uninstall: wmic product where name="DriveHQ....." call uninstall

Posted in Technical | Leave a comment

Pages to Docx conversion

A good online tool to convert MAC's Pages file extension to Docx is https://cloudconvert.com/pages-to-docx It works better than most others which converted to a blank docx file.

Posted in Technical | Leave a comment

CopyrightX

So I signed up to take/survey an online free course offered by Harvard. It's on Copyright. I had to write a short essay why I want to take the course and I was accepted. Twice. I wrote about how I … Continue reading

Posted in Authoring, Music, Reviews, Technical, Theologization | 2 Comments

God Mode Folder for Windows 10

A cool feature, just name a new folder: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename "GodMode" to anything. Source: https://www.windowscentral.com/how-enable-god-mode-windows-10

Posted in Technical | Leave a comment

Graduate/Bachelor's Degrees Online

I'm editing this entry from "Master's Degree in Electrical Engineering Online" to just accredited degrees one can obtain online. Note that pricing may change over time. Finally this is now possible, here's the email I received, $667 / hour for … Continue reading

Posted in News, Technical | 1 Comment

Prevent Drone Crashing / Flying away

Someone (msinger) painstakingly compiled this. I'm copying here to prevent broken link in the future. (Source: https://www.mavichelp.com/tips/prevent-a-crash-or-flyaway-with-your-mavic.40) Prevent a Crash or Flyaway with Your DJI Drone (The Complete Guide) Overview This guide will teach you everything you need to know … Continue reading

Posted in Technical | Leave a comment

Net Time / W32TM / timedate.cpl

It seems that "Net Time" & "W32TM" are on different permission level (appears to require domain admin privilege) than timedate.cpl. I couldn't change time with the first time commands, but with timedate.cpl, which calls the regular Windows Clock window, it … Continue reading

Posted in Technical | Leave a comment

Changing Primary / Secondary DNS on Windows Adapter via Command Prompt

netsh interface ipv4 add dnsservers "Local Area Connection" address=192.168.x.x index=1Use Index=3 to remove the third DNS. Source:https://stackoverflow.com/questions/18620173/how-can-i-set-change-dns-using-the-command-prompt-at-windows-8

Posted in Technical | Leave a comment