About 840,000 results
Open links in new tab
  1. How to Enable IIS on Windows Server: Step-by-Step Guide for Server ...

    Aug 28, 2024 · Learn how to enable IIS and its key features on Windows Server with this comprehensive guide. Explore step-by-step instructions using Server Manager,...

  2. windows - How to upgrade PowerShell version - Stack Overflow

    Let's try to install it through dotnet: I run dotnet tool install --global PowerShell and the terminal says Tool 'powershell' (version '7.2.6') was successfully installed.

  3. Using Desired State Configuration (DSC) v3 on Windows Server 2025

    May 19, 2025 · Open PowerShell with administrative privileges Install the stable version using: winget install Microsoft.DSC Alternatively, download the latest release from the PowerShell/DSC repository …

  4. powershell - EXE silent installation - Stack Overflow

    Start-Process -FilePath "C:\Temp\UpgradeClientInstaller\setup.exe" -ArgumentList "/S /v/qn" by giving /s in argument list, it should install silently without user intervention but a popup is showing Even I try …

  5. Install winget by the command line (powershell) - Stack Overflow

    I'm trying to write a PowerShell script to setup windows dev machines. I want to use winget but I don't see any easy way just to install winget using the commandline. You have to either use the win...

  6. How to Install or Uninstall RSAT in Windows 11

    Apr 1, 2022 · How to Install or Uninstall RSAT in Windows 11 How to Install or Uninstall RSAT in Windows 11 Remote Server Administration Tools (RSAT) is an essential tool for Windows …

  7. How do I install the Nuget provider for PowerShell on a unconnected ...

    Jul 18, 2018 · I'm trying to install pswindowsupdate.2.0.0.4.nupkg from the Powershell command line on a Win 7 computer not connected to the internet. I'm running PS 5.1.14409.1005. I obtained the …

  8. Reinstalling the Microsoft Gaming Overlay

    Jan 12, 2025 · Hi! Some time ago, I uninstalled the Microsoft Gaming Overlay - I think it was the overlay used by the Xbox Game Bar (win+G to bring it up). I am trying to reinstall it, but I can't figure it out. Is …

  9. Install NuGet via PowerShell script - Stack Overflow

    Use Install-PackageProvider -Name NuGet -Scope CurrentUser to use it without admin rights. That command will not work on Powershell Core.

  10. A PowerShell Script to install fonts on Windows 11

    Jan 17, 2024 · In case anyone is still interested in this topic (Install/Uninstall Fonts with PowerShell), here are two Scripts that run with Powershell. The Scripts are designed to be used within PowerShell …