article thumbnail

Find Programs and Features Uninstall Registry Keys with PowerShell

Mick's IT Blog

I am working on a new package to upgrade one of the applications. That is when I decided to write this script that will scan the registry for the application and list the key values as shown below. You can download the script from my GitHub. This time, it requires I uninstall the old app first before installing the new version.

article thumbnail

Application List Report

Mick's IT Blog

We have started the Windows 10 upgrades and part of this process is installing applications for users that are not included in the standard build. I wrote this PowerShell script that can be executed as a package in SCCM against machines to generate an application report. You can download the script from my GitHub site located here.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

How and Where to Find and Download R

CTOvision

This is a second in a series of posts about the program R. For those who are interested in starting a project in R, the steps to download a copy of your own are quick and easy: Simply go to www.r-project.org. To download R, click on the link labeled CRAN on the left side, under the words "Download, Packages".

article thumbnail

Combatting Phishing with Enhanced Cybersecurity Awareness Programs

SecureWorld News

There, the employee is tricked into entering personal account details or other confidential information or into downloading an attachment that harbors a virus. Factors to consider when boosting cybersecurity awareness autonomously Creating an effective cybersecurity awareness program for employees is no small feat.

article thumbnail

After WormGPT download, here are the dangers waiting for you

Dataconomy

The WormGPT download can be easy, but there are many consequences await you at the end of the road. It is advised to stay away from these kinds of programs, applications, or projects, as they might have negative influences on your life. The WormGPT download process is very dangerous and brings its own consequences.

Malware 36
article thumbnail

Top 8 Highly Paid and in-demand Programming Languages in 2018

Galido

Information Technology Blog - - Top 8 Highly Paid and in-demand Programming Languages in 2018 - Information Technology Blog. “Everyone should learn how to program a computer, because it teaches you how to think”…Steve Jobs. If you are reading this article, it means that you want to start studying programming.

article thumbnail

Application Build Reporting for MDT and SCCM

Mick's IT Blog

This new script I have written is designed to query the programs and features registry entries to verify if an application is installed and to write that verification to a.CSV file. The purpose of this is to generate a report that is easy to open and see if all applications were successfully installed.