No video

Windows Updates through PowerShell

  Рет қаралды 87,137

Chris Titus Tech

Chris Titus Tech

Күн бұрын

Did you know you can install updates with using PowerShell? This is the Guide for doing that!
Website guide: christitus.com... .
►► Digital Downloads ➜ www.cttstore.com
►► Reddit ➜ / christitustech
►► Titus Tech Talk ➜ / titustechtalk
►► Twitch ➜ / christitustech

Пікірлер: 195
@surfingsub5854
@surfingsub5854 Жыл бұрын
Thanks for the video Chris. A couple minor items 1. Noobs will need to know to enable setting execution policy. This should be sufficient to get it going. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned 2. Your OUT-FILE code will not write the computer name and date as is, this should work better Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot | Out-File "C:\${env:COMPUTERNAME}_$(get-date -f yyyyMMdd)_MSUpdates.log" 3. Nit picking. One should not write log files to the root of the drive. Should probably make a folder in Documents or the Desktop and log it there. I like to put the date first that way it sorts by date.
@michaelsweeney7969
@michaelsweeney7969 Жыл бұрын
Many thanks
@marekstanicki
@marekstanicki Жыл бұрын
Thank you!
@nicthegarden
@nicthegarden Жыл бұрын
God I like the modern touch of your right click that meets the old way of displaying it. I want it now !
@grantsgamesandtech312
@grantsgamesandtech312 Жыл бұрын
I wasn't able to get it to work perfectly with my system but I think it's called NileSoft Shell. Chris Titus has it in his Windows Utility listed as "Shell (Expanded Context Menu)" under the "Utilities" category. Hope that helps!
@fivemonkeees
@fivemonkeees Жыл бұрын
I've been using the pswindowsudpate module for years. It saved a bunch of issues when trying to get a build up to the most recent patch level. It's not as good as apt or yum. But it's an improvement on the way windows normally works. You may find that it won't run unless the executionpolicy is set to remotesigned. (I usually use chocolatey to install it and I need to make sure that powershell is running a minimum of version 5.1 and the executionpolicy will allow the running of that module)
@Atticman1369
@Atticman1369 Жыл бұрын
Thanks for all your videos! Thank God a sane person on KZbin showing cool stuff that actually is useful with a special comical touch. I'm both Windows and Linux power user. Used to write WDM drivers for Windows XP and Vista, then the good old VxD drivers for Windows 95/98 which still worked on XP! Now I'm hardcore Linux driver/user space coder C/ C++. Love this stuff! I'm learning a lot from your videos regarding different installers and how to configure Linux Ubuntu is my primary, Kali my home distro. Looking at some other distros a bit later. Even have the freebie Oracle cloud account.
@GooogleGoglee
@GooogleGoglee Жыл бұрын
Great stuff! Keep it going with Linux!
@eddiemartinez9432
@eddiemartinez9432 Жыл бұрын
Thanks Chris this is awesome!! I did have to add one additional prerequisite to allow scripts to run using this command: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
@katrinabryce
@katrinabryce Жыл бұрын
I prefer RemoteSigned to Unrestricted.
@CoMmAnDrX
@CoMmAnDrX Жыл бұрын
I get this error and both my Windows 10 and 11 systems. the 'get-windowsupdate' command was found in the module 'pswindowsupdate', but the module could not be loaded.
@Vaiyn
@Vaiyn Жыл бұрын
It seems that the publication date on the site is only set for December 16 - in two days.
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
oops, fixed
@4ngeldus739
@4ngeldus739 Жыл бұрын
I'm not even a windows user but I love seeing the stuff you are able to do with it
@KAKUN_DESU
@KAKUN_DESU Жыл бұрын
yoo this is amazing! It actually finds and installs optional updates (like drivers) as well! something that was missing since I installed your debloat script - I couldn't get optional updates anymore. No I finally can with this trick! Thanks!
@GooogleGoglee
@GooogleGoglee Жыл бұрын
Trick? It is something that has been broken from the beginning ... Still useless because a patch to the patch...
@KAKUN_DESU
@KAKUN_DESU Жыл бұрын
@@GooogleGoglee I don't really understand what you mean. When I use vanilla windows update it will give me optional drivers. Like for my monitor and stuff. Which is useful since when I uninstall my GPU driver through DDU it will also remove my monitor driver. So all I have to do is windows update to get it back. However, with Chris Titus's debloat script that's not possible anymore. It doesn't offer me optional update anymore, ever. Which is bad. But with this powershell trick It offers me optional updates again!
@tim_biller
@tim_biller Жыл бұрын
Excellent stuff... BTW your website guide link above is 404'ing ...
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
fixed
@orangeheartguy
@orangeheartguy Жыл бұрын
Wait... why is that cumulative update 128GB in size??!
@KimDahl77
@KimDahl77 Жыл бұрын
It is to reinstall all the crap he cut from the windows install ;)
@CarterPersall
@CarterPersall Жыл бұрын
The thing PSWindowsUpdate uses to update Windows has had a bug for a long time where cumulative updates will show as being much larger than they actually are.
@GooogleGoglee
@GooogleGoglee Жыл бұрын
And more over: why so geberic and no details? What does it do and what it contains?? Horrifying !! Just a GUI badly translated to CLI to hide better more things....
@bandoneon_ar
@bandoneon_ar Жыл бұрын
A 128GB Update? huh... Great content as always, tyvm!
@ScorpionCar
@ScorpionCar Жыл бұрын
0:37 - Dec 16th 2022. Chris has somehow achieved time travel
@spxxdey
@spxxdey Жыл бұрын
Very informative video Chris! I also like experimenting with Windows, but unfortunately I did too much and completely broke my Windows Update service. I never knew you could manually install Updates from Powershell. Life changer! 😁
@GooogleGoglee
@GooogleGoglee Жыл бұрын
I would say switch to another OS better "time wasted"
@vPeteWalker
@vPeteWalker Жыл бұрын
Hi Chris. Article gives a 404. Thanks for the vid!
@DarkPsychoMind
@DarkPsychoMind Жыл бұрын
Hi Chris Everything works thanks, you are my hero and mentor 😊 Greetings from Belgium Tom
@phoenixyt124
@phoenixyt124 Жыл бұрын
Your Debloat Windows tool broke my windwos updates. Thanks. Now i have to painstakingly reinstall windows.
@ThePowerRanger
@ThePowerRanger Жыл бұрын
Never heard of this. Pretty cool.
@crian117
@crian117 Жыл бұрын
More powershell stuff plz!
@aldozampatti
@aldozampatti Жыл бұрын
FYI, On one of my systems it forced my to change the ExecutionPolicy. So you might want to add that to your guide or a pinned comment that if you face errors while executing the 2nd command (Add-WUServiceManager) you might need to change your ExectionPolicy :) Thanks for the tip!
@ayushtomar039
@ayushtomar039 Жыл бұрын
Hello sir, please make a room tour video, what's changed, what's optimized, what do you use, its been a while
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
You read my mind, I actually just ripped out my entire desk and redoing things once again.
@prowler1567
@prowler1567 Жыл бұрын
Thanks for the information. I will file this into things to know about Powershell.
@Graham6410
@Graham6410 Жыл бұрын
Might try this next time I have issues with the normal Windows Update setting.
@tonymarms8908
@tonymarms8908 Ай бұрын
thank you for this, very informative and straight forward 👍👍 ... I have in my mind though if its feasible there's an option in windows update settings that when I click the ""Pause updates for 7 days" option, right away the windows update is pause for 7 days. then you can adjust it up to 1 month i think in advanced options.. what I wanted is to automate the pausing every month, is there a powershell syntax or script that has equivalent results the way pausing in GUI? then when I have that script i can just trigger it using scheduller maybe
@irelia_master4487
@irelia_master4487 Жыл бұрын
Basically you save me live CUZ I could not update simple met ode Thank you man
@TretrebuchPlay
@TretrebuchPlay Жыл бұрын
3:42 - Probably nobody cares, but this is not a Windows Terminal feature, it is part of Powershell. The PSReadLine Module to be more specific. Or at least it does not work anymore, after typing "Remove-Module PSReadLine", which is unloading the module from the current session.
@HCBoss1992
@HCBoss1992 Жыл бұрын
Can you upload for us windows10 lite for low end pc, users please chris and don't forget to remove microsoft defender either
@jesuspiceno620
@jesuspiceno620 Жыл бұрын
Hey Chris! Any chance can you make a video on Installing Windows Update on Remote Computers with PowerShell!!!!!
@timburton4488
@timburton4488 Жыл бұрын
thank you so much for your work and help.
@romeo-sierra
@romeo-sierra Жыл бұрын
I used your settings to delay feature updates, but I let windows auto install security patches. If there are issues with Windows Update, then the powershell method has some value.
@AlanKeno
@AlanKeno Жыл бұрын
Hey Chris, I love learning powershell to update multiple computers! You mentioned a gaming pc that you run headless and also referred to another of your videos to do this? Please elaborate.
@yigajonathan4744
@yigajonathan4744 Жыл бұрын
Hello Chris, i was just requesting if you would make a video about RAID , troubleshooting tips on RAID Arrays
@nishantshokeen4279
@nishantshokeen4279 Жыл бұрын
Why does this powershell look cool? Was there a chris' video on theme that I missed!?
@DaveSomething
@DaveSomething Жыл бұрын
that's a very nice 404 page you have there
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
fixed
@lollandz
@lollandz Жыл бұрын
A christmas wish: A guide to create an install media: Debloated windows 10/11, no defender/future updates (but ofcourse with the most recent update) also containing own preinstalled apps like brave, steam and other own apps. so we have a clean windows stick to start over with, when ever the darn thing gets clutted.
@khitofn6249
@khitofn6249 Жыл бұрын
all you need do is make your own iso then run his debloater tool thru powershell as admin he has installer and tweaker/ debloat
@SariconYT
@SariconYT Жыл бұрын
he did a video like that (even 2 i think)
@lollandz
@lollandz Жыл бұрын
@@khitofn6249 but that should be done every time i reinstall windows ?
@khitofn6249
@khitofn6249 Жыл бұрын
@@lollandz you downloading windows a lot ? Every time you fresh install or factory reset yes you would need to
@lollandz
@lollandz Жыл бұрын
@@khitofn6249 there is an option that makes it possible to install software like Adobe, steam and other things you might install on every fresh windows installation. That is using a windows tool called sysprep.. I have tried this thing.. but I'm am not so skilled, and CTT is just a master at explaining and doing his stuff 👍😁
@SaarKoren
@SaarKoren Жыл бұрын
Would this work in a closed network where Windows updates are pulled from a local server instead of directly from Microsoft?
@user-bc5vv1ug2g
@user-bc5vv1ug2g Жыл бұрын
this is very nice to know/learn about.
@tamboleo
@tamboleo Жыл бұрын
This is what I use for updating computers on the task sequence. I also make a task scheduler to run windows update every week on the background
@budliquor6972
@budliquor6972 Жыл бұрын
You reboot every week using task scheduler?
@ShiziKroc
@ShiziKroc Жыл бұрын
It would be nice if it would have progressbar like in winget. But great tool.
@neo778
@neo778 Жыл бұрын
3:09 What's the difference between "winget" and chocolatey?
@neohydros
@neohydros Жыл бұрын
Why doesn't the link to your website work?
@BlackB00X
@BlackB00X Жыл бұрын
confirm
@neohydros
@neohydros Жыл бұрын
@@BlackB00X working now!
@budliquor6972
@budliquor6972 Жыл бұрын
2:13 The third update is 128GB?
@sumitroynepal
@sumitroynepal Жыл бұрын
Great video, thank you! Any tips for installing few google fonts using PowerShell?
@sumitroynepal
@sumitroynepal Жыл бұрын
​On Mac, dragging a folder to font folders works... but on windows after downloading zip files (google fonts)... it takes lots of time to move those fonts (dragging folders doesn't work on windows - font folder). So, if you​ could​ recommend some PowerShell / script (​with a few clicks or command line) would be very appreciated.
@petersoilander1506
@petersoilander1506 Жыл бұрын
Well, I think it's fun but the Windows Update is better now than before (couple of years ago), but in case if it's stuck, the commands are good to know
@MRSMITHENTOP
@MRSMITHENTOP 4 ай бұрын
what camera is that ! its freaking epic!!!
@tonigon5767
@tonigon5767 Жыл бұрын
The link works now, thank you.
@shadowopsairman1583
@shadowopsairman1583 Жыл бұрын
Windows Updates need vetting. I disabled WUDs as well. Right Arrow Key Fill has been a Feature since I believe the DOS days, I know it is in cmd, way before pshell
@sandikedua4223
@sandikedua4223 Жыл бұрын
Is it faster tho?cause sometimes windows update give me headache
@sligoquadcopter
@sligoquadcopter Жыл бұрын
I followed the "Setting Up the Ultimate Windows 11" guide, built a custom installer via NTLite and applied the debloat GUI. Superb, thank you, low process count and a worthwhile speed increase over stock. If I update Windows through Powershell, or any other method for that matter, will I break the custom install in terms of bloat being added back or any of the strippage being put back?
@DizConnected
@DizConnected Жыл бұрын
So, I did a Windows 11 22H2 NTLite install and love it, everything is working great except I like Dolby Atmos but no longer have the Windows store. Is there a way to install Windows store apps from PowerShell? After posting this I found your video titled "Install Microsoft Store Apps WITHOUT the Microsoft Store" Thank you!
@katrinabryce
@katrinabryce Жыл бұрын
Your method of updating remotely works on my domain controllers, but not any of my other servers 🤷🏻‍♀ FreeBSD and Linux are so much easier. Put an update script in the same location on each VM. Set up sudo to allow a specific user to run it without a password, then run them all over ssh.
@eonbart
@eonbart Жыл бұрын
You can do quite the same with PSWindowsUpdate. Invoke-WUJob creates a scheduled task on the remote server.
@maxhennessy6676
@maxhennessy6676 Жыл бұрын
Running windows domain, just use WSUS call it a day or depending how big your environment is get a EPM that does patch management.
@UltraStyle_PC88
@UltraStyle_PC88 Ай бұрын
Hi Chris, Can you please make a video on a fix on windows 11 pswindowsupdate. Can't seem to get windows update working with power shell recently.
@Clarence-Homelab
@Clarence-Homelab Жыл бұрын
I think there might be a small mistake concerning the log file name. It should be "$env:computername" and not "$env.computername"
@neonicacid
@neonicacid Жыл бұрын
He probably also wants to wrap the Get-Date and formatting. Something like "$env:computername-$(Get-Date -f yyyy-MM-dd)-MSUpdates.log"
@Clarence-Homelab
@Clarence-Homelab Жыл бұрын
@@neonicacid yeah, it's a bit of a mess ^^
@kingkairos
@kingkairos Жыл бұрын
I think you got your website guide releases flipped around. There's one up for Acronis but the one for this video isn't up yet.
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
oops, fixed!
@intelhdtest3796
@intelhdtest3796 9 ай бұрын
I need help when install application s use power shell the application install put whene need open they close
@AshLordCurry
@AshLordCurry Жыл бұрын
Thank you for being a god
@IcyyX_
@IcyyX_ Жыл бұрын
Is there any way to do this fir specific updates that u can pick to update
@mitchelllong43
@mitchelllong43 Жыл бұрын
The updates that show up for me are all the driver updates that are under view optional updates in the settings menu for Windows Update. Should I run these? I was always under the impression you only do the optional updates if having an issue.
@Swinhart
@Swinhart Жыл бұрын
Outstanding video
@josh-rx6ly
@josh-rx6ly Жыл бұрын
Chris, Think you mean 23H1. How can you have 22H3? When is the third half of the year :) ?
@AndrewPayne
@AndrewPayne Жыл бұрын
website link is broken? Error 404 Not Found
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
fixed
@OldePhart
@OldePhart Жыл бұрын
I have an industrial environment where I can use WSUS to send the updates to the clients but I have to initiate the actual update manually since I have to do that during a downtime cycle. PS looks like it could help with that. Is there a PS command technique I can use from my workstation to initiate the update on other machines ?
@HCBoss1992
@HCBoss1992 Жыл бұрын
We love CTT
@rsamuel255
@rsamuel255 Жыл бұрын
Hi Chris it’s out of the box but u can help me on these.i have clean installation windows 10 on MacBook Pro 8.1 early 2011,2.3ghz,320 hd,it gets hotter when in use and uncomfortable to use ,I know many people who install it has over heating issues how can u help me plus others with this problem
@trinib1
@trinib1 Жыл бұрын
i need this
@XQOHARX099
@XQOHARX099 Жыл бұрын
Oh yea this cool. But how if we just want to pick only one update?. Thanks.
@parcanapp1193
@parcanapp1193 Жыл бұрын
Can you target offline system with this?
@mrmuffin5046
@mrmuffin5046 Жыл бұрын
why trying to install the update i keep getting the error admin rights required... even when running powershell as admin.
@Atticman1369
@Atticman1369 Жыл бұрын
Awesome videos!
@RobsonLuizRL
@RobsonLuizRL Жыл бұрын
Very nice!!
@caseygrim3583
@caseygrim3583 Жыл бұрын
Doesn't work for me I run the first 2 commands, but when I run the update command nothing happens just sits at the prompt and nothing happens and the output file is blank
@Jimmy_Jones
@Jimmy_Jones Жыл бұрын
Could you use this in an organisation to upgrade devices from 1909 to 22H2? My organisation is telling us to manually use Windows Update Assistant as the update policies are broken on loads of devices.
Жыл бұрын
Just finished updating my server with this command
@jojobobbubble5688
@jojobobbubble5688 Жыл бұрын
Some cool stuff. Kinda baffled that this isn't built into PShell or CMD yet.
@user-ju7mw8nu1r
@user-ju7mw8nu1r Жыл бұрын
I keep getting "Failed" as the result for all updates, please what do I do?
@steveforbes6303
@steveforbes6303 Жыл бұрын
Do you happen to know it the KB4023057 update will restrict or block some of the update restrictions that you set in powershell or via your Utility script?
@RefrigeratorLight
@RefrigeratorLight Жыл бұрын
I think Chris just read my mind. This morning I was installing updates on my Windows machine and wondering if there was a way to do this via Powershell, so I could make some scripts to update my system. And a few hours later, Chris makes this video! I recently made some scripts to update my mac and linux systems and I'm looking forward to do the same on Windows.
@inTerActionVRI
@inTerActionVRI Жыл бұрын
Do these commands only work in PowerShell 7.3.x or will they also work in native PowerShell 5.1? Is there any cmdlet that downloads updates instead of doing direct installation, by informing build and architecture? Thnks, man!
@Xander_92
@Xander_92 Жыл бұрын
Finally my windows now behaves more like Linux. Definitely an improvement.
@nav3341
@nav3341 Жыл бұрын
How to do offline windows updates using powershell on multiple windows servers? Like download KBs in one server then install it in multiple windows servers remotely using powershell.
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
For that application just use WSUS server to centrally manage. Point all the servers at it, then just publish the updates you want.
@idkjustme7947
@idkjustme7947 Жыл бұрын
Ok ik this was for good intent but first this is why I went to this because my computer wouldn't let me update i would try it and it would say error and then uninstall the update and go into log in screen so it didn't work so I looked for a tutorial and found this video and I tried it out on my computer it installed on powershell then I reset my computer then I get blue screen error 0xc000021a and now I can't boot into windows I tried safe mode with networking and safe mode with command prompt and it just kept giving me the same error. I really need my computer I dont have enough to by another one I have alot of information on there and I would like to know if you could help me fix this issue btw on blue screen it lets me click advanced options and let's me use command prompt so if there is a way to fix it by using command prompt can you help me please.
@Kris-lg5vo
@Kris-lg5vo Жыл бұрын
Is this still different than patching through sconfig?
@g1sixshot
@g1sixshot Жыл бұрын
As a semi-power user, this is interesting. I'm late to the party in finding this. But here's a question: If I just run those two commands (Get-WindowsUpdate/Install-WindowsUpdate), does that flag my computer get non-security beta updates? (I recalled MS doing something like this years ago on people who pressed the 'Check for update' button but don't know if they're still doing it today.)
@richievellalar3214
@richievellalar3214 Жыл бұрын
i dont have the option called Get-widnowsupdate
@nik_narcotic
@nik_narcotic Жыл бұрын
The link to the article on your website 404s.
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
fixed
@jasoncomman6177
@jasoncomman6177 Жыл бұрын
Is 22H2 now worth the update?
@davidpoussain1398
@davidpoussain1398 Жыл бұрын
Bonjour j'ai essayé sur 2 pc windows 10 et ça fonctionne pas dommage merci quand meme
@pennyrambokumar
@pennyrambokumar Жыл бұрын
not working on my win 10 laptop.............help ctt
@AudunWangen
@AudunWangen Жыл бұрын
I've tried this and it sucks. The module seems very Beta to me. Perhaps if all your servers are on the newest version it will work, but I tried this on 2016 and 2019 and about 80% failed to install for different reasons. Using SCCM and WSUS is definitely a better idea, or just using the GUI. Better yet, switch your servers over to Linux 😜👍
@soumyarupdas393
@soumyarupdas393 Жыл бұрын
it gives the user power and freedom over windows update.
@crisbalgreece
@crisbalgreece Жыл бұрын
Great video as always Chris.. thank you again..
@JM-sn5eb
@JM-sn5eb Жыл бұрын
Install-Module pswindowsupdate Untrusted repository You are installing the modules from an untrusted repository... So is it safe to use it?
@nicologuerra4845
@nicologuerra4845 Жыл бұрын
It's safe, it's Just that the package Is not signed by Microsoft so for them Is untrusted. That's pretty common for community packages
@bion4tural
@bion4tural Жыл бұрын
Amazing video. I have a question... Recently i bought a larger 1TB nvme disk and did a clean install, only to find out i'm missing partitions that are hidden: :* FAT32 100MB (EFI System partition); :* Other 16MB (Reserved Partition); :* Recovery Partition 625MB (NTFS) I'm reading this info on a freshly correctly installed windows 11 os on my other 256GB nvme... Is there a way of recreating those partitions on my main nVME, and if you could do a video about this problem....
@Static022
@Static022 Жыл бұрын
my nvidia shadowplay dioesnt work what caused this?
@romuelson
@romuelson Жыл бұрын
Perfect
@farzadmf
@farzadmf Жыл бұрын
I gess the Webpage is not up yet? (gives 404)
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
fixed
@farzadmf
@farzadmf Жыл бұрын
Thank you 👍
@YannMetalhead
@YannMetalhead Жыл бұрын
Good video.
@Pimp4King
@Pimp4King Жыл бұрын
am I the only one that things Chris looks like Jerry from Rick and Morty? 🤣
@lowcosttech8026
@lowcosttech8026 Жыл бұрын
nice infos
@Timpette
@Timpette Жыл бұрын
Site is giving 404 :(
@ChrisTitusTech
@ChrisTitusTech Жыл бұрын
fixed
Working with WSUS
10:53
David Dalton
Рет қаралды 34 М.
9 Command Prompt Commands You Should Know!
14:22
ThioJoe
Рет қаралды 1,1 МЛН
Люблю детей 💕💕💕🥰 #aminkavitaminka #aminokka #miminka #дети
00:24
Аминка Витаминка
Рет қаралды 1,2 МЛН
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 78 МЛН
when you have plan B 😂
00:11
Andrey Grechka
Рет қаралды 7 МЛН
The Linux Utility v1.0
10:23
Chris Titus Tech
Рет қаралды 38 М.
Windows PowerShell vs PowerShell Core - What Is It?
11:19
ThioJoe
Рет қаралды 90 М.
Extreme Windows | The Future of Gaming
18:27
Chris Titus Tech
Рет қаралды 788 М.
Install Windows Updates From PowerShell
10:14
Britec09
Рет қаралды 4,9 М.
40 Windows Commands you NEED to know (in 10 Minutes)
10:54
NetworkChuck
Рет қаралды 3,3 МЛН
Bulk Install Windows Update MSU Files with PowerShell
13:41
Server Academy
Рет қаралды 19 М.
Making Windows Faster without Tools
17:00
Chris Titus Tech
Рет қаралды 668 М.
Pretty Powershell
13:13
Chris Titus Tech
Рет қаралды 124 М.
Windows Utility Improved for 2024
17:56
Chris Titus Tech
Рет қаралды 448 М.