Category Archives: Technical

Technical parts

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

Pebble Becomes Rebble

So Pebble is bought by Fitbit. The Kickstarter is done. The Pebble Time watch that my wife bought me is now officially UNsupported. The good news is, there's Rebble.io. A volunteer-run substitution for Pebble. The site offers all the apps … Continue reading

Posted in Technical | Leave a comment

Windows 7 installation stuck at Completing Installation...

Solution: SHIFT-F10 for command prompt, then type: explorer.exe After that, task bar should appear for restart purpose. But in my case, system began to restart before task bar even shows up.

Posted in Technical | Leave a comment