Tag: Windows
-
How to Change the MTU Size in Windows 7
Open a command line window as an Administrator (ie. right click on All Programs > Accessories > Command Prompt and select Run as administrator) … Type the command netsh and wait for prompt Type the command interface and wait for prompt Type the command ipv4 and wait for prompt Type the command set subinterface “Local…
-
Windows Explorer Crashes on Right-Click
This is most likely happening because of a third-party shell extension. Here’s how to fix this problem. Download ShellExView and run shexview.exe Sort by the Company name and disable everything that’s not Microsoft. If you need any of the extensions you disabled in the previous step, proceed to enable one extension at a time. After…
-
How to do a Silent Install of ShoreTel Communicator
The ShoreTel Communicator installation file is an MSI embedded in an EXE file. To perform a silent install use the following parameters: setup.exe /S /v”/qn REBOOT=reallysuppress”
-
How to Install WinDbg to Read Memory and Minidump Files in Windows
1. Download the WinDbg version that corresponds to the OS that generated the dump file: https://msdn.microsoft.com/en-us/windows/hardware/hh852365 2. If a shortcut is not created, launch WinDbg from the install location. For example: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64 3. Load the symbol map into WinDbg by going to File | Symbol File Path. Note that the path after…