Calendar
Categories
Recent Comments
Meta
Category Archives: Technical
When Windows losts DNS records (no IP records, cannot ping) and needs a refresh
CMD as administrator. Computer was unable to connect to printer server. Command prompt --> ipconfig /flushdns ipconfig /registerdns
Posted in Technical
Leave a comment
When normal way of turning on the domain network discovery file sharing doesn't work
Domain network discovery has been turned off. Solution: export mine that is on... - run cmd as administrator, type netsh, then type advfirewall - type export c:\firewall.wfw copy the firewall.wfw file to client's computer. import it: netsh, advfirewall, import c:\firewall.wfw … Continue reading
Posted in Technical
Leave a comment
Command Line for Time Change/Update
For some computers that does not sync their clocks with internet time (NTP server), which means it's depending on the local CMOS clock (command: w32tm /query /status), which becomes inaccurate after a period of time (3-4 min offset in a … Continue reading
Posted in Technical
Leave a comment
Electricity Leak / Stolen
The power meter reading showed that we've used 55 kWh in 2 days (7/31 - 8/2). On average we paid $60/mo. Then it went to $70 which was still ok. But last month's bill was $148. And our average power … Continue reading
Posted in Projects, Technical
Leave a comment
Reboot Restore RX Could Interfere with Windows Updates
Windows 10 build 1709 or earlier failed to update to build 1803 due to the freeware Reboot Restore RX at my company. Uninstall RR, Windows will update successfully, then put RR back. Reboot/Restore is a good software that works like … Continue reading
Posted in Technical
Leave a comment
Alternative to W32tm for time synchronization
When w32tm fails to update the source, and got stuck at w32tm /query /status = source: local CMOS clock, use the older "net time" command. Example: net time /set \\SPGNYAD01 /yes \\SPGNYAD01 is host with the right time. /yes parameter … Continue reading
Posted in Technical
Leave a comment
Self deleting Batch Script
A clever command: (goto) 2>nul & del "%~f0"
Posted in Technical
Leave a comment
PowerShell
A powerful tool from Microsoft. One that may supersede ms dos batch scripting. So I took a quick course (Understanding Powershell 5 by Matt Hester) on Lynda.com. Good resources: Get new tips everyday: https://blogs.technet.microsoft.com/heyscriptingguy/ Script Repository: https://gallery.technet.microsoft.com/scriptcenter
Posted in Technical
Leave a comment
Artificial Intelligence vs. Humans
Watching the British TV series Humans prompted this question: Is there any difference between men and machines? I would say, men believes in miracle, machines do not. Machines can mimic souls, intelligence and such, but a programmed trust in miracles … Continue reading
Posted in Technical, Theologization
Leave a comment
Microsoft Office Document Cache has stopped working
Happens to Office 2016 on Windows 7. Long solution: keeps repairing / reinstalling MS Office eventually works. Short solution (work around): rename MSOUC.EXE to MSOUC.EXE.BAT ("C:\Program Files (x86)\Microsoft Office\root\Office16\MSOUC.EXE")
Posted in Technical
Leave a comment