- 62
- 147 773
Darien's Tips
United States
เข้าร่วมเมื่อ 17 ก.ย. 2020
This channel is dedicated to providing technical computer and IT tips, in-depth tutorials, and step-by-step how-to guides. Whether you're a beginner looking to expand your knowledge or an experienced professional seeking advanced solutions, you'll find content covering topics like server management, networking, cybersecurity, and troubleshooting to help you master the tech world. Subscribe and stay updated with the latest tips and techniques.
WinGet: The Windows CLI Package Manager
WinGet is the Windows Command Line Interface (CLI) package (software) manager. In this video, we’ll cover the ways to install and upgrade software from the terminal. Using WinGet, we can also install, upgrade, list, and remove software on remote computers via PSSession or SSH.
Applies to:
Windows 11, Windows 10 (1809 or later), Windows Server 2025, Windows Server 2022
Chapters
0:00 Introduction
0:58 Install Software
2:03 List Installed Software
2:50 Update Installed Software
3:37 Download Software Installers
4:12 Install and Update Software on Remote Computers
5:05 Group Policy for Windows Package Manager
5:51 WinGet PowerShell Module
7:01 Install WinGet
8:01 Thank you for Watching!
Glossary:
APT = Advanced Package Tool
CLI = Command Line Interface
DNF = Dandified YUM
LTSC = Long-Term Servicing Channel
XML = Extensible Markup Language
YAML = Yet Another Markup Language
YUM = Yellowdog Updater, Modified
Commands:
$daApps="Notepad++.Notepad++","Microsoft.VisualStudioCode","GIMP.GIMP"
foreach ($installApp in $daApps) {winget install --Id $installApp}
Expand-Archive .\DesktopAppInstaller_Dependencies.zip
Add-AppxPackage .\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64.appx
Add-AppxPackage .\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64.appx
Add-AppxPackage .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundleAdd-AppxProvisionedPackage `
-Online -PackagePath .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle `
-LicensePath .\7fdfd40ea2dc40deab85b69983e1d873_License1.xml
Links:
dnf.readthedocs.io/en/latest/command_ref.html
docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/managing_software_with_the_dnf_tool/index
documentation.suse.com/smart/systems-management/html/concept-zypper/index.html
github.com/microsoft/winget-cli
learn.microsoft.com/en-us/training/modules/explore-windows-package-manager-tool
learn.microsoft.com/en-us/windows/iot/iot-enterprise/deployment/install-winget-windows-iot
learn.microsoft.com/en-us/windows/package-manager/winget/
linuxize.com/post/how-to-use-apt-command/
ubuntu.com/server/docs/package-management
ubuntu.com/server/docs/package-management
www.microsoft.com/en-us/download/details.aspx?id=103034
www.powershellgallery.com/packages/Microsoft.WinGet.Client/1.9.25190
Applies to:
Windows 11, Windows 10 (1809 or later), Windows Server 2025, Windows Server 2022
Chapters
0:00 Introduction
0:58 Install Software
2:03 List Installed Software
2:50 Update Installed Software
3:37 Download Software Installers
4:12 Install and Update Software on Remote Computers
5:05 Group Policy for Windows Package Manager
5:51 WinGet PowerShell Module
7:01 Install WinGet
8:01 Thank you for Watching!
Glossary:
APT = Advanced Package Tool
CLI = Command Line Interface
DNF = Dandified YUM
LTSC = Long-Term Servicing Channel
XML = Extensible Markup Language
YAML = Yet Another Markup Language
YUM = Yellowdog Updater, Modified
Commands:
$daApps="Notepad++.Notepad++","Microsoft.VisualStudioCode","GIMP.GIMP"
foreach ($installApp in $daApps) {winget install --Id $installApp}
Expand-Archive .\DesktopAppInstaller_Dependencies.zip
Add-AppxPackage .\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64.appx
Add-AppxPackage .\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64.appx
Add-AppxPackage .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundleAdd-AppxProvisionedPackage `
-Online -PackagePath .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle `
-LicensePath .\7fdfd40ea2dc40deab85b69983e1d873_License1.xml
Links:
dnf.readthedocs.io/en/latest/command_ref.html
docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/managing_software_with_the_dnf_tool/index
documentation.suse.com/smart/systems-management/html/concept-zypper/index.html
github.com/microsoft/winget-cli
learn.microsoft.com/en-us/training/modules/explore-windows-package-manager-tool
learn.microsoft.com/en-us/windows/iot/iot-enterprise/deployment/install-winget-windows-iot
learn.microsoft.com/en-us/windows/package-manager/winget/
linuxize.com/post/how-to-use-apt-command/
ubuntu.com/server/docs/package-management
ubuntu.com/server/docs/package-management
www.microsoft.com/en-us/download/details.aspx?id=103034
www.powershellgallery.com/packages/Microsoft.WinGet.Client/1.9.25190
มุมมอง: 27
วีดีโอ
SSH Key-Based Authentication: Passwordless Login
มุมมอง 20016 ชั่วโมงที่ผ่านมา
Secure Shell (SSH) is a cryptographic network protocol that enables secure communication between computer systems and supports various authentication mechanisms, including password-based and SSH key-based methods. In this tutorial, we’ll walk through the steps to set up SSH key-based authentication for secure and password-free server access. Using SSH keys not only improves security but also st...
Install and Configure Hyper-V on Windows Server Core 2025
มุมมอง 51228 วันที่ผ่านมา
Discover how to install and configure Hyper-V on Windows Server Core 2025, tapping into the same virtualization technology that drives Microsoft Azure. In this second installment of our Hyper-V series, you’ll learn the critical steps needed to build a robust virtual environment for your business or personal lab. We’ll walk through the entire setup process from a single administrative workstatio...
Manage Windows Workgroup Servers Remotely without ADDS
มุมมอง 198หลายเดือนก่อน
Learn to simplify managing Windows Servers from a single administrative workstation in a Workgroup setting without requiring Active Directory Domain Servers. In this video, I’ll demonstrate how to set up a sleek, manageable Workgroup environment using only trusted hosts and a solid DNS configuration. Applies to: Windows Server 2016, Windows Server 2019, Windows Server 2022, Windows Server 2025,...
Install and Configure Hyper-V on Windows Server 2025
มุมมอง 1.3Kหลายเดือนก่อน
Install and configure Hyper-V, the same powerful virtualization platform that powers Azure and its virtual machines, in Windows Server 2025. This is the first part of a series detailing the various aspects of Hyper-V needed to build a robust virtualized infrastructure for your organization or personal lab. Applies to: Windows Server 2012R2, Windows Server 2016, Windows Server 2019, Windows Serv...
What’s New with WSL 2.3, the WSL GUI Settings Application, and Dev Home
มุมมอง 567หลายเดือนก่อน
Windows Subsystem for Linux (WSL) 2.3 brings some new features, one of which is a new WSL Settings GUI Application that eases WSL configuration. The WSL Settings app is compatible with the .wslconfig text file, meaning that your existing settings will still be respected, and you can edit settings with the GUI app with your favorite text editor. Applies to: Windows 11 Professional, Windows 11 En...
Add Optional Features to Windows 11 while Offline with No Internet
มุมมอง 400หลายเดือนก่อน
Learn how to install optional features like RSAT on a Windows 11 PC without Internet access using the Language and Optional Features ISO. This step-by-step guide simplifies the offline installation process, making it easier to add optional features to your system in isolated environments. Applies to: Windows 10 (Professional, Enterprise, Education), Windows 11 (Professional, Enterprise, Educati...
Windows Server 2025 Overview and See What’s New
มุมมอง 2.2K2 หลายเดือนก่อน
We’ll explore the latest features in Windows Server 2025, now generally available. With the modern look and feel of Windows 11, Server 2025 delivers enhanced security, improved performance, and upgrades to Hyper-V, NVMe performance, GPU partitioning, and more. It also empowers customers to leverage AI and ML inferencing while maintaining high performance and scalability. Topics Covered: Install...
Advanced Windows Subsystem for Linux (WSL 2) | .wslconfig and wsl.conf
มุมมอง 1.2K2 หลายเดือนก่อน
In this video, we’ll master the configuration files of the Windows Subsystem for Linux (WSL 2) to unlock its additional potential on Windows 11 24H2, 23H2, and 22H2. 🔹 What is a .wslconfig File: Understand the global configuration file for WSL 2 and how it affects all your Linux distributions and how to optimize resource allocation and tweak networking settings to suit your usage needs. 🔹 About...
Convert Windows Server Evaluation to Retail, Volume, or OEM License
มุมมอง 5602 หลายเดือนก่อน
In this video, I’ll detail the authorized method to convert Window Server from an evaluation edition to a retail or volume license edition. The reason for wanting to do this conversion is that you don’t have to do a new, clean operating system reinstallation, along with the reinstallation and reconfiguration of applications, features, and roles. If you have a good, working, well-oiled Windows S...
Windows Server 2025 Core 24H2 | AD Domain Controller Install & Configure, PowerShell Only
มุมมอง 3842 หลายเดือนก่อน
This video is part of a series on installing and configuring Microsoft Active Directory. We’ll be adding a second domain controller to an existing AD forest and domain using Windows Server 2025 Core-completely GUI-free using only PowerShell. The steps shown also apply to Windows Server 2022 Core and are similar for 2019 and 2016 Core. Topics Covered: △ Operating System Preparation via PowerShel...
Windows Server 2025 Core 24H2 | Active Directory Install & Configure, New Forest & Domain
มุมมอง 4163 หลายเดือนก่อน
This video is parallel and part of a series regarding the installation and configuration of Microsoft Active Directory. In this parallel video, we’ll create a new Active Directory forest and domain using Windows Server 2025-CORE. That means no convenient GUI. The procedures detailed here are the same for Windows Server 2022 Core and similar for Windows Server 2019 Core and 2016 Core. Topics cov...
Windows Upgrade to Windows 11 24H2 and Reclaim Disk Space
มุมมอง 1.5K3 หลายเดือนก่อน
With the release of Windows 11 24H2, now is a good time to consider upgrading your computer. If you have an updated, solid working installation of Windows 10 22H2 or Windows 11 22H2 or 23H2, you can directly upgrade to Windows 11 24H2. For this video, we’re performing a manual upgrade from a fully updated Windows 10 Professional 22H2, with installed applications and software, to Windows 11 24H2...
Install and Configure DHCP Server in Windows Server 2025 with DHCP Failover
มุมมอง 3203 หลายเดือนก่อน
This video is part of an Active Directory series, covering various server roles and features. In this episode, we’ll be adding a member server running Windows Server 2025 to host the DHCP role. We’ll also cover some advanced topics, including failover to another DHCP server-running a different version of Windows Server. The steps shown here are applicable to Windows Server 2022, 2019, 2016, 201...
WSL: Recover Forgotten WSL User Password
มุมมอง 8293 หลายเดือนก่อน
Forgot your WSL Password? No Problem! 💻🔒 In this video, I’ll show you how to easily reset your password in Windows Subsystem for Linux (WSL). If you've set up a WSL distribution and realized that you can’t remember the password, don’t worry! This step-by-step guide will have you back in no time. Key Steps Covered: 🐧 Launching WSL with root access 🐧 Using passwd to reset your user password 🐧 Tes...
Set up an Active Directory Windows 11 24H2 Administrative Workstation
มุมมอง 2K3 หลายเดือนก่อน
Set up an Active Directory Windows 11 24H2 Administrative Workstation
Set Up Active Directory Second Domain Controller on Windows Server 2025
มุมมอง 4864 หลายเดือนก่อน
Set Up Active Directory Second Domain Controller on Windows Server 2025
Set Up a New Active Directory Forest and Domain on Windows Server 2025, 24H2
มุมมอง 1K4 หลายเดือนก่อน
Set Up a New Active Directory Forest and Domain on Windows Server 2025, 24H2
Windows 11 24H2. What's new, and how it differs from 23H2.
มุมมอง 26K4 หลายเดือนก่อน
Windows 11 24H2. What's new, and how it differs from 23H2.
Windows Sandbox: Enable, Configure, and Run
มุมมอง 1.1K4 หลายเดือนก่อน
Windows Sandbox: Enable, Configure, and Run
Upgrade an Incompatible PC to Windows 11
มุมมอง 9105 หลายเดือนก่อน
Upgrade an Incompatible PC to Windows 11
Migrate WSL (Windows Subsystem for Linux) From Windows 10 or 11 to Windows 11
มุมมอง 2725 หลายเดือนก่อน
Migrate WSL (Windows Subsystem for Linux) From Windows 10 or 11 to Windows 11
MSSQL Server Installation on Windows Server Core
มุมมอง 6756 หลายเดือนก่อน
MSSQL Server Installation on Windows Server Core
Unlock a BitLocker Volume Using the Windows Recovery Environment WinRE or a Windows OS Installation
มุมมอง 1.9K6 หลายเดือนก่อน
Unlock a BitLocker Volume Using the Windows Recovery Environment WinRE or a Windows OS Installation
Install, Configure, and Manage Hyper-V on Windows 10 and Windows 11
มุมมอง 1.8K6 หลายเดือนก่อน
Install, Configure, and Manage Hyper-V on Windows 10 and Windows 11
Windows Recovery Partition: Create or Restore
มุมมอง 13K7 หลายเดือนก่อน
Windows Recovery Partition: Create or Restore
Windows Server 2025 Core | Basic Installation
มุมมอง 1.5K7 หลายเดือนก่อน
Windows Server 2025 Core | Basic Installation
Configure iSCSI Target Server on Windows Server
มุมมอง 1.6K8 หลายเดือนก่อน
Configure iSCSI Target Server on Windows Server
Install Windows 11 Home or Pro without Internet Access or a Microsoft Account
มุมมอง 9K8 หลายเดือนก่อน
Install Windows 11 Home or Pro without Internet Access or a Microsoft Account
Good video, but we would benefit from larger text in the PowerShell window. Watch this video on your smartphone to get a feeling for what the viewer would see.
this tip literally saved my life :D thank you so much
Thanks for this clear and straightforward walkthrough.
typical issue you may encounter using... trying to use storage spaces is error: 0x80E70004 - sector size of physical drive is not supported. No other explanation. No source in the net. Error comes and goes. I hope you will have better luck
I have 2 issues with storage spaces: 1) the drives keep spinning all the time, though I set them to go to idle after 10 min in energy manager (windows 11 24h2), 2) periodically one of the drives gets recognized as faulty and gets retired - this is super annoying. Both drives are brand new, crystal monitor says they are Good. I replaced all sata cables - didn't help. I don't have a third drive of this size spare, but windows expects to connect first a third drive before disconnecting the faulty one. So I keep removing the storage space and create it again. Does it sound like hardware problem or storage spaces isn't a mature solution yet?
I don't see MoEdit in registry
Unuseful video. Thank you for not sharing the links :D
Thanks for the help :D I actually got your video recommended by Google AI as "You can watch this video for help on how to run the Windows Memory Diagnostic"
Quick Questions if you are aware after the upgrade: 1) Did you manage to install Windows Defender for Servers P2 ? 2) Did you try adding DNS conditional forwarders for DNS resolution on Azure private DNS zones ? 3) In case you run hybrid and you use microsoft cloud entra sync, did you install the client to manage cloud sync from Entra ? Did you manage get a view of server from cloud sync on Entra ? 4) Did you manage to install Microsoft Defender for Identity on 2025 Domain Controller ? 5) Did you manage to install MS Security Compliance toolkit for 2025 domain controllers ?
I have a 3 AD setup. I added one Windows 10 client to one of the windows AD domain controllers but the system only got added one AD. I want to replicate the users & computers on other 2 domain controllers as well. Can you please help me on how to do that? Please its a request kindly help All 3 domain controllers are connected with each other as I can see all 3 servers under Active Directory users & computers -> Domain Controllers & Active Directory Sites & Services -> Servers
Are your other two servers domain controllers. If so, with such as small local setup, the Win10 client will show in all domain controllers. It sounds like you have one domain controller and two "member" servers with ADDS tools installed. Open a PowerShell session and type "Get-ADDomain." Under ReplicaDirectoryServers, you will see all of your domain controllers. You can verify there.
Great context, and very helpful. You really took your time to explain every step and action. I followed to the end and was able to create my own virtual machine at first try and I hope to received notifications on new videos tutorials like this to help me as an IT enthusiast, hungry to develop the essential skills for a career in IT... Thank you
is data readable when server OS is lost and we have only disk?
This is off topic but I don't know where else to ask. On Windows 11, One Drive popped up into action and has now hijacked some of my programs and files. It is a complete headache and disaster. I have scoured the web and can find usable information on how to get everything off of OneDrive and back on my local disk and then completely eliminate OneDrive from my computer. If not from the face of the Earth. It is such a mess. Any suggestions?
Yes. OneDrive can be a pain. Your file are now located under C:\users\<username>\OneDrive\[Desktop,Documents,Pictures]. You files are still on your computer. But if you don't want them syn'ced to OneDrive, you can make folders named C:\users\<username>\Documents_L, where the "_L" indicates local. This is what I do. You can do the same for the other folders.
Hello: At 03:44 your file explorer shows "Local Disk (C:)" under "This PC." Mine doesn't show Local Disk (C:) there or anywhere else that I can find. Any idea what I'm doing wrong?
This allowed me to set up a DC server and without issue as I had previously when redoing using 2016 DC on a new raid array
Can you tell me, how can I check my ssd hard drive speed in comand line? winsat doesn't work
bro, i have Windows 11 Home and i forced it to install Windows Sandbox so it can enable the feature🤣🤣🤣🤣🤣🤣🤣🤣
Thank you for the clear and concise breakdown for this procedure. Much appreciated.
Great video, but the one issue I see from a security aspect, is to not use / enable NetBios...reason being enabling it, is a major security weakness and is not recommended ----- Quoted "" Security concern: Leaving NetBIOS enabled can expose your network to attacks like NetBIOS name spoofing, where attackers can impersonate other devices to gain access to shared resources ""
As I continue with the series, I'll add that as a recommendation. Thank you; you are right.
Thankyou so much man, Much love ❤❤
Excellent
Thank you so much. I really, really appreciate it. :)
Excellent Video!! fix my server Recovery partition!! But I found and error in the video!! the copy have to be from Temp folder on C: in the video you mention Copy from C:Windows.... and this is an error!!
The "You did read them right" line tickled me something serious. Great video though Darien, I am currently working on installing SQL Server on Server Core as Windows IPAM uses the Windows Internal Database which is now deprecated on Server 2025, so I'm trying to get ahead of the need to switch.
Is it Valid for Windows server 2025 standard?
Thanks, man. You helped me out!
it replies with "wsl not found." but for installing that , there again i need the password
Is is possible to change from 2-way mirror to dual parity later?
Think you, Dear Sir. The CMD worked to be able to copy and paste, but my wsb file always open up as a HTML file, even when I save it as a wsb file. (Windows 11 Enterprise)
Subbed
Can we do print server like this and a storage server?
Yes. You use an administrative workstation to configure those roles.
8th December 2024, installing Windows 11 from USB created by Media Creation Tool - this solution works, thanks a lot 👍
And now you need a xeon platium to run smoth a couple of run this 2025 24h2 vm xD
I have that covered. :) ------------------ System Information ------------------ Operating System: Windows 11 Pro for Workstations 64-bit (10.0, Build 26100) System Manufacturer: Dell Inc. System Model: Precision 7820 Tower Processor: Intel(R) Xeon(R) Silver 4210R CPU @ 2.40GHz (40 CPUs), ~2.4GHz Memory: 294912MB RAM Video Card name: NVIDIA Quadro RTX 4000 Driver Version: 31.0.15.5335
Thank you! This helped a lot!
That's great to hear. Glad you found it useful. If you have any ideas for subjects to cover, please let me know.
this doesn't work anymore
I want to create a signature in the right corner of WINDOWS PE, can you help me?
Very usefull
Thank you!
At this point in the video i get an error New-Item -Type Directory $winPEMount
Mine doesnt bring up previous windows installations. I tried everything. Disk Cleanup and Settings method.
Question, did you have to update any registry settings to get the parent domain controller to advertise that it was the parent controller, following your process which is the same as server 2022 I received a notice that the domain controller of this domain cannot be contacted, even though I could validate that the domain name would resolve on the secondary soon to be controller. After troubleshooting the issue, I discovered in the SYSVOL registry configuration that the required registry key on the parent domain controller was not actually there, yet on my 2022 server, I can see that the registry entry is visable. Did Microsoft already fix this then in a patch? I haven't tried the 2025 AD build again since then which was about 2 weeks ago.
No. No registry setting needed. All steps were covered in the video. However, DNS must be operating normally and must be able to resolve the domain. If not, then things will be whacky. There is one issue with Server 2022/2025 regarding network profile. But that should not prevent any second or following domain controllers being added.
Nice save for later. I remember having a hard time to bridge the wsl network.
WSL2 mirrored mode does make things a lot easier.
Many thanks sir!
I downloaded the evaluation ISO of Windows Server 2025, but during installation, I did not get the menu to choose between Core and Desktop Experience. Core was installed by default.
Nice, this is what i need for my new Mac Mini M4 with 10Gbps Ethernet :D
It's my first months with Windows 11, I am still on 23H2 build version. In windows update I can't find anything new, it claims I am up to date with updates, could You please tell me how this build system works? I mean do I have to manually download 24H2 version from Microsoft or one day my system will be upgraded automatically with new updates?
So you just switched to GUI magic wtf
And brick your WMR VR headsets.. Nope. This is a trash move from MS. They could have just removed the app and left legacy support in. F**K M$. I will never buy another copy of their OS.
This release has network flaws. My Pluto TV online stopped working correctly and it was this updates fault. I couldn''t find anything that was worth worth having to wait for my TV program to load. Plu sit was llike buying Microsofts newest version of Windows, too many things had been moved to different locatiuons, for no apparent reason. I took this off too but it damaged my recovery partition and I could not run reset feature anymore. I had to reload Windows 11 from the cloud.
I tried 11 for about 2 months... no way. I went back to 10.... just the multitude of useless crap they add and then you have to search how to change it is asinine. What is a PIN for...what's wrong with a password? Who ever made tiny 11 is a freaking genius!! Microsoft, we've decided you'll like our changes.....
where is the instructions for win10?
Thank you! Successfully created Recovery partition.