Windows – Get a List of all Installed Programs (and Updates)
KB ID 0000619 Problem I needed to get a list of installed programs from a server I was having problems with, so I could compare the results with another server. Note: This will work on Windows client OS’s as well. Solution 1. On the machine in question launch a command window. 2. To display all the installed programs execute the following two commands; WMIC product get name,version 3. To export all the installed programs to a...
Windows – Adding Unallocated Drive Space “From the left”
Adding Unallocated Drive Space KB ID 0000678 Problem On my Windows Dual boot machine I wanted to give some more drive space to the first Windows installation. After shrinking the second Windows volume, I found out that I could not extend the first Windows partition to take up the free space. If the unallocated space was on the right of my partition it would have been fine. Solution: Adding Unallocated Drive Space This is a problem...
Windows – Run Commands and Command Line Shortcuts
KB ID 0000828 Problem One of the advantages of launching applications form the ‘Run box’ is, no matter where Microsoft move things to in the graphical interface, they rarely change the commands. So when Windows 8 came out and there was much gnashing of teeth, I just ran the same old commands I used to run, and wondered what all the fuss was about! Solution Below is by no means a complete list, but is a collection of stuff...
How to Join a Windows Domain
KB ID 000085 Problem For Windows 11 See: How to Join Windows 11 to a Domain This process was done with Windows 10, but the procedure is the same going all the way back to Windows 2000. Solution Note: The main reason this procedure fails, is because the client that you are attempting to perform the join from cannot resolve the domain name of your domain! Make sure it has one of your domain servers listed in the properties of its...
Windows – Export / Recover WEP and WPA Wireless Keys
KB ID 0001015 Problem If you need to connect to your wireless network with a new machine and have forgotten the key, you can view the WEP or WPA key in cleartext using the following procedure on a machine that has connected before. Solution 1. First launch PowerShell, ensure you ‘Run as administrator’. 2. To show all the wireless profiles stored on this machine, issue the following command; netsh wlan show profiles 3....