
CONFIGMGR
To launch the ConfigMgr applet from Control Panel, run the following in Run Command or in Command Prompt: Control SMScfgrc

WINDOWS
Launch Windows Updates: control /name Microsoft.WindowsUpdate


Launch Control Panel: control



To launch the ConfigMgr applet from Control Panel, run the following in Run Command or in Command Prompt: Control SMScfgrc

Launch Windows Updates: control /name Microsoft.WindowsUpdate


Launch Control Panel: control



Adobe Flash Player went out of support as of December 31, 2020. For more information, see the Adobe Flash Player EOL General Information Page.
Microsoft has released update KB4577586, which is named “Update for the removal of Adobe Flash Player: October 27, 2020“. This update removes Adobe Flash from all Windows 10 and Windows Server systems. Please note: Once this update has been installed, it cannot be removed. Also, this update will only uninstall the ActiveX version of Adobe Flash, and not those installed via other mechanisms.
This update is currently not available in Windows Server Update Service (WSUS), and therefore is only available via the Microsoft Update Catalog. Microsoft states that it will be made available in early 2021.
Manual Installation:
You can install this update manually on systems running Windows 10 or server OS such as Windows Server 2012, 2012 R2, 2016, and 2019 by downloading the update using the Microsoft Update Catalog portal, and selecting the appropriate OS for your system.

Deployment Using WSUS/ConfigMgr:
To deploy this update to multiple systems, you will need to use WSUS to import the update.
1. Launch the WSUS console, expand your server name, then click on Updates in the left-hand pane.
2. In the right-hand Actions pane, click on Import Updates. This will launch the Microsoft Update Catalog in your default browser.

3. In the Microsoft Update Catalog portal, click in the Search box on the top right hand side, and type KB4577586, and click Search.

4. Select the update for the desired OS types, and click on the Add button. This will add the updates to the basket.


5. Click on view basket on the top right-hand side of the page, which is located right below the search box. You will find all the updates you have added to be imported. Make sure that the checkbox for “Import directly into Windows Server Update Services” is selected, and then click the Import button. A window will open to show the import progress and when completed, the updates will be in WSUS.


In case you run into the following failed import state, you will need to add a fix in the registry.

By clicking on the red button labeled “Failed“, you will see it mentions the error number 80131509 with a description as seen in the image below.

To fix the error, launch the registry console by running regedit on the server.
Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319.
Create a new DWORD (32-bit) key, and specify the name as SchUseStrongCrypto and apply the value as 1. Then, restart the server.
Update With ConfigMgr:
If you use ConfigMgr to manage and deploy your Windows Updates, you will need to run a Software Update sync from the ConfigMgr console to pull in the recently imported updates from WSUS.
In the ConfigMgr console, under the Software Library node, go to Software Updates > All Software Updates. To synchronize updates, you can either click the Synchronize Software Updates button on the top left-hand of the console or right-click on “All Software Updates, and select “Synchronize Software Updates” from the pop-out menu.

On successful completion of the software update sync, you will find the update for KB4577586 under “All Software Updates”. At this point, you will need to download the updates into a deployment package, and then deploy the updates to the device collections.
I will add the steps and screen captures to show how to download and deploy the updates using ConfigMgr in my next update or revision of this blog post. Stay tuned.
The resources below are other options available to uninstall using PowerShell scripts. These were written by my friend Ben Whitmore aka ByteBen. He uses the application method instead of the software updates method to uninstall Adobe Flash from systems using the scripts he wrote. Check it out:
1. How to Uninstall Adobe Flash Player from Windows 10 with ConfigMgr
2. Deploy the Update for Removal of Adobe Flash Player (KB4577586) using Intune
Here’s a YouTube episode on Namaste Techies covering all about Adobe Flash removal, including demos and useful tips. Please like and subscribe to the channel. Thanks.

