Category Archives: Technology

WMIC – a little known command in Windows

So what if you needed to find out information about your computer that is otherwise available in third party programs or all over Windows?  You can use WMIC to find out a lot of information about your computer.   I’ve been using … Continue reading

Rate this:

Posted in Microsoft, Microsoft Windows, Microsoft Windows 10, Technology | Tagged , | 1 Comment

Is your SSD or HDD dirty?

You can of course use the Windows GUI to check your SSD or HDD.  But did you know that you should check your drives by typing the following (you can copy and paste in a elevated command prompt and change … Continue reading

Rate this:

Posted in computer troubleshooting, Computers, Microsoft Windows 10, Technology, troubleshooting, Windows, Windows 10, Windows 10 Intel Drivers, windows 10 privacy, Windows 10 Quick Tips, Windows Server | Tagged , , , | Leave a comment

Internet or network application slow? You may need to temporarily disable Nagle’s Algorithm

With the Nagle-Algorithm, Windows takes small packets and packages them in to more manageable and efficient sizes.   If you have poor latency, you might try to disable the Nagle-Algorithm.  Nagle’s algorithm helps to control congestion when small packets are … Continue reading

Rate this:

Posted in Technology | Leave a comment

CLI vs GUI – Basic CLI commands

The CLI or Command Line Interface, is a text-based interface used to program devices such as switches and other network equipment.  So it’s 2019.  Why are we still using a CLI? The reason? It allows a granular ability to program devices … Continue reading

Rate this:

Posted in Education, Hardware, Information Technology, network, Networking, Technology | Tagged , , , , | Leave a comment

Change network adapter priorities in Windows 10 – PowerShell

irst thing – disable network adapters you don’t use If you use Ethernet, disable everything but flow control and RSS Disable LLMNR Adjust NTLM Perform test with Totusoft’s network speed test Next, avoid latency of your network card by adjusting … Continue reading

Rate this:

Posted in Technology | Leave a comment

Seizing the Operation Master Roles in Windows Server – RID issues

How to repair AD in this state (object can’t be created -users/other) command prompt (admin) – Type the following… ntdsutil roles connections connect to server quit seize schema master seize naming master seize RID master seize PDC seize infrastructure master … Continue reading

Rate this:

Posted in Technology, Windows, Windows Server | Tagged , , , | Leave a comment

Should you disable 8dot3 for performance and security?

icrosoft did recommend to disable short names  in a security guide some times back.  There is evidence that file operations in directories (folders) that contain a large number of file can be slowed by short file name creations.  So does … Continue reading

Rate this:

Posted in Technology, Windows, Windows 10, Windows 10 Quick Tips, Windows Server | Leave a comment

Wireless Dropping? Change your Scan Valid Interval

Is your Wireless dropping?  Update your driver of course and then try changing your Scan Valid Interval.   By default, most wireless cards are set to 60.   This is the amount of time before your wireless ‘looks’ for other … Continue reading

Rate this:

Posted in Home Networking, Networking, Technology, Wireless | Tagged , , | 2 Comments

AlphiMAX PTP Estimator provides an excellent way to align your wireless antennas

When you are networking computers, wireless access points, printers and other nodes in multiple rooms, try to avoid daisy-chaining switches or using small 4-8 port switches when you are in a hurry.  Replace any hubs on your network as soon … Continue reading

Rate this:

Posted in Technology | Leave a comment

Need to optimize your network – Silly Window Syndrome could be happening

Need to speed your internet up or tweak your network out?  Here’s some things to take into consideration.  Something called Silly Window Syndrome can occur if a server or workstation that has a shared files has high latency. You see, … Continue reading

Rate this:

Posted in Technology | Leave a comment

Truly reset the TCP/IP stack – Fix network/internet problems Updated 3/14/2021

Having connection issues and no viruses or malware?  Hardware ok? Try typing the following at a command prompt as an administrator (you can copy and paste the bold text below) to fully reset the TCP/IP Stack- netsh winsock reset catalog … Continue reading

Rate this:

Posted in Technology | Tagged , , | Leave a comment

Need to optimize your network? Look at adjusting LocalPriority, HostPriority, DNSPriority or NetBTPriority. 

Need to optimize your network? Look at adjusting LocalPriority, HostPriority, DNSPriority or NetBTPriority.  (Host/DNS resolution) The tweak works by increasing the priority of four processes. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider\ LocalPriority = 4 (DWORD, the default is 499, change to 4) HostPriority = 5 (DWORD, … Continue reading

Rate this:

Posted in computer troubleshooting, Microsoft, Microsoft Office, Microsoft Windows, Microsoft Windows 10, network, Networking, Technology, Windows, Windows 10, Windows 10 Quick Tips | Tagged , , | 1 Comment

Optimizing your server with more than one network card

New IT professionals may think that adding a second network card will improve throughput.  While this can be true, IT personnel need to be aware of several rules behind configuring multiple network cards. Assuming the server will be in the … Continue reading

Rate this:

Posted in Technology | Leave a comment

Review – GL-MT300N-V2 (Mango) Mini Smart Router

Do you travel?  Want extra protection of taking a router with a firewall with you when you are on the road?    Want the flexibility of OpenWRT? The GL iNet GL-MT300N-V2 mini smart router is loaded with a ton of features.   … Continue reading

Rate this:

Posted in Computers, Hardware, Internet, Mobile Computing, network, Networking, Technology, Wireless | Tagged , , , , , | Leave a comment

Fix Windows Update errors by using the DISM or System Update Readiness tool

At an elevated command prompt (command prompt as administrator) – type  DISM.exe /Online /Cleanup-image /Restorehealth What should you try first? – Try the PowerShell post we made on an earlier date to check for updates. Open PowerShell as an Administrator … Continue reading

Rate this:

Posted in Technology | Leave a comment

Optimizing MySQL- Moodle

To be specific, if you are loading Moodle, look at the optimization at – https://docs.moodle.org/37/en/Performance_recommendations On our server, we use a SSD with the Inetinfop\Parameters set to 2.  You need to run the performance under plugins at 100,000 request.  So … Continue reading

Rate this:

Posted in Technology, Windows Server | Tagged , , , | Leave a comment

Updating Drivers? Don’t forget the chipset!

While I’d like to guess that over 98% of the computers that I have worked on that are privately owned; the drivers were out of date or missing critical drivers that other drivers rely on. Here’s what I mean.  If … Continue reading

Rate this:

Posted in Computer hardware, Computer Software, computer troubleshooting, Computers, Information Technology, Microsoft Windows, Microsoft Windows 10, Technology, troubleshooting, Windows, Windows 10, windows 10 privacy, Windows 10 Quick Tips, Windows 7, Windows 8, Windows 8.1, Windows Server | Leave a comment

Link aggregation – Use Multiple NIC Cards

There is truly an advantage to adding multiple NIC cards to a computer.   It won’t speed up a single internet connection but it can help with loss of signal, detecting access points, transferring information to and  from computers. When adding … Continue reading

Rate this:

Posted in Technology | 1 Comment

Need System Information? Use PowerShell

If you need system information about your BIOS, Motherboard and more, open PowerShell as an Administrator and past the following into PowerShell – Get-WMIObject -Class Win32_ComputerSystem Get-WMIObject -Class Win32_BIOS Get-WMIObject -Class Win32_Baseboard Get-WMIObject -Class Win32_Processor Get-WMIObject -Class Win32_LogicalDisk Get-WMIObject -Class … Continue reading

Rate this:

Posted in Computers, Education, Microsoft Windows, Microsoft Windows 10, Technology, Windows, Windows 10, Windows 10 Quick Tips, Windows 7, Windows 8, Windows 8.1, Windows Security, Windows Server | Tagged , , | Leave a comment

Windows 10 Shell Commands you can run from the ‘Run’ line

e following shell commands can be ran from the ‘run’ line in Windows 10 shell:AccountPictures %AppData%\Microsoft\Windows\AccountPictures shell:AddNewProgramsFolder Control Panel\All Control Panel Items\Get Programs shell:Administrative Tools %AppData%\Microsoft\Windows\Start Menu\Programs\Administrative Tools shell:AppData %AppData% shell:Application Shortcuts %LocalAppData%\Microsoft\Windows\Application Shortcuts shell:AppsFolder Applications shell:AppUpdatesFolder Installed Updates shell:Cache … Continue reading

Rate this:

Posted in Microsoft Windows, Technology, Windows 10 Quick Tips | Tagged , , | Leave a comment