Тёмный

Mastering PowerShell: Uninstalling Software Made Easy 

Tips For IT Pros
Подписаться 3,3 тыс.
Просмотров 3,9 тыс.
50% 1

In this video, we'll show you how to use PowerShell to quickly and easily uninstall the software from your Windows computer. Specifically, we'll walk you through the steps to uninstall Microsoft Visual C++ 2010 using a simple script. By the end of this tutorial, you'll have a better understanding of how to leverage PowerShell to streamline your software management tasks and keep your computer running smoothly
The finished script can be found: github.com/HealisticEngineer/...
Music I use: Bensound.com
License code: XGFA9HQMSFD2BHFZ
Follow us on
Twitter - / tipsforitpros
Facebook - / tipsforitpros
0:00 Introduction
0:38 Script Building
5:12 Finished script

Наука

Опубликовано:

 

22 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@surekaka4916
@surekaka4916 Год назад
this is really great.. showing all in terminal :) and yet make it look simple to follow .. .great resource .. keep up the good work. :)
@TipsForITPros
@TipsForITPros Год назад
Glad you liked it
@a.useronly2266
@a.useronly2266 Год назад
Thanks , this is very helpful
@user-jc2tm5yy1q
@user-jc2tm5yy1q 9 месяцев назад
What if the software is not shown in the list. Where would I find it and would I still use the same command line if the software is on the computer but not in the list?
@ytpremott2221
@ytpremott2221 2 месяца назад
Bro use registry path instead of wmi win32 object
@jonp9511
@jonp9511 Год назад
Great!
@nhtathinfbntb2746
@nhtathinfbntb2746 11 месяцев назад
how would you do this for multiple apps you want to uninstall? for example, i got new dell laptops, i want to uninstall all the bloatware (dell apps, microsoft apps, etc
@TipsForITPros
@TipsForITPros 10 месяцев назад
An easy option could be to set an array with the software you want to remove and pipe that into foreach-object, as uninstall can only run concurrent anyway.
@nhtathinfbntb2746
@nhtathinfbntb2746 10 месяцев назад
@@TipsForITPros I ended up just using BCU. A lot of the apps im trying to uninstall cant be done quietly, so any script that i run it just errors out. Im uninstalling microsoft and dell apps from new laptops.
@JamesRoyCoronel
@JamesRoyCoronel 4 месяца назад
Hi Sir, Good day ! How about uninstalling a specific software to multiple machines is that possible ?
@Traxano
@Traxano Месяц назад
$computers = @("PC1", "PC2", "PC3") $software = "NameOfSoftware" function Invoke-RemoteCommand { param ( [string]$computerName, [string]$software ) try { Invoke-Command -ComputerName $computerName -ScriptBlock { param ($software) # insert uninstall Code Here } -ArgumentList $software } catch { Write-Error "Operation failed on computer $computerName: $_" } } # foreach Computer and use the function foreach ($computer in $computers) { Invoke-RemoteCommand -computerName $computer -software $software }
@mrjazzman5749
@mrjazzman5749 Год назад
Yep. Great, but also you didn't mentioned the "winget" command. It almost like "apt" or "yum" in linux. Much simpler to use.
@TipsForITPros
@TipsForITPros Год назад
I didn’t mention it because in Linux you can change package manager and it presents on both desktop and server, sadly Winget is only on desktop. If you need to manage both desktop and servers, chocolatey is still a better option.
Далее
11 Cool Command Line Programs You Need to See
13:24
Просмотров 119 тыс.
5 Tips to Help You Learn Windows PowerShell
18:34
Просмотров 41 тыс.
Why You NEED a DRIVER (for hacking games)
8:03
Просмотров 444 тыс.
40 Windows Commands you NEED to know (in 10 Minutes)
10:54
Beginner-friendly tutorial on PowerShell remoting
17:00
Powershell Remoting with Self-signed Certificate
14:14
Просмотров 1,6 тыс.
How to create SCCM package - PowerShell Script
8:25
Просмотров 33 тыс.
Windows Winget
8:18
Просмотров 1,8 тыс.
Coding a Web Server in 25 Lines - Computerphile
17:49
Просмотров 329 тыс.
Aura 879dsp новинка и хит
0:48
Просмотров 148 тыс.
Красиво, но телефон жаль
0:32
Просмотров 1,4 млн