With the release of Windows 10 version 2004, the following tool to support this latest Windows 10 build, Windows Assessment and Deployment Kit (ADK) version 2004 is now available.
You can download it from: Windows 10 Assessment and Deployment Kit (ADK).
NOTE: There is a change with this ADK which requires an add-on installation to include Windows PE.
Starting with Windows 10, version 1809, Windows Preinstallation Environment (PE) is released separately from the Assessment and Deployment Kit (ADK). To add Windows PE to your ADK installation, download the Windows PE Addon and run the included installer after installing the ADK. This change enables post-RTM updates to tools in the ADK. After running the installer for the WinPE add-on, the WinPE files will be in the same location as they were in previous installs of the ADK.
See Download and install the Windows ADK and ADK tools to get the ADK and WinPE add-on.
The Windows ADK is also available to Windows Insiders. Join the Windows Insider Program to get the Windows ADK Insider Preview.
Windows Performance Recorder (WPR)
New SkipPDBGen Option – During WPR stop, you can now specify in the command line the ability to skip generation of PDBs (NGen & Embedded) to help reduce trace stop time.
Learn more about Windows ADK v2004 for Windows 10.

I encountered an issue with my WordPress hosted site when I was attempting to install a plugin, in this case the WP Statistics plugin. I know I had previously installed this plugin but it did not show up in my installed plugin list in the WordPress Admin dashboard. The installation fails with an error: “Installation failed: Destination folder already exists.”
When you install a WordPress theme or plugin, WordPress will extract and copy the folder from a zip file into the wp-content/themes or wp-content/plugins directory. If the folder already exist, then WordPress is unable to copy the files and therefore generates the error. This can happen if the theme or plugin files that are already installed are missing or corrupted.
Here’s the fix for this issue:


The Microsoft Deployment Toolkit (MDT) has been released and the most current build (8456) which can be downloaded from the Microsoft Download Center. This update requires the Windows Assessment and Deployment Kit (ADK) for Windows 10 version 1809 (10.1.17763.1) which is available for download on the Microsoft Hardware Dev Center.
The official MDT release note are available here:
https://docs.microsoft.com/en-us/sccm/mdt/release-notes
Some of the significant changes in this update include:
Check out Johan Arwidmark’s “A Geeks Guide for upgrading to MDT 8456” blog post for steps to upgrade MDT as a standalone and in ConfigMgr.
The following post provides some information on How to get help with MDT, in case you need it.
With the release of Windows 10 version 1809, the following tool to support this latest Windows 10 build, Windows Assessment and Deployment Kit (ADK) version 1809 is now available.
You can download it from: Windows 10 Assessment and Deployment Kit (ADK).
NOTE: There is a new change with this ADK which requires an add-on installation to include Windows PE.
Starting with Windows 10, version 1809, Windows Preinstallation Environment (PE) is released separately from the Assessment and Deployment Kit (ADK). To add Windows PE to your ADK installation, download the Windows PE Addon and run the included installer after installing the ADK. This change enables post-RTM updates to tools in the ADK. After running the installer for the WinPE add-on, the WinPE files will be in the same location as they were in previous installs of the ADK.
See Download and install the Windows ADK and ADK tools to get the ADK and WinPE add-on.
Johan Arwidmark has written a nice PowerShell script to automate the installation of the Windows ADK and Windows PE Add-On. You can grab it from his script repository on GitHub. This is very useful.
The Windows ADK is also available to Windows Insiders. Join the Windows Insider Program to get the Windows ADK Insider Preview.
The latest version of the Windows ADK includes:
Learn more about Windows ADK v1809 for Windows 10.
On April 30, 2018, Microsoft released the Windows 10 April 2018 Update (1803) build to customers worldwide. The following tools to support this latest release has been made available, which includes Windows 10 Administrative Templates (.ADMX), Windows Assessment and Deployment Kit (ADK), and the Remote Server Administration Tools (RSAT) for Windows 10 April 2018 Update.
Windows 10 Administrative Template (.ADMX)
Remote Server Administration Tools for Windows 10 (RSAT)
Windows 10 Assessment and Deployment Kit (ADK)
Microsoft Office 2016 Administrative Templates and Office Customization Tool is also available for download.
Follow @Hoorge on Twitter and join Tech Konnect on Facebook and Twitter to stay current on technology related matters.
The latest version of the Remote Server Administration Tools (RSAT) for Windows 10 April 2018 Update v1803 have been released. The download is available here. You will find the following download files available for version 1.0 corresponding to x86 or x64 Operating Systems:
See here if you would like to determine if a computer is running 32-bit or 64-bit Windows OS.
Additional Information:
Follow me (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